.tm-claro-tyc-static .tm-claro-venta-article {
  max-width: 920px;
  margin: 0 auto;
  font-family: "Arial Narrow", Arial, sans-serif;
  font-size: 15px;
  line-height: 1.55;
  color: #1a1a1a;
}

.tm-claro-tyc-static .tm-claro-tyc-heading {
  text-align: center;
  font-size: 1.35rem;
  font-weight: 700;
  text-decoration: underline;
  margin: 0 0 0.5rem;
}

.tm-claro-tyc-static .tm-claro-tyc-sub {
  text-align: center;
  font-weight: 700;
  margin: 0 0 1.25rem;
}

.tm-claro-tyc-static .tm-claro-tyc-table-title {
  text-align: center;
  font-size: 0.85rem;
  font-weight: 700;
  margin: 1.5rem 0 0.75rem;
}

.tm-claro-tyc-static .tm-claro-tyc-table-wrap {
  overflow-x: auto;
  margin: 0 0 1.25rem;
}

.tm-claro-tyc-static .tm-claro-price-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 12px;
}

.tm-claro-tyc-static .tm-claro-price-table th,
.tm-claro-tyc-static .tm-claro-price-table td {
  border: 1px solid #ccc;
  padding: 6px 8px;
  text-align: center;
  vertical-align: middle;
}

.tm-claro-tyc-static .tm-claro-price-table th {
  background: #f0f0f0;
  font-weight: 700;
}

.tm-claro-tyc-static .tm-claro-price-table tr.tm-claro-row--claro td {
  background: #fff8e6;
  font-weight: 600;
}



.tm-claro-select-page .tm-iron-frontfield-map-wrap {
  background: #fff !important;
  padding: 12px;
}

.tm-claro-select-page .tm-iron-frontfield-map-stage {
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 4px;
}

.tm-claro-select-page .tm-claro-map-img {
  width: 100%;
  height: auto;
  display: block;
  max-height: min(72vh, 720px);
  object-fit: contain;
  background: #fff;
}

/* ── Panel lateral: lista vertical + acordeón ── */
.tm-claro-select-page .tm-claro-side-panel {
  display: flex;
  flex-direction: column;
  max-height: calc(100vh - 88px);
  min-height: 0;
  padding: 0 !important;
  overflow: hidden;
}

.tm-claro-select-page .tm-claro-side-head {
  padding: 12px 14px;
  border-bottom: 1px solid #d8dbe2;
  flex-shrink: 0;
}

.tm-claro-select-page .tm-claro-side-head h2 {
  margin: 0;
  font-size: 15px;
  font-weight: 700;
}

.tm-claro-select-page .tm-claro-zones-scroll {
  flex: 1 1 auto;
  min-height: 0;
  overflow-y: auto;
  border-bottom: 1px solid #d8dbe2;
}

.tm-claro-select-page .tm-claro-zone-item {
  border-bottom: 1px solid #e5e7eb;
}

.tm-claro-select-page .tm-claro-zone-item:last-child {
  border-bottom: 0;
}

.tm-claro-select-page .tm-claro-zone-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  width: 100%;
  padding: 12px 14px;
  border: 0;
  background: #fff;
  cursor: pointer;
  font: inherit;
  text-align: left;
  transition: background 0.12s;
}

.tm-claro-select-page .tm-claro-zone-head:hover {
  background: #f8fafc;
}

.tm-claro-select-page .tm-claro-zone-item.is-open .tm-claro-zone-head {
  background: #eff6ff;
  box-shadow: inset 3px 0 0 #0057d8;
}

.tm-claro-select-page .tm-claro-zone-head-text {
  display: block;
  flex: 1;
  min-width: 0;
}

.tm-claro-select-page .tm-claro-zone-head strong {
  display: block;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.25;
  color: #1e293b;
}

.tm-claro-select-page .tm-claro-zone-head-meta {
  display: block;
  margin-top: 3px;
  font-size: 12px;
  color: #6c7078;
  line-height: 1.3;
}

.tm-claro-select-page .tm-claro-zone-chevron {
  flex-shrink: 0;
  width: 10px;
  height: 10px;
  border-right: 2px solid #64748b;
  border-bottom: 2px solid #64748b;
  transform: rotate(45deg);
  margin-top: -4px;
  transition: transform 0.15s ease;
}

.tm-claro-select-page .tm-claro-zone-item.is-open .tm-claro-zone-chevron {
  transform: rotate(-135deg);
  margin-top: 4px;
  border-color: #0057d8;
}

.tm-claro-select-page .tm-claro-zone-body {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 0.2s ease;
  overflow: hidden;
  background: #f8fafc;
}

.tm-claro-select-page .tm-claro-zone-item.is-open .tm-claro-zone-body {
  grid-template-rows: 1fr;
  border-top: 1px solid #dbeafe;
}

.tm-claro-select-page .tm-claro-zone-body > .tm-claro-zone-body-inner {
  min-height: 0;
  overflow: hidden;
}

.tm-claro-select-page .tm-claro-zone-item.is-open .tm-claro-zone-body-inner {
  padding: 12px 14px 14px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.tm-claro-select-page .tm-claro-zone-note,
.tm-claro-select-page .tm-claro-zone-body-label {
  margin: 0;
  font-size: 12px;
  color: #64748b;
}

.tm-claro-select-page .tm-claro-zone-body-label {
  font-weight: 600;
  color: #334155;
}

.tm-claro-select-page .tm-claro-price-breakdown {
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  padding: 8px 10px;
  font-size: 12px;
}

.tm-claro-select-page .tm-claro-price-breakdown > div {
  display: flex;
  justify-content: space-between;
  padding: 3px 0;
}

.tm-claro-select-page .tm-claro-price-total {
  margin-top: 4px;
  padding-top: 6px !important;
  border-top: 1px solid #e5e7eb;
  font-weight: 700;
}

.tm-claro-select-page .tm-claro-qty-block {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px 14px;
}

.tm-claro-select-page .tm-claro-qty-label {
  font-size: 13px;
  font-weight: 600;
}

.tm-claro-select-page .tm-claro-qty-row {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: #fff;
  border: 1px solid #cbd5e1;
  border-radius: 8px;
  padding: 4px 8px;
}

.tm-claro-select-page .tm-claro-qty-row button {
  width: 36px;
  height: 36px;
  border: 1px solid #cbd5e1;
  border-radius: 6px;
  background: #fff;
  font-size: 20px;
  line-height: 1;
  cursor: pointer;
}

.tm-claro-select-page .tm-claro-qty-row button:disabled {
  opacity: 0.35;
  cursor: not-allowed;
}

.tm-claro-select-page .tm-claro-qty-row strong {
  min-width: 1.5rem;
  text-align: center;
  font-size: 17px;
}

.tm-claro-select-page .tm-claro-qty-hint {
  margin: 0;
  font-size: 11px;
  color: #64748b;
  flex: 1 1 100%;
}

.tm-claro-select-page .tm-claro-add-btn {
  width: 100%;
  min-height: 44px;
  border: 0;
  border-radius: 4px;
  background: #0057d8;
  color: #fff;
  font-weight: 700;
  font-size: 14px;
  cursor: pointer;
}

.tm-claro-select-page .tm-claro-add-btn:hover {
  filter: brightness(1.06);
}

.tm-claro-select-page .tm-claro-section-pick {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.tm-claro-select-page .tm-claro-section-pick button {
  padding: 6px 11px;
  border: 1px solid #cbd5e1;
  border-radius: 6px;
  background: #fff;
  cursor: pointer;
  font-size: 13px;
  font-weight: 600;
}

.tm-claro-select-page .tm-claro-section-pick button.is-active {
  background: #0057d8;
  color: #fff;
  border-color: #0057d8;
}

.tm-claro-select-page .tm-claro-cart-wrap {
  flex: 1 1 auto;
  min-height: 0;
  display: flex;
  flex-direction: column;
  background: #fff;
}

.tm-claro-select-page .tm-claro-cart-wrap .tm-arjona-cart-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-shrink: 0;
  padding: 10px 14px;
  margin: 0;
}

.tm-claro-select-page .tm-claro-cart-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 22px;
  height: 22px;
  padding: 0 6px;
  border-radius: 999px;
  background: #0057d8;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
}

.tm-claro-select-page .tm-claro-cart-scroll {
  flex: 1 1 auto;
  min-height: 0;
  overflow-y: auto;
  padding: 0 14px;
}

.tm-claro-select-page .tm-claro-cart-wrap .tm-arjona-cart-continue {
  flex-shrink: 0;
  margin-top: auto;
}

.tm-claro-cart-line {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  padding: 10px 0;
  border-bottom: 1px solid #e5e7eb;
  font-size: 13px;
}

.tm-claro-cart-line-main strong {
  display: block;
  font-size: 13px;
}

.tm-claro-cart-line-main span {
  font-size: 11px;
  color: #64748b;
}

.tm-claro-cart-line-side {
  text-align: right;
  flex-shrink: 0;
}

.tm-claro-select-page .tm-claro-remove {
  display: block;
  margin: 4px 0 0 auto;
  border: 0;
  background: none;
  color: #bc5f33;
  font-size: 20px;
  line-height: 1;
  cursor: pointer;
}

.tm-claro-cart-grand {
  font-weight: 700;
  font-size: 14px;
  border-bottom: 0;
  padding-top: 4px;
}

@media (max-width: 900px) {
  .tm-claro-select-page .tm-iron-frontfield-select-layout {
    grid-template-columns: 1fr;
  }

  .tm-claro-select-page .tm-claro-side-panel {
    max-height: none;
  }
}
