/*
 Theme Name: Astra Child
 Template:   astra
*/

/* ================================================
   PWS Modifier Styles
   Replaces inline styles lost when using child theme
   ================================================ */

.pws-modifier-set-frontend {
    display: block;
    margin-bottom: 25px;
    background: #fdfdfd;
    border: 1px solid #eee;
    padding: 15px;
}

.pws-modifier-set-frontend .pws-modifier-option-label {
    display: flex !important;
    width: 100%;
    align-items: center;
    background: #ffffff;
    border: 1px solid #ccc;
    padding: 12px 15px;
    margin: 0 0 8px 0 !important;
    border-radius: 6px;
    font-size: 1rem;
    cursor: pointer;
    transition: all 0.2s ease;
    box-sizing: border-box;
}

.pws-modifier-set-frontend .pws-modifier-option-label input[type="checkbox"] {
    margin-right: 15px;
    width: 18px;
    height: 18px;
    flex-shrink: 0;
    accent-color: #000;
}

.store-countdown-notice, .store-closed-notice {
    border-top: none;
    text-align: center;
}
.store-countdown-notice:before, .store-closed-notice:before {
    content: "" !important;
}