.venue-events-container-f7f064d2 {
    display: grid;
    grid-template-columns: 1fr;
    gap: 30px;
    padding: 30px;
    border-radius: 12px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
    font-family: inherit;
    border: 1px solid rgba(0, 0, 0, 0.08);
}

@media(min-width: 768px) {
    .venue-events-container-f7f064d2 {
        grid-template-columns: 1.2fr 0.8fr;
    }
}

.venue-column-f7f064d2 {
    display: flex;
    flex-direction: column;
}

.venue-column-title-f7f064d2 {
    font-size: 1.5rem;
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 2px solid rgba(0, 0, 0, 0.05);
}

/* Left side (events) styling */
.events-list-f7f064d2 {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.event-item-f7f064d2 {
    padding-bottom: 15px;
    border-bottom: 1px dashed rgba(0, 0, 0, 0.08);
}

.event-item-f7f064d2:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

.event-item-title-f7f064d2 {
    font-size: 1.15rem;
    font-weight: 600;
    margin: 0 0 8px 0;
}

.event-item-title-f7f064d2 a {
    text-decoration: none;
    transition: opacity 0.2s ease;
}

.event-item-title-f7f064d2 a:hover {
    opacity: 0.8;
}

.event-item-desc-f7f064d2 {
    font-size: 0.95rem;
    line-height: 1.5;
    margin: 0;
}

/* Right side (closed days) styling */
.closed-list-f7f064d2 {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.closed-item-f7f064d2 {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px;
    background-color: rgba(0, 0, 0, 0.02);
    border-radius: 8px;
    border-left: 4px solid #3b82f6;
}

.day-badge-f7f064d2 {
    font-size: 0.85rem;
    font-weight: 600;
    color: #ffffff;
    padding: 4px 10px;
    border-radius: 4px;
    white-space: nowrap;
}

.closed-item-reason-f7f064d2 {
    font-size: 0.95rem;
    font-weight: 500;
}
