/*!
Theme Name: Portales
Author: EVM
Author URI: https://grupoevm.com
Template: Divi
Version: 1.0.0
*/


:root{
    
}

/* =============================================================================
   Estilos para el Template de Archivos por Fecha
   ============================================================================= */

.archive-header {
    margin-bottom: 40px;
    padding-bottom: 20px;
    border-bottom: 2px solid #e8e8e8;
}

.archive-title {
    font-size: 2em;
    margin: 0;
    color: #2c3e50;
}

.posts-archive-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.archive-post-item {
    margin-bottom: 40px;
    padding-bottom: 40px;
    border-bottom: 1px solid #e8e8e8;
}

.archive-post-item:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}

.archive-post-title {
    margin: 0 0 15px 0;
    font-size: 1.8em;
}

.archive-post-title a {
    color: #2c3e50;
    text-decoration: none;
    transition: color 0.3s ease;
}

.archive-post-title a:hover {
    color: #3498db;
}

.archive-post-meta {
    font-size: 0.95em;
    color: #7f8c8d;
    margin-bottom: 15px;
    display: flex;
    gap: 20px;
}

.post-date,
.post-author {
    display: inline-block;
}

.archive-post-excerpt {
    line-height: 1.6;
    color: #34495e;
    margin-bottom: 15px;
}

.read-more-link {
    display: inline-block;
    color: #3498db;
    text-decoration: none;
    font-weight: 500;
    transition: color 0.3s ease;
}

.read-more-link:hover {
    color: #2980b9;
    text-decoration: underline;
}

/* Paginación */
.pagination {
    text-align: center;
    margin-top: 40px;
    padding-top: 40px;
    border-top: 1px solid #e8e8e8;
}

.pagination a,
.pagination span {
    display: inline-block;
    padding: 8px 12px;
    margin: 0 3px;
    border: 1px solid #e8e8e8;
    color: #2c3e50;
    text-decoration: none;
    transition: all 0.3s ease;
}

.pagination a:hover {
    border-color: #3498db;
    color: #3498db;
    background-color: #ecf0f1;
}

.pagination .current {
    background-color: #3498db;
    color: white;
    border-color: #3498db;
}

