/* ===== BLOCK 11 — Métodos de pago en Chile (table 14, with Tipo + Origen highlight) ===== */
.home_block_11 {
  background: var(--bg-surface);
}

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

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

.home_block_11_table > table > tbody > tr > td:last-child {
  font-family: "Bebas Neue", sans-serif;
  color: var(--accent);
  letter-spacing: 0.08em;
  font-size: 1.15rem;
  text-transform: uppercase;
}

.home_block_11_table > table > tbody > tr > td:first-child {
  font-weight: 600;
  color: var(--text);
}

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

@media (max-width: 1024px) {
  .home_block_11_table > table > tbody > tr > td:last-child {
    font-size: 2.2rem;
  }
}
