/*
 Theme Name:   astra child
 Template:     astra
*/



/* ── Top Bar ─────────────────────────────────────────────────── */
/* Hides the top Google Translate Bar */
.skiptranslate, .goog-te-banner-frame {
    visibility: hidden !important;
    display: none !important;
}

/* Hides the 'powered by' iframe */
iframe.skiptranslate {
    visibility: hidden !important;
    display: none !important;
}

body {
    top: 0px !important;
}
