.elementor-113 .elementor-element.elementor-element-6c61848b{--display:flex;--padding-top:80px;--padding-bottom:80px;--padding-left:16px;--padding-right:16px;}@media(max-width:1024px){.elementor-113 .elementor-element.elementor-element-6c61848b{--padding-top:64px;--padding-bottom:64px;--padding-left:16px;--padding-right:16px;}}/* Start custom CSS for text-editor, class: .elementor-element-7bc050a0 *//* =======================================================
   MITHOHACKS - AFFILIATE DASHBOARD PREMIUM UI (GREEN) v8
   (Global + Fix de Filtros y Artículos por página)
======================================================= */

/* --- 1. TARJETAS EXTERIORES UNIFICADAS (Todas las pestañas) --- */
.yith-wcaf-dashboard-summary .stat-box,
.latest-commissions,
.latest-clicks,
.yith-wcaf-dashboard-commissions,
.yith-wcaf-dashboard-clicks,
.yith-wcaf-dashboard-payments,
.yith-wcaf-dashboard-generate-link,
.yith-wcaf-dashboard-settings {
    background-color: #ffffff !important;
    border: 1px solid #eaeaea !important;
    border-radius: 12px !important;
    padding: 30px !important;
    margin-bottom: 30px !important;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.03) !important;
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1) !important;
    position: relative;
}

/* Efecto Hover: Resplandor Neón Verde Victoria */
.yith-wcaf-dashboard-summary .stat-box:hover,
.latest-commissions:hover,
.latest-clicks:hover,
.yith-wcaf-dashboard-commissions:hover,
.yith-wcaf-dashboard-clicks:hover,
.yith-wcaf-dashboard-payments:hover,
.yith-wcaf-dashboard-generate-link:hover,
.yith-wcaf-dashboard-settings:hover {
    border-color: rgba(16, 185, 129, 0.5) !important;
    box-shadow: 0 8px 25px rgba(16, 185, 129, 0.15), 0 0 12px rgba(16, 185, 129, 0.08) !important;
    transform: translateY(-4px) !important;
}

/* --- 2. TÍTULOS GLOBALES DE SECCIÓN --- */
.yith-wcaf-dashboard .dashboard-title h3,
.yith-wcaf-dashboard h2,
.yith-wcaf-dashboard h3 {
    font-size: 20px !important;
    font-weight: 700 !important;
    color: #111 !important;
    margin-top: 0 !important;
    margin-bottom: 20px !important;
    border-bottom: 2px solid #f4f4f4 !important;
    padding-bottom: 15px !important;
}

/* --- 3. BARRA DE FILTROS SUPERIOR (Layout General) --- */
.yith-wcaf-table-top-bar {
    margin-bottom: 25px !important;
    padding-bottom: 15px !important;
}

/* Separar filtros (izquierda) de opciones de página (derecha) */
.yith-wcaf-table-top-bar form {
    display: flex !important;
    flex-wrap: wrap !important;
    justify-content: space-between !important;
    align-items: flex-end !important;
    gap: 20px !important;
}

/* --- 4. ZONA IZQUIERDA: FILTROS (Desde, Hasta, Estados) --- */
.yith-wcaf-table-top-bar .table-filters {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 15px !important;
    align-items: center !important;
}

.yith-wcaf-table-top-bar .table-filters br {
    display: none !important;
}

.yith-wcaf-table-top-bar .table-filters > * {
    margin: 0 !important;
}

/* Estilo de los inputs y .elementor-113 .elementor-element.elementor-element-7bc050a0es */
.yith-wcaf-table-top-bar input[type="text"],
.yith-wcaf-table-top-bar input[type="number"],
.yith-wcaf-table-top-bar select,
.yith-wcaf-table-top-bar .select2-container .select2-selection {
    border: 1px solid #eaeaea !important;
    border-radius: 8px !important;
    padding: 8px 12px !important;
    font-size: 13px !important;
    background-color: #fafafc !important;
    color: #555 !important;
    height: auto !important;
    outline: none !important;
    margin-bottom: 0 !important;
}

/* Botón Filtrar */
.yith-wcaf-table-top-bar input[type="submit"] {
    background-color: #10b981 !important;
    color: #ffffff !important;
    border: none !important;
    border-radius: 8px !important;
    padding: 10px 20px !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    font-size: 12px !important;
    letter-spacing: 0.5px !important;
    cursor: pointer !important;
    transition: opacity 0.2s ease !important;
}

.yith-wcaf-table-top-bar input[type="submit"]:hover {
    opacity: 0.8 !important;
}

/* --- 5. ZONA DERECHA: ARTÍCULOS POR PÁGINA --- */
.yith-wcaf-table-top-bar .table-options {
    display: flex !important;
    flex-direction: column !important;
    align-items: flex-start !important;
    gap: 8px !important; /* Espacio perfecto entre título y cajita */
}

/* Quitar saltos de línea inyectados */
.yith-wcaf-table-top-bar .table-options br {
    display: none !important;
}

/* Título "Artículos por página" */
.yith-wcaf-table-top-bar .table-options label {
    font-size: 13px !important;
    color: #555 !important;
    font-weight: 600 !important;
    margin: 0 !important;
}

/* Cajita de número más estética */
.yith-wcaf-table-top-bar .table-options input[type="number"] {
    width: 70px !important;
    text-align: center !important;
}

/* --- 6. TABLAS INTERNAS (Bordes y unificación) --- */
.yith-wcaf-dashboard table.yith-wcaf-table {
    width: 100% !important;
    border-collapse: separate !important;
    border-spacing: 0 !important;
    border: 1px solid #eaeaea !important;
    border-radius: 12px !important;
    overflow: hidden !important;
    margin: 0 !important;
}

.yith-wcaf-table-bottom-bar { display: none !important; }

.yith-wcaf-dashboard table.yith-wcaf-table th,
.yith-wcaf-dashboard table.yith-wcaf-table td {
    border-left: none !important;
    border-right: none !important;
    border-top: none !important;
    border-bottom: 1px solid #eaeaea !important;
    padding: 14px 15px !important;
    vertical-align: middle !important;
}

.yith-wcaf-dashboard table.yith-wcaf-table tr:last-child td {
    border-bottom: none !important;
}

/* Quitar fondo gris a las filas */
.yith-wcaf-dashboard table.yith-wcaf-table tbody tr,
.yith-wcaf-dashboard table.yith-wcaf-table tbody td {
    background-color: transparent !important;
}

.yith-wcaf-dashboard table.yith-wcaf-table tbody tr:hover td {
    background-color: #fafafc !important; 
}

/* --- 7. ENCABEZADOS Y ENLACES DE TABLAS --- */
.yith-wcaf-dashboard table.yith-wcaf-table th {
    text-align: left !important;
    font-size: 12px !important;
    color: #888 !important;
    font-weight: 800 !important;
    text-transform: uppercase !important;
    letter-spacing: 1px !important;
    background-color: #fafafc !important; 
}

.yith-wcaf-dashboard table.yith-wcaf-table td a,
.yith-wcaf-dashboard table.yith-wcaf-table th a {
    color: #111 !important;
    font-weight: 600 !important;
    text-decoration: none !important;
    transition: color 0.2s ease !important;
}

.yith-wcaf-dashboard table.yith-wcaf-table td a:hover,
.yith-wcaf-dashboard table.yith-wcaf-table th a:hover {
    color: #10b981 !important;
}

/* --- 8. VALORES DE MÉTRICAS (Escritorio principal) --- */
.yith-wcaf-dashboard-summary .stat-item br { display: none !important; }

.yith-wcaf-dashboard-summary .stat-label {
    display: block !important;
    font-size: 14px !important;
    color: #888 !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    letter-spacing: 0.5px !important;
    margin-bottom: 4px !important;
}

.yith-wcaf-dashboard-summary .stat-value {
    font-size: 24px !important;
    font-weight: 700 !important;
    color: #111 !important;
    display: block !important;
    margin-top: 0 !important;
    margin-bottom: 20px !important;
}

.yith-wcaf-dashboard-summary .stat-item.large .stat-value {
    font-size: 30px !important;
    color: #10b981 !important; 
}

.yith-wcaf-dashboard-summary .stat-item:last-child .stat-value {
    margin-bottom: 0 !important;
}

/* --- 9. BOTÓN ESTADO (Pendiente, Pagado, etc.) --- */
.yith-wcaf-dashboard table.yith-wcaf-table td.column-status {
    text-align: right !important; 
    vertical-align: middle !important;
}

.column-status mark.status-badge br {
    display: none !important;
}

.yith-wcaf-dashboard table.yith-wcaf-table tr .column-status mark.status-badge {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    background-color: rgba(255, 193, 7, 0.1) !important;
    color: #b38600 !important;
    padding: 6px 16px !important; 
    border-radius: 30px !important;
    font-size: 11px !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    letter-spacing: 0.5px !important;
    box-shadow: inset 0 0 0 1px rgba(255, 193, 7, 0.3) !important;
    border: none !important;
    margin: 0 !important;
    line-height: 1.2 !important; 
}/* End custom CSS */