.bis-form-wrap {
    margin: 1.5em 0;
    padding: 1.25em;
    border: 1px solid #e2e8f0;
    border-radius: 4px;
    background: #f8fafc;
}

.bis-form-wrap h3 {
    margin: 0 0 0.75em;
    font-size: 1em;
}

.bis-form-wrap .bis-fields {
    display: flex;
    gap: 0.5em;
    flex-wrap: wrap;
}

.bis-form-wrap input[type="email"] {
    flex: 1 1 200px;
    padding: 0.5em 0.75em;
    border: 1px solid #cbd5e1;
    border-radius: 3px;
    font-size: 0.95em;
}

.bis-form-wrap button[type="submit"] {
    padding: 0.5em 1.25em;
    background: #1e293b;
    color: #fff;
    border: none;
    border-radius: 3px;
    font-size: 0.95em;
    cursor: pointer;
    white-space: nowrap;
}

.bis-form-wrap button[type="submit"]:disabled {
    opacity: 0.6;
    cursor: default;
}

.bis-form-wrap .bis-message {
    margin-top: 0.6em;
    font-size: 0.9em;
    min-height: 1.2em;
}

.bis-gdpr {
    margin-top: 0.6em;
    font-size: 0.85em;
    color: #475569;
    line-height: 1.4;
}

.bis-gdpr label {
    display: flex;
    gap: 0.4em;
    align-items: flex-start;
    cursor: pointer;
}

.bis-gdpr input[type="checkbox"] {
    margin-top: 0.15em;
    flex-shrink: 0;
}

.bis-gdpr a {
    color: inherit;
    text-decoration: underline;
}

/* Honeypot – peidame CSS-iga (ja HTML-is) */
.bis-hp-field {
    display: none !important;
}
