.tcdc-speed-layout {
  --mint: #bcf1e2;
  --blue: #1d1f43;
  --line: rgba(29, 31, 67, 0.18);
  max-width: 1200px;
  margin: 30px auto;
  padding: 0 16px 40px;
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 18px;
}

.tcdc-speed {
  border: 1px solid var(--line);
  border-radius: 16px;
  padding: 22px;
  background: linear-gradient(180deg, rgba(188, 241, 226, 0.35), #fff 58%);
}

.tcdc-kicker {
  display: inline-block;
  padding: 6px 12px;
  border-radius: 999px;
  background: var(--mint);
  color: var(--blue);
  font-size: 11px;
  letter-spacing: 0.08em;
  font-weight: 700;
  margin: 0 0 12px;
}

.tcdc-speed h2,
.tcdc-speed h3,
.tcdc-speed h4 {
  color: var(--blue);
  margin-top: 0;
}

.tcdc-lead {
  font-size: 18px;
  margin: 8px 0 12px;
}

.tcdc-note {
  border-left: 4px solid var(--blue);
  background: rgba(188, 241, 226, 0.35);
  border-radius: 8px;
  padding: 10px 12px;
  margin: 0 0 14px;
}

.tcdc-upgrades {
  margin-top: 14px;
  display: grid;
  gap: 10px;
}

.tcdc-upgrade-card {
  border: 1px solid rgba(29, 31, 67, 0.16);
  border-radius: 12px;
  padding: 12px;
  background: #fff;
}

.tcdc-upgrade-card h4 {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  margin: 0 0 6px;
}

.tcdc-upgrade-card h4 span {
  background: var(--mint);
  border-radius: 999px;
  padding: 3px 8px;
  font-size: 12px;
}

.tcdc-upgrade-card a {
  color: var(--blue);
  font-weight: 700;
  text-decoration: none;
}

.tcdc-speed-right {
  border: 1px solid var(--line);
  border-radius: 16px;
  padding: 18px;
  background: #fff;
}

.tcdc-speed-right .product_title,
.tcdc-speed-right .price,
.tcdc-speed-right .price * {
  color: var(--blue);
}

.tcdc-speed-right form.cart,
.tcdc-speed-right [class*="yith-wapo"] .yith-wapo-addon,
.tcdc-speed-right [class*="yith-wapo"] .yith-wapo-option,
.tcdc-speed-right [class*="yith-wapo"] .yith-wapo-block {
  border: 1px solid rgba(29, 31, 67, 0.16);
  border-radius: 12px;
  background: #fff;
  padding: 12px;
  margin-bottom: 10px;
}

.tcdc-speed-right label,
.tcdc-speed-right h3,
.tcdc-speed-right h4 {
  color: var(--blue);
}

.tcdc-speed-right input[type="text"],
.tcdc-speed-right input[type="number"],
.tcdc-speed-right select {
  border: 1px solid rgba(29, 31, 67, 0.22);
  border-radius: 10px;
  padding: 10px;
}

.tcdc-speed-right .single_add_to_cart_button.button.alt {
  background: var(--blue);
  color: #fff;
  border-radius: 10px;
}

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

