/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Dec 19 2025 | 14:23:57 */
/* --- BARRA LATERAL MINIMALISTA 2025 --- */

/* 1. Limpiar el contenedor de la barra lateral */
#sidebar {
    padding-top: 20px !important;
    border-left: none !important; /* Quita la línea vertical vieja de Divi */
}

/* 2. Estilo de los Títulos de los Widgets */
#sidebar .et_pb_widget_title, 
#sidebar h4.widgettitle {
    font-size: 16px !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    letter-spacing: 1.5px !important;
    color: #1a1a1a !important;
    border-bottom: 2px solid #f2f2f2 !important; /* Línea sutil debajo del título */
    padding-bottom: 10px !important;
    margin-bottom: 20px !important;
}

/* 3. Listas de enlaces (Entradas recientes, Categorías, etc.) */
#sidebar ul {
    list-style: none !important;
    padding: 0 !important;
}

#sidebar ul li {
    padding: 12px 0 !important;
    border-bottom: 1px solid #f9f9f9 !important; /* Separación casi invisible */
    line-height: 1.4em !important;
}

#sidebar ul li a {
    color: #444 !important;
    font-size: 15px !important;
    text-decoration: none !important;
    transition: color 0.3s ease !important;
}

#sidebar ul li a:hover {
    color: #007aff !important; /* Color de acento al pasar el ratón */
}

/* 4. Quitar bullets (puntos) y flechas por defecto de Divi */
#sidebar ul li:before {
    display: none !important;
}

/* 5. Estilo para el Widget de Buscar */
#sidebar .et_pb_searchform {
    background-color: #f6f6f6 !important;
    border: none !important;
    border-radius: 8px !important;
    padding: 5px !important;
}

#sidebar .et_pb_s {
    background: transparent !important;
    border: none !important;
    font-size: 14px !important;
}

/* 6. Widget de Calendario o Archivos (si los usas) */
#sidebar .widget_archive li, 
#sidebar .widget_categories li {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

/* Espaciado entre widgets para que respiren */
#sidebar .et_pb_widget {
    margin-bottom: 50px !important;
}

