.community-safety-reports {
    display: grid;
    gap: 1rem;
}

.community-safety-report {
    border-left: 4px solid #ce1432;
    background: #f5f5f5;
}

.community-safety-report details > summary {
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    justify-content: space-between;
    gap: 0.5rem 1rem;
    padding: 1rem;
    color: #121212;
    cursor: pointer;
}

.community-safety-report details > summary:hover,
.community-safety-report details > summary:focus-visible {
    background: rgba(206, 20, 50, 0.1);
}

.community-safety-report__title {
    color: #ce1432;
    font-size: 1.125rem;
    font-weight: 700;
}

.community-safety-report__date {
    font-size: 0.9rem;
}

.community-safety-report__content {
    padding: 0 1rem 1rem;
}

.community-safety-report__content > :last-child {
    margin-bottom: 0;
}
