/* ext_v1.css */

/* Used in Search.cshtml to replace inline style="min-width: 100%" */
.ext-textarea-fullwidth {
    min-width: 100%;
}

#cookieConsent { display: none; }
#cookieConsent.is-visible { display: inherit; } /* or block/flex depending on your layout */