/* CEP Newsletter — Frontend Styles v4.0.0 */

.cepuk-newsletter-wrap {
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    padding: 20px;
    max-width: 480px;
}
.cepuk-newsletter-wrap h3 {
    margin: 0 0 8px;
    font-size: 18px;
    color: #0a3944;
}
.cepuk-newsletter-wrap > p {
    margin: 0 0 14px;
    color: #475569;
    font-size: 14px;
}

.cepuk-nl-fields p { margin: 0 0 10px; }
.cepuk-nl-fields input[type="text"],
.cepuk-nl-fields input[type="email"] {
    width: 100%;
    max-width: 420px;
    padding: 10px 14px;
    border: 1px solid #94a3b8;
    border-radius: 8px;
    font-size: 14px;
    transition: border-color 0.15s;
}
.cepuk-nl-fields input:focus {
    border-color: #037d97;
    outline: none;
    box-shadow: 0 0 0 2px rgba(3, 125, 151, 0.15);
}
.cepuk-nl-fields button {
    background: #037d97;
    border: 0;
    border-radius: 8px;
    color: #fff;
    cursor: pointer;
    font-size: 15px;
    font-weight: 600;
    padding: 11px 28px;
    transition: background 0.15s;
}
.cepuk-nl-fields button:hover { background: #0a3944; }
.cepuk-nl-fields button:disabled { opacity: 0.6; cursor: not-allowed; }

.cepuk-nl-privacy {
    font-size: 12px;
    color: #64748b;
    margin-bottom: 12px !important;
}
.cepuk-nl-privacy a { color: #037d97; }

.cepuk-nl-success {
    color: #16a34a;
    font-weight: 600;
    font-size: 14px;
}
.cepuk-nl-error {
    color: #dc2626;
    font-weight: 600;
    font-size: 14px;
}

/* Inside footer context — reduce borders/bg */
.cep-footer-nl-form .cepuk-newsletter-wrap {
    background: transparent;
    border: 0;
    padding: 0;
    max-width: none;
}
.cep-footer-nl-form .cepuk-newsletter-wrap h3 { display: none; }
.cep-footer-nl-form .cepuk-newsletter-wrap > p { display: none; }
.cep-footer-nl-form .cepuk-nl-fields input[type="text"],
.cep-footer-nl-form .cepuk-nl-fields input[type="email"] {
    border-color: rgba(255,255,255,0.3);
    background: rgba(255,255,255,0.08);
    color: #fff;
}
.cep-footer-nl-form .cepuk-nl-fields input::placeholder { color: rgba(255,255,255,0.5); }
.cep-footer-nl-form .cepuk-nl-privacy { color: rgba(255,255,255,0.6); }
.cep-footer-nl-form .cepuk-nl-privacy a { color: rgba(255,255,255,0.8); }
