/* ============================================
   BLOCK 7 — LIVE (classic table-list, central)
   ============================================ */

.home_block_7 {
  background: var(--bg-surface);
  padding-top: 9rem;
  padding-bottom: 9rem;
}

.home_block_7_inner {
  display: flex;
  flex-direction: column;
  gap: 4rem;
  align-items: center;
}

.home_block_7_head {
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
  max-width: 980px;
  text-align: center;
  align-items: center;
}

.home_block_7_head .section_tag {
  margin: 0 auto;
}

.home_block_7_title {
  margin-top: 0.4rem;
}

.home_block_7_lead {
  color: var(--text-muted);
}

.home_block_7_table {
  width: 100%;
  max-width: 1100px;
}

.home_block_7_outro {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  align-items: center;
  text-align: center;
  max-width: 980px;
}

.home_block_7_outro > p {
  color: var(--text-muted);
}

.home_block_7_cta {
  align-self: center;
}

@media (max-width: 1024px) {
  .home_block_7_cta {
    align-self: stretch;
  }
}
