.wp-waitlist-box {
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    padding: 20px;
    max-width: 460px;
    background: #ffffff;
}

.wp-waitlist-title {
    margin: 0 0 14px;
    font-size: 22px;
}

.wp-waitlist-form {
    display: grid;
    gap: 10px;
}

.wp-waitlist-form label {
    font-weight: 600;
    margin-top: 4px;
}

.wp-waitlist-form input {
    width: 100%;
    border: 1px solid #cbd5e1;
    border-radius: 6px;
    padding: 10px;
    font-size: 15px;
}

.wp-waitlist-consent {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    margin-top: 2px;
}

.wp-waitlist-consent input[type='checkbox'] {
    width: 16px;
    min-width: 16px;
    height: 16px;
    margin-top: 3px;
    padding: 0;
}

.wp-waitlist-consent label {
    margin: 0;
    font-size: 13px;
    line-height: 1.4;
    font-weight: 500;
}

.wp-waitlist-consent label a {
    text-decoration: underline;
}

.wp-waitlist-form button {
    margin-top: 6px;
    border: 0;
    border-radius: 6px;
    padding: 10px 14px;
    background: #111827;
    color: #fff;
    font-weight: 700;
    cursor: pointer;
}

.wp-waitlist-form button:hover {
    background: #1f2937;
}

.wp-waitlist-message {
    padding: 10px 12px;
    border-radius: 6px;
    margin: 0 0 14px;
    font-size: 14px;
}

.wp-waitlist-message.success {
    background: #ecfdf3;
    color: #05603a;
}

.wp-waitlist-message.info {
    background: #eff6ff;
    color: #1d4ed8;
}

.wp-waitlist-message.error {
    background: #fef2f2;
    color: #b91c1c;
}
