/* Gyalux · Cookies · responsive */

@media (max-width: 760px) {
    .gx-cookie-consent {
        bottom: 12px;
        width: calc(100% - 20px);
        border-radius: 20px;
    }

    .gx-cookie-consent-inner {
        grid-template-columns: 1fr;
        gap: 16px;
        padding: 20px;
    }

    .gx-cookie-actions {
        justify-content: stretch;
    }

    .gx-cookie-btn {
        flex: 1 1 100%;
    }

    .gx-cookie-option {
        grid-template-columns: 1fr;
    }

    .gx-cookie-panel-actions .gx-cookie-btn {
        flex: 1 1 100%;
    }
}
