/* Keep the consent choice visible without requiring a scroll to the footer. */
#gmc-analytics-choice {
    position: fixed;
    inset: auto 0 0;
    z-index: 1090;
    max-height: 80vh;
    overflow-y: auto;
    padding-bottom: max(1rem, env(safe-area-inset-bottom)) !important;
}

#gmc-analytics-choice[hidden] {
    display: none !important;
}
