.mag-most-read {
    background-color: white;
    padding: 2.5rem;
    border-radius: 2rem;
    border: 1px solid var(--mag-c-muted-pastel);
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
}

.mag-mr-title {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 2rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid var(--mag-c-muted-pastel);
}

.mag-mr-list {
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.mag-mr-item {
    display: flex;
    align-items: center;
    gap: 1.5rem;
    cursor: pointer;
}

.mag-mr-num {
    font-size: 1.875rem;
    color: var(--mag-c-muted-pastel);
    font-style: italic;
    font-weight: 700;
    transition: color 0.3s ease;
}

.mag-mr-item:hover .mag-mr-num {
    color: var(--mag-c-primary-gold);
}

.mag-mr-content {
    display: flex;
    flex-direction: column;
}

.mag-mr-item-title {
    font-size: 0.875rem;
    font-weight: 700;
    line-height: 1.25;
    margin-bottom: 0.25rem;
}

.mag-mr-item-title a {
    color: inherit;
    text-decoration: none;
    transition: color 0.3s ease;
}

.mag-mr-item:hover .mag-mr-item-title a {
    color: var(--mag-c-primary-gold);
}

.mag-mr-item-meta {
    font-size: 9px;
    color: #9ca3af;
    text-transform: uppercase;
    letter-spacing: 0.1em;
}
