.pt-cv-view .pt-cv-content-item>* {
  text-align: center;
  border-color: #2d2d2d;
  border-width: 1px;
  border-style: inset;
}

/* === MEJORAS MÓVIL encendedor.site === */

/* Ocultar reCAPTCHA badge */
.grecaptcha-badge {
  visibility: hidden !important;
  opacity: 0 !important;
}

@media (max-width: 768px) {
  /* Header compacto */
  #site-header.has-header-image {
    min-height: 120px !important;
    max-height: 160px !important;
  }
  .site-header-inner {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }
  .custom-logo {
    max-height: 60px !important;
    width: auto !important;
  }
  /* Sin scroll horizontal */
  body { overflow-x: hidden !important; }
  /* Botones táctiles mínimo 48px */
  .naaa-buy-button, .wp-block-button__link {
    min-height: 48px !important;
    font-size: 16px !important;
    padding: 12px 20px !important;
  }
  /* Títulos legibles */
  h1 { font-size: 1.6rem !important; line-height: 1.3 !important; }
  h2 { font-size: 1.3rem !important; line-height: 1.3 !important; }
  /* Tarjetas 2 columnas en móvil */
  .wp-block-image { width: 50% !important; float: left !important; padding: 5px !important; box-sizing: border-box !important; }
  .wp-block-image img { width: 100% !important; height: auto !important; }
  /* Limpiar float después de grids */
  .entry-content::after { content: ''; display: table; clear: both; }
  /* Padding contenido */
  #content { padding: 0 10px !important; }
}

/* === GRID MARCAS — Cuadros igual altura === */
#pt-cv-view-693c788obq .pt-cv-content-item {
  display: flex;
  flex-direction: column;
}
#pt-cv-view-693c788obq .pt-cv-ifield {
  flex: 1;
  display: flex;
  flex-direction: column;
}
#pt-cv-view-693c788obq .pt-cv-ifield a.pt-cv-href-thumbnail {
  flex: 1;
  display: block;
}
#pt-cv-view-693c788obq .pt-cv-thumbnail {
  width: 100%;
  height: 200px !important;
  object-fit: cover;
  display: block;
}
#pt-cv-view-693c788obq .pt-cv-title {
  text-align: center;
  padding: 8px 4px;
  font-weight: 600;
}
/* === GRID MARCAS — Título altura fija === */
#pt-cv-view-693c788obq .pt-cv-title a {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-size: 0.95em;
  line-height: 1.3;
  min-height: 1.3em;
  max-height: 1.3em;
}
#pt-cv-view-693c788obq .pt-cv-ifield .pt-cv-title {
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

/* Limitar altura imágenes de contenido */
.entry-content img, .page-content img {
  max-height: 420px !important;
  object-fit: contain !important;
  width: auto !important;
  display: block !important;
  margin: 0 auto 1.5em auto !important;
}

/* Ocultar imagen destacada del tema (evita duplicado con imagen del contenido) */
.single .post-thumbnail,
.page .post-thumbnail,
.single .ocean-post-image,
.page .ocean-post-image {
  display: none !important;
}

/* === TARJETAS PRODUCTO NAAA - 2 COLUMNAS REALES EN MOVIL (jul2026) === */
@media (max-width: 600px) {
  .naaa-grid {
    justify-content: space-between !important;
    gap: 10px !important;
  }
  .naaa-gridbox {
    width: calc(50% - 5px) !important;
    min-width: calc(50% - 5px) !important;
    max-width: calc(50% - 5px) !important;
  }
  .naaa-product-thumb, .naaa-product-img {
    width: 100% !important;
    height: auto !important;
    aspect-ratio: 1 / 1 !important;
  }
  .naaa-product-title, .naaa-product-price {
    width: 100% !important;
    font-size: 13px !important;
    line-height: 1.3 !important;
  }
  .naaa-product-button {
    width: 100% !important;
    font-size: 12px !important;
    padding: 8px 4px !important;
    text-align: center !important;
    box-sizing: border-box !important;
  }
  .naaa-rating-and-review {
    font-size: 11px !important;
  }
}