.image-wrap img.product-cutout {
  object-fit: contain;
  background: #fff;
  padding: 12px;
}

.brand-logo {
  width: 68px;
  height: 62px;
  display: block;
  overflow: hidden;
  flex: 0 0 auto;
}

.brand-logo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.38);
}

/* Encabezado corporativo GMB */
.topbar {
  height: 88px;
  background: #fff;
  color: #08238a;
  border-bottom: 4px solid var(--yellow);
  box-shadow: 0 5px 18px rgba(8, 35, 138, .12);
}

.brand {
  color: #08238a;
}

.brand-copy strong {
  color: #08238a;
  font-size: 16px;
}

.brand-copy small {
  color: #6f5c00;
}

.topbar nav a {
  color: #17316f;
}

.topbar nav a:hover {
  color: #08238a;
}

.hero {
  background: linear-gradient(115deg, #071b68 0 62%, #041044 62%);
}

footer {
  background: #061752;
}

@media (max-width: 650px) {
  .topbar {
    height: 78px;
  }

  .brand-logo {
    width: 58px;
    height: 54px;
  }

  .hero {
    background: #071b68;
  }
}

.catalog-note {
  margin: 10px 0 0;
  color: #686868;
}

.results-count {
  margin: -12px 0 22px;
  color: #6f5c00;
  font-weight: 800;
}

.photo-pending {
  width: 100%;
  height: 100%;
  display: grid;
  place-content: center;
  gap: 12px;
  padding: 28px;
  text-align: center;
  color: #17316f;
  background: linear-gradient(135deg, #f7f8fc, #e8ecf8);
}

.photo-pending span {
  font: 800 2rem/1 'Barlow Condensed', Arial, sans-serif;
  overflow-wrap: anywhere;
}

.photo-pending strong {
  color: #6c7485;
  font-size: .78rem;
  letter-spacing: 1.3px;
  text-transform: uppercase;
}

.product-card .summary {
  min-height: 96px;
}

.product-card .card-body ul {
  min-height: 115px;
}

#productDialog {
  max-height: calc(100vh - 30px);
  overflow-y: auto;
}

.technical-sections {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1px;
  margin-top: 24px;
  background: #d9deeb;
}

.technical-sections section {
  padding: 18px;
  background: #f7f8fc;
}

.technical-sections h3 {
  margin-bottom: 8px;
  color: #08238a;
  font-size: 1.1rem;
}

.technical-sections p {
  margin: 0;
  color: #444;
  line-height: 1.55;
}

.technical-sections .verification {
  border-left: 4px solid var(--yellow);
}

.dialog-line {
  color: #666;
}

.dialog-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 24px;
}

.dialog-actions .button {
  flex: 1 1 220px;
}

@media (max-width: 650px) {
  .technical-sections {
    grid-template-columns: 1fr;
  }

  .product-card .summary,
  .product-card .card-body ul {
    min-height: 0;
  }
}
