    /* ----------------------------------------------------------
    :: Template Name: Portalypse - Our Papers
    :: Author: Portalypse
    :: Author URL: https://portalypse.org
    :: Description: Portalypse - Our Papers is a smart & creative news & magazine template. It's suitable for all news & magazine website.
    :: Version: 1.0.0
    :: Created: 17 January 2018
    :: Last Updated: 17 January 2018
    ---------------------------------------------------------- */

    /* ============ PLACE YOUR CUSTOM CSS HERE ============ */

.carousel-swipe-hint {
    position: absolute;
    top: 12px;
    right: 12px;
    background: rgba(0, 0, 0, 0.55);
    color: #fff;
    font-size: 12px;
    letter-spacing: 0.5px;
    padding: 4px 10px;
    border-radius: 12px;
    z-index: 20;
    pointer-events: none;
    display: none;
}

.welcome-blog-post-slide-wrapper {
    position: relative;
}

@media (max-width: 575px) {
    .carousel-swipe-hint {
        display: inline-block;
    }
}

.donnot-miss-widget .single-dont-miss-post {
    min-height: 90px;
    align-items: stretch !important;
}

.donnot-miss-widget .dont-miss-post-thumb {
    flex: 0 0 90px;
    max-width: 90px;
    height: 90px;
    margin-right: 16px;
}

.donnot-miss-widget .dont-miss-post-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.donnot-miss-widget .dont-miss-post-content {
    flex: 1 1 auto;
    max-width: none;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

#home-today-list .gazette-single-todays-post {
    min-height: 180px;
    align-items: stretch !important;
}

#home-today-list .todays-post-thumb {
    flex: 0 0 180px;
    max-width: 180px;
    height: 180px;
    margin-right: 18px;
}

#home-today-list .todays-post-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

#home-today-list .todays-post-content {
    flex: 1 1 auto;
    max-width: none;
}

#home-editorial .editorial-post-thumb {
    width: 100%;
    aspect-ratio: 1 / 1;
    overflow: hidden;
}

#home-editorial .editorial-post-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#home-editorial .editorial-post-content {
    min-height: 260px;
}

#home-breaking-news .single-breaking-news-widget {
    width: 100%;
    aspect-ratio: 4 / 3;
    overflow: hidden;
}

#home-breaking-news .single-breaking-news-widget > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

@media (max-width: 767px) {
    #home-today-list .todays-post-thumb {
        flex: 0 0 100%;
        max-width: 100%;
        height: 220px;
        margin-right: 0;
        margin-bottom: 14px;
    }
}

/* Skeleton loading states for home papers modules */
.skeleton-status {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

.is-loading {
    position: relative;
}

.reveal-stage {
    opacity: 0.01;
    transform: translateY(14px);
    transition: opacity 420ms ease, transform 420ms ease;
}

.reveal-stage.is-visible {
    opacity: 1;
    transform: translateY(0);
}

.fx-reveal {
    opacity: 0.01;
    transform: translateY(16px);
    transition: opacity 620ms cubic-bezier(0.22, 1, 0.36, 1), transform 620ms cubic-bezier(0.22, 1, 0.36, 1);
    will-change: opacity, transform;
}

.fx-reveal.is-visible {
    opacity: 1;
    transform: translateY(0);
}

.fx-reveal.fx-delay-0 { transition-delay: 0ms; }
.fx-reveal.fx-delay-1 { transition-delay: 90ms; }
.fx-reveal.fx-delay-2 { transition-delay: 180ms; }
.fx-reveal.fx-delay-3 { transition-delay: 270ms; }
.fx-reveal.fx-delay-4 { transition-delay: 360ms; }

.gazette-skeleton {
    background: #ece8e1;
    border-radius: 4px;
    position: relative;
    overflow: hidden;
}

.gazette-skeleton::after {
    content: '';
    position: absolute;
    inset: 0;
    transform: translateX(-100%);
    background: linear-gradient(90deg, rgba(236, 232, 225, 0) 0%, rgba(255, 255, 255, 0.55) 45%, rgba(236, 232, 225, 0) 100%);
    animation: gazette-skeleton-shimmer 1.5s infinite;
}

.skeleton-line {
    display: block;
    height: 12px;
    margin-bottom: 12px;
}

.skeleton-line.lg {
    height: 18px;
}

.skeleton-line.sm {
    width: 45%;
    height: 10px;
}

.skeleton-block {
    display: block;
    width: 100%;
}

.skeleton-home-featured .skeleton-thumb {
    height: 320px;
    margin: 24px 0;
}

.skeleton-home-list-item {
    margin-bottom: 50px;
}

.skeleton-home-list-item .skeleton-thumb {
    width: 180px;
    height: 180px;
    margin-right: 18px;
    flex: 0 0 180px;
}

.skeleton-home-list-item .skeleton-content {
    flex: 1 1 auto;
}

.skeleton-breaking-item {
    width: 100%;
    aspect-ratio: 4 / 3;
    margin-bottom: 30px;
}

.skeleton-dont-miss-item {
    display: flex;
    margin-bottom: 30px;
}

.skeleton-dont-miss-item .skeleton-thumb {
    width: 90px;
    height: 90px;
    margin-right: 16px;
    flex: 0 0 90px;
}

.skeleton-dont-miss-item .skeleton-content {
    flex: 1 1 auto;
    padding-top: 10px;
}

.skeleton-editorial-slide {
    padding: 0 15px;
}

.skeleton-editorial-slide .skeleton-thumb {
    width: 100%;
    aspect-ratio: 1 / 1;
}

.skeleton-editorial-slide .skeleton-content {
    min-height: 260px;
    padding-top: 12px;
}

@media (max-width: 767px) {
    .skeleton-home-list-item {
        display: block !important;
    }

    .skeleton-home-list-item .skeleton-thumb {
        width: 100%;
        max-width: 100%;
        height: 220px;
        margin-right: 0;
        margin-bottom: 14px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .gazette-skeleton::after {
        animation: none;
    }

    .reveal-stage {
        opacity: 1;
        transform: none;
        transition: none;
    }

    .fx-reveal,
    .fx-reveal.is-visible {
        opacity: 1;
        transform: none;
        transition: none;
    }
}

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