.elementor-kit-2804{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;}.elementor-kit-2804 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){margin-block-end:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* --- PREMIUM VENDOR DASHBOARD REDESIGN --- */

/* 1. Page Layout Reordering */
/* This moves the short description area visually towards the top */
.wcv-form {
    display: flex;
    flex-direction: column;
    background: #f9f9f9;
    padding: 20px;
    border-radius: 15px;
}

/* 2. Modern Tabbed Look for the Navigation */
.wcv-navigation ul.wcv-dashboard-menu {
    display: flex !important;
    background: #ffffff !important;
    padding: 10px !important;
    border-radius: 12px !important;
    box-shadow: 0 4px 15px rgba(0,0,0,0.05) !important;
    border: none !important;
    margin-bottom: 30px !important;
    overflow-x: auto;
}

.wcv-navigation ul li {
    margin-right: 10px !important;
}

.wcv-navigation ul li a {
    background: transparent !important;
    color: #666 !important;
    font-weight: 600 !important;
    padding: 10px 20px !important;
    border-radius: 8px !important;
    transition: 0.3s all ease;
    border: 1px solid transparent !important;
}

.wcv-navigation ul li.active a {
    background: #1640C1 !important; /* Your Brand Blue */
    color: #fff !important;
    box-shadow: 0 4px 10px rgba(22, 64, 193, 0.2);
}

/* 3. Reordering Sections */
/* Targeting the Short Description to appear higher up */
.post_excerpt_container {
    order: -1; /* Moves it to the top of the flex container */
    background: #fff;
    padding: 25px;
    border-radius: 12px;
    margin-bottom: 25px;
    border-left: 5px solid #1640C1;
    box-shadow: 0 2px 10px rgba(0,0,0,0.02);
}

/* 4. Form Cards (Making everything look like clean tabs/sections) */
.wcv-form section, 
.wcv-form .all-100 {
    background: #ffffff;
    border-radius: 12px;
    padding: 25px;
    margin-bottom: 20px;
    border: 1px solid #eee;
    box-shadow: 0 2px 5px rgba(0,0,0,0.01);
}

/* 5. Clean Input Fields */
.wcv-form input[type="text"], 
.wcv-form input[type="number"], 
.wcv-form select, 
.wcv-form textarea {
    border: 1px solid #e0e0e0 !important;
    border-radius: 8px !important;
    padding: 12px !important;
    font-size: 14px !important;
    background-color: #fcfcfc !important;
    transition: 0.3s;
}

.wcv-form input:focus {
    border-color: #1640C1 !important;
    background-color: #fff !important;
    box-shadow: 0 0 0 3px rgba(22, 64, 193, 0.1) !important;
}

/* 6. High-End Button Design */
.wcv-form .button, 
button[type="submit"], 
input[type="submit"] {
    background: linear-gradient(135deg, #1640C1 0%, #243673 100%) !important;
    color: white !important;
    border: none !important;
    padding: 15px 30px !important;
    border-radius: 10px !important;
    font-weight: 700 !important;
    cursor: pointer;
    transition: transform 0.2s, box-shadow 0.2s;
}

.wcv-form .button:hover {
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(22, 64, 193, 0.3);
}

/* 7. Hide messy help text unless hovered (Optional for 'Nice' look) */
.wcv-form small {
    color: #999;
    font-style: italic;
    display: block;
    margin-top: 5px;
}/* End custom CSS */