.addr-ac-wrap { position: relative; }
.addr-ac-list {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  margin: 4px 0 0;
  padding: 4px 0;
  list-style: none;
  background: #fff;
  border: 1px solid #d8d8d8;
  border-radius: 8px;
  box-shadow: 0 6px 20px rgba(0,0,0,.08);
  max-height: 260px;
  overflow-y: auto;
  z-index: 1000;
}
.addr-ac-item {
  padding: 8px 12px;
  font-size: 14px;
  line-height: 1.35;
  cursor: pointer;
  color: #222;
}
.addr-ac-item:hover,
.addr-ac-item.is-active { background: #f3f4f6; }

.vtc-price-box {
  margin: 12px 0 8px;
  padding: 12px 14px;
  border-radius: 10px;
  background: #f7f8fa;
  border: 1px solid #e3e6eb;
  font-size: 14px;
  color: #1a1a1a;
}
.vtc-price-box.is-info,
.vtc-price-box.is-loading { color: #555; }
.vtc-price-box.is-error { background: #fdecea; border-color: #f5c2c0; color: #8a1f1f; }
.vtc-price-row {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  padding: 2px 0;
}
.vtc-price-total {
  margin-top: 6px;
  padding-top: 8px;
  border-top: 1px solid #e3e6eb;
  font-size: 16px;
}
.vtc-price-total strong { font-size: 18px; }
.vtc-price-info { font-style: italic; }
