/* WP Pushing capture form — minimal, theme-friendly */

.wp-pushing-capture {
    max-width: 440px;
    margin: 0 auto;
    padding: 24px;
    border: 1px solid rgba(0, 0, 0, 0.08);
    border-radius: 14px;
    box-shadow: 0 6px 24px rgba(0, 0, 0, 0.06);
}

.wp-pushing-capture-headline {
    margin: 0 0 6px;
}

.wp-pushing-capture-text {
    margin: 0 0 16px;
    opacity: 0.85;
}

.wp-pushing-capture-form input[type="email"] {
    width: 100%;
    padding: 10px 14px;
    border-radius: 8px;
    border: 1px solid rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
}

.wp-pushing-capture-form label {
    font-size: 0.9em;
}

.wp-pushing-capture-submit {
    background: #278636;
    color: #fff;
    border: 0;
    border-radius: 8px;
    padding: 10px 22px;
    cursor: pointer;
    font-weight: 600;
}

.wp-pushing-capture-submit:hover,
.wp-pushing-capture-submit:focus {
    background: #1f6b2c;
}

.wp-pushing-capture-result {
    min-height: 1.4em;
    font-weight: 600;
}

.wp-pushing-hp {
    position: absolute !important;
    left: -9999px !important;
    height: 0;
    overflow: hidden;
}
