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

.wowa-wa-box .wowa-wa-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    width: 100%;
    padding: 12px 16px;
    background: linear-gradient(180deg, #25d366, #1da851);
    color: #fff !important;
    border: 0;
    border-radius: 8px;
    font-size: 15px;
    font-weight: 600;
    text-decoration: none;
    cursor: pointer;
    box-sizing: border-box;
    line-height: 1.3;
    box-shadow: 0 6px 18px rgba(37,211,102,0.28);
    transition: transform 80ms ease, box-shadow 80ms ease, filter 120ms ease;
}
.wowa-wa-box .wowa-wa-btn:hover    { transform: translateY(-1px); box-shadow: 0 10px 24px rgba(37,211,102,0.38); filter: brightness(1.04); }
.wowa-wa-box .wowa-wa-btn:active   { transform: translateY(0); }
.wowa-wa-box .wowa-wa-btn:visited  { color: #fff; }

.wowa-wa-box .wowa-wa-icon {
    flex-shrink: 0;
}

.wowa-wa-box .wowa-wa-hint {
    margin: 8px 0 0;
    font-size: 12px;
    color: #6b7280;
    text-align: center;
    line-height: 1.4;
}

.woocommerce form.login .wowa-wa-box,
.woocommerce form.register .wowa-wa-box {
    border-top: 1px solid #eee;
    padding-top: 6px;
}
