<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.priceReact .price-wrapper {
  display: flex;
  align-items: center;
  max-width: 100%;
  margin-left: 0;
  padding: 0;
}
.priceReact.position-left * {
  margin-right: 0;
}
.priceReact.position-center .price-wrapper {
  justify-content: center;
}
.priceReact.position-right .price-wrapper {
  justify-content: flex-end;
}
.PriceComponent + .tooltip.small {
  margin-left: 4px;
  margin-top: 12px;
}
.PriceComponent + .tooltip.small .ee_tooltip-icon__button {
  width: 24px;
  height: 24px;
  padding: 0px;
}
.PriceComponent + .tooltip.small .ee_tooltip-icon__icon {
  width: 16px !important;
  height: 16px !important;
}
.PriceComponent + .tooltip.medium .ee_tooltip-icon__button {
  width: 35px;
  height: 35px;
  padding: 7px;
}
@media (max-width: 911px) {
  .PriceComponent + .tooltip.auto .ee_tooltip-icon__button {
    width: 35px;
    height: 35px;
    padding: 7px;
  }
}
.PriceComponent + .tooltip.auto,
.PriceComponent + .tooltip.medium,
.PriceComponent + .tooltip.large {
  margin-left: 2px;
}
@media (max-width: 767px) {
  [data-version][data-theme] .ee_price.ee_price--size-auto [data-part=value],
  [data-version][data-theme] .ee_price.ee_price--size-auto [data-part=currency] {
    font-size: 28px;
    line-height: 36px;
  }
}

</pre></body></html>