.hzbc-zone-checker {
    box-sizing: border-box;
    width: 100%;
    margin: 0 0 18px;
    padding: 20px;
    border: 1px solid #e3e8f1;
    border-radius: 12px;
    background: #ffffff;
    box-shadow: 0 10px 28px rgba(15, 23, 42, 0.08);
    font-family: inherit;
}

.hzbc-booknetic-wrap,
.hzbc-booknetic-rush-wrap {
    width: 100%;
    margin: 0 0 18px;
}

.hzbc-title {
    display: block;
    font-size: 20px;
    line-height: 1.25;
    color: #202734;
    margin: 0 0 6px;
    font-weight: 700;
}

.hzbc-desc {
    display: block;
    color: #667085;
    font-size: 14px;
    line-height: 1.45;
    margin: 0 0 16px;
}

.hzbc-row {
    display: flex;
    gap: 10px;
    align-items: center;
    flex-wrap: wrap;
}

.hzbc-zip-input {
    width: 220px;
    max-width: 100%;
    border: 1px solid #d8dee9;
    border-radius: 8px;
    padding: 12px 14px;
    min-height: 44px;
    font-size: 15px;
    background: #ffffff;
    color: #111827;
    box-sizing: border-box;
}

.hzbc-zip-input:focus {
    outline: none;
    border-color: #6d72dc;
    box-shadow: 0 0 0 3px rgba(109, 114, 220, 0.16);
}

.hzbc-check-btn {
    border: 0;
    border-radius: 8px;
    background: #6d72dc;
    color: #ffffff;
    font-size: 15px;
    font-weight: 700;
    padding: 12px 18px;
    min-height: 44px;
    cursor: pointer;
}

.hzbc-check-btn:hover {
    opacity: 0.92;
}

.hzbc-result {
    display: none;
    margin-top: 16px;
    padding: 14px 16px;
    border-radius: 10px;
    font-size: 14px;
    line-height: 1.45;
}

.hzbc-result strong {
    font-size: 15px;
}

.hzbc-success,
.hzbc-error {
    display: block;
}

.hzbc-success {
    background: #edf9f1;
    border: 1px solid #bee8ca;
    color: #146c2e;
}

.hzbc-error {
    background: #fff1f1;
    border: 1px solid #ffc9c9;
    color: #9b1c1c;
}

.hzbc-rush-box {
    display: block;
    margin-top: 12px;
    padding: 12px 14px;
    border-radius: 10px;
    font-size: 14px;
    line-height: 1.45;
}

.hzbc-rush-box > strong,
.hzbc-rush-title {
    display: inline;
    margin: 0;
    font-size: 15px;
}

.hzbc-rush-box span {
    display: inline;
}

.hzbc-rush-box span strong {
    display: inline;
    margin: 0;
    font-size: inherit;
}

.hzbc-rush-required {
    background: #fff1f1;
    border: 1px solid #ffb8b8;
    color: #9b1c1c;
}

.hzbc-rush-not-required {
    background: #ecfdf3;
    border: 1px solid #abefc6;
    color: #067647;
}

.hzbc-rush-status {
    box-sizing: border-box;
    width: 100%;
    margin: 0 0 18px;
    padding: 16px;
    border-radius: 12px;
    background: #ffffff;
    border: 1px solid #e3e8f1;
    box-shadow: 0 10px 28px rgba(15, 23, 42, 0.08);
    font-family: inherit;
    font-size: 14px;
    line-height: 1.45;
}

.hzbc-rush-summary {
    margin-bottom: 12px;
    color: #344054;
}

.hzbc-rush-empty {
    background: #fffbeb;
    border-color: #fedf89;
    color: #92400e;
}

.hzbc-rush-empty strong,
.hzbc-rush-empty span {
    display: block;
}

.hzbc-rush-empty strong {
    margin-bottom: 4px;
}

.hzbc-rush-hidden {
    display: none !important;
}

.hzbc-note {
    margin-top: 16px;
    padding-top: 14px;
    border-top: 1px solid #edf0f5;
    color: #667085;
    font-size: 13px;
    line-height: 1.55;
}

@media (max-width: 520px) {
    .hzbc-zone-checker,
    .hzbc-rush-status {
        padding: 16px;
    }

    .hzbc-row {
        display: block;
    }

    .hzbc-zip-input,
    .hzbc-check-btn {
        width: 100%;
    }

    .hzbc-check-btn {
        margin-top: 10px;
    }
}

.hzbc-rush-locked {
    position: relative;
    cursor: not-allowed !important;
}

.hzbc-rush-locked::after {
    content: "Required";
    display: inline-block;
    margin-left: 8px;
    padding: 3px 8px;
    border-radius: 999px;
    background: #fee2e2;
    color: #991b1b;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.2;
}

.hzbc-rush-locked input[type="checkbox"],
.hzbc-rush-locked input[type="radio"] {
    cursor: not-allowed !important;
}


/* Wrong-day Rush extra must stay selected and cannot be toggled off by the customer. */
.hzbc-rush-locked,
.hzbc-rush-locked * {
    user-select: none;
}

.hzbc-rush-force-selected {
    outline: 2px solid rgba(46, 204, 113, 0.35);
}

/* Wrong-day Rush extra hard lock: keep the fee selected and stop user unselect/toggle. */
.hzbc-rush-locked {
    position: relative !important;
    cursor: not-allowed !important;
}

.hzbc-rush-force-selected {
    border-color: #27d967 !important;
    box-shadow: 0 0 0 1px #27d967 inset !important;
}

.hzbc-rush-locked input[type="checkbox"],
.hzbc-rush-locked input[type="radio"] {
    pointer-events: none !important;
}

.hzbc-rush-click-lock {
    pointer-events: auto !important;
    position: absolute !important;
    inset: 0 !important;
    z-index: 99999 !important;
    display: block !important;
    width: 100% !important;
    height: 100% !important;
    background: rgba(255, 255, 255, 0) !important;
    cursor: not-allowed !important;
}
