html, body {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

.score-badge {
    font-size: 0.75rem;
}

.entry-row:hover {
    background-color: #f8f9fa;
    cursor: pointer;
}

.criteria-value {
    font-size: 1.5rem;
    font-weight: 700;
}

.overall-score {
    font-size: 2rem;
    font-weight: 700;
    color: #198754;
}

[data-bs-theme="dark"] .entry-row:hover {
    background-color: #2c3034;
}

[data-bs-theme="dark"] .overall-score {
    color: #198754;
}

.lightbox-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, .85);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1055;
    cursor: pointer;
}

.lightbox-image {
    max-width: 81vw;
    max-height: 81vh;
    object-fit: contain;
    border-radius: 8px;
    cursor: pointer;
}
