.global-post-header {
    border-bottom: 1px solid #fff
}

.global-post-content video {
    width: 100%;
    max-height: 600px;
    object-fit: cover;
    height: auto;
    aspect-ratio: 16/9;
    border-radius: 16px !important
}

.global-post-content h2,
.global-post-content h3,
.global-post-content h4,
.global-post-content strong {
    margin-bottom: 24px
}

.global-post-content strong {
    display: block
}

.global-post-content mark {
    display: flex;
    background-color: var(--dark-grey);
    font-size: 22px;
    padding: 32px 54px;
    border-radius: 16px;
    color: #fff;
    font-weight: 500
}

.global-post-content .swiper {
    margin: 60px 0
}

.global-post-content .quote {
    margin: 60px 0;
    font-size: clamp(20px, 4vw, 24px);
    line-height: clamp(28px, 4vw, 36px);
    display: block;
    font-weight: 700;
    padding-left: 32px;
    border-left: 1px solid #fff
}

.global-post-content mark {
    margin: 60px 0
}

.global-post-content ul {
    margin-bottom: 24px
}