/* ই-পেপার — ডেইলি টাইমস নিউজ নিউজপেপার প্রিভিউ */
.tn24-epaper--dtn {
    background: #1a1a1a;
}

.tn24-epaper-dtn__title {
    font-weight: 800;
    font-size: var(--tn24-pub-lg, 1.32rem);
    margin-right: 0.75rem;
}

.tn24-epaper-dtn__badge {
    font-size: var(--tn24-pub-sm, 1.08rem);
    background: rgba(255, 255, 255, 0.15);
    padding: 0.2rem 0.5rem;
    border-radius: 3px;
    margin-left: 0.5rem;
}

.tn24-epaper-dtn__stage {
    position: relative;
    display: flex;
    align-items: stretch;
    min-height: min(82vh, 920px);
    background: #111;
    padding: 0.5rem 0;
}

.tn24-epaper-dtn__viewport {
    flex: 1;
    overflow: auto;
    padding: 0.75rem 3rem;
    max-width: 1100px;
    margin: 0 auto;
}

.tn24-epaper-dtn__viewport.is-fullpage {
    position: fixed;
    inset: 0;
    z-index: 9999;
    max-width: none;
    background: #0a0a0a;
    padding: 2.5rem 3.5rem;
}

.tn24-epaper-dtn__slide {
    display: none;
}

.tn24-epaper-dtn__slide.is-active {
    display: block;
}

.tn24-dtn--compact {
    margin: 0;
}

.tn24-dtn--epaper .tn24-dtn__page {
    margin-bottom: 0;
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.45);
}

.tn24-dtn__pages-wrap--solo {
    max-width: 100%;
    padding: 0;
}

.tn24-epaper-dtn .tn24-epaper__page-thumb img {
    object-fit: cover;
    object-position: top center;
}

@media (max-width: 767px) {
    .tn24-epaper-dtn__viewport {
        padding: 0.5rem 2.5rem;
    }
}
