body {
    background-color: #f2f5f0;
    font-family: "Rubik", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}
.site-footer {
    background-color: #fff;
}
.admin-links {
    position: fixed;
    right: 16px;
    bottom: 16px;
    z-index: 1050;
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 8px;
    border: 1px solid rgba(0, 0, 0, .08);
    border-radius: 8px;
    background: rgba(255, 255, 255, .94);
    box-shadow: 0 8px 24px rgba(0, 0, 0, .16);
    backdrop-filter: blur(6px);
}

.admin-links .btn {
    margin: 0;
    white-space: nowrap;
}

.admin-links h1 {
    margin: 0;
    padding: 3px 8px;
    border-radius: 6px;
    background: #f3f4f6;
    color: #6b7280;
    font-size: 13px;
    font-weight: 600;
    line-height: 1.5;
}

@media (max-width: 575.98px) {
    .admin-links {
        right: 10px;
        bottom: 10px;
    }
}

.quiz-card {
    overflow: hidden;
}

.quiz-card__image-wrap {
    position: relative;
    overflow: hidden;
    width: 100%;
    aspect-ratio: 1200 / 630;
    background: #f3f4f6;
}

.quiz-card__image {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
