/* Nora Medya - Paketler sabit fiyat başlığı FIX v2
   Sticky yerine bağımsız fixed clone kullanılır. */

.nm-package-fixed-wrap {
    position: fixed;
    z-index: 9990;
    display: none;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 10px 28px rgba(20, 28, 40, .14);
    border-bottom: 1px solid rgba(0,0,0,.09);
    pointer-events: none;
}

.nm-package-fixed-wrap.is-visible {
    display: block;
}

.nm-package-fixed-inner {
    position: relative;
    will-change: transform;
}

.nm-package-fixed-table {
    margin: 0 !important;
    border-collapse: separate !important;
    border-spacing: 0 !important;
    background: #fff;
}

.nm-package-fixed-table thead th {
    background: #f5f5f5 !important;
}

.nm-package-fixed-table td,
.nm-package-fixed-table th {
    box-sizing: border-box;
}

/* Önceki sticky kurallarını etkisizleştir. */
@media (min-width: 992px) {
    .nm-sticky-pricing-table > thead > tr > th,
    .nm-sticky-pricing-table > tbody > tr:nth-child(1) > td,
    .nm-sticky-pricing-table > tbody > tr:nth-child(2) > td {
        position: static !important;
        top: auto !important;
    }
}

@media (max-width: 991.98px) {
    .nm-package-fixed-wrap {
        display: none !important;
    }
}

/* FIX v3: Scroll sırasında fixed clone orijinal tabloyla aynı tipografiyi korur. */
.nm-package-fixed-table,
.nm-package-fixed-table th,
.nm-package-fixed-table td,
.nm-package-fixed-table span,
.nm-package-fixed-table strike {
    font-synthesis: none;
}

.nm-package-fixed-table th,
.nm-package-fixed-table td {
    transition: none !important;
}
