.embeddedPriceList {
  padding: 72px 0;
  background: #f7f7f7;
  border-top: 1px solid #eee;
}

.embeddedPriceList .l-container {
  max-width: 1120px;
  margin: 0 auto;
  padding: 0 20px;
}

.embeddedPriceHero {
  background: linear-gradient(135deg, #fff, #fff5f5);
  border: 1px solid #eee;
  border-radius: 28px;
  padding: 36px;
  margin-bottom: 18px;
}

.embeddedPriceHero .eyebrow {
  display: inline-flex;
  background: #111;
  color: #fff;
  border-radius: 999px;
  padding: 8px 14px;
  font-weight: 900;
  font-size: 12px;
  letter-spacing: .04em;
}

.embeddedPriceHero h2 {
  font-size: clamp(32px, 5vw, 56px);
  line-height: 1.08;
  margin: 18px 0 12px;
  color: #111;
}

.embeddedPriceHero p {
  font-size: 16px;
  line-height: 1.9;
  color: #333;
  font-weight: 700;
}

.embedPriceTopActions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 18px;
}

.embedPriceTopActions a,
.panelActions a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  padding: 12px 18px;
  border: 1px solid #ddd;
  background: #fff;
  color: #111;
  text-decoration: none;
  font-weight: 900;
}

.embedPriceTopActions a.quoteBtn,
.panelActions a.quoteBtn {
  background: #e60012;
  color: #fff;
  border-color: #e60012;
}

.embedPriceChooser {
  z-index: 20;
  background: rgba(255, 255, 255, .96);
  backdrop-filter: blur(10px);
  border: 1px solid #eee;
  border-radius: 24px;
  padding: 18px;
  margin-bottom: 22px;
  box-shadow: 0 12px 30px rgba(0, 0, 0, .06);
}

.embedTabInput {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.embedTabLabels {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
}

.embedTabLabel {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  border: 1px solid #ddd;
  border-radius: 999px;
  background: #fff;
  color: #111;
  font-weight: 900;
  cursor: pointer;
  text-align: center;
  box-shadow: 0 4px 14px rgba(0, 0, 0, .04);
}

.embedPricePanels {
  margin-top: 18px;
}

.embedPricePanel {
  display: none;
  background: #fff;
  border: 1px solid #e5e5e5;
  border-radius: 24px;
  padding: 26px;
  box-shadow: 0 12px 34px rgba(0, 0, 0, .06);
}

#embed-tab-vinyl:checked~.embedPricePanels .embed-panel-vinyl,
#embed-tab-clear:checked~.embedPricePanels .embed-panel-clear,
#embed-tab-hologram:checked~.embedPricePanels .embed-panel-hologram,
#embed-tab-weak:checked~.embedPricePanels .embed-panel-weak,
#embed-tab-vehicle:checked~.embedPricePanels .embed-panel-vehicle,
#embed-tab-wall:checked~.embedPricePanels .embed-panel-wall,
#embed-tab-metallic:checked~.embedPricePanels .embed-panel-metallic,
#embed-tab-metal:checked~.embedPricePanels .embed-panel-metal,
#embed-tab-potting:checked~.embedPricePanels .embed-panel-potting {
  display: block;
}

#embed-tab-vinyl:checked~.embedTabLabels .embed-label-vinyl {
  background: #e60012;
  color: #fff;
  border-color: #e60012;
}

#embed-tab-clear:checked~.embedTabLabels .embed-label-clear {
  background: #e60012;
  color: #fff;
  border-color: #e60012;
}

#embed-tab-hologram:checked~.embedTabLabels .embed-label-hologram {
  background: #e60012;
  color: #fff;
  border-color: #e60012;
}

#embed-tab-weak:checked~.embedTabLabels .embed-label-weak {
  background: #e60012;
  color: #fff;
  border-color: #e60012;
}

#embed-tab-vehicle:checked~.embedTabLabels .embed-label-vehicle {
  background: #e60012;
  color: #fff;
  border-color: #e60012;
}

#embed-tab-wall:checked~.embedTabLabels .embed-label-wall {
  background: #e60012;
  color: #fff;
  border-color: #e60012;
}

#embed-tab-metallic:checked~.embedTabLabels .embed-label-metallic {
  background: #e60012;
  color: #fff;
  border-color: #e60012;
}

#embed-tab-metal:checked~.embedTabLabels .embed-label-metal {
  background: #e60012;
  color: #fff;
  border-color: #e60012;
}

#embed-tab-potting:checked~.embedTabLabels .embed-label-potting {
  background: #e60012;
  color: #fff;
  border-color: #e60012;
}

.panelHead span {
  color: #e60012;
  font-weight: 900;
  font-size: 12px;
  letter-spacing: .08em;
}

.panelHead h3 {
  font-size: 32px;
  margin: 8px 0 8px;
  color: #111;
}

.panelHead p {
  font-size: 14px;
  line-height: 1.8;
  color: #555;
  font-weight: 700;
}

.priceTableScroll {
  overflow: auto;
  border-radius: 16px;
  border: 1px solid #ddd;
  margin-top: 18px;
}

.embedPriceTable {
  width: 100%;
  border-collapse: collapse;
  min-width: 980px;
  background: #fff;
}

.embedPriceTable th {
  background: #111;
  color: #fff;
  font-weight: 900;
  white-space: nowrap;
}

.embedPriceTable th,
.embedPriceTable td {
  padding: 13px 14px;
  border: 1px solid #e4e4e4;
  text-align: center;
  font-size: 14px;
}

.embedPriceTable tbody th {
  background: #f7f7f7;
  color: #111;
}

.embedPriceTable td {
  color: #111;
  font-weight: 800;
}

.panelActions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  justify-content: flex-end;
  margin-top: 18px;
}

@media(max-width:760px) {
  .embeddedPriceList {
    padding: 48px 0
  }

  .embedTabLabels {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .embeddedPriceHero {
    padding: 26px 20px
  }

  .embedPricePanel {
    padding: 18px
  }

  .panelHead h3 {
    font-size: 26px
  }
}
