.visually-hidden:not(:focus) {
    position: absolute !important;
    overflow: hidden !important;
    clip: rect(0 0 0 0) !important;
    height: 1px !important;
    width: 1px !important;
    margin: -1px !important;
    padding: 0 !important;
    border: 0 !important;
    color: transparent;
}

.detail a.back {
    padding: 0;
}

.detail a.back svg {
    top: -2px;
    position: relative;
}

.header.video {
    position: relative;
    display: inline-flex;
    flex-direction: row;
    align-items: center;
    padding: 1rem 0 1rem 0 !important;
    margin: 0;
}

.header.video > .info:after {
    position: relative;
    display: inline-block;
    content: '';
    width: 1.5rem;
    height: 1.5rem;
    margin: 0 .25em .25rem .5rem;
    -webkit-mask-image: url(https://mediagroup-central.s3.eu-central-1.amazonaws.com/images/icons/info.svg);
    mask-image: url(https://mediagroup-central.s3.eu-central-1.amazonaws.com/images/icons/info.svg);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    mask-position: right;
    background-repeat: no-repeat;
    background: var(--bs-gray);
    -webkit-mask-size: contain;
    -webkit-mask-position: center;
}

.header.video #infoVideo:checked ~ .info:after {
    background: var(--bs-red);
}

.closeInfo {
    position: fixed;
    opacity: .5;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    display: none;
}

.closeInfo.active {
    display: block;
    z-index: 1;
}

.closeInfo.active ~ * a {
    z-index: 2;
}

.header.video #infoVideo {
    display: none;
}

.header.video #infoVideo ~ .infoText {
    display: none;
    padding: 1rem;
    background: var(--bs-white);
    border: 1px solid var(--bs-gray);
    position: absolute;
    margin: 2rem auto 0;
    width: 100%;
    text-align: center;
    top: 50px;
    z-index: 999;
    max-width: fit-content;
    height: fit-content;
}

.header.video #infoVideo ~ .infoText p {
    margin: 0;
}

.header.video #infoVideo:checked ~ .infoText {
    display: block;
}

article.detail header .kicker {
    border-top: 1px solid var(--slot-border-color);
    padding: 1.5rem 0 0 0;
}

article.detail .author {
    position: relative;
    display: flex;
    flex-direction: row;
    margin: 0 0 1rem 0;
}

article.detail .author img {
    border-radius: 50%;
    width: auto;
    margin: 0 1rem 0 0;
}

article.detail .author-info {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

article.detail .author-info a {
    color: var(--bs-body-color);
    font-weight: 700;
}

article.detail .author-info span.date {
    font-size: .875rem;
}

iframe {
    max-width: 384px;
    min-width: 100%;
    height: 190px;
}

revenue-reel {
    --color-accent: #e30613;
    --color-progress: #e30613;
    --color-loader: #e30613;
    aspect-ratio: 16/9;
}

@media (min-width:576px) {
    iframe {
        width: 100%;
        max-width: 508px;
        height: 270px;
    }
    .page-main>.inner>article>* .full-width,
    .page-main>.inner>section>* .full-width {
        margin-inline: calc(var(--outer-padding) * -1) !important;
    }

    .header.video #infoVideo ~ .infoText {
        margin: 1rem auto 0;
    }
}

@media (min-width: 768px) {
    .detail a.back {
        display: none;
    }
    iframe {
        max-width: 956px;
        min-width: 100%;
        height: 310px;
    }
    .page-main>.inner>article>* .full-width,
    .page-main>.inner>section>* .full-width {
        margin-inline: calc(var(--inner-padding)*-1) !important;
    }
}