/* ==========================================================================
   ESTILOS FICHA EVENTO V6.1 (Optimizado: Variables Nativas)
   Carga solo en single-evento.php
   ========================================================================== */

.bio-page-container { padding: 40px 20px; background-color: var(--bg-color, #f8f9fa); }
.bio-grid-layout { max-width: 1200px; margin: 0 auto; display: grid; gap: 40px; grid-template-columns: 1fr; }

@media (min-width: 992px) {
    .bio-grid-layout { grid-template-columns: 350px 1fr; align-items: start; }
    .bio-visual-sidebar { position: sticky; top: 100px; }
}

/* --- TICKET CARD --- */
.event-ticket-card { background: #fff; border-radius: 16px; box-shadow: 0 10px 30px rgba(0,0,0,0.08); overflow: hidden; position: relative; border: 1px solid #eee; transition: transform 0.3s ease; }
.event-ticket-card:hover { transform: translateY(-5px); }

.ticket-header { position: relative; }
.ticket-img-wrap { position: relative; width: 100%; line-height: 0; overflow: hidden; }
.ticket-img { width: 100%; height: auto; display: block; transition: transform 0.5s ease; }
.ticket-img-link { display: block; position: relative; }
.ticket-no-img { padding: 40px; text-align: center; background: #eee; color: #999; }

.ticket-date-badge { position: absolute; top: 15px; right: 15px; background: #fff; border-radius: 10px; padding: 6px 12px; display: flex; flex-direction: column; align-items: center; justify-content: center; box-shadow: 0 4px 10px rgba(0,0,0,0.15); z-index: 10; border: 2px solid var(--text-muted); min-width: 60px; }
.badge-month { font-size: 0.7rem; font-weight: 800; text-transform: uppercase; color: var(--brand-lime); line-height: 1; margin-bottom: 2px; }
.badge-day { font-size: 1.6rem; font-weight: 900; color: var(--text-muted); line-height: 0.9; font-family: var(--font-titles); }

.ticket-rip-line { height: 15px; background: #fff; position: relative; margin: 0 10px; border-bottom: 2px dashed #ddd; }
.ticket-rip-line::before, .ticket-rip-line::after { content: ''; position: absolute; bottom: -8px; width: 16px; height: 16px; background-color: var(--bg-color, #f8f9fa); border-radius: 50%; }
.ticket-rip-line::before { left: -18px; }
.ticket-rip-line::after { right: -18px; }

.ticket-body { padding: 25px; text-align: center; }
.ticket-event-title { font-size: 1.3rem; margin: 0 0 5px; line-height: 1.2; color: #1a1a1a; font-family: var(--font-titles); }
.ticket-organizer { font-size: 0.85rem; color: #666; margin-bottom: 20px; }

.ticket-info-grid { text-align: left; background: #f4f4f4; padding: 15px; border-radius: 8px; margin-bottom: 20px; }
.ticket-info-item { display: flex; gap: 12px; margin-bottom: 12px; align-items: flex-start; }
.ticket-info-item:last-child { margin-bottom: 0; }
.ticket-icon { font-size: 1.2rem; min-width: 20px; text-align: center; }

.ticket-data { display: flex; flex-direction: column; }
.ticket-data span { font-size: 0.9rem; font-weight: 700; color: #333; line-height: 1.3; }
.ticket-data small { font-size: 0.8rem; color: #777; }
.ticket-map-link { color: var(--brand-lime); text-decoration: underline; font-weight: 700; }

.ticket-price { font-size: 1.5rem; font-weight: 800; color: var(--text-muted); margin-bottom: 20px; font-family: var(--font-titles); }

.btn-buy-ticket { display: block; width: 100%; background-color: var(--text-muted); color: #fff; padding: 12px; border-radius: 50px; text-transform: uppercase; font-weight: 800; font-size: 0.85rem; text-decoration: none; transition: all 0.3s ease; box-shadow: 0 4px 10px rgba(28, 61, 68, 0.2); }
.btn-buy-ticket:hover { background-color: var(--brand-lime); transform: scale(1.02); color: #fff; }
.btn-buy-ticket.disabled { background-color: #e0e0e0; color: #999; box-shadow: none; cursor: not-allowed; transform: none; }

/* --- COLUMNA DERECHA --- */
.event-main-name { font-family: var(--font-titles); font-size: 2.5rem; font-weight: 800; color: var(--text-muted); margin-bottom: 20px; line-height: 1.1; }
.section-heading { font-family: var(--font-titles); font-size: 1.5rem; border-bottom: 2px solid var(--brand-lime); display: inline-block; margin-bottom: 20px; padding-bottom: 5px; }