.event-extra-modal__image-wrap {
    margin-bottom: var(--sp-3);
    overflow: hidden;
    border-radius: var(--r-md);
    background: var(--c-bg);
}

.event-extra-modal__image-wrap img {
    display: block;
    width: 100%;
    max-height: 260px;
    object-fit: contain;
}

.event-extra-modal__price {
    margin-bottom: var(--sp-3);
    color: var(--c-primary);
    font-size: var(--text-lg);
    font-weight: var(--fw-bold);
}

.event-extra-modal__description {
    max-height: 260px;
    overflow: auto;
}
