﻿/* ============================================
   AD WEBSITE - ARTICLE STYLES
   Article content, images, captions
   ============================================ */

/* ============================================
   ARTICLE BASICS
   ============================================ */

.article-content h2
{
    font-size: 24px;
    color: rgb(204, 51, 51);
    font-weight: bold;
}

.article-content h3
{
    font-size: 24px;
    color: #333;
}

.article-content h4
{
    font-size: 22px;
    color: #333;
}

/* Brieven auteur styling — italic + indented */
.vsi-brieven-auteur
{
    padding-left: 24px;
    font-style: italic;
    margin-top: 4px;
    margin-bottom: 12px;
}

.article-content a,
.vsi-readmore a
{
    color: rgb(204, 51, 51);
    text-decoration: none;
    font-weight: 500;
}

.article-publishdate
{
    font-size: 10px;
    color: #666666;
}

.article-content .linebreak
{
    margin-bottom: 0px;
}

.article-content p
{
    margin-bottom: 1.2rem;
    display: block;
}

.article-content em
{
    /* This is Italic */
    /* display: block;*/
}

.article-footer-text
{
    font-size: 12px;
    color: #666666;
}

.article-footer-link
{
    font-size: 12px;
    color: rgb(204, 51, 51);
    text-decoration: none;
    font-weight: 500;
}

.article-separator
{
    border-top: 1px solid #666;
    margin: 20px 0;
    clear: both;
}

.article-readmore
{
    font-size: 23px;
    font-weight: bold;
    color: #333;
}

.article-readmore a
{
    font-size: 23px;
    font-weight: bold;
    color: rgb(204, 51, 51);
}

/* ============================================
   ARTICLE IMAGES - Desktop default (8px border-radius)
   Only applies inside .article-body and .article-intro
   ============================================ */

.article-body .article-image,
.article-intro .article-image
{
    margin: 10px;
    max-width: 50%;
    border-radius: 8px;
    overflow: hidden;
}

.article-body .article-image.center,
.article-intro .article-image.center
{
    display: block;
    float: none;
    clear: both;
    margin: 10px auto;
    max-width: 100%;
    text-align: center;
    border-radius: 8px;
}

.article-body .article-image.left,
.article-intro .article-image.left
{
    display: inline;
    float: left;
    margin: 10px 20px 10px 0;
    border-radius: 8px;
}

.article-body .article-image.right,
.article-intro .article-image.right
{
    display: inline;
    float: right;
    margin: 10px 0 10px 20px;
    border-radius: 8px;
}

.article-body .article-image img,
.article-intro .article-image img
{
    max-width: 400px;
    height: auto;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    display: block;
}

.article-body .article-image.center img,
.article-intro .article-image.center img
{
    margin: 0 auto;
    border-radius: 8px;
}

.article-body .article-image .image-caption,
.article-intro .article-image .image-caption
{
    font-style: italic;
    color: #666;
    margin-top: 8px;
    font-size: 0.9em;
    text-align: left;
    width: 100%;
    box-sizing: border-box;
    word-wrap: break-word;
    overflow-wrap: break-word;
    padding: 8px 12px;
    background: #f8f9fa;
    border-radius: 0 0 8px 8px;
}

.article-body .article-image.center .image-caption,
.article-intro .article-image.center .image-caption
{
    text-align: center;
}

/* Clear floats after content sections */
.article-body::after,
.article-intro::after
{
    content: "";
    display: table;
    clear: both;
}

/* Ensure paragraphs flow around floated images - DESKTOP ONLY */
@media (min-width: 768px)
{
    .article-body p,
    .article-intro p
    {
        margin-bottom: 1.2rem;
    }

    .article-body br,
    .article-intro br
    {
        display: block;
        line-height: 2.5em;
    }
}

.ad-article-search .blue-wave-banner,
.ad-blue-wave-schedule .blue-wave-banner
{
    margin-top: 15px !important;
    margin-bottom: 0px !important;
}

