/* Stile aggiuntivo ispirato al tema "Church & Event"
   Nota: questo file sovrascrive solo alcuni aspetti visivi
   senza toccare la logica o il layout Bootstrap esistente. */

body {
  background-color: #f1f1f1;
}

/* Contenitore principale simile a layout boxed */
.coro-main-wrapper {
  max-width: 1180px;
  margin: 40px auto;
  background: #ffffff;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.08);
  border-radius: 6px;
  padding: 2.5rem 2.5rem 3rem;
}

@media (max-width: 992px) {
  .coro-main-wrapper {
    margin: 20px auto;
    padding: 1.5rem 1.5rem 2rem;
  }
}

/* Sezione hero ispirata a Church & Event */
.coro-hero {
  padding-top: 1rem;
  padding-bottom: 2.5rem;
  border-bottom: 3px solid rgba(255, 255, 255, 0.1);
}

.coro-hero-title {
  font-size: 2.6rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.coro-hero-subtitle {
  font-size: 1.05rem;
  text-transform: none;
}

/* Barra sotto il titolo sezione, stile "ribbon" */
.coro-section-title-wrapper {
  margin-bottom: 1.5rem;
}

.coro-section-title-wrapper h2 {
  font-size: 1.6rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin: 0 0 0.4rem;
}

.coro-section-title-underline {
  width: 80px;
  height: 4px;
  background: linear-gradient(90deg, #f3c86b 0%, #f08b3e 50%, #e45f4b 100%);
  border-radius: 999px;
}

/* Box eventi in stile tema parrocchiale */
.coro-events-section {
  background: linear-gradient(180deg, rgba(255,255,255,0.98) 0%, rgba(244,244,244,0.98) 100%);
  border-radius: 6px;
  padding: 1.75rem 1.75rem 1.5rem;
  border: 1px solid rgba(0, 0, 0, 0.06);
}

.coro-event-card {
  background: #ffffff;
  border-radius: 6px;
  border-left: 5px solid #f3c86b;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.06);
}

.coro-event-card .card-body {
  padding: 1.1rem 1.1rem 0.9rem;
}

.coro-event-date-badge .badge {
  background: #f3c86b;
  color: #614620;
  font-weight: 600;
  padding: 0.45rem 0.85rem;
  border-radius: 999px;
}

/* Info cards sotto la home */
.coro-info-card {
  border-top: 3px solid #f3c86b;
}

.coro-info-card .card-body {
  padding-top: 1.5rem;
}

/* Leggera texture per il footer, mantenendo i colori esistenti */
footer {
  background-image: radial-gradient(circle at top, rgba(255,255,255,0.08) 0, transparent 55%);
}

/* Intestazioni di pagina (Eventi, Galleria, ecc.) */
.coro-section-title-wrapper h1 {
  font-size: 2.1rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.coro-section-title-wrapper h1 span,
.coro-section-title-wrapper h2 span {
  font-weight: 700;
}
