body {
    background: #f5f7fb;
}

.stat-box {
    display: flex;
    flex-direction: column;
    gap: .35rem;
    background: #fff;
    border: 1px solid #e9ecef;
    border-radius: 0.75rem;
    padding: 1rem;
    height: 100%;
}

#event-feedback,
#flags-box {
    min-height: 52px;
}

.event-btn {
    min-height: 74px;
}
