/*
Theme Name: AI Podium Child
Template: twentytwentyfive
Version: 1.0
*/

/* AI Podium Dark Theme — full page */
body,
.wp-site-blocks,
.wp-block-query,
.wp-block-post-template,
.wp-block-group.has-global-padding,
.is-layout-constrained,
main {
    background-color: #0a0a1a !important;
    color: #d0d0e0 !important;
}

/* Header — 110px dekstop, 150px mobiel */
.wp-block-cover {
    min-height: 110px !important;
    max-height: 110px !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}
.wp-block-cover img {
    object-fit: cover !important;
    height: 110px !important;
}

@media (max-width: 768px) {
    .wp-block-cover {
        min-height: 150px !important;
        max-height: 150px !important;
    }
    .wp-block-cover img {
        height: 150px !important;
    }
}

.wp-block-cover__inner-container {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}
.wp-block-cover__inner-container .wp-block-group {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    gap: 1rem !important;
}

/* Site title */
.wp-block-site-title a {
    color: #ffffff !important;
    text-decoration: none !important;
    font-size: 1rem !important;
    font-weight: 700 !important;
    letter-spacing: 1px !important;
}
.wp-block-site-title a:hover {
    color: #a855f7 !important;
}
.wp-block-site-title {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

/* Navigation */
.wp-block-navigation a {
    color: #c0c0e0 !important;
    font-size: 0.85rem !important;
}
.wp-block-navigation a:hover {
    color: #a855f7 !important;
}
.wp-block-navigation {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

/* Blog heading */
.wp-block-query-title, 
h1,
.wp-block-heading {
    color: #e8e8ff !important;
}

/* Post titles */
.wp-block-post-title a {
    color: #e0e0ff !important;
}
.wp-block-post-title a:hover {
    color: #a855f7 !important;
}

/* Post excerpt + content */
.wp-block-post-excerpt,
.wp-block-post-content,
.wp-block-post-excerpt__excerpt,
p {
    color: #c0c0d0 !important;
}

/* Post content links */
.wp-block-post-content a {
    color: #8b5cf6 !important;
}
.wp-block-post-content a:hover {
    color: #a855f7 !important;
}

/* Post dates */
.wp-block-post-date {
    color: #707090 !important;
}
.wp-block-post-date a {
    color: #707090 !important;
}

/* Separator */
.wp-block-separator {
    color: #2a2a4a !important;
}

/* Blog heading */
.wp-block-group.has-global-padding .wp-block-group.alignfull {
    background-color: #0a0a1a !important;
}
