/* assets/css/front.css */
.hf-subscribe-box {
    padding: 16px;
    border: 1px solid #dcdcdc;
    background: #fff;
}

.hf-subscribe-form p {
    margin: 0 0 12px;
}

.hf-subscribe-form input[type="text"],
.hf-subscribe-form input[type="email"] {
    width: 100%;
    max-width: 420px;
}

.hf-search-summary {
    margin: 0 0 16px;
}

.hf-search-summary-list {
    margin: 8px 0 0 18px;
    padding: 0;
}

.hf-status-panel {
    margin: 0 0 16px;
    padding: 14px 16px;
    border-left: 4px solid #2271b1;
    background: #f0f6fc;
    line-height: 1.7;
}

.hf-status-confirmed,
.hf-status-subscribed,
.hf-status-updated {
    border-left-color: #00a32a;
    background: #edfaef;
}

.hf-status-invalid_request,
.hf-status-invalid_recaptcha,
.hf-status-invalid_confirm,
.hf-status-db_error {
    border-left-color: #d63638;
    background: #fcf0f1;
}

.hf-recaptcha-wrap {
    margin: 0 0 16px;
}

.hf-popup-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.45);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    z-index: 99999;
}

.hf-popup-card {
    width: 100%;
    max-width: 560px;
    background: #fff;
    padding: 24px;
    position: relative;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.22);
}

.hf-popup-close {
    position: absolute;
    top: 10px;
    right: 12px;
    border: 0;
    background: transparent;
    font-size: 24px;
    cursor: pointer;
}

.hf-popup-decline {
    display: block;
    margin-top: 16px;
}
