.ci-v9 .breakdown-logistics {
  background:linear-gradient(90deg,rgba(241,14,28,.065),rgba(241,14,28,.015))!important;
}

.ci-v9 .breakdown-logistics > span {
  color:var(--theme-text,#27333d)!important;
  font-weight:700!important;
}

.ci-v9 .breakdown-estimate {
  display:flex!important;
  flex:0 0 auto!important;
  flex-direction:column;
  align-items:flex-end;
  gap:2px;
  text-align:right;
}

.ci-v9 .breakdown-estimate > span {
  color:#f10e2a!important;
  font-size:inherit!important;
  font-weight:850!important;
  line-height:1.2!important;
}

.ci-v9 .breakdown-estimate > small {
  color:#f10e2a!important;
  font-size:8px!important;
  font-weight:750!important;
  letter-spacing:.04em;
  line-height:1.2;
  text-transform:uppercase;
}

.ci-v9 :is(.economics-total,.detail-breakdown .total) > span {
  align-items:flex-start;
  flex-direction:column;
  gap:2px;
}

.ci-v9 :is(.economics-total,.detail-breakdown .total) > span > small {
  color:rgba(255,255,255,.76)!important;
  font-size:8px!important;
  font-weight:600!important;
  letter-spacing:.02em;
  line-height:1.25;
}

.ci-v9 .domestic-logistics-policy > div {
  min-height:76px;
  display:flex;
  flex-direction:column;
  justify-content:center;
  gap:5px;
  padding:14px 16px;
  border:1px solid rgba(241,14,28,.18);
  border-radius:14px;
  background:linear-gradient(135deg,rgba(241,14,28,.08),rgba(241,14,28,.025));
}

.ci-v9 .domestic-logistics-policy strong {
  color:#f10e2a;
  font-size:16px;
  font-weight:850;
}

.ci-v9 .domestic-logistics-policy span {
  color:var(--theme-muted,#71808a);
  font-size:11px;
  line-height:1.45;
}

html[data-theme="dark"] .ci-v9 .breakdown-logistics > span { color:#f1f4f7!important; }
html[data-theme="dark"] .ci-v9 .domestic-logistics-policy > div { background:linear-gradient(135deg,rgba(241,14,28,.14),rgba(255,255,255,.025)); }

@media (min-width:900px) {
  .ci-v9 .breakdown-estimate > small,
  .ci-v9 :is(.economics-total,.detail-breakdown .total) > span > small { font-size:10px!important; }
  .ci-v9 .domestic-logistics-policy span { font-size:12px; }
}

