/* ============================================================================
   PAGE FAMILY: top-100 pages (B10) — STRUCTURE tier — from the 3 global files,
original order
   Migrated 2026-07-05. Scope: every rule scoped to .top100-listing (incl.
   __part / --modifier derivatives) — top_100_museums + top_100_articles carry
   the scope; top_100_artworks/artists have their own layouts (no scope).
   PHASE-A FIDELITY: verbatim relocation. Harness-diff before editing.
   ============================================================================ */
.top100-listing .artwork-catalog-card.top100-listing__card .artwork-catalog-card__hover p,
.top100-listing .article-list-card.top100-listing__card .article-list-card__hover p{
    display: block;
    -webkit-line-clamp: unset;
    line-clamp: unset;
    -webkit-box-orient: unset;
    overflow: visible;
    text-overflow: unset;
    max-height: none;
}

.top100-listing .row {
    row-gap: 24px;
    padding-top: 8px;
}.top100-listing .artwork-catalog-card.top100-listing__card,
.top100-listing .article-list-card.top100-listing__card{
    overflow: visible;
    position: relative;
    padding: 0;
    /* Reinstate full frame — global .custom_search .artwork-catalog-card.artwork-catalog-card zeros border-bottom */
    border: 1px solid var(--top100-card-border, #DCD3BF);
    border-bottom: 1px solid var(--top100-card-border, #DCD3BF);
}.top100-listing .artwork-catalog-card.top100-listing__card:hover,
.top100-listing .article-list-card.top100-listing__card:hover{
    z-index: 20;
    border-bottom-color: transparent !important;
}.top100-listing .artwork-catalog-card.top100-listing__card .artwork-catalog-card__media,
.top100-listing .article-list-card.top100-listing__card .article-list-card__media{
    border-bottom: 1px solid var(--top100-card-border, #DCD3BF);
}.top100-listing .artwork-catalog-card.top100-listing__card .artwork-catalog-card__body,
.top100-listing .article-list-card.top100-listing__card .article-list-card__body{
    padding: 12px 12px 12px;
    margin-top: 0;
    position: relative;
}.top100-listing .artwork-catalog-card.top100-listing__card .artwork-catalog-card__body::after,
.top100-listing .article-list-card.top100-listing__card .article-list-card__body::after{
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 1px;
    background: var(--top100-card-border, #DCD3BF);
    pointer-events: none;
}.top100-listing .artwork-catalog-card.top100-listing__card:hover .artwork-catalog-card__body::after,
.top100-listing .article-list-card.top100-listing__card:hover .article-list-card__body::after{
    display: none;
}.top100-listing .artwork-catalog-card.top100-listing__card .artwork-catalog-card__artist,
.top100-listing .article-list-card.top100-listing__card .article-list-card__meta{
    display: flex;
    align-items: flex-start;
    gap: 0.4rem;
}.top100-listing .artwork-catalog-card.top100-listing__card .artwork-catalog-card__artist h2,
.top100-listing .article-list-card.top100-listing__card .article-list-card__meta h2{
    margin: 0;
    flex: 1 1 auto;
    min-width: 0;
    line-height: normal;
}.top100-listing .artwork-catalog-card.top100-listing__card .artwork-catalog-card__hover,
.top100-listing .article-list-card.top100-listing__card .article-list-card__hover{
    position: absolute;
    top: 100%;
    left: -1px;
    width: calc(100% + 2px);
    margin: 0;
    padding: 12px 14px 16px;
    border: 1px solid #DCD3BF;
    border-top: 1px solid #DCD3BF;
    background: #E8E2CD;
    box-sizing: border-box;
    z-index: 1;
}

