/*
Theme Name: Astra Child
Template: astra
Version: 1.0.0
*/

/* ==== Itch.io embed fijo ==== */
.itchio-fixed {
  width: 100%;
  max-width: 1600px; /* ancho máximo de contenedor */
  margin: 2rem auto;
  overflow-x: auto; /* si no cabe, scroll horizontal */
  text-align: center;
}

.itchio-fixed iframe {
  display: block;
  margin: 0 auto;
  border: 0;
  min-width: 1280px; /* fuerza un espacio suficientemente grande */
  min-height: 740px;
}

/* CTA para móviles */
@media (max-width: 640px) {
  .itchio-fixed {
    display: none;
  }
  .itchio-mobile-cta {
    display: block;
    text-align: center;
    margin: 1rem 0;
  }
}

.btn-externo {
  display: inline-block;
  padding: .65rem 1rem;
  background: #111;
  color: #fff !important;
  text-decoration: none;
  border-radius: 6px;
}

