
/* Professional Newspaper Styles for Galicia Universal */
.article-lead {
    font-size: 1.25em;
    line-height: 1.6;
    color: #2c3e50;
    margin-bottom: 30px;
    font-weight: 400;
    border-left: 4px solid #3498db;
    padding-left: 20px;
    font-family: Georgia, serif;
}

.article-paragraph {
    font-size: 1.05em;
    line-height: 1.8;
    color: #333;
    margin-bottom: 20px;
    text-align: justify;
    font-family: Georgia, serif;
}

.drop-cap {
    float: left;
    font-size: 4em;
    line-height: 0.8;
    margin: 0 8px 0 0;
    padding: 8px 4px;
    font-weight: bold;
    color: #2c3e50;
    font-family: Georgia, serif;
}

.professional-quote {
    color: #555;
    font-style: italic;
    font-weight: 500;
}

.article-image {
    margin: 30px 0;
    text-align: center;
}

.article-image img {
    max-width: 100%;
    height: auto;
    border-radius: 4px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}

.article-image figcaption {
    margin-top: 10px;
    font-size: 0.9em;
    color: #666;
    font-style: italic;
    padding: 0 20px;
}

.article-section-break {
    text-align: center;
    margin: 40px 0;
    position: relative;
}

.article-section-break:before {
    content: "• • •";
    font-size: 1.5em;
    color: #bbb;
    letter-spacing: 1em;
}

/* Fix for nested HTML issues */
.entry-content p p,
.entry-content p div.article-lead {
    margin: 0;
    padding: 0;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .article-lead {
        font-size: 1.15em;
        padding-left: 15px;
    }
    
    .article-paragraph {
        font-size: 1em;
        text-align: left;
    }
    
    .drop-cap {
        font-size: 3em;
    }
}

/* Remove conflicting styles */
.entry-content p > strong > div {
    display: inline;
}

.entry-content p.lead strong {
    font-weight: normal;
}
