.flocara-event-editor-review-cover.flocara-loading-image {
    height: auto;
    max-height: min(42vh, 420px);
    aspect-ratio: 16 / 7;
}

.flocara-event-editor-review-cover > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.flocara-event-editor-review-heading p {
    display: block;
    overflow: visible;
    white-space: pre-line;
    -webkit-line-clamp: unset;
}

.flocara-event-editor-review-gallery {
    display: grid;
    gap: 0.65rem;
    padding: 0 1rem 1rem;
}

.flocara-event-editor-review-map {
    display: grid;
    gap: 0.65rem;
    padding: 0 1rem 1rem;
}

.flocara-event-editor-review-map h3 {
    margin: 0;
    font-size: 1rem;
}

.flocara-event-editor-review-map .flocara-address-mini-map {
    height: clamp(190px, 30vw, 280px);
}

.flocara-event-editor-review-gallery h3 {
    margin: 0;
    font-size: 1rem;
}

.flocara-event-editor-review-gallery > div {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.55rem;
}

.flocara-event-editor-review-gallery .flocara-loading-image {
    aspect-ratio: 4 / 3;
    border-radius: 9px;
}

.flocara-event-editor-review-gallery img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media (max-width: 600px) {
    .flocara-event-editor-review-cover.flocara-loading-image {
        max-height: 260px;
        aspect-ratio: 16 / 9;
    }

    .flocara-event-editor-review-gallery > div {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}
