html, body {
        margin: 0;
        padding: 0;
        min-height: 100vh;
        font-family: 'vpro_vesta', Arial, Helvetica, Sans, FreeSans, 'Nimbus Sans L', Garuda, sans-serif;
    }
    
    body {
        display: flex;
        flex-direction: column;
    }
    
    main {
        flex: 1;
        padding: 0 24px;
    }

    a, a:visited, a:hover, a:focus {
        color:black;
    }
    h1, h2, h3, h4, h5, h6 {
        font-family: 'simplistic_sans', Arial, Helvetica, Sans, FreeSans, 'Nimbus Sans L', Garuda, sans-serif;
        font-weight: bold;
        
        margin-bottom: 0.5em;
    }

    p.medialab {
        margin-bottom:0.5em;
    }

    .NavigationBar {
        display: flex;
        justify-content: center;
        width: 100%;
    }
    .NavigationBar a {
        text-decoration: none;
        color: black;
    }
    .NavigationBar icon {
        display: inline-block;
        font-size: 22px;
        padding: 4px 6px;
    } 
    .NavigationBar label {
        font-size:15px;
    }
    .NavigationBarContent a:hover label{
        text-decoration: underline;
        color: black;
    }
    .NavigationBar-inner {
        padding-bottom: 1rem;
        padding-top: 1rem;
        transition: padding var(--motion-medium) var(--motion-easein);
        width: 100%;
    }
    
    .NavigationBarContent {
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 100%;
        max-width: 1200px;
        margin: 0 auto;
        padding: 0 16px;
    }
    
    .NavigationBarContent-left {
        display: flex;
        align-items: center;
        flex: 1;
        justify-content: flex-start;
    }
    
    .NavigationBarContent-left a {
        display: flex;
        align-items: center; 
    }
    .NavigationBarContent-center {
        display: flex;
        align-items: center;
        flex: 1;
        justify-content: center;
    }
    .NavigationBarContent-right {
        display: flex;
        align-items: center;
        flex: 1;
        justify-content: flex-end;
    }

    .Footer {
        margin-top: auto;
        background: #fff;
        border-top: 1px solid #e1e1e1;
    }
    
    .Footer-inner {
        max-width: 1200px;
        margin: 0 auto;
        padding: 20px 16px;
    }
    
    .Footer-content {
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-wrap: wrap;
        gap: 16px;
        font-size: 12px;
    }

    
    .Footer-logo {
        flex: 1;
        display: flex;
        justify-content: center;
        order: 2;
    }
    
    .Footer-logo .Logo svg {
        height: 40px;
        width: auto;
    }
    
    .Footer-links {
        flex: 1;
        display: flex;
        gap: 24px;
        flex-wrap: wrap;
        justify-content: flex-end;
        order: 3;
    }
    
    .Footer-link {
        color: #000;
        text-decoration: none;
        padding:0 8px;
        text-decoration: underline;
    }
    
    .Footer-link:hover {
        color: #000;
    }
    
    /* Responsive footer */
    @media (max-width: 768px) {
        .Footer-inner {
            padding: 8px 16px;
        }
        
        .Footer-content {
            flex-direction: column;
            align-items: flex-start;
            text-align: left;
            gap: 4px;
            padding-bottom: 12px;
        }
        
        .Footer-link {
            padding: 0;
        }
        
        .NavigationBarContent-left {
            order: 2;
            flex: none;
        }
        
        .NavigationBarContent-center {
            order: 1;
            flex: none;
        }
        
        .NavigationBarContent-right {
            order: 3;
            flex: none;
            gap: 16px;
            justify-content: flex-start;
        }
    }
    
    .SubFooter {
        background:#00004c;
        color:#fff;
        padding: 12px 0;
        position: relative;
        bottom: 0;
        width: 100%;
    }
    
    .SubFooter-inner {
        max-width: 1200px;
        margin: 0 auto;
        padding: 0 16px;
    }
    
    .PublicSpaces {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 16px;
    }

    .PublicSpaces * {
        margin: 0;
        padding: 0;
        color: #fff;
        font-size: 10px;
        line-height: 1;
    }
    
    .PublicSpaces-logo {
        display: flex;
        align-items: center;
        flex-shrink: 0;
    }
    
    .PublicSpaces-text {
        display: flex;
        flex-direction: column;
        gap: 4px;
    }
    
    .PublicSpaces-title {
        font-weight: bold;
        margin: 0;
    }
    
    .PublicSpaces-p {
        margin: 0;
        font-size: 10px;
    }
    
    .PublicSpaces .TextLink-label {
        text-decoration: underline;
        color: #fff;
    }
    
    .PublicSpaces .TextLink-label:hover {
        opacity: 0.8;
    }


    .Logo svg {
        height: 27px;
        width: auto;
        margin:6px 0 0;
    }

   .btn-medialab {
        background-color:transparent;
        color: black;
        border: 2px solid  black;
        padding: 10px 20px;
        text-decoration: none;
        font-size: 16px;
        border-radius: 0px;
    }

    .btn-medialab:hover {
        background-color: black;
        color: white;
    }

    .btn-medialab:focus {
        outline: none;
    }

   
    .btn-medialab.disabled {
        background-color: #cccccc;
        color: #666666;
        cursor: not-allowed;
    }


/* Intro Section */
.intro {
    max-width: 1200px;
    margin: 64px auto;
    padding: 0 24px;
}

.intro-content {
    display: flex;
    align-items: flex-start;
    gap: 16px;
}

.intro-logo {
    height: 40px;
    width: auto;
    flex-shrink: 0;
}

.intro-text {
    flex: 1;
    max-width: 360px;
    padding-top: 0;
}

.intro h2 {
    font-family: 'simplistic_sans_outline', Arial, Helvetica, Sans, FreeSans, 'Nimbus Sans L', Garuda, sans-serif;
    font-weight: normal;
    font-size: 24px;
    margin: 0;
    color: #000;
}

.intro p {
    font-weight: bold;
    font-size: 16px;
    line-height: 1.6;
    color: #333;
    margin: 0;
}

/* Card Components - gebaseerd op Argos.vpro.nl styling */

/* Card Wrapper - maakt hele card klikbaar */
.card-wrapper {
    text-decoration: none;
    color: inherit;
    display: block;
}

.card-wrapper:hover {
    text-decoration: none;
    color: inherit;
}

/* ExtraLarge Card - Hero style zoals waterstof card op Argos */
.vpro-card {
    margin: 48px 0;
    border-radius: 0px;
    overflow: hidden;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.vpro-card * {
    text-decoration:none;  
}


.card-wrapper:hover .vpro-card {
    transform: translateY(-4px);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
}

.vpro-card.variant-ExtraLarge {
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    min-height: 400px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    padding: 0;
    position: relative;
}

.vpro-card.variant-ExtraLarge .card-image {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    min-height: 400px;
}

.vpro-card.variant-ExtraLarge .card-content {
    padding: 48px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    max-width: none;
    z-index: 1;
    position: relative;
}

.vpro-card.variant-ExtraLarge .card-type {
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
    color: #666;
    margin-bottom: 16px;
    letter-spacing: 0.5px;
}

.vpro-card.variant-ExtraLarge .card-title {
    font-size: 48px;
    font-weight: bold;
    line-height: 1.2;
    margin-bottom: 24px;
    color: #000;
}

.vpro-card.variant-ExtraLarge .card-intro {
    font-size: 18px;
    line-height: 1.6;
    color: #555;
    margin-bottom: 32px;
}

.vpro-card.variant-ExtraLarge .card-link {
    color: #000;
    text-decoration: none;
    font-weight: 600;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.card-wrapper:hover .vpro-card.variant-ExtraLarge .card-link {
    text-decoration: underline;
}

/* Card Group - Podcasts sectie style van Argos */
.vpro-cardgroup {
    margin: 64px auto;
    max-width: 1200px;
}

.vpro-cardgroup .cardgroup-title {
    font-size: 32px;
    font-weight: bold;
    margin-bottom: 32px;
    color: #000;
}

.vpro-cards {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 32px;
    margin-top: 32px;
}

/* Medium Cards - individuele podcast cards */
.vpro-card.variant-Medium {
    background: #fff;
    padding: 32px;
    margin: 0;
    min-height: auto;
}

.vpro-card.variant-Medium .card-image {
    width: 100%;
    height: 200px;
    object-fit: cover;
    margin-bottom: 20px;
}

.vpro-card.variant-Medium .card-type {
    font-size: 10px;
    font-weight: bold;
    text-transform: uppercase;
    color: #999;
    margin-bottom: 12px;
    letter-spacing: 0.5px;
}

.vpro-card.variant-Medium .card-title {
    font-size: 20px;
    font-weight: bold;
    line-height: 1.3;
    margin-bottom: 16px;
    color: #000;
}

.vpro-card.variant-Medium .card-intro {
    font-size: 14px;
    line-height: 1.5;
    color: #666;
    margin-bottom: 20px;
}

.vpro-card.variant-Medium .card-link {
    color: #000;
    text-decoration: none;
    font-weight: 600;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.card-wrapper:hover .vpro-card.variant-Medium .card-link {
    text-decoration: underline;
}

/* Responsive Design */
@media (max-width: 768px) {
    .vpro-card.variant-ExtraLarge {
        grid-template-columns: 1fr;
        min-height: auto;
    }
    
    .vpro-card.variant-ExtraLarge .card-image {
        min-height: 250px;
        order: -1;
    }
    
    .vpro-card.variant-ExtraLarge .card-content {
        padding: 32px 24px;
    }
    
    .vpro-card.variant-ExtraLarge .card-title {
        font-size: 32px;
    }
    
    .vpro-card.variant-ExtraLarge .card-intro {
        font-size: 16px;
    }
    
    .vpro-cards {
        grid-template-columns: 1fr;
        gap: 24px;
    }
    
    .vpro-cardgroup .cardgroup-title {
        font-size: 24px;
    }
}




/* MediaLab Style */

ul {
    list-style-type: none;
    padding: 0;
}

ul li {
    margin: 10px 0;
}

ul li a {
    text-decoration: none;
    color: #007bff;
    font-weight: bold;
}

/* Overview Template Styles */
.overview-section {
    max-width: 1200px;
    margin: 64px auto;
    padding: 0 24px;
}

.section-title {
    font-size: 32px;
    font-weight: bold;
    margin-bottom: 16px;
    color: #000;
}

.section-description {
    font-size: 18px;
    line-height: 1.6;
    color: #555;
    margin-bottom: 32px;
    max-width: 640px;
}

/* Detail Template Styles */
.detail-article {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 24px;
}

.article-header {
    max-width: 800px;
    margin: 64px auto 48px;
    text-align: center;
}

.article-type {
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
    color: #666;
    margin-bottom: 16px;
    letter-spacing: 0.5px;
}

.article-title {
    font-size: 48px;
    font-weight: bold;
    line-height: 1.2;
    margin-bottom: 16px;
    color: #000;
}

.article-subtitle {
    font-size: 20px;
    line-height: 1.4;
    color: #555;
    margin-bottom: 24px;
}

.article-meta {
    font-size: 14px;
    color: #666;
    display: flex;
    gap: 16px;
    justify-content: center;
    flex-wrap: wrap;
}

.article-hero {
    margin: 48px auto;
    max-width: 1000px;
}

.hero-image {
    width: 100%;
    height: auto;
    border-radius: 8px;
}

.hero-caption {
    font-size: 14px;
    color: #666;
    text-align: center;
    margin-top: 8px;
    font-style: italic;
}

.article-content {
    max-width: 800px;
    margin: 0 auto;
    font-size: 18px;
    line-height: 1.7;
}

.article-content h2 {
    font-size: 32px;
    margin: 48px 0 24px;
    color: #000;
}

.article-content h3 {
    font-size: 24px;
    margin: 32px 0 16px;
    color: #000;
}

.article-content p {
    margin-bottom: 24px;
    color: #333;
}

.article-content blockquote {
    border-left: 4px solid #007bff;
    padding-left: 24px;
    margin: 32px 0;
    font-style: italic;
    color: #555;
}

.article-content blockquote cite {
    display: block;
    margin-top: 16px;
    font-size: 14px;
    color: #666;
    font-style: normal;
}

.content-image {
    margin: 48px auto;
    text-align: center;
}

.content-image img {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
}

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

.article-content ul,
.article-content ol {
    margin: 24px 0;
    padding-left: 32px;
}

.article-content li {
    margin: 8px 0;
}

.article-actions {
    max-width: 800px;
    margin: 48px auto;
    padding: 32px;
    background: #f8f9fa;
    border-radius: 8px;
    text-align: center;
}

.action-link {
    display: inline-block;
    padding: 12px 24px;
    margin: 8px;
    background: #000;
    color: #fff;
    text-decoration: none;
    border-radius: 4px;
    font-weight: 600;
    transition: background 0.2s ease;
}

.action-link:hover {
    background: #333;
}

.related-content {
    max-width: 1200px;
    margin: 64px auto;
    padding: 0 24px;
    border-top: 1px solid #e1e1e1;
    padding-top: 64px;
}

.related-content h2 {
    text-align: center;
    margin-bottom: 48px;
}

.error {
    max-width: 800px;
    margin: 64px auto;
    padding: 48px 24px;
    text-align: center;
    color: #666;
}

/* Responsive styles for templates */
@media (max-width: 768px) {
    .article-title {
        font-size: 32px;
    }
    
    .article-subtitle {
        font-size: 18px;
    }
    
    .article-meta {
        flex-direction: column;
        gap: 8px;
    }
    
    .section-title {
        font-size: 24px;
    }
    
    .article-content {
        font-size: 16px;
    }
    
    .article-content h2 {
        font-size: 24px;
    }
    
    .article-content h3 {
        font-size: 20px;
    }
}

ul li a:hover {
    text-decoration: underline;
}

.container {
    margin-top: 50px;
}

.img-fluid {
    max-width: 100%;
    height: auto;
}

.text-center {
    text-align: center;
}
