.price_wrapper--request {
  display: flex;
  flex-direction: column;
  gap: .25rem;
}

.price--request {
  line-height: 1.05;
}

.price-request-main {
  display: inline-flex;
  align-items: center;
  gap: .5rem;
  font-weight: 700;
}

.price-request-main::before {
  content: "";
  width: .6rem;
  height: .6rem;
  border-radius: 999px;
  background: currentColor;
  opacity: .35;
}

.price-note--request small {
  opacity: .85;
}

.price-request-actions {
  margin-top: .25rem;
}
