.apc-shows-calendar-678d78be {
    display: flex;
    flex-direction: column;
    gap: 16px;
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
}

.apc-show-item-678d78be {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #121212;
    padding: 24px;
    border-radius: 8px;
    border-left: 5px solid #8B0000;
    transition: transform 0.2s ease;
}

.apc-show-item-678d78be:hover {
    transform: translateX(5px);
}

.apc-show-details-678d78be {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.apc-show-date-678d78be {
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    color: #8B0000;
    letter-spacing: 1px;
}

.apc-show-title-678d78be {
    margin: 0;
    font-family: 'Bebas Neue', sans-serif;
    font-size: 28px;
    color: #FFFFFF;
    text-transform: uppercase;
}

.apc-show-loc-678d78be {
    font-size: 14px;
    color: #AAAAAA;
}

.apc-ticket-btn-678d78be {
    display: inline-block;
    background-color: #8B0000;
    color: #FFFFFF;
    padding: 12px 24px;
    font-family: 'Bebas Neue', sans-serif;
    font-size: 18px;
    letter-spacing: 1px;
    text-transform: uppercase;
    text-decoration: none;
    border-radius: 4px;
    transition: background 0.3s ease;
}

.apc-ticket-btn-678d78be:hover {
    background-color: #B31212;
    color: #FFFFFF;
}

@media (max-width: 768px) {
    .apc-show-item-678d78be {
        flex-direction: column;
        align-items: flex-start;
        gap: 16px;
    }
    .apc-show-action-678d78be {
        width: 100%;
    }
    .apc-ticket-btn-678d78be {
        width: 100%;
        text-align: center;
    }
}
