/* Ritocchi minimi sopra il tema MudBlazor: il resto vive in AcademyTheme. */
html, body {
    margin: 0;
    font-family: Roboto, 'Liberation Sans', Arial, sans-serif;
}

.academy-brand {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 19px;
    font-weight: 600;
    letter-spacing: 0.2px;
}

.academy-brand .tenant-chip {
    background: rgba(255, 255, 255, 0.18);
    border-radius: 6px;
    padding: 3px 8px;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
}

.course-card {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.course-card .cover {
    height: 96px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgba(255, 255, 255, 0.92);
}
