
/* Clean Professional Styles for Galicia Universal */
.entry-content {
    font-family: Georgia, "Times New Roman", serif;
    font-size: 18px;
    line-height: 1.8;
    color: #333;
}

.entry-lead {
    font-size: 20px;
    line-height: 1.6;
    color: #2c3e50;
    margin-bottom: 30px;
    padding-bottom: 20px;
    border-bottom: 2px solid #e0e0e0;
}

.entry-content p {
    margin-bottom: 20px;
    text-align: justify;
}

.entry-content h2,
.entry-content h3 {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    color: #2c3e50;
    margin: 30px 0 20px 0;
    font-weight: 600;
}

.entry-content h2 {
    font-size: 28px;
}

.entry-content h3 {
    font-size: 24px;
}

.entry-content figure {
    margin: 30px 0;
    text-align: center;
}

.entry-content figure img {
    max-width: 100%;
    height: auto;
    border-radius: 4px;
}

.entry-content figcaption {
    margin-top: 10px;
    font-size: 14px;
    color: #666;
    font-style: italic;
}

@media (max-width: 768px) {
    .entry-content {
        font-size: 16px;
    }
    
    .entry-lead {
        font-size: 18px;
    }
    
    .entry-content p {
        text-align: left;
    }
}
