#aru-hours-popup {
    position: fixed;
    inset: 0;
    z-index: 999999;
    display: none;
    align-items: center;
    justify-content: center;
    padding: 18px;
}

#aru-hours-popup.show {
    display: flex;
}

.aru-hours-popup-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,.55);
    backdrop-filter: blur(3px);
}

.aru-hours-popup-box {
    position: relative;
    width: min(440px, 100%);
    background: #fff;
    border-radius: 20px;
    padding: 26px 22px;
    text-align: center;
    box-shadow: 0 22px 60px rgba(0,0,0,.25);
}

.aru-hours-popup-close {
    position: absolute;
    top: 10px;
    right: 12px;
    width: 34px;
    height: 34px;
    border: 0;
    border-radius: 999px;
    background: #f3f4f6;
    color: #111;
    font-size: 24px;
    line-height: 1;
    cursor: pointer;
}

.aru-hours-popup-icon {
    font-size: 40px;
    line-height: 1;
    margin-bottom: 12px;
}

.aru-hours-popup-box h2 {
    margin: 0 0 10px;
    font-size: 25px;
    line-height: 1.12;
    font-weight: 900;
    color: #111827;
}

.aru-hours-popup-box p {
    margin: 0;
    color: #4b5563;
    font-size: 16px;
    line-height: 1.45;
}

#aru-hours-floating {
    position: fixed;
    left: 16px;
    bottom: 16px;
    z-index: 999998;
    border: 0;
    border-radius: 999px;
    background: #111827;
    color: #fff;
    padding: 12px 16px;
    font-weight: 900;
    font-size: 14px;
    box-shadow: 0 12px 30px rgba(0,0,0,.25);
    cursor: pointer;
}

.woocommerce-checkout #payment ul.payment_methods:empty,
.woocommerce-checkout #payment .payment_methods:empty {
    display: none !important;
}
