/* ═══════════════════════════════════════════════════════
   Cardame — Registration Page Fix
   ═══════════════════════════════════════════════════════ */
.cr-register-wrap { max-width: 500px; margin: 0 auto; }

.cr-register-tabs {
    display: flex;
    gap: 0;
    border-bottom: 2px solid #ddd;
    margin-bottom: 28px;
}
.cr-tab {
    padding: 10px 24px;
    text-decoration: none;
    font-size: 15px;
    font-weight: 600;
    color: #666;
    border-bottom: 3px solid transparent;
    margin-bottom: -2px;
    transition: color .15s;
}
.cr-tab--active, .cr-tab:hover { color: #3d7ebe; border-bottom-color: #3d7ebe; }

.cr-wc-register-form .woocommerce-form-row { margin-bottom: 16px; }
.cr-register-btn {
    background: #3d7ebe !important;
    color: #fff !important;
    width: 100%;
    padding: 12px !important;
    font-size: 16px !important;
}
