/* ============================================================
   BritRank ranking row context v1
   Ranking-specific CustomDescription first; item ShortDescription
   is used as a fallback when available.
   ============================================================ */

.item-copy .ranking-entry-context {
    display: -webkit-box;
    margin-top: 4px;
    overflow: hidden;
    color: var(--theme-raw-55585f);
    font-size: 10px;
    line-height: 1.25;
    font-weight: 500;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.item-copy .ranking-entry-meta {
    margin-top: 4px;
}

.public-name .public-entry-context {
    display: -webkit-box;
    margin-top: 3px;
    overflow: hidden;
    color: var(--theme-raw-666970);
    font-size: 9px;
    line-height: 1.2;
    font-weight: 500;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.public-name .public-entry-meta {
    margin-top: 3px;
}

@media (max-width: 820px) {
    /*
     * v19's mobile card has a fixed top content row. Keep context to one
     * line so title + context + current position remain tidy.
     */
    .item-copy .ranking-entry-context {
        margin-top: 5px;
        font-size: 10px;
    }

    .item-copy .ranking-entry-meta {
        margin-top: 4px;
    }

    .public-name .public-entry-context {
        font-size: 8.5px;
    }
}
