.footer-links {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 12px;
    padding: 16px;
}

.footer-links #script_seo_links {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 12px;
}

.footer-links a {
    color: inherit;
}
.chigua-player {
    display: block;
    width: 100%;
    max-width: 100%;
    aspect-ratio: 16 / 9;
    height: auto;
    min-height: 360px;
    border: 0;
    background: #000;
}

@media (max-width: 767px) {
    .chigua-player {
        min-height: 0;
    }
}

.chigua-content-image-crop {
    display: block;
    width: 100%;
    overflow: hidden;
}

.chigua-content-image-crop > img {
    display: block;
    width: 100%;
    height: auto;
    max-width: 100%;
    cursor: default;
}
