/* Amasty GDPR Cookie - First checkbox (Essential/Notwendig) styling */

/* Make first checkbox checked and disabled */
.amgdprcookie-form-container .amgdprcookie-cookie-container:first-child .amgdprcookie-input {
    pointer-events: none;
    cursor: not-allowed;
}

/* Disable unchecking the first checkbox via keyboard */
.amgdprcookie-form-container .amgdprcookie-cookie-container:first-child .amgdprcookie-input:disabled {
    pointer-events: none;
}
