.regional-alcohol-notice {
    font-size: 14px;
    color: #333;
}

.regional-alcohol-checkout-notice {
    font-size: 14px;
    color: #856404;
}

.regional-alcohol-category-notice {
    font-size: 14px;
    color: #005177;
}

/* Modal wieku */
#age-verification-modal {
    display: none;
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
}

#age-verification-modal .modal-content {
    background-color: #fefefe;
    margin: 15% auto;
    padding: 20px;
    border: 1px solid #888;
    width: 90%;
    max-width: 500px;
    text-align: center;
    border-radius: 10px;
}

#age-verification-modal .modal-content h2 {
    color: #d9534f;
    margin-bottom: 20px;
}

#age-verification-modal .modal-content p {
    margin-bottom: 20px;
    font-size: 16px;
}

#age-verification-modal .modal-buttons {
    margin-top: 20px;
}

#age-verification-modal button {
    padding: 10px 20px;
    margin: 0 10px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-size: 16px;
}

#confirm-age-yes {
    background-color: #5cb85c;
    color: white;
}

#confirm-age-no {
    background-color: #d9534f;
    color: white;
}

body.modal-open {
    overflow: hidden;
}