.editor-styles-wrapper .wp-block.acf-block-component .os-related-posts {
    max-width: 980px;
    margin: 0 auto;
    margin-top: var(--os-content-gap);
}
.os-post-content section.os-related-posts {
    padding-left: 0;
    padding-right: 0;
    margin-top: var(--os-content-gap);
}
.os-related-posts { 
    position: relative;
}
.os-related-posts .os-container {
    display: flex;
    flex-direction: column;
    gap: var(--os-space-m);
    background: var(--os-base-gradient);
    padding: var(--os-space-l);
    border-radius: var(--os-radius-l);
}
h2.os-related-posts__heading,
.os-post-content h2.os-related-posts__heading {
    font-size: var(--os-h2);
    color: white;
}
.os-related-posts-container {
    margin: 0 -2rem;
}
.os-related-post__slide {
    margin: 0 2rem;
}
.os-related-post__card {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 2.5rem;
    padding-top: 1rem;
    transition: var(--os-transition);
}
.os-related-post__card:hover {
    opacity: 0.6;
    transform: translate(0, -0.5rem);
    cursor: pointer;
}
.os-related-post__card:hover a {
    text-decoration: underline;
}
h3.os-related-post__title {
    font-size: var(--os-h3);
    line-height: 1.3;
}
h3.os-related-post__title a {
    color: white;
    text-decoration: none; 
}
h3.os-related-post__title a:hover {
    color: white;
}
.os-related-post__image {
    width: 100%;
    order: -1;
    border-radius: var(--os-radius-m);
    overflow: hidden;
    position: relative;
}
.os-related-post__date {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 1rem;
    width: 7rem;
    height: 7rem;
    border-radius: 0 var(--os-radius-m) 0 var(--os-radius-m);
    background-color: var(--os-base-trans-90);
    color: white;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 1.6rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.os-related-post__day,
.os-related-post__month {
    width: 100%;
    text-align: center;
    line-height: 1;
}
.os-related-post__day {
    border-bottom: 1px solid var(--os-accent);
    padding-bottom: .5rem;
    margin-bottom: .5rem;
}
.os-related-post__card img {
    width: 100%;
    height: 100%;
    aspect-ratio: 16 / 9;
    object-fit: cover;
}
.os-related-posts .os-slider-nav {
    position: relative;
}
.os-related-posts ul.slick-dots button {
    background-color: white;
    opacity: 0.6;
}
.os-related-posts ul.slick-dots .slick-active button {
    background-color: white;
    opacity: 1;
}

