	/* CSS COMPLETO Y LIMPIO - REEMPLAZA TODO EL <style> */

/* ===== ESTILOS BASE ===== */
  

.opinion-header h1 {
    margin: 0;
    font-size: 2rem;
    font-weight: bold;
    text-align: center;
}

.opinion-post {
    border-bottom: 1px solid #e0e0e0;
    padding: 25px 0;
    margin-bottom: 0;
}

.opinion-post:last-child {
    border-bottom: none;
}

.opinion-post-title {
    font-size: 1.4rem;
    line-height: 1.3;
    margin-bottom: 0px;
    font-weight: 600;
}

.opinion-post-title a {
    color: #333;
    text-decoration: none;
}

.opinion-post-title a:hover {
    color: #dc3545;
}

.author-avatar {
    border-radius: 50%;
    object-fit: cover;
    border: 3px solid #e0e0e0;
}

.author-name {
    font-size: 0.9rem;
    color: #fc0031;
    margin-bottom: 0px;
    margin-top: 0px;
}

.category-tag {
    display: inline-block;
    background-color: #dc3545;
    color: white;
    padding: 4px 12px;
    font-size: 0.8rem;
    font-weight: bold;
    text-transform: uppercase;
    border-radius: 3px;
    margin-bottom: 10px;
}

.social-share {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    background: #e0e0e0;
    border-radius: 50%;
    text-decoration: none;
    color: #000;
    transition: background 0.3s;
    margin-right: 6px;
    font-size: 0.8rem;
}

.social-share:hover {
    background: #ccc;
    color: #000;
}

.social-buttons {
    margin-top: 15px;
    text-align: center;
}

/* ===== MÁS COLUMNISTAS ===== */
.mas-columnistas {
    margin-top: 40px;
}

.mas-columnistas h3 {
    font-size: 1.5rem;
    font-weight: bold;
    margin-bottom: 25px;
    color: #333;
    text-align: left;
}

.columnista-item {
    padding: 15px 0;
    border-bottom: 1px solid #f0f0f0;
}

.columnista-item:last-child {
    border-bottom: none;
}

.columnista-avatar {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    object-fit: cover;
    border: 2px solid #e0e0e0;
    margin-right: 15px;
}

.columnista-content h4 {
    font-size: 1rem;
    line-height: 1.3;
    margin-bottom: 5px;
    font-weight: 600;
}

.columnista-content h4 a {
    color: #333;
    text-decoration: none;
}

.columnista-content h4 a:hover {
    color: #dc3545;
}

.columnista-author {
    font-size: 0.85rem;
    color: #fc0031;
    margin: 0;
    font-weight: bold;
}

/* CSS EDITORIAL MÓVIL */
.mobile-opinion-editorial {
    background: #f8f9fa;
    padding-bottom: 30px;
}

/* Header editorial limpio */
.mobile-header-editorial {
    background: linear-gradient(135deg, #dc3545 0%, #b02a37 100%);
    padding: 20px 15px;
    margin-bottom: 0;
}

.mobile-title-editorial {
    color: white;
    font-size: 1.8rem;
    font-weight: 700;
    margin: 0;
    text-shadow: 0 2px 4px rgba(0,0,0,0.3);
}

.mobile-title-editorial i {
    margin-right: 10px;
    font-size: 1.5rem;
}

.mobile-subtitle-editorial {
    color: rgba(255,255,255,0.9);
    font-size: 0.9rem;
    margin: 5px 0 0 0;
    font-style: italic;
}

/* Posts editorial */
.mobile-posts-editorial {
    background: white;
    padding: 0;
}

.mobile-editorial-post {
    padding: 20px 15px;
    border-bottom: 1px solid #e9ecef;
}

.mobile-editorial-post:last-child {
    border-bottom: none;
}

/* Fecha */
.mobile-post-date {
    font-size: 0.85rem;
    color: #6c757d;
    margin-bottom: 8px;
    font-weight: 500;
}

/* Layout principal */
.mobile-post-layout {
    display: flex;
    gap: 15px;
    align-items: flex-start;
}

.mobile-post-content {
    flex: 1;
}

.mobile-post-avatar {
    flex-shrink: 0;
}

/* Título editorial */
.mobile-editorial-title {
    font-size: 1.8rem;
    line-height: 1.3;
    margin: 0 0 -7px 0;
    font-weight: 700;
    color: #212529;
}

.mobile-editorial-title a {
    color: inherit;
    text-decoration: none;
}

.mobile-editorial-title a:hover {
    color: #dc3545;
}

/* Autor en rojo */
.mobile-editorial-author {
    font-size: 1.8rem;
    color: #dc3545;
    margin: 0 0 15px 0;
    font-weight: 600;
}

/* Avatar editorial */
.mobile-avatar-editorial {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    object-fit: cover;
    border: 3px solid #e9ecef;
}

.mobile-avatar-default {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: #6c757d;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    border: 3px solid #e9ecef;
}

/* Acciones editorial */
.mobile-editorial-actions {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.mobile-editorial-buttons {
    display: flex;
    gap: 8px;
}

.mobile-btn-editorial {
    background: #6c757d;
    color: white;
    padding: 8px 16px;
    text-decoration: none;
    font-size: 0.8rem;
    font-weight: 600;
    text-transform: uppercase;
    border-radius: 0;
    transition: background 0.3s ease;
}

.mobile-btn-editorial:hover {
    background: #5a6268;
    color: white;
}

/* Compartir desplegable */
.mobile-share-wrapper {
    position: relative;
}

.mobile-share-button {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: #f8f9fa;
    border: 1px solid #dee2e6;
    color: #6c757d;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}

.mobile-share-button:hover,
.mobile-share-button.active {
    background: #dc3545;
    color: white;
    border-color: #dc3545;
}

.mobile-share-dropdown {
    position: absolute;
    bottom: 45px;
    right: 0;
    background: white;
    border-radius: 8px;
    padding: 8px;
    box-shadow: 0 8px 25px rgba(0,0,0,0.15);
    display: none;
    flex-direction: row;
    gap: 6px;
    border: 1px solid #dee2e6;
    z-index: 1000;
}

.mobile-share-dropdown.show {
    display: flex;
}

.mobile-share-item {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    color: white;
    font-size: 0.8rem;
    transition: transform 0.2s ease;
}

.mobile-share-item:hover {
    transform: scale(1.1);
    color: white;
}

/*.facebook { background: #1877f2; }
.twitter { background: #000000; }
.whatsapp { background: #25d366; }
.telegram { background: #0088cc; }
.email { background: #6c757d; } */

/* Más columnistas editorial */
.mobile-more-editorial {
    background: white;
    margin-top: 20px;
    padding: 25px 15px;
}

.mobile-more-title {
    font-size: 1.3rem;
    font-weight: 700;
    color: #212529;
    margin-bottom: 20px;
}

.mobile-columnists-editorial {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}

.mobile-columnist-editorial {
    text-align: center;
}

.mobile-columnist-avatar img,
.mobile-columnist-default {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    margin: 0 auto 10px auto;
    display: block;
    border: 2px solid #e9ecef;
}

.mobile-columnist-default {
    background: #6c757d;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
}

.mobile-columnist-title {
    font-size: 0.9rem;
    line-height: 1.3;
    margin-bottom: 8px;
    font-weight: 600;
}

.mobile-columnist-title a {
    color: #212529;
    text-decoration: none;
}

.mobile-columnist-title a:hover {
    color: #dc3545;
}

.mobile-columnist-excerpt {
    font-size: 0.8rem;
    color: #6c757d;
    line-height: 1.4;
    margin: 0;
}

/* Responsive adjustments */
@media (max-width: 375px) {
    .mobile-avatar-editorial,
    .mobile-avatar-default {
        width: 70px;
        height: 70px;
    }
    
    .mobile-editorial-title {
        font-size: 1.8rem; 
    }
    
    .mobile-columnist-avatar img,
    .mobile-columnist-default {
        width: 60px;
        height: 60px;
    }
}