/* Block: Agenda — block-specific styling
 * Placed in blocks/agenda/style.css so ACF enqueues it with the block.
 */

.agenda_block section {
  color: var(--white);
  background-color: var(--black);
  max-width: 800px;
  padding: 4rem 2rem;
  border-radius: 8px;
  margin-bottom: 2rem;
}

.agenda_block section h1,
.agenda_block section h2,
.agenda_block section h3,
.agenda_block section h4,
.agenda_block section h5,
.agenda_block section h6,
.agenda_block section p,
.agenda_block section dl,
.agenda_block section dt,
.agenda_block section dd,
.agenda_block section ul,
.agenda_block section ol,
.agenda_block section li,
.agenda_block section a,
.agenda_block section span,
.agenda_block section strong,
.agenda_block section em,
.agenda_block section b,
.agenda_block section i,
.agenda_block section u,
.agenda_block section div,
.agenda_block section span {
  color: --var(--white);
}

.agenda_block section .agenda_block__title {
  text-align: center;
  margin: 0;
}

.agenda_block section .agenda_block__lead {
  text-align: center;
  margin: 0;
}

.agenda_block section dl.agenda_block__schedule {
  margin: 2rem 0 0;
}

.agenda_block section dl.agenda_block__schedule dt strong.agenda_block__time {
  font-weight: 700;
}
