.plyrr-wrapper {}

.plyr {
    height: 100%;
    width: 100%;
}

.plyrr-wrapper {
    display: flex;
    justify-content: center;
    width: 100%;
    background-color: transparent;
}

.plyr__video-wrapper {
    position: relative;
    padding-bottom: 56.25%;
}

.plyr__video-wrapper iframe {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
}

.detail-content span {
    font-family: 'Times New Roman', Times, serif !important;
}

.detail-content p {
    font-family: 'Times New Roman', Times, serif !important;
}

.detail-content h2 span {}

.header-menu .inner-list>li a {
    font-size: 15px;
}

.fig-picture {
    padding-bottom: 5px !important;
}

.footer-list .inner-item a {
    font-size: 12px;
}

.footer {
    font-size: 12px;
}

.header-main .inner-logo img {
    max-width: 430px;
    max-height: unset;
    height: auto;
}

.news-type-5 .inner-item .inner-content .inner-image {
    width: 190px;
}

.detail-article .detail-content img {
    width: 100%;
}

.news-type-8 .inner-item .inner-sapo {
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
}

.detail-content {
    text-align: justify !important;
}

.detail-content span {
    letter-spacing: unset !important;
}

.ads-mobile {
    display: none;
}

.ads-desktop {
    display: block;
}

.ads-desktop .ads-gif-container {
    width: 100%;
    height: 200px;
}

.ads-desktop .ads-gif-container img {
    width: 100%;
    max-height: 200px;
}

@media (max-width: 767px) {
    .header-main .inner-logo img {
        max-height: 50px;
    }
    .ads-mobile {
        display: block;
    }
    .ads-mobile .ads-gif-container {
        width: 100%;
        height: auto;
    }
    .ads-mobile .ads-gif-container img {
        width: 100%;
        max-width: 100%;
    }
    .ads-desktop {
        display: none
    }
}

/* Bootstrap 5 compatibility: keep original no-underline links */
body a,
body a:hover,
body a:focus {
    text-decoration: none;
}

.inner-title,
.box-title h2,
.box-title-2 h2,
.box-comments .inner-title,
.footer-contact .inner-title {
    margin: 0;
    padding: 0;
    font-size: inherit;
    line-height: inherit;
    font-weight: inherit;
    color: inherit;
    background: transparent;
}

.box-title h2,
.box-title-2 h2 {
    display: block;
}

.inner-title a,
.box-title h2 a,
.box-title-2 h2 a {
    line-height: inherit;
}

.breadcrumbs ol {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
    list-style: none;
}

.breadcrumbs li {
    display: inline-flex;
    align-items: center;
}

.breadcrumbs li:last-child .inner-bor {
    display: none;
}

.skip-link {
    position: absolute;
    left: 16px;
    top: -48px;
    z-index: 9999;
    background: #004175;
    color: #fff;
    padding: 10px 14px;
    border-radius: 6px;
}

.skip-link:focus {
    top: 16px;
    color: #fff;
}

.page-shell {
    min-height: 100vh;
}

/* Lazy-state compatibility for images using placeholder/data-src */
img.lazy,
img[loading="lazy"] {
    transition: opacity .25s ease;
}

img.lazy:not(.lazy-loaded)[data-src],
img.lazy:not(.lazy-loaded)[data-srcset] {
    opacity: .85;
}

/* Skeleton loading for server-rendered theme blocks */
.skeleton-block {
    position: relative;
    overflow: hidden;
}

.skeleton-block::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(245, 245, 245, 0.85) 50%, rgba(255, 255, 255, 0) 100%);
    transform: translateX(-100%);
    animation: theme-skeleton 1.5s ease-in-out infinite;
    pointer-events: none;
}

.skeleton-block.is-loaded::after,
.page-shell[data-ready="true"] .skeleton-block::after {
    display: none;
}

.skeleton-text {
    background: transparent;
}

@keyframes theme-skeleton {
    100% {
        transform: translateX(100%);
    }
}
