
/* TecnoFix Arcade 1.1 - integrado en el tema, sin cabecera interna duplicada */
body .tfx-arcade-page{background:transparent!important;width:100%;max-width:none;margin:0;padding:0;}
.tfx-arcade-page .topbar,.tfx-arcade-page .topbar-inner{display:none!important;}
.tfx-arcade-page{font-family:Arial,Helvetica,sans-serif;}
.tfx-arcade-page .container{max-width:1380px;}

body .entry-content:has(.tfx-arcade-page),body .wp-block-post-content:has(.tfx-arcade-page),body .page-content:has(.tfx-arcade-page),body article:has(.tfx-arcade-page){background:transparent!important;border:0!important;box-shadow:none!important;}
body .entry-content:has(.tfx-arcade-page),body .wp-block-post-content:has(.tfx-arcade-page){padding-top:0!important;}


.tfx-arcade-alert{max-width:1180px;margin:16px auto;padding:14px 18px;border-radius:14px;font-weight:800}
.tfx-arcade-alert.success{background:#e9fff0;color:#12642a;border:1px solid #7ae19a}
.tfx-arcade-alert.error{background:#fff1f1;color:#8a1414;border:1px solid #ffb4b4}
.tfx-arcade-page img{max-width:100%;height:auto}
.tfx-arcade-page a{box-sizing:border-box}


/* TecnoFix Arcade 1.2 - ancho real de web, integrado como sección del tema */
html body .tfx-arcade-page{
  width:100vw!important;
  max-width:100vw!important;
  margin-left:calc(50% - 50vw)!important;
  margin-right:calc(50% - 50vw)!important;
  padding-left:0!important;
  padding-right:0!important;
  overflow:hidden;
  background:transparent!important;
}
html body .tfx-arcade-page .container{
  width:min(1480px, calc(100vw - 48px))!important;
  max-width:1480px!important;
  margin-left:auto!important;
  margin-right:auto!important;
}
html body:has(.tfx-arcade-page) .site-main,
html body:has(.tfx-arcade-page) main,
html body:has(.tfx-arcade-page) .content-area,
html body:has(.tfx-arcade-page) .entry-content,
html body:has(.tfx-arcade-page) .wp-block-post-content,
html body:has(.tfx-arcade-page) .page-content,
html body:has(.tfx-arcade-page) article,
html body:has(.tfx-arcade-page) .container:has(.tfx-arcade-page),
html body:has(.tfx-arcade-page) .site-content{
  max-width:none!important;
  width:100%!important;
  margin-left:0!important;
  margin-right:0!important;
  padding-left:0!important;
  padding-right:0!important;
  background:transparent!important;
  border:0!important;
  box-shadow:none!important;
}
html body:has(.tfx-arcade-page) .entry-title,
html body:has(.tfx-arcade-page) .page-title{
  display:none!important;
}
.tfx-arcade-page .home-hero-img,
.tfx-arcade-page .wall-image .home-card-img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
  border-radius:18px;
}
.tfx-arcade-page .hero-card.has-image{
  padding:12px!important;
  overflow:hidden;
}
.tfx-arcade-page .hero-card.has-image .home-hero-img{
  aspect-ratio:1/1;
  max-height:520px;
  border-radius:16px;
  box-shadow:0 24px 55px rgba(0,0,0,.28);
}
.tfx-arcade-page .hero-card.has-image .hero-caption{
  padding:16px 8px 4px;
}
@media (max-width:780px){
  html body .tfx-arcade-page .container{width:min(100vw - 24px, 1480px)!important;}
  html body .tfx-arcade-page{margin-left:calc(50% - 50vw)!important;margin-right:calc(50% - 50vw)!important;}
}


/* TecnoFix Arcade 1.3 - ajustes HOME solicitados */
.tfx-arcade-page .chip-home{background:rgba(255,255,255,.08)!important;color:#fff!important;}
.tfx-arcade-page .hero-card.has-image{max-width:680px!important;margin-left:auto!important;align-self:center!important;}
.tfx-arcade-page .hero-card.has-image .home-hero-img{
  aspect-ratio:16/9!important;
  height:auto!important;
  max-height:260px!important;
  width:100%!important;
  object-fit:cover!important;
  object-position:center!important;
}
.tfx-arcade-page .hero-card.has-image .hero-caption{padding:14px 8px 4px!important;}
.tfx-arcade-page .hero-card.has-image .hero-caption h3{font-size:22px!important;}
@media (max-width:980px){
  .tfx-arcade-page .hero-card.has-image{max-width:100%!important;margin-left:0!important;}
  .tfx-arcade-page .hero-card.has-image .home-hero-img{max-height:240px!important;}
}
