/* Player response cards for the host-facing quiz report. */
.festivo-report-event-name {
    display: block;
    font-size: 1rem;
    line-height: 1.3;
    margin-top: 0.35rem;
}

.festivo-report-list {
    display: grid;
    gap: 0.8rem;
    padding: 1rem;
}

.festivo-report-card {
    background: #fbfaff;
    border: 1px solid #ebe6f4;
    border-radius: 16px;
    overflow: hidden;
}

.festivo-report-card header {
    align-items: center;
    background: linear-gradient(135deg, #f7f4ff, #fff7f9);
    border-bottom: 1px solid #ebe6f4;
    display: flex;
    gap: 0.65rem;
    padding: 0.8rem 0.9rem;
}

.festivo-report-avatar {
    align-items: center;
    background: #e9e2ff;
    border-radius: 10px;
    color: #6447d9;
    display: flex;
    flex: 0 0 35px;
    font-size: 0.85rem;
    font-weight: 900;
    height: 35px;
    justify-content: center;
}

.festivo-report-card header strong,
.festivo-report-card header small { display: block; }
.festivo-report-card header strong { color: #423a58; font-size: 0.82rem; }
.festivo-report-card header small { color: #867e92; font-size: 0.68rem; margin-top: 0.1rem; }

.festivo-report-answers {
    display: grid;
    gap: 0;
}

.festivo-report-answers > div {
    align-items: flex-start;
    border-bottom: 1px solid #efebf5;
    display: grid;
    gap: 0.55rem;
    grid-template-columns: 34px minmax(0, 1fr) minmax(110px, 30%);
    padding: 0.75rem 0.9rem;
}

.festivo-report-answers > div:last-child { border-bottom: 0; }
.festivo-report-answers span { color: #775be1; font-size: 0.69rem; font-weight: 900; }
.festivo-report-answers p { color: #655d71; font-size: 0.76rem; line-height: 1.45; margin: 0; }
.festivo-report-answers strong { color: #3e3650; font-size: 0.76rem; text-align: right; }

@media (max-width: 575px) {
    .festivo-report-list { padding: 0.8rem; }
    .festivo-report-answers > div { grid-template-columns: 32px minmax(0, 1fr); }
    .festivo-report-answers strong { grid-column: 2; padding-top: 0.15rem; text-align: left; }
}
