/* ============================================================
   Homepage (index.php) - Classi estratte da inline styles
   ============================================================ */

/* Hero logo image */
.hero-logo-img {
    height: 50px;
    border-radius: 12px;
    object-fit: cover;
    vertical-align: middle;
    margin-right: 8px;
    padding: 0.5rem;
    background-color: #fff;
}

/* Ranking item link (remove default link styles) */
.ranking-item-link {
    text-decoration: none;
    color: inherit;
}

/* Ranking avatar fallback (when no photo) */
.ranking-avatar-fallback {
    background: var(--primary-light);
    color: var(--primary);
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 0.8rem;
}

/* Matches section card - top spacing */
.matches-section-card {
    margin-top: 24px;
}

/* Matches card body - no padding */
.matches-card-body {
    padding: 0;
}
