/* ===== BLOCK 9 — Casino en aplicación (image + table-list flat) ===== */
.home_block_9 {
  background: var(--bg-surface);
}

.home_block_9_inner {
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
}

.home_block_9_head {
  display: flex;
  flex-direction: column;
  gap: 1.4rem;
  max-width: 80ch;
}

.home_block_9_img {
  width: 100%;
  height: auto;
  border-radius: var(--radius-lg);
  border: 1px solid var(--bg-line);
}

.home_block_9_table {
  margin-top: 0.5rem;
}

.home_block_9_outro {
  font-style: italic;
  border-left: 3px solid var(--accent);
  padding-left: 1.2rem;
  max-width: 80ch;
}
