.elementor-9137 .elementor-element.elementor-element-43b4fe2{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;}.elementor-9137 .elementor-element.elementor-element-c6657a8{--display:flex;}@media(min-width:769px){.elementor-9137 .elementor-element.elementor-element-43b4fe2{--content-width:600px;}}/* Start custom CSS for container, class: .elementor-element-43b4fe2 *//* Container Design - The "Card" Look */
.custom-dokan-form .dokan-become-seller-view, 
.custom-dokan-form form.dokan-vendor-register {
    background: #ffffff;
    padding: 40px;
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.08); /* Soft shadow */
    border: 1px solid #f0f0f0;
    max-width: 550px;
    margin: 0 auto; /* Center it */
}

/* Headings */
.custom-dokan-form h2 {
    text-align: center;
    color: #333;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 30px;
}

/* Labels */
.custom-dokan-form label {
    display: block;
    margin-bottom: 8px;
    font-weight: 600;
    color: #444;
    font-size: 14px;
}

/* Input Fields */
.custom-dokan-form input[type="text"],
.custom-dokan-form input[type="email"],
.custom-dokan-form input[type="password"],
.custom-dokan-form input[type="tel"] {
    width: 100%;
    padding: 12px 15px;
    border: 1px solid #e1e1e1;
    border-radius: 8px;
    background-color: #fafafa;
    font-size: 14px;
    transition: all 0.3s ease;
    margin-bottom: 20px;
}

/* Input Focus Effect */
.custom-dokan-form input:focus {
    border-color: #27ae60; /* Your theme green */
    background-color: #fff;
    box-shadow: 0 0 0 4px rgba(39, 174, 96, 0.1);
    outline: none;
}

/* Radio Buttons (I am a customer / I am a vendor) */
.custom-dokan-form .dokan-reg-user-role {
    display: flex;
    gap: 15px;
    margin-bottom: 20px;
    justify-content: center;
}

/* Submit Button */
.custom-dokan-form input[type="submit"],
.custom-dokan-form button[type="submit"] {
    width: 100%;
    background-color: #1e293b; /* Dark Professional Color */
    color: #fff;
    padding: 14px;
    font-size: 16px;
    font-weight: 600;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    transition: background 0.3s;
    margin-top: 10px;
}

.custom-dokan-form input[type="submit"]:hover,
.custom-dokan-form button[type="submit"]:hover {
    background-color: #27ae60; /* Hover Green */
    transform: translateY(-2px);
}

/* Small helper text */
.custom-dokan-form small, 
.custom-dokan-form .dokan-form-group span {
    color: #888;
    font-size: 12px;
}/* End custom CSS */