/* PACO — Page d'Appui aux Convocations Officielles */
.paco-search-sticky {
    position: sticky;
    top: 0;
    z-index: 20;
}

.paco-list {
    max-height: min(50vh, 28rem);
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}

.paco-list-sentinel {
    flex-shrink: 0;
}

.paco-list-loader {
    flex-shrink: 0;
}

@media (min-width: 1024px) {
    .paco-list {
        max-height: calc(100vh - 16rem);
    }
}

.paco-list-item.is-selected {
    border-color: rgb(37 99 235);
    background-color: rgb(239 246 255);
}

.dark .paco-list-item.is-selected {
    border-color: rgb(96 165 250);
    background-color: rgb(30 58 138 / 0.35);
}

.paco-page-blur {
    filter: blur(6px);
    user-select: none;
    pointer-events: none;
}

.paco-paywall-blur {
    filter: blur(5px);
    opacity: 0.88;
    user-select: none;
    pointer-events: none;
}

.dark .paco-paywall-blur {
    opacity: 0.78;
}

.paco-formulation-excerpt {
    margin: 0;
    padding: 0;
    border: 0;
}

.paco-excerpt-quote {
    color: rgb(156 163 175);
    font-weight: 500;
}

.dark .paco-excerpt-quote {
    color: rgb(107 114 128);
}

.paco-excerpt-placeholder {
    display: inline-block;
    color: rgb(107 114 128);
    letter-spacing: 0.08em;
    font-weight: 600;
}

.dark .paco-excerpt-placeholder {
    color: rgb(156 163 175);
}

.paywall-teaser-preview {
    -webkit-mask-image: linear-gradient(to bottom, #000 0%, #000 48%, rgba(0, 0, 0, 0.42) 74%, rgba(0, 0, 0, 0.06) 92%, transparent 100%);
    mask-image: linear-gradient(to bottom, #000 0%, #000 48%, rgba(0, 0, 0, 0.42) 74%, rgba(0, 0, 0, 0.06) 92%, transparent 100%);
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
}
