/*
 Theme Name:   Universal News Pro Child
 Theme URI:    https://www.deweipoort.nl/themes/universal-news-pro-child/
 Description:  Universal News Pro Child Theme voor De Weipoort
 Author:       Henk Oostdam, with assistance from ChatGPT
 Author URI:   https://www.deweipoort.nl/
 Template:     universal-news-pro
 Version:      1.0.1
 Tags:         Nieuws, Weipoort, verhalen, Historie, Gelderswoude
 Text Domain:  universal-news-pro-child
*/

/*
 * Changelog
 * 1.0.1 - Monumentenpagina breder gemaakt, titel en subzin beter uitgelijnd,
 *         Nederlandse datumweergave toegevoegd en ongeldige PHP uit style.css verwijderd.
 */

/* Extra child theme CSS kan hieronder worden toegevoegd. */

.weipoort-first-paragraph {
    margin-bottom: 1rem;
}

.weipoort-before-image-text {
    font-style: italic;
    margin: 0 0 0.75rem 0;
    color: #555;
}

.weipoort-featured-image {
    margin-bottom: 0.5rem;
}

.weipoort-featured-image-img {
    display: block;
    width: 100%;
    height: auto;
    max-height: 300px;
    object-fit: cover;
}

.weipoort-featured-image-img[style] {
    max-height: none !important;
}

.weipoort-remaining-content {
    margin-top: 0;
}

.weipoort-image-caption {
    text-align: right;
    font-size: 0.9em;
    color: #666;
    font-style: italic;
    margin-top: 0.25rem;
    margin-bottom: 1.25rem;
}

.weipoort-first-paragraph.weipoort-lead-large {
    font-size: 1.3em;
    line-height: 1.65;
    font-weight: 500;
    margin-bottom: 1.5rem;
    color: #222;
}

.weipoort-last-modified {
    font-size: 0.85em;
    color: #777;
    margin-top: 1rem;
    font-style: italic;
}