.waotp-box {
    margin: 18px 0 8px;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
    font-size: 14px;
    color: #1d2327;
}
.waotp-box .waotp-divider {
    position: relative;
    text-align: center;
    margin: 14px 0 16px;
    color: #888;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: .08em;
}
.waotp-box .waotp-divider::before {
    content: '';
    position: absolute;
    left: 0; right: 0; top: 50%;
    height: 1px;
    background: #dcdcde;
}
.waotp-box .waotp-divider span {
    background: #fff;
    padding: 0 10px;
    position: relative;
}

.waotp-box .waotp-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    width: 100%;
    padding: 10px 14px;
    background: #25d366;   /* WhatsApp green */
    color: #fff;
    border: 0;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    box-sizing: border-box;
    line-height: 1.3;
}
.waotp-box .waotp-btn:hover   { background: #1fb357; }
.waotp-box .waotp-btn:disabled{ opacity: .6; cursor: not-allowed; }

.waotp-box .waotp-label {
    display: block;
    margin: 10px 0 4px;
    font-size: 12.5px;
    color: #444;
    font-weight: 500;
}
.waotp-box .waotp-stage input[type="tel"],
.waotp-box .waotp-stage input[type="text"],
.waotp-box .waotp-stage input[type="email"] {
    width: 100%;
    box-sizing: border-box;
    padding: 9px 11px;
    border: 1px solid #ccd0d4;
    border-radius: 6px;
    font-size: 14px;
    font-family: inherit;
    margin-bottom: 4px;
}
.waotp-box .waotp-actions {
    margin-top: 10px;
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
}
.waotp-box .waotp-actions .waotp-btn { flex: 1 1 auto; }
.waotp-box .waotp-actions a {
    font-size: 12.5px;
    color: #2271b1;
    text-decoration: none;
}
.waotp-box .waotp-actions a:hover { text-decoration: underline; }

.waotp-box .waotp-lead {
    margin: 0 0 10px;
    color: #333;
}
.waotp-box .waotp-message {
    margin-top: 10px;
    padding: 8px 12px;
    border-radius: 6px;
    font-size: 13px;
    line-height: 1.4;
}
.waotp-box .waotp-message.err {
    background: #fde4e4;
    border: 1px solid #f0a8a8;
    color: #8a1f1f;
}
.waotp-box .waotp-message.ok {
    background: #e1f5e1;
    border: 1px solid #a9d7a9;
    color: #215e21;
}

/* Make it look clean embedded inside WooCommerce forms */
.woocommerce form.login .waotp-box,
.woocommerce form.register .waotp-box {
    border-top: 1px solid #eee;
    padding-top: 6px;
}
