/* ==========================================================
   GLOBAL SPARES KIT - CSS COMPLETO
   Singles + Categorías + Fix overflow botones
========================================================== */

/* =========================
   BASE
========================= */
.gsk-card{
  background:#fff;
  border:1px solid #ececec;
  border-radius:18px;
  box-shadow:0 10px 22px rgba(0,0,0,.04);
}

.gsk-muted{color:#666;font-size:13px;}
.gsk-h2{font-size:18px;margin:0 0 10px;color:#111;}

/* =========================
   SINGLE
========================= */

.gsk-wrap{
  max-width:1120px;
  margin:0 auto;
  padding:18px 16px 40px;
}

.gsk-hero{margin:8px 0 18px;}

.gsk-badges{
  display:flex;
  gap:8px;
  flex-wrap:wrap;
  margin-bottom:10px;
}

.gsk-badge{
  padding:6px 10px;
  border-radius:999px;
  border:1px solid #e8e8e8;
  background:#fafafa;
  font-weight:900;
  font-size:12px;
}

.gsk-title{
  font-size:30px;
  line-height:1.15;
  margin:0 0 8px;
}

.gsk-subtitle{
  font-size:15px;
  color:#444;
  margin:0;
}

.gsk-main{
  display:grid;
  grid-template-columns:1fr 360px;
  gap:18px;
  margin:16px 0 8px;
}

@media(max-width:980px){
  .gsk-main{grid-template-columns:1fr;}
}

.gsk-media-card{
  padding:16px;
  align-self:start;
}

.gsk-product-img{
  width:100%;
  max-width:420px;
  margin:0 auto;
  display:block;
  border-radius:16px;
  border:1px solid #f0f0f0;
}

.gsk-mini-specs{
  margin-top:12px;
  display:flex;
  gap:8px;
  justify-content:center;
  flex-wrap:wrap;
}

.gsk-mini-pill{
  padding:6px 10px;
  border-radius:999px;
  border:1px solid #ededed;
  background:#fbfbfb;
  font-size:12px;
  font-weight:900;
}

/* CTA single */
.gsk-cta{display:flex;flex-direction:column;gap:12px;}
.gsk-cta-card{padding:16px;}

.gsk-cta-box{
  padding:12px;
  border-radius:16px;
  border:1px solid #eee;
}

.gsk-cta-top{
  display:flex;
  justify-content:space-between;
  margin-bottom:6px;
  font-weight:1000;
}

.gsk-cta-desc{
  font-size:13px;
  line-height:1.45;
  margin-bottom:10px;
}

.gsk-btn{
  display:block;
  text-align:center;
  padding:12px;
  border-radius:12px;
  font-weight:1000;
  text-decoration:none;
  border:1px solid transparent;
}

.gsk-btn:hover{filter:brightness(.96);}

.gsk-amazon{background:#fff7e8;border-color:#ffe2b5;}
.gsk-btn-amazon{background:#ff9900;color:#111;}

.gsk-aliex{background:#fff0ed;border-color:#ffd1c7;}
.gsk-btn-aliex{background:#e62e04;color:#fff;}

.gsk-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:14px;
  margin:10px 0 18px;
}

@media(max-width:980px){
  .gsk-grid{grid-template-columns:1fr;}
}

.gsk-box{padding:16px;}

.gsk-prose{
  font-size:15px;
  line-height:1.75;
}

.gsk-prose p{margin-bottom:12px;}

/* =========================
   CATEGORÍAS / ARCHIVE
========================= */

.gsk-archive-wrap{
  max-width:1120px;
  margin:0 auto;
  padding:18px 16px 40px;
}

.gsk-archive-title{
  font-size:32px;
  margin-bottom:10px;
}

.gsk-archive-desc{
  font-size:15px;
  color:#444;
  max-width:860px;
}

/* Grid cards */
.gsk-archive-grid{
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:16px;
}

@media(max-width:980px){
  .gsk-archive-grid{grid-template-columns:1fr;}
}

.gsk-archive-card{
  display:grid;
  grid-template-columns:160px 1fr;
  gap:16px;
  padding:16px;
}

@media(max-width:680px){
  .gsk-archive-card{grid-template-columns:1fr;}
}

.gsk-archive-img{
  width:100%;
  height:140px;
  object-fit:contain;
  border-radius:14px;
  border:1px solid #eee;
}

.gsk-archive-h2{
  font-size:18px;
  margin:0 0 6px;
}

.gsk-archive-h2 a{
  font-weight:1000;
  color:#111;
  text-decoration:none;
}

.gsk-archive-compat{
  font-size:13px;
  margin-bottom:10px;
}

/* =========================
   CTA CATEGORÍA (ALARGADOS + FIX)
========================= */

.gsk-archive-ctas{
  display:flex;
  flex-direction:column;
  gap:10px;
}

.gsk-archive-cta{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  padding:12px 14px;
  border-radius:16px;
  border:1px solid #eee;
  flex-wrap:wrap;          /* CLAVE */
  overflow:hidden;         /* CLAVE */
}

.gsk-archive-cta-top{
  display:flex;
  flex-direction:column;
  gap:2px;
  font-weight:1000;
  min-width:0;             /* CLAVE */
}

.gsk-archive-cta .gsk-btn{
  min-width:0;             /* CLAVE */
  max-width:100%;
  padding:10px 14px;
  white-space:nowrap;
}

/* Colores */
.gsk-archive-amz{
  background:#fff7e8;
  border-color:#ffe2b5;
}

.gsk-archive-ali{
  background:#fff0ed;
  border-color:#ffd1c7;
}

/* Responsive: botón debajo */
@media(max-width:520px){
  .gsk-archive-cta{
    flex-direction:column;
    align-items:stretch;
  }
  .gsk-archive-cta .gsk-btn{
    width:100%;
  }
}
