/* Page-specific styles for /pricing.
   Shared header, footer, fonts, resets, buttons, spacing utilities,
   FAQ, and CTA styles live in the global site styles. */

.v2-pricing-products__dropdown select {
  appearance: none;
  background-image: url("/images/theme/63357df7224a8a130d3f365e_icon_chevron.svg");
  background-position: calc(100% - 8px) center;
  background-repeat: no-repeat;
  background-size: 24px;
  border: 0;
  border-bottom: 1px solid #ccc;
  width: 100%;
  padding: 5px 30px 5px 0;
  font-weight: 700;
}

.v2-pricing-products__dropdown select:focus {
  outline: none;
}
