.mon-most-viewed {
    border-top: 4px solid currentColor;
    color: #111827;
    font-family: inherit;
    padding-top: 14px;
}

.mon-most-viewed__title {
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(1.5rem, 2vw, 2rem);
    font-weight: 700;
    line-height: 1.1;
    margin: 0 0 20px;
}

.mon-most-viewed__list {
    list-style: none !important;
    margin: 0;
    padding: 0;
}

.mon-most-viewed__list > li::marker {
    content: "";
}

.mon-most-viewed__item {
    align-items: start;
    border-bottom: 1px solid #d7dee8;
    display: grid;
    gap: 12px;
    grid-template-columns: 24px minmax(0, 1fr);
    padding: 14px 0;
}

.mon-most-viewed__item:last-child {
    border-bottom: 0;
}

.mon-most-viewed__number {
    color: #cbd5e1;
    font-size: 2rem;
    font-weight: 700;
    line-height: 1;
}

.mon-most-viewed__link {
    color: inherit;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.15;
    text-decoration: none;
}

.mon-most-viewed__link:hover,
.mon-most-viewed__link:focus-visible {
    text-decoration: underline;
}

.mon-most-viewed__views {
    color: #64748b;
    font-size: 0.8rem;
    grid-column: 2;
}

.mon-most-viewed__loading,
.mon-most-viewed__empty {
    color: #64748b;
    padding: 12px 0;
}
