/* Ensure we don't have blank gaps under registration inputs */
.woocommerce-form-register {
    display: none;
    width: 100%;
}

.woocommerce-form-register.active {
    display: block !important;
}

/* Custom form style inside the tab */
.dhg-register-form-container {
    width: 100%;
    margin-top: 1rem;
    direction: rtl;
    font-family: 'Tajawal', sans-serif;
}

.dhg-input-group {
    margin-bottom: 1rem;
    text-align: right;
}

.dhg-input-group label {
    display: block;
    color: #B3B3B3;
    font-size: 0.9rem;
    margin-bottom: 0.4rem;
    font-weight: 600;
}

.dhg-input-group input {
    width: 100%;
    padding: 0.75rem 1rem;
    background: #111;
    border: 1px solid rgba(212, 175, 55, 0.35);
    border-radius: 8px;
    color: #fff;
    font-size: 1rem;
    outline: none;
    box-sizing: border-box;
}

.dhg-input-group input:focus {
    border-color: #D4AF37;
    box-shadow: 0 0 5px rgba(212, 175, 55, 0.5);
}

.dhg-submit-btn-wrapper {
    margin-top: 1.5rem;
}

.dhg-submit-btn-wrapper button {
    width: 100%;
    padding: 0.75rem;
    background-color: #D4AF37;
    color: #000;
    font-size: 1rem;
    font-weight: 700;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    transition: background 0.3s ease;
}

.dhg-submit-btn-wrapper button:hover {
    background-color: #f1c40f;
}

/* Ensure Google and Partner buttons are at the bottom and styled correctly */
.dhg-bottom-buttons-wrapper {    margin-top: 2rem;    width: 100%;}.woocommerce-form-register {    display: block !important;    width: 100%;}