﻿/* ==========================================================================
   CAOS - Estilos de Página Shows / Tour (shows.css)
   ========================================================================== */
.tour-hero {
    text-align: center;
    margin-bottom: 4rem;
}

.shows-list {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
    max-width: 900px;
    margin: 0 auto;
}

.tour-note {
    text-align: center;
    margin-top: 3.5rem;
    padding: 2rem;
    background: var(--color-bg-surface);
    border: 1px dashed var(--color-border);
    border-radius: var(--radius-md);
}
