#bb-waitlist-wrap {
    max-width: 520px;
    margin: 0 auto;
    font-family: inherit;
}

#bb-waitlist-form .bbw-field {
    margin-bottom: 1.1rem;
    display: flex;
    flex-direction: column;
    gap: 0.35rem;
}

#bb-waitlist-form label {
    font-size: 0.875rem;
    font-weight: 600;
    color: #2d2d2d;
}

#bb-waitlist-form input[type="text"],
#bb-waitlist-form input[type="email"],
#bb-waitlist-form select {
    width: 100%;
    padding: 0.6rem 0.8rem;
    border: 1.5px solid #d0d0d0;
    border-radius: 6px;
    font-size: 0.95rem;
    font-family: inherit;
    color: #2d2d2d;
    background: #fff;
    transition: border-color 0.15s;
    box-sizing: border-box;
}

#bb-waitlist-form input[type="text"]:focus,
#bb-waitlist-form input[type="email"]:focus,
#bb-waitlist-form select:focus {
    outline: none;
    border-color: #1D9E75;
    box-shadow: 0 0 0 3px rgba(29, 158, 117, 0.12);
}

.bbw-radio-group {
    display: flex;
    flex-direction: column;
    gap: 0.45rem;
}

.bbw-radio {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.9rem;
    font-weight: 400;
    color: #2d2d2d;
    cursor: pointer;
}

.bbw-radio input[type="radio"] {
    accent-color: #1D9E75;
    width: 16px;
    height: 16px;
    cursor: pointer;
    flex-shrink: 0;
}

#bbw-submit {
    display: inline-block;
    margin-top: 0.5rem;
    padding: 0.7rem 1.6rem;
    background: #1D9E75;
    color: #fff;
    border: none;
    border-radius: 6px;
    font-size: 0.95rem;
    font-weight: 600;
    font-family: inherit;
    cursor: pointer;
    transition: background 0.15s, opacity 0.15s;
}

#bbw-submit:hover {
    background: #178a64;
}

#bbw-submit:disabled {
    opacity: 0.65;
    cursor: not-allowed;
}

.bbw-msg {
    padding: 0.8rem 1rem;
    border-radius: 6px;
    font-size: 0.9rem;
    line-height: 1.5;
    margin-top: 0.5rem;
}

.bbw-error {
    background: #fdf0f0;
    border: 1px solid #e8b4b4;
    color: #8b1a1a;
}

.bbw-success {
    background: #edf7f3;
    border: 1px solid #a8d9c5;
    color: #0f5c40;
}

.bbw-success-int {
    background: #f5f5f5;
    border: 1px solid #d0d0d0;
    color: #444;
}
