* {
    -webkit-font-smoothing: antialiased; /* Makes the fonts on Google, Figma, Mac and Windows look the same. */ 
}

/* Top */
.blog-title-container {
    margin: 178px auto 48px;
    display: flex;
    flex-direction: column;
    gap: 16px;
    align-items: flex-start;
    max-width: 800px;
}
h1.blog-title {
    border-bottom: 4px solid #EEE93A !important;
    margin: 0 !important;
    width: auto !important;

    color: var(--MZV-Blue, #14415A) !important;
    font-size: 32px !important;
    font-style: normal !important;
    font-weight: 700 !important;
    line-height: 42px !important; /* 131.25% */
    letter-spacing: 0.8px !important;
}
.blog-title-meta {
    display: flex;
    justify-content: flex-start;
    flex-direction: row;
    width: 100% !important;
    gap: 16px;
}
.blog-title-meta span {
    color: var(--MZV-Blue, #14415A);
    
    font-size: 16px !important;
    font-style: normal !important;
    font-weight: 400 !important;
    line-height: 16px !important;
    letter-spacing: 0.8px !important;
}
@media (max-width: 1000px) {
    .blog-title-container {
        margin: 80px auto 48px;
    }
}
@media (max-width: 824px) {
    .blog-title-container {
        margin: 48px 20px 24px;
    }
    h1.blog-title {
        font-size: 22px !important;
        font-style: normal !important;
        font-weight: 700 !important;
        line-height: 30px !important; /* 136.364% */
        letter-spacing: 0.6px !important;
    }
    .blog-title-meta {
        gap: 8px;
    }
    .blog-title-meta span {
        font-size: 12px !important;
    }
}

/* content */
.paddinglr {
    padding: 0 !important;
}
#event {
    width: 800px !important;
    margin: auto !important;
}

#event #event {
    width: 100% !important;
    margin: 0 !important;
}

.blog-content-container h2 {
    color: var(--MZV-Blue, #14415A) !important;
    font-size: 28px !important;
    font-style: normal !important;
    font-weight: 700 !important;
    line-height: 36px !important;
    letter-spacing: 0.8px !important;
    width: auto !important;
}
.blog-content-container h3 {
    font-size: 21px !important;
    font-style: normal !important;
    font-weight: 700 !important;
    line-height: 28px !important; /* 133.333% */
    letter-spacing: 0.8px !important;
}
.blog-content-container figure, .blog-content-container figure img {
    margin: auto;
}
.blog-content-container figcaption {
    margin-bottom: 16px;
    max-width: 100%;
}
.blog-content-container iframe {
    left: 0 !important;
    width: 100% !important;
}
.blog-content-container p, .blog-content-container strong, figcaption, #event div {
    color: var(--Text-Blue, #14415A) !important;
    font-size: 16px !important;
    font-style: normal !important;
    font-weight: 400 !important;
    line-height: 30px !important; /* 187.5% */
    letter-spacing: 0.8px !important;
}
.blog-content-container strong {
    font-weight: 600 !important;
}
.blog-content-container img {
    width: 100% !important;
    object-fit: contain;
    max-width: 100% !important;
    max-height: 70vh;
}
.blog-content-container a, .blog-content-container a em {
    font-weight: bold;
}

@media (max-width: 840px) {
}
@media (max-width: 824px) {
    #event {
        margin: 0 20px !important;
        width: auto !important;
    }
    .blog-content-container p, .blog-content-container strong, figcaption, #event div {
        font-size: 14px !important; 
        line-height: 24px !important; /* 171.429% */
        letter-spacing: 0.6px !important;
    }
    .blog-content-container strong {
    }
    .blog-content-container h2 {
        font-size: 20px !important;
        line-height: 25px !important; /* 125% */
    }
    .blog-content-container h3 {
        font-size: 16px !important;
        line-height: 24px !important;
    }
}

/* Newsletter signup */
.newsletter-signup {
    max-width: 800px;
    width: 100%;
    margin: 32px auto;
}
.newsletter-signup p {
    color: var(--Text-Blue, #14415A);

    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 30px; /* 187.5% */
    letter-spacing: 0.8px;
}
.newsletter-signup a {
    color: var(--Pink, #B63580);

    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 30px;
    letter-spacing: 0.8px;
}
@media (max-width: 820px) {
    .newsletter-signup {
    }
}

/* Author card */
.author-card-v2 {
    margin: 48px auto;
    display: flex;
    max-width: 800px;
    padding: 20px 50px;
    justify-content: center;
    align-items: center;
    gap: 41px;
    align-self: stretch;
    border-radius: 4px;
    border: 0.8px solid var(--Grayish-Blue, #7F97A2);
}
.author-card-v2 .author-card-v2-left {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
}
.author-card-v2 .author-card-v2-left img {
    max-width: 130px !important;
    width: 130px !important;
    height: 130px !important;
    margin-top: 0 !important;
    object-fit: cover;
}
.author-card-v2 .author-card-v2-left a {
    color: var(--Pink, #B63580) !important;
    text-align: center;

    font-family: "Avenir Next";
    font-size: 14px !important;
    font-style: normal;
    font-weight: 600 !important;
    line-height: 18px; /* 128.571% */
    letter-spacing: 0.8px;
    text-decoration-line: underline;
}
.author-card-v2 .author-card-v2-right {
    width: 540px;
}
.author-card-v2 .author-card-v2-right p {
    position: relative;
    top: -2px;
    margin-bottom: 0 !important;
    color: var(--Darker-Grayish-Blue, #526770);

    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 30px; /* 187.5% */
    letter-spacing: 0.8px;
}
@media (max-width: 1000px) {
    .author-card-v2 {
        padding: 16px 24px;
        margin: 40px auto;
        gap: 24px;
        max-width: min(calc(100vw - 24px), 800px);
    }
    .author-card-v2 .author-card-v2-right {
        max-width: 540px;
        margin: auto 24px;
    }
}
@media (max-width: 700px) {
    .author-card-v2 {
        flex-direction: column;
        border: none;
        padding: 0;
        width: 100%;
        margin: 32px auto;
    }
    .author-card-v2 .author-card-v2-right {
        width: 100%;

    }
    .author-card-v2 .author-card-v2-right p {
        margin: auto 32px;

        font-size: 14px !important;
        font-style: normal;
        font-weight: 500 !important;
        line-height: 24px; /* 171.429% */
        letter-spacing: 0.6px;
    }
}


/* Related Posts Styles */
.related-posts {
}

.related-posts-title {
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    margin: 0 auto 0 !important;
    color: var(--MZV-Blue, #14415A) !important;
    text-align: center !important;
    font-size: 28px !important;
    font-style: normal !important;
    font-weight: 700 !important;
    line-height: 36px !important; /* 128.571% */
    letter-spacing: 0.8px !important;
}

.related-posts-container {
    display: flex;
    flex-direction: column;
    gap: 24px;
    max-width: 970px;
    margin: 0 auto;
}

.related-post-card {
    overflow: hidden;

}

.related-post-link {
    display: flex;
    text-decoration: none !important;
    color: inherit;
    gap: 34px;
}

.related-post-image {
    max-width: 327px;
    max-height: 180px;
    flex-shrink: 0;
}

.related-post-image img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
    margin: 0 !important;
}

.related-post-content {
    flex-grow: 1;
    border-bottom: solid 1px #7F97A2;
}

.related-post-meta {
    display: flex;
    gap: 12px;
    /* height: 28px; */
}

.related-post-date {
    font-size: 14px !important;
    color: var(--MZV-Blue, #14415A);
    /* EN/Desktop/P 15 - S */
    font-size: 15px !important;
    font-style: normal !important;
    font-weight: 600 !important;
    line-height: 20px !important; /* 186.667% */
    letter-spacing: 0.8px !important;
}

.related-post-category {
    font-size: 14px;
    padding: 2px 8px;
    background-color: #F3F4F6;
    border-radius: 4px;
    text-decoration: none !important;
}

.related-post-title {
    height: 56px;
    margin: 0 !important;
}
.related-post-title span {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;

    margin: 0 !important;
    text-decoration: none !important;
    color: var(--MZV-Blue, #14415A);
    font-size: 21px !important;
    font-style: normal !important;
    font-weight: 700 !important;
    line-height: 28px !important; /* 152.381% */
    letter-spacing: 0.8px !important;
    margin-bottom: 8px !important;
}

.related-post-excerpt {
    height: 60px !important;
    margin: 0 !important;
}
.related-post-excerpt span{
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;

    text-decoration: none !important;
    color: var(--MZV-Blue, #14415A);
    font-size: 16px !important;
    font-style: normal !important;
    font-weight: 400 !important;
    line-height: 24px !important; /* 187.5% */
    letter-spacing: 0.8px !important;
    margin: 0 !important;
}

.related-taxonomies {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.taxonomy-group {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}

.taxonomy-tag {
    padding: 0px 10px;
    border-radius: 12px;
    display: inline-fle;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    background-color: #E5EAEC;
    
    color: var(--MZV-Blue, #14415A);
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: 0.6px;
}
a.see-more {
    display: flex;
    padding: 14px 28px;
    justify-content: center;
    align-items: center;
    border-radius: 27px;
    background: var(--MZV-Blue, #14415A);
    color: var(--White, #FFF) !important;
    width: 152px;
    margin: auto;

    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 26px; /* 144.444% */
    letter-spacing: 0.6px;
    text-decoration: none !important;
}

@media (max-width: 1011px) {
    .related-posts-container {
        margin: 0 16px;
    }
    .related-post-link {
        gap: 16px;
    }
    .related-post-date {
        font-size: 12px !important;
    }

    .related-post-excerpt {
        font-size: 14px !important;
    }
    .taxonomy-tag {
        font-size: 12px !important;
        font-weight: 500 !important;
    }
}

/* Responsive adjustments */
@media (max-width: 790px) {
    .related-posts-title {
        font-size: 22px !important;
        line-height: 30px !important; /* 136.364% */
        letter-spacing: 0.6px !important;
    }
    .related-posts-container {
        margin: auto 24px;
    }
    .related-post-content {
        padding-bottom: 12px;
    }
    .related-post-link {
        flex-direction: column;
        gap: 16px;
    }
    .related-post-title {
        height: auto;
        max-height: 82px;
        margin-bottom: 12px !important;
    }
    .related-post-title span{
        -webkit-line-clamp: 3;
        font-size: 16px !important;
        line-height: 24px !important; /* 152.381% */
    }
    .related-post-image {
        width: 100%;
        height: auto;
        object-fit: contain;
        margin: auto;
    }
    .related-post-excerpt {
        display: none;
    }
    .related-taxonomies {
    }
}