/* BBC Suite — Single Event Template */
.bbc-et-wrapper { background-color: #111111; color: #ffffff; width: 100%; }
.bbc-et-container { max-width: 1200px; margin: 0 auto; padding: 0 24px; }

/* HERO */
.bbc-et-hero { position:relative; width:100%; min-height:300px; background-color:#1a0000; background-size:cover; background-position:center; display:flex; align-items:center; justify-content:center; text-align:center; overflow:hidden; }
.bbc-et-hero-overlay { position:absolute; inset:0; background:linear-gradient(to bottom,rgba(0,0,0,0.55),rgba(0,0,0,0.75)); z-index:1; }
.bbc-et-hero-content { position:relative; z-index:2; padding:60px 24px 48px; }
.bbc-et-hero-title { font-size:clamp(2.4rem,6vw,4.2rem); font-weight:700; color:#ffffff !important; text-shadow:2px 2px 12px rgba(0,0,0,0.8); margin:0; line-height:1.15; }

/* BODY */
.bbc-et-body { padding:48px 0 40px; background-color:#111111; }
.bbc-et-columns { display:grid; grid-template-columns:1fr 1fr; gap:48px; align-items:start; }
.bbc-et-col-left { display:flex; flex-direction:column; gap:20px; }
.bbc-et-date-block { display:flex; flex-direction:column; gap:6px; }
.bbc-et-date { font-size:1.1rem; color:#cc3333 !important; font-weight:600; }
.bbc-et-time { font-size:1rem; color:#e0e0e0 !important; }
.bbc-et-description, .bbc-et-description p { font-size:1rem; color:#cccccc !important; line-height:1.75; margin:0 0 1em; }
.bbc-et-no-content { color:#888888 !important; font-style:italic; }
.bbc-et-col-right { display:flex; justify-content:center; }
.bbc-et-image-wrap { width:100%; border-radius:6px; overflow:hidden; box-shadow:0 4px 24px rgba(0,0,0,0.6); }
.bbc-et-featured-img { display:block; width:100%; height:auto; }

/* BANDS */
.bbc-et-bands { padding:32px 0 56px; background-color:#111111; border-top:1px solid rgba(255,255,255,0.08); }
.bbc-et-bands-heading { font-size:1.5rem; font-weight:700; color:#ffffff !important; margin:0 0 24px; }
.bbc-et-bands-grid { display:flex; flex-wrap:wrap; gap:16px; }
.bbc-et-bands-grid .event-bands { display:flex; flex-wrap:wrap; gap:16px; width:100%; }
.bbc-et-bands-grid .event-band--stacked { background-color:#1c1c1c; border:1px solid rgba(255,255,255,0.12); border-radius:6px; overflow:hidden; padding:12px; min-width:160px; max-width:220px; transition:border-color 0.2s; }
.bbc-et-bands-grid .event-band--stacked:hover { border-color:rgba(204,51,51,0.5); }
.bbc-et-bands-grid .event-band__row { display:flex; align-items:center; gap:10px; margin-bottom:8px; }
.bbc-et-bands-grid .event-band__thumb { width:56px !important; height:56px !important; border-radius:6px; overflow:hidden; flex:0 0 56px; }
.bbc-et-bands-grid .event-band__thumb img { width:56px; height:56px; object-fit:cover; display:block; }
.bbc-et-bands-grid .event-band__time { font-size:0.82rem; color:#cc3333 !important; font-weight:600; }
.bbc-et-bands-grid .event-band__title a { font-size:0.95rem; font-weight:600; color:#ffffff !important; text-decoration:none; }
.bbc-et-bands-grid .event-band__title a:hover { color:#cc3333 !important; }

/* RESPONSIVE */
@media (max-width:900px) { .bbc-et-columns { grid-template-columns:1fr; gap:32px; } .bbc-et-col-right { order:-1; } .bbc-et-image-wrap { max-width:480px; margin:0 auto; } }
@media (max-width:600px) { .bbc-et-hero { min-height:200px; } .bbc-et-hero-content { padding:40px 16px 32px; } .bbc-et-body { padding:32px 0 28px; } .bbc-et-container { padding:0 16px; } .bbc-et-bands-grid { flex-direction:column; } }

/* Band cards */
.bbc-et-bands-grid { display:flex; flex-wrap:wrap; gap:16px; }
.bbc-et-band-card { display:flex; flex-direction:row; align-items:stretch; background-color:#1c1c1c; border:1px solid rgba(255,255,255,0.12); border-radius:8px; overflow:hidden; width:300px; transition:border-color 0.2s; }
.bbc-et-band-card:hover { border-color:rgba(204,51,51,0.6); }

/* Image — left side, square */
.bbc-et-band-thumb { flex:0 0 100px; width:100px; }
.bbc-et-band-thumb a { display:block; width:100%; height:100%; }
.bbc-et-band-img { display:block; width:100px; height:100%; object-fit:cover; min-height:100px; }

/* Info — right side */
.bbc-et-band-info { flex:1; padding:12px 14px; display:flex; flex-direction:column; justify-content:center; gap:8px; }

/* Band name — top */
.bbc-et-band-name { order:0; }
.bbc-et-band-name a { font-size:1rem; font-weight:700; color:#ffffff !important; text-decoration:none; line-height:1.2; }
.bbc-et-band-name a:hover { color:#cc3333 !important; }

/* Times — below name */
.bbc-et-band-times { order:1; display:flex; flex-direction:row; gap:16px; }
.bbc-et-band-time-block { display:flex; flex-direction:column; gap:1px; }
.bbc-et-band-time-label { font-size:0.7rem; color:rgba(255,255,255,0.45) !important; text-transform:uppercase; letter-spacing:0.08em; font-weight:400; }
.bbc-et-band-time-val { font-size:0.92rem; color:#cc3333 !important; font-weight:600; }

@media (max-width:600px) { .bbc-et-band-card { width:100%; } }
