/* Estilos para single-tc_events.php */
.main-content-area {
    max-width: 800px;
    margin: 40px auto;
    padding: 0 20px;
}

.single-post-container {
    background-color: #212121; /* Contenedor del post */
    border-radius: 8px;
    overflow: hidden;
    border: 1px solid #333;
}

.post-header .entry-title {
    font-family: 'Montserrat', sans-serif;
    font-weight: 900;
    font-size: 22px;
    color: #ffffff;
    margin: 0;
    padding: 40px 40px 20px 40px;
}

.post-meta {
    padding: 0 40px 20px 40px;
    color: #aaa;
    font-family: sans-serif;
    font-size: 0.9rem;
}

.post-meta a {
    color: #ffd700; /* El color dorado del logo para enlaces */
    text-decoration: none;
    font-weight: bold;
}

.post-meta a:hover {
    text-decoration: underline;
}

.post-meta .meta-divider {
    margin: 0 10px;
}

.post-thumbnail img {
    width: 100%;
    height: auto;
    display: block;
}

.post-content {
    padding: 15px;
    color: #e0e0e0;
    font-family: 'Georgia', serif;
    font-size: 1.1rem;
    line-height: 1.8;
}

.post-content h2, .post-content h3 {
    font-family: 'Montserrat', sans-serif;
    color: #fff;
}

.post-content a {
    color: #ffd700;
    text-decoration: underline;
}

.post-footer {
    padding: 20px 40px;
    background-color: #1e1e1e;
    font-family: sans-serif;
}

.temas-list a {
    display: inline-block;
    background-color: #ffd700;
    color: #121212;
    padding: 5px 15px;
    border-radius: 20px;
    font-size: 0.8rem;
    font-weight: bold;
    text-decoration: none;
    margin-right: 8px;
    margin-bottom: 8px;
    transition: transform 0.2s ease;
}

.temas-list a:hover {
    transform: scale(1.05);
}

/* Navegación entre posts */
.post-navigation {
    display: flex;
    justify-content: space-between;
    padding: 40px 0;
    font-family: 'Montserrat', sans-serif;
}

.post-navigation a {
    color: #ffd700;
    text-decoration: none;
    font-weight: bold;
}

/* Responsividad */
@media (max-width: 768px) {
    .post-header .entry-title {
        font-size: 2rem;
        padding: 30px 20px 15px 20px;
    }
    .post-meta, .post-content, .post-footer {
        padding: 20px;
    }
}

.tc_event_date_title_front, .tc_event_location_title_front {
    color: #ffffff !important;
    font-size: 16px !important;
    text-transform: uppercase;
    padding-right: 10px !important;
} 