.rtb-price-widget {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 12px auto 18px;
  text-align: left;
}

.rtb-price-box {
  border: 2px solid #333;
  padding: 15px;
  margin: 0 auto;
  max-width: 560px;
  width: min(560px, 92vw);
  background: #fff;
  color: #111;
  text-align: left;
  text-shadow: none;
  box-sizing: border-box;
}

.rtb-price-box,
.rtb-price-box * {
  color: #111;
  text-shadow: none;
}

.rtb-price-box p {
  margin: 0 0 8px;
}

.rtb-service-note {
  font-size: 0.92rem;
  line-height: 1.45;
  margin-top: 10px;
}

.rtb-price-match {
  margin-top: 10px;
}

.rtb-legacy-note {
  border-left: 4px solid #8a5a00;
  padding-left: 10px;
  background: #fff8e8;
  padding-top: 8px;
  padding-bottom: 8px;
  margin-bottom: 10px;
}

.rtb-last-checked,
.rtb-price-disclaimer,
.rtb-doorway-disclaimer {
  font-size: 0.82rem;
  color: #555;
  opacity: 1;
  line-height: 1.35;
}

.rtb-price-disclaimer,
.rtb-doorway-disclaimer {
  margin-top: 10px;
}

.price-loading,
.price-unavailable {
  font-size: 0.85rem;
  opacity: 0.9;
  color: #111;
  text-shadow: none;
}

.price-unavailable {
  margin: 10px 0;
}

.rtb-brand-model-list li {
  margin-bottom: 0.85rem;
}

.rtb-doorway-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem 1rem;
  align-items: baseline;
  justify-content: space-between;
}

.rtb-doorway-model {
  flex: 1 1 260px;
}

.rtb-doorway-pricing {
  flex: 0 1 auto;
  display: flex;
  gap: 0.75rem;
  flex-wrap: wrap;
  font-size: 0.95rem;
}

.rtb-sale-price {
  font-weight: 700;
}

.rtb-doorway-note {
  font-size: 0.88rem;
  color: #555;
  margin-top: 0.2rem;
  line-height: 1.35;
}

.rtb-brand-model-list li {
  padding: 0.55rem 0.75rem;
  border-radius: 6px;
}

.rtb-brand-model-list li:nth-child(odd) {
  background: #ffffff;
}

.rtb-brand-model-list li:nth-child(even) {
  background: #f7f7f2;
}
