/*
Theme Name:   FeriaOnline Child
Description:  Tema hijo Feria Online
Author:       Emanuel
Author URL:   https://test123prueba.online/
Template:     hello-elementor
Version:      1.0
License:      GNU General Public License v2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
Text Domain:  hello-child
*/

/* Añade aquí tus estilos personalizados */

.badge-vip {
    display: inline-block;
    background: #3A7A4A;
    color: #ffffff;
    font-size: 11px;
    font-weight: 600;
    padding: 3px 10px;
    border-radius: 20px;
    letter-spacing: 0.5px;
    vertical-align: middle;
    margin-left: 6px;
}

/* Ocultar formulario registro en página Mi Cuenta */
.u-columns.col2-set #customer_login .u-column2 {
    display: none !important;
}

.u-columns.col2-set #customer_login .u-column1 {
    width: 100% !important;
    float: none !important;
}

/* Campos formulario WooCommerce */
.woocommerce form .form-row input.input-text {
    border: 1px solid #E0E5D8 !important;
    border-radius: 8px !important;
    padding: 10px 14px !important;
    font-family: 'DM Sans', sans-serif !important;
    font-size: 14px !important;
    width: 100% !important;
    margin-bottom: 8px !important;
}

/* Botón WooCommerce */
.woocommerce button[type="submit"] {
    background: #3A7A4A !important;
    color: #fff !important;
    border-radius: 30px !important;
    padding: 12px 28px !important;
    font-family: 'DM Sans', sans-serif !important;
    border: none !important;
    cursor: pointer !important;
    width: auto !important;
}

/* Formulario registro WCFM */
.wcfm-vendor-registration-wrapper {
    max-width: 100% !important;
    padding: 0 !important;
    margin: 0 !important;
}

.wcfm-vendor-registration-wrapper .wcfm_ele {
    margin-bottom: 12px !important;
}

.wcfm-vendor-registration-wrapper label {
    font-family: 'DM Sans', sans-serif !important;
    font-size: 13px !important;
    color: #5A6850 !important;
    display: block !important;
    margin-bottom: 4px !important;
}

.wcfm-vendor-registration-wrapper input,
.wcfm-vendor-registration-wrapper select {
    width: 100% !important;
    border: 1px solid #E0E5D8 !important;
    border-radius: 8px !important;
    padding: 10px 14px !important;
    font-family: 'DM Sans', sans-serif !important;
    font-size: 14px !important;
}

/* Botón registro WCFM */
#wcfm_vendor_registration_form input[type="submit"] {
    background: #3A7A4A !important;
    color: #fff !important;
    border-radius: 30px !important;
    padding: 12px 32px !important;
    border: none !important;
    font-family: 'DM Sans', sans-serif !important;
    font-size: 15px !important;
    cursor: pointer !important;
    margin-top: 16px !important;
}

.butoon {
    transition: all 0.3s ease !important;
}

.butoon:hover {
    transform: translateY(-2px) !important;
    box-shadow: 0 8px 20px rgba(0,0,0,0.15) !important;
    background-color: #F0EDE8 !important;
}

.vendedores-vip-grid {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    justify-content: center;
    max-width: 1000px;
    margin: 0 auto;
}

.vendedor-vip-card {
    background: transparent;
    border: 1px solid #2E3E28;
    border-radius: 16px;
    padding: 24px;
    width: 300px;
    transition: border-color 0.2s;
}

.vendedor-vip-card:hover {
    border-color: #3A7A4A;
}

.vendedor-vip-top {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 16px;
}

.vendedor-vip-avatar {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #2A5A36;
    color: #A8C890;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Syne', sans-serif;
    font-weight: 700;
    font-size: 18px;
    flex-shrink: 0;
}

.vendedor-vip-nombre {
    font-size: 15px;
    font-weight: 500;
    color: #FAFAF7;
}

.vendedor-vip-ciudad {
    font-size: 12px;
    color: #8A9080;
    margin-top: 2px;
}

.vendedor-vip-stats {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    border: 1px solid #2E3E28;
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 16px;
}

.vendedor-vip-stat {
    padding: 10px;
    text-align: center;
    border-right: 1px solid #2E3E28;
}

.vendedor-vip-stat:last-child {
    border-right: none;
}

.vendedor-vip-stat-n {
    font-family: 'Syne', sans-serif;
    font-weight: 700;
    font-size: 17px;
    color: #A8C890;
}

.vendedor-vip-stat-l {
    font-size: 10px;
    color: #8A9080;
    margin-top: 2px;
}

.vendedor-vip-link {
    font-size: 13px;
    color: #A8C890;
    text-decoration: none;
    border-bottom: 1px solid rgba(168,200,144,0.3);
}