.subscribe-section {
    background-color: #f8f6f2;
    padding: 4rem 0 5rem;
}

.erth-newsletter-form {
    font-family: "Poppins-Regular", sans-serif;
    color: #333;
}

.erth-newsletter-form #NewsletterSubscriptionEN-o-overlay-subscribe,
.erth-newsletter-form {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.erth-newsletter-form .subscribe-form-title {
    font-family: "Rossanova-Regular", serif;
    color: #926D39;
    font-size: 2.25rem;
    margin: 0;
    text-align: center;
}

.erth-newsletter-form .subscribe-form-lead {
    font-family: "Poppins-Regular", sans-serif;
    font-size: 1rem;
    line-height: 1.6;
    color: #555;
    text-align: center;
    margin: 0;
}

.erth-newsletter-form .subscribe-field,
.erth-newsletter-form .subscribe-field label,
.erth-newsletter-form .subscribe-field-privacy,
.erth-newsletter-form .subscribe-field-submit,
.erth-newsletter-form .subscribe-field-captcha,
.erth-newsletter-form h1,
.erth-newsletter-form p {
    margin-bottom: 0;
}

.erth-newsletter-form label {
    font-family: "Poppins-Regular", sans-serif;
    font-size: 0.95rem;
    color: #333;
    margin: 0;
    display: inline-block;
}

.erth-newsletter-form .required-asterisk {
    color: #926D39;
    margin-left: 2px;
}

.erth-newsletter-form select,
.erth-newsletter-form input[type="text"],
.erth-newsletter-form input[type="email"] {
    display: block;
    width: 100%;
    max-width: 100%;
    padding: 0.6rem 0.75rem;
    font-family: "Poppins-Regular", sans-serif;
    font-size: 1rem;
    border: 1px solid #ccc;
    border-radius: 0;
    background: #fff;
    box-sizing: border-box;
    margin: 0;
}

.erth-newsletter-form select:focus,
.erth-newsletter-form input:focus {
    outline: none;
    border-color: #926D39;
}

.erth-newsletter-form .subscribe-privacy-row {
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
    margin: 0;
}

.erth-newsletter-form .subscribe-privacy-row input[type="checkbox"] {
    margin: 0.25rem 0 0;
    flex-shrink: 0;
}

.erth-newsletter-form .subscribe-privacy-row label {
    font-size: 0.875rem;
    line-height: 1.5;
    margin: 0;
}

.erth-newsletter-form .subscribe-privacy-row a {
    color: #926D39;
    text-decoration: underline;
}

.erth-newsletter-form .subscribe-submit-btn {
    display: block;
    width: 100%;
    max-width: 220px;
    margin: 0 auto;
    padding: 0.75rem 2rem;
    font-family: "Poppins-Regular", sans-serif;
    font-size: 1rem;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: #fff;
    background-color: #926D39;
    border: 2px solid #926D39;
    cursor: pointer;
    transition: background-color 0.2s, color 0.2s;
}

.erth-newsletter-form .subscribe-submit-btn:hover {
    background-color: #7a5a2f;
    border-color: #7a5a2f;
    color: #fff;
}

.erth-newsletter-form .capbox {
    background-color: #e8e4de;
    border: 2px solid #926D39;
    border-width: 2px 2px 2px 12px;
    box-sizing: border-box;
    display: inline-block;
    padding: 8px 12px;
    border-radius: 4px;
    margin: 0;
}

.erth-newsletter-form .capbox-inner {
    font-family: "Poppins-Regular", sans-serif;
    font-weight: 600;
    font-size: 12px;
    color: #333;
    background-color: #f5f3ef;
    padding: 8px 12px;
    border-radius: 4px;
    display: inline-block;
    vertical-align: middle;
    margin: 0;
}

.erth-newsletter-form .subscribe-captcha-label {
    display: block;
}

.erth-newsletter-form #CaptchaDiv {
    color: #333;
    font-family: "Poppins-Regular", sans-serif;
    font-weight: 700;
    font-size: 1.5rem;
    text-align: center;
    background-color: #fff;
    user-select: none;
    display: inline-block;
    padding: 6px 14px;
    margin: 0 8px 0 0;
    border-radius: 4px;
}

.erth-newsletter-form #CaptchaInput {
    border: 2px solid #926D39;
    margin: 0;
    width: 105px;
    padding: 4px 8px;
}

.erth-newsletter-form .subscribe-error-body {
    text-align: center;
    background-color: #b64645;
    color: #fff;
    padding: 1rem;
    margin: 0;
}

html[dir="rtl"] .erth-newsletter-form .subscribe-privacy-row {
    flex-direction: row-reverse;
}

html[dir="rtl"] .erth-newsletter-form .capbox {
    border-width: 2px 20px 2px 2px;
}

html[dir="rtl"] .erth-newsletter-form #CaptchaDiv {
    margin: 0 0 0 8px;
}

@media (max-width: 768px) {
    .subscribe-section {
        padding: 2.5rem 1rem 3rem;
    }

    .erth-newsletter-form .subscribe-form-title {
        font-size: 1.75rem;
    }
}

/* SweetAlert2 — ERTH branding */
.erth-subscribe-swal {
    font-family: "Poppins-Regular", sans-serif !important;
}

.erth-subscribe-swal .swal2-title {
    font-family: "Rossanova-Regular", serif !important;
    color: #926D39;
}

.erth-subscribe-swal .swal2-html-container,
.erth-subscribe-swal .swal2-content {
    font-family: "Poppins-Regular", sans-serif !important;
    color: #333;
}

.erth-subscribe-swal .swal2-confirm {
    font-family: "Poppins-Regular", sans-serif !important;
    border-radius: 0 !important;
    padding: 0.6rem 2rem !important;
}
