/* Focused cleanup for DB-backed professional and locator pages. */

body.redux-route-orders .redux-shortcode-section{
  overflow:visible;
}
body.redux-route-orders .redux-shortcode-embed--orders,
body.redux-route-orders .redux-order-lookup,
body.redux-route-orders .redux-user-orders{
  width:100%;
  max-width:960px;
  margin-inline:auto;
  color:var(--text-default);
}
body.redux-route-orders .redux-order-lookup,
body.redux-route-orders .redux-user-orders{
  background:#fff;
  border:1px solid var(--rdx-ink-100);
  border-radius:var(--r-md);
  box-shadow:0 20px 54px rgba(37,40,42,.1);
  padding:clamp(24px,4vw,44px);
}
body.redux-route-orders .redux-order-lookup *,
body.redux-route-orders .redux-user-orders *{
  max-width:100%;
  box-sizing:border-box;
}
body.redux-route-orders .redux-order-lookup h2,
body.redux-route-orders .redux-order-lookup h3,
body.redux-route-orders .redux-order-card__number{
  color:var(--text-strong);
}
body.redux-route-orders .redux-order-lookup p,
body.redux-route-orders .redux-no-orders,
body.redux-route-orders .redux-order-card__date,
body.redux-route-orders .redux-payment-status,
body.redux-route-orders .redux-order-item{
  color:var(--text-muted);
}
body.redux-route-orders .redux-form-group{
  display:grid;
  gap:8px;
  margin:0 0 16px;
}
body.redux-route-orders .redux-form-group label{
  color:var(--text-strong);
  font-size:14px;
  font-weight:800;
}
body.redux-route-orders .redux-form-group input{
  width:100%;
  min-height:50px;
  border:1px solid var(--rdx-ink-100);
  border-radius:8px;
  background:#fff;
  color:var(--text-strong);
  padding:12px 14px;
}
body.redux-route-orders .redux-order-card{
  border:1px solid var(--rdx-ink-100);
  border-radius:12px;
  padding:18px;
  background:var(--rdx-ink-25);
  color:var(--text-default);
}
body.redux-route-orders .redux-shortcode-embed--orders .rho-page{
  width:100%!important;
  min-height:0!important;
  left:auto!important;
  right:auto!important;
  margin:0!important;
  padding:0!important;
  background:transparent!important;
  overflow:visible!important;
  color:var(--text-default)!important;
}
body.redux-route-orders .redux-shortcode-embed--orders .rho-page *,
body.redux-route-orders .redux-shortcode-embed--orders .rho-page *::before,
body.redux-route-orders .redux-shortcode-embed--orders .rho-page *::after{
  box-sizing:border-box!important;
}
body.redux-route-orders .redux-shortcode-embed--orders .rho-orb{
  display:none!important;
}
body.redux-route-orders .redux-shortcode-embed--orders .rho-container{
  width:100%!important;
  max-width:960px!important;
  margin-inline:auto!important;
}
body.redux-route-orders .redux-shortcode-embed--orders .rho-page h1.rho-title{
  display:none!important;
}
body.redux-route-orders .redux-shortcode-embed--orders .rho-subtitle{
  color:var(--text-muted)!important;
  margin-bottom:24px!important;
}
body.redux-route-orders .redux-shortcode-embed--orders .rho-tabs{
  justify-content:flex-start!important;
  gap:8px!important;
  margin:0 0 18px!important;
}
body.redux-route-orders .redux-shortcode-embed--orders .rho-tab{
  min-height:44px!important;
  border:1px solid var(--rdx-ink-100)!important;
  border-radius:999px!important;
  background:#fff!important;
  color:var(--text-muted)!important;
  box-shadow:none!important;
}
body.redux-route-orders .redux-shortcode-embed--orders .rho-tab--active{
  border-color:transparent!important;
  background:var(--rdx-blue-500)!important;
  color:#fff!important;
  box-shadow:0 10px 24px rgba(51,102,204,.22)!important;
}
body.redux-route-orders .redux-shortcode-embed--orders .rho-card,
body.redux-route-orders .redux-shortcode-embed--orders .rho-help{
  background:#fff!important;
  border:1px solid var(--rdx-ink-100)!important;
  border-radius:var(--r-md)!important;
  box-shadow:0 20px 54px rgba(37,40,42,.1)!important;
  color:var(--text-default)!important;
  backdrop-filter:none!important;
}
body.redux-route-orders .redux-shortcode-embed--orders .rho-card h2,
body.redux-route-orders .redux-shortcode-embed--orders .rho-card h3,
body.redux-route-orders .redux-shortcode-embed--orders .rho-results-header h3,
body.redux-route-orders .redux-shortcode-embed--orders .rho-order-number,
body.redux-route-orders .redux-shortcode-embed--orders .rho-order-total,
body.redux-route-orders .redux-shortcode-embed--orders .rho-help h3,
body.redux-route-orders .redux-shortcode-embed--orders .rho-help-item strong,
body.redux-route-orders .redux-shortcode-embed--orders .rho-form-group label{
  color:var(--text-strong)!important;
}
body.redux-route-orders .redux-shortcode-embed--orders .rho-card p,
body.redux-route-orders .redux-shortcode-embed--orders .rho-order-date,
body.redux-route-orders .redux-shortcode-embed--orders .rho-payment-status,
body.redux-route-orders .redux-shortcode-embed--orders .rho-empty p,
body.redux-route-orders .redux-shortcode-embed--orders .rho-help-item p{
  color:var(--text-muted)!important;
}
body.redux-route-orders .redux-shortcode-embed--orders .rho-results,
body.redux-route-orders .redux-shortcode-embed--orders .rho-order-header,
body.redux-route-orders .redux-shortcode-embed--orders .rho-order-footer{
  border-color:var(--rdx-ink-100)!important;
}
body.redux-route-orders .redux-shortcode-embed--orders .rho-order-card{
  background:var(--rdx-ink-25)!important;
  border:1px solid var(--rdx-ink-100)!important;
  color:var(--text-default)!important;
}
body.redux-route-orders .redux-shortcode-embed--orders .rho-order-item{
  border-color:var(--rdx-ink-100)!important;
  color:var(--text-default)!important;
}
body.redux-route-orders .redux-shortcode-embed--orders .rho-form-group input{
  min-height:50px!important;
  border:1px solid var(--rdx-ink-100)!important;
  border-radius:8px!important;
  background:#fff!important;
  color:var(--text-strong)!important;
  -webkit-text-fill-color:var(--text-strong)!important;
}
body.redux-route-orders .redux-shortcode-embed--orders .rho-form-group input:focus{
  border-color:var(--rdx-blue-500)!important;
  background:#fff!important;
  box-shadow:0 0 0 3px rgba(51,102,204,.14)!important;
}
body.redux-route-orders .redux-shortcode-embed--orders .rho-btn{
  border-radius:999px!important;
}
body.redux-route-orders .redux-shortcode-embed--orders .rho-card .pp_tracking_form{
  display:grid!important;
  gap:12px!important;
  margin:0!important;
  min-width:0!important;
  width:100%!important;
}
body.redux-route-orders .redux-shortcode-embed--orders .rho-card .PP-FormLayout{
  max-width:100%!important;
}
body.redux-route-orders .redux-shortcode-embed--orders .rho-card .PP-TextField,
body.redux-route-orders .redux-shortcode-embed--orders .rho-card .PP-TextField__InputWrapper{
  display:block!important;
  width:100%!important;
}
body.redux-route-orders .redux-shortcode-embed--orders .rho-card .PP-TextField__Input,
body.redux-route-orders .redux-shortcode-embed--orders .rho-card .pp_tracking_form input[type="text"],
body.redux-route-orders .redux-shortcode-embed--orders .rho-card .pp_tracking_form input[type="email"]{
  width:100%!important;
  min-height:50px!important;
  border:1px solid var(--rdx-ink-100)!important;
  border-radius:8px!important;
  background:#fff!important;
  color:var(--text-strong)!important;
  -webkit-text-fill-color:var(--text-strong)!important;
  font-size:15px!important;
  line-height:1.4!important;
  padding:12px 14px!important;
  box-shadow:none!important;
}
body.redux-route-orders .redux-shortcode-embed--orders .rho-card .PP-TextField__Input:focus,
body.redux-route-orders .redux-shortcode-embed--orders .rho-card .pp_tracking_form input:focus{
  border-color:var(--rdx-blue-500)!important;
  outline:0!important;
  box-shadow:0 0 0 3px rgba(51,102,204,.14)!important;
}
body.redux-route-orders .redux-shortcode-embed--orders .rho-card .pp_tracking_form label,
body.redux-route-orders .redux-shortcode-embed--orders .rho-card .PP-TextField__Label{
  color:var(--text-strong)!important;
  display:block!important;
  font-size:14px!important;
  font-weight:800!important;
  line-height:1.3!important;
  margin:0 0 8px!important;
}
body.redux-route-orders .redux-shortcode-embed--orders .rho-card .pp-button-enter,
body.redux-route-orders .redux-shortcode-embed--orders .rho-card .pp_tracking_form button{
  align-items:center!important;
  background:var(--rdx-blue-500)!important;
  border:1px solid var(--rdx-blue-500)!important;
  border-radius:999px!important;
  box-shadow:var(--sh-glow-blue)!important;
  color:#fff!important;
  display:inline-flex!important;
  font-size:12px!important;
  font-weight:800!important;
  justify-content:center!important;
  letter-spacing:.08em!important;
  min-height:48px!important;
  min-width:120px!important;
  padding:13px 26px!important;
  text-transform:uppercase!important;
  width:max-content!important;
}
body.redux-route-orders .redux-shortcode-embed--orders .rho-card .pp-button-enter:hover,
body.redux-route-orders .redux-shortcode-embed--orders .rho-card .pp_tracking_form button:hover{
  background:var(--rdx-blue-600)!important;
  border-color:var(--rdx-blue-600)!important;
}
body.redux-route-orders .redux-shortcode-embed--orders .rho-card :is(.pp_tracking_form, .PP-FormLayout) + :is(.pp_tracking_form, .PP-FormLayout){
  border-left:1px solid var(--rdx-ink-100)!important;
  padding-left:clamp(20px,3vw,36px)!important;
}

.redux-dynamic-route-form--trial .redux-dynamic-route-form__form{
  max-width:860px!important;
  margin:0 auto!important;
  background:#fff!important;
  border:1px solid var(--rdx-ink-100)!important;
  border-radius:var(--r-md)!important;
  box-shadow:0 20px 54px rgba(37,40,42,.08)!important;
  color:var(--text-default)!important;
  padding:clamp(24px,4vw,44px)!important;
}
.redux-dynamic-route-form--trial .gform_wrapper,
.redux-dynamic-route-form--trial form{
  width:100%!important;
  max-width:none!important;
  margin:0!important;
}
.redux-dynamic-route-form--trial .gform_fields{
  display:grid!important;
  grid-template-columns:repeat(12,minmax(0,1fr))!important;
  gap:18px 22px!important;
}
.redux-dynamic-route-form--trial .gfield{
  grid-column:1/-1!important;
  margin:0!important;
  min-width:0!important;
}
.redux-dynamic-route-form--trial .gfield--width-half{
  grid-column:span 6!important;
}
.redux-dynamic-route-form--trial fieldset.gfield{
  border:0!important;
  margin:0!important;
  min-inline-size:0!important;
  padding:0!important;
}
.redux-dynamic-route-form--trial legend.gfield_label,
.redux-dynamic-route-form--trial .gfield_label,
.redux-dynamic-route-form--trial .gform-field-label{
  color:var(--text-strong)!important;
  display:block!important;
  float:none!important;
  font-size:14px!important;
  font-weight:800!important;
  line-height:1.35!important;
  margin:0 0 8px!important;
  padding:0!important;
  position:static!important;
  width:auto!important;
}
.redux-dynamic-route-form--trial .ginput_complex{
  display:grid!important;
  grid-template-columns:repeat(2,minmax(0,1fr))!important;
  gap:14px!important;
}
.redux-dynamic-route-form--trial .ginput_full,
.redux-dynamic-route-form--trial .address_line_1,
.redux-dynamic-route-form--trial .address_line_2{
  grid-column:1/-1!important;
}
.redux-dynamic-route-form--trial .ginput_complex span{
  display:grid!important;
  gap:6px!important;
}
.redux-dynamic-route-form--trial .ginput_complex label,
.redux-dynamic-route-form--trial .gfield_description{
  color:var(--text-muted)!important;
  font-size:13px!important;
  line-height:1.45!important;
}
.redux-dynamic-route-form--trial input[type="text"],
.redux-dynamic-route-form--trial input[type="email"],
.redux-dynamic-route-form--trial input[type="tel"],
.redux-dynamic-route-form--trial select,
.redux-dynamic-route-form--trial textarea{
  width:100%!important;
  min-height:50px!important;
  border:1px solid var(--rdx-ink-100)!important;
  border-radius:8px!important;
  background:#fff!important;
  color:var(--text-strong)!important;
  -webkit-text-fill-color:var(--text-strong)!important;
  padding:12px 14px!important;
  box-shadow:none!important;
}
.redux-dynamic-route-form--trial textarea{
  min-height:132px!important;
  resize:vertical!important;
}
.redux-dynamic-route-form--trial input:focus,
.redux-dynamic-route-form--trial select:focus,
.redux-dynamic-route-form--trial textarea:focus{
  border-color:var(--rdx-blue-500)!important;
  outline:0!important;
  box-shadow:0 0 0 3px rgba(51,102,204,.14)!important;
}
.redux-dynamic-route-form--trial .gfield_checkbox,
.redux-dynamic-route-form--trial .gfield_radio{
  display:grid!important;
  gap:10px!important;
}
.redux-dynamic-route-form--trial .gchoice{
  align-items:center!important;
  background:var(--rdx-sky-50)!important;
  border:1px solid var(--rdx-blue-100)!important;
  border-radius:12px!important;
  display:flex!important;
  gap:10px!important;
  min-height:46px!important;
  padding:10px 12px!important;
}
.redux-dynamic-route-form--trial .gchoice input{
  accent-color:var(--rdx-blue-500)!important;
  flex:0 0 auto!important;
  height:16px!important;
  margin:0!important;
  min-height:0!important;
  width:16px!important;
}
.redux-dynamic-route-form--trial .gchoice label{
  color:var(--text-strong)!important;
  font-size:14px!important;
  font-weight:700!important;
  line-height:1.35!important;
  margin:0!important;
}
.redux-dynamic-route-form--trial .gform_footer{
  margin-top:26px!important;
  padding:0!important;
}
.redux-dynamic-route-form--trial .gform_button,
.redux-dynamic-route-form--trial input[type="submit"]{
  align-items:center!important;
  background:var(--rdx-blue-500)!important;
  border:1px solid var(--rdx-blue-500)!important;
  border-radius:999px!important;
  box-shadow:var(--sh-glow-blue)!important;
  color:#fff!important;
  display:inline-flex!important;
  font-size:12px!important;
  font-weight:800!important;
  justify-content:center!important;
  letter-spacing:.08em!important;
  min-height:52px!important;
  padding:14px 30px!important;
  text-transform:uppercase!important;
  width:auto!important;
}

.redux-professional-pricing-page img.prof-product-image{
  background:rgba(255,255,255,.08);
}
.redux-professional-pricing-page img.prof-product-image[src=""],
.redux-professional-pricing-page img.prof-product-image:not([src]){
  display:none;
}
.redux-professional-pricing-page .prof-add-to-cart,
.redux-professional-pricing-page .redux-pro-add-to-cart{
  min-height:44px;
}
.redux-professional-pricing-page .redux-pro-add-to-cart:disabled{
  opacity:.72;
  cursor:progress;
}
.redux-professional-pricing-page .redux-professional-contact-sales{
  min-height:46px;
}

.redux-protected-embed--pro-cart .redux-cart-remove{
  position:relative!important;
  width:44px!important;
  height:44px!important;
  min-width:44px!important;
  min-height:44px!important;
  border-radius:10px!important;
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
}
.redux-protected-embed--pro-cart .redux-cart-remove svg{
  display:block!important;
  width:18px!important;
  height:18px!important;
  min-width:18px!important;
  min-height:18px!important;
  overflow:visible!important;
}
.redux-protected-embed--pro-cart .redux-cart-remove:empty::before{
  content:"×";
  color:var(--text-strong);
  font-size:26px;
  line-height:1;
  font-weight:400;
}
.redux-protected-embed--pro-cart .redux-pro-cart-notice{
  display:none;
  margin:0 0 18px;
  padding:14px 16px;
  border-radius:10px;
  font-size:14px;
  line-height:1.45;
  font-weight:700;
}
.redux-protected-embed--pro-cart .redux-pro-cart-notice.error{
  display:block;
  border:1px solid rgba(220,38,38,.2);
  background:rgba(220,38,38,.09);
  color:#991b1b;
}
.redux-protected-embed--pro-cart .redux-pro-cart-notice.success{
  display:block;
  border:1px solid rgba(22,163,74,.2);
  background:rgba(22,163,74,.09);
  color:#166534;
}
.redux-protected-embed--pro-cart .redux-field-error{
  box-shadow:0 0 0 3px rgba(220,38,38,.12)!important;
}

body.redux-route-pro-finder-update-form .clinic-update-container{
  max-width:900px;
  margin-inline:auto;
  background:#fff;
  border:1px solid var(--rdx-ink-100);
  border-radius:var(--r-md);
  box-shadow:0 20px 54px rgba(37,40,42,.1);
  padding:clamp(24px,4vw,44px);
  color:var(--text-default);
}
body.redux-route-pro-finder-update-form .clinic-update-container *,
body.redux-route-pro-finder-update-form .clinic-update-container *::before,
body.redux-route-pro-finder-update-form .clinic-update-container *::after{
  box-sizing:border-box;
}
body.redux-route-pro-finder-update-form .clinic-update-container .hidden,
body.redux-route-pro-finder-update-form .clinic-update-container .clinic-update-step.hidden,
body.redux-route-pro-finder-update-form .clinic-update-container #form-loading.hidden,
body.redux-route-pro-finder-update-form .clinic-update-container #form-error.hidden,
body.redux-route-pro-finder-update-form .clinic-update-container #lookup-error.hidden{
  display:none!important;
}
body.redux-route-pro-finder-update-form .clinic-update-container h2{
  margin:0 0 10px!important;
  color:var(--text-strong)!important;
  font-family:var(--route-card-title-font)!important;
  letter-spacing:0!important;
}
body.redux-route-pro-finder-update-form .clinic-update-container p{
  color:var(--text-muted)!important;
  line-height:1.65!important;
}
body.redux-route-pro-finder-update-form .lookup-form-grid,
body.redux-route-pro-finder-update-form .gform_fields{
  display:grid!important;
  grid-template-columns:repeat(2,minmax(0,1fr))!important;
  gap:16px!important;
}
body.redux-route-pro-finder-update-form .lookup-form-field.full-width,
body.redux-route-pro-finder-update-form .gfield--width-full{
  grid-column:1/-1!important;
}
body.redux-route-pro-finder-update-form .lookup-form-field label,
body.redux-route-pro-finder-update-form .gfield_label{
  display:block!important;
  margin:0 0 8px!important;
  color:var(--text-strong)!important;
  font-size:14px!important;
  font-weight:800!important;
}
body.redux-route-pro-finder-update-form .clinic-update-container input,
body.redux-route-pro-finder-update-form .clinic-update-container select,
body.redux-route-pro-finder-update-form .clinic-update-container textarea{
  width:100%!important;
  min-height:50px!important;
  border:1px solid var(--rdx-ink-100)!important;
  border-radius:8px!important;
  background:#fff!important;
  color:var(--text-strong)!important;
  padding:12px 14px!important;
}
body.redux-route-pro-finder-update-form .clinic-update-container button,
body.redux-route-pro-finder-update-form .clinic-update-container .gform_button{
  min-height:48px!important;
  border-radius:999px!important;
  border:0!important;
  padding:12px 24px!important;
  background:var(--rdx-blue-500)!important;
  color:#fff!important;
  font-weight:800!important;
}
body.redux-route-pro-finder-update-form .clinic-update-container .btn-secondary{
  background:var(--rdx-ink-100)!important;
  color:var(--text-strong)!important;
}
body.redux-route-pro-finder-update-form .clinic-update-container .error-message{
  margin:14px 0!important;
  border:1px solid rgba(220,38,38,.2)!important;
  border-radius:10px!important;
  background:rgba(220,38,38,.09)!important;
  color:#991b1b!important;
  padding:12px 14px!important;
  font-weight:700!important;
}
body.redux-route-pro-finder-update-form .clinic-match-card{
  border:1px solid var(--rdx-ink-100)!important;
  border-radius:12px!important;
  padding:16px!important;
  background:var(--rdx-ink-25)!important;
  cursor:pointer!important;
}
body.redux-route-pro-finder-update-form .clinic-match-card.selected{
  border-color:var(--rdx-blue-500)!important;
  box-shadow:0 0 0 3px rgba(66,158,223,.18)!important;
}

.redux-protected-embed--soundcare,
.redux-protected-embed--marketing,
.redux-protected-embed--tax-submission{
  color:var(--text-default);
}
.redux-protected-embed--soundcare > *,
.redux-protected-embed--marketing > *,
.redux-protected-embed--tax-submission > *{
  max-width:1120px;
  margin-left:auto;
  margin-right:auto;
}
.redux-protected-embed--soundcare h2,
.redux-protected-embed--soundcare h3,
.redux-protected-embed--marketing h2,
.redux-protected-embed--marketing h3,
.redux-protected-embed--tax-submission h2,
.redux-protected-embed--tax-submission h3{
  color:var(--text-strong)!important;
  font-family:var(--route-card-title-font)!important;
  letter-spacing:0!important;
}
.redux-protected-embed--soundcare p,
.redux-protected-embed--marketing p,
.redux-protected-embed--tax-submission p{
  color:var(--text-muted)!important;
  line-height:1.65!important;
}
.redux-protected-embed--soundcare .wp-block-group,
.redux-protected-embed--marketing .wp-block-group,
.redux-protected-embed--tax-submission .wp-block-group,
.redux-protected-embed--soundcare .sc-card,
.redux-protected-embed--marketing .mkt-card{
  border-radius:var(--r-md)!important;
  overflow:hidden;
}
.redux-protected-embed--tax-submission .rst-hero,
.redux-protected-embed--tax-submission [class*="hero"]{
  background:linear-gradient(135deg,var(--rdx-ink-900),var(--rdx-ink-800))!important;
  color:#fff!important;
}
.redux-protected-embed--tax-submission .rst-hero h2,
.redux-protected-embed--tax-submission .rst-hero h3,
.redux-protected-embed--tax-submission [class*="hero"] h2,
.redux-protected-embed--tax-submission [class*="hero"] h3,
.redux-protected-embed--tax-submission [class*="hero"] p{
  color:#fff!important;
}
body.redux-route-hcp-reseller-tax-submission .tax-dark-page,
body.redux-route-hcp-reseller-tax-submission .tax-dark-content{
  background:transparent!important;
  color:var(--text-default)!important;
}
body.redux-route-hcp-reseller-tax-submission .tax-dark-orb{
  display:none!important;
}
body.redux-route-hcp-reseller-tax-submission .tax-dark-hero{
  background:linear-gradient(135deg,var(--rdx-ink-900),var(--rdx-ink-800))!important;
  padding:clamp(44px,7vw,76px) 24px!important;
}
body.redux-route-hcp-reseller-tax-submission .tax-dark-info{
  max-width:800px!important;
  background:#fff!important;
  border:1px solid var(--rdx-ink-100)!important;
  border-radius:var(--r-md)!important;
  box-shadow:0 20px 54px rgba(37,40,42,.1)!important;
  backdrop-filter:none!important;
  color:var(--text-default)!important;
}
body.redux-route-hcp-reseller-tax-submission .tax-dark-info h3{
  color:var(--text-strong)!important;
}
body.redux-route-hcp-reseller-tax-submission .tax-dark-info li{
  color:var(--text-default)!important;
  border-color:var(--rdx-ink-100)!important;
}
body.redux-route-hcp-reseller-tax-submission .tax-dark-form-card{
  max-width:820px!important;
  margin:0 auto!important;
  padding:clamp(26px,4vw,42px)!important;
  border:1px solid var(--rdx-ink-100)!important;
  border-radius:var(--r-md)!important;
  box-shadow:0 20px 54px rgba(37,40,42,.1)!important;
}
body.redux-route-hcp-reseller-tax-submission .tax-dark-form-card .gform_heading{
  margin:0 0 24px!important;
  text-align:left!important;
}
body.redux-route-hcp-reseller-tax-submission .tax-dark-form-card .gform_title{
  color:var(--text-strong)!important;
  font-family:var(--route-section-title-font)!important;
  font-size:clamp(28px,3vw,42px)!important;
  line-height:1.08!important;
  letter-spacing:0!important;
  margin:0 0 10px!important;
  text-align:left!important;
}
body.redux-route-hcp-reseller-tax-submission .tax-dark-form-card .gform_description{
  color:var(--text-muted)!important;
  font-size:16px!important;
  line-height:1.55!important;
}
body.redux-route-hcp-reseller-tax-submission .tax-dark-form-card .gform_fields{
  display:grid!important;
  gap:18px!important;
}
body.redux-route-hcp-reseller-tax-submission .tax-dark-form-card fieldset.gfield{
  border:0!important;
  margin:0!important;
  padding:0!important;
}
body.redux-route-hcp-reseller-tax-submission .tax-dark-form-card .gfield_label,
body.redux-route-hcp-reseller-tax-submission .tax-dark-form-card legend.gfield_label{
  display:block!important;
  color:var(--text-strong)!important;
  font-size:14px!important;
  font-weight:800!important;
  line-height:1.25!important;
  margin:0 0 8px!important;
}
body.redux-route-hcp-reseller-tax-submission .tax-dark-form-card .ginput_complex{
  display:grid!important;
  grid-template-columns:repeat(2,minmax(0,1fr))!important;
  gap:14px!important;
}
body.redux-route-hcp-reseller-tax-submission .tax-dark-form-card .ginput_complex span{
  margin:0!important;
  padding:0!important;
}
body.redux-route-hcp-reseller-tax-submission .tax-dark-form-card .ginput_complex label{
  color:var(--text-muted)!important;
  font-size:12px!important;
  font-weight:700!important;
  margin:6px 0 0!important;
}
body.redux-route-hcp-reseller-tax-submission .tax-dark-form-card input[type="text"],
body.redux-route-hcp-reseller-tax-submission .tax-dark-form-card input[type="email"],
body.redux-route-hcp-reseller-tax-submission .tax-dark-form-card input[type="tel"],
body.redux-route-hcp-reseller-tax-submission .tax-dark-form-card input[type="file"],
body.redux-route-hcp-reseller-tax-submission .tax-dark-form-card textarea,
body.redux-route-hcp-reseller-tax-submission .tax-dark-form-card select{
  width:100%!important;
  min-height:48px!important;
  border:1px solid var(--rdx-ink-100)!important;
  border-radius:12px!important;
  background:#fff!important;
  color:var(--text-strong)!important;
  box-shadow:none!important;
  font-size:15px!important;
  padding:12px 14px!important;
}
body.redux-route-hcp-reseller-tax-submission .tax-dark-form-card input[type="file"]{
  padding:10px 12px!important;
  background:var(--rdx-sky-50)!important;
}
body.redux-route-hcp-reseller-tax-submission .tax-dark-form-card input:focus,
body.redux-route-hcp-reseller-tax-submission .tax-dark-form-card textarea:focus,
body.redux-route-hcp-reseller-tax-submission .tax-dark-form-card select:focus{
  border-color:var(--rdx-blue-500)!important;
  outline:none!important;
  box-shadow:0 0 0 4px rgba(51,102,204,.12)!important;
}
body.redux-route-hcp-reseller-tax-submission .tax-dark-form-card .gform_fileupload_rules{
  color:var(--text-muted)!important;
  font-size:13px!important;
  margin-top:8px!important;
}
body.redux-route-hcp-reseller-tax-submission .tax-dark-form-card .gform_footer{
  justify-content:flex-start!important;
  margin:26px 0 0!important;
  padding:0!important;
  text-align:left!important;
}
body.redux-route-hcp-reseller-tax-submission .tax-dark-form-card .gform_button,
body.redux-route-hcp-reseller-tax-submission .tax-dark-form-card input[type="submit"]{
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  width:auto!important;
  min-height:48px!important;
  border:1px solid var(--rdx-blue-500)!important;
  border-radius:999px!important;
  background:var(--rdx-blue-500)!important;
  color:#fff!important;
  font-size:12px!important;
  font-weight:800!important;
  letter-spacing:.08em!important;
  padding:13px 30px!important;
  text-transform:uppercase!important;
  box-shadow:var(--sh-glow-blue)!important;
}

body.redux-route-hcp-post-treatment-report-sign-up .redux-protected-embed--ptr-signup .ptr-hero{
  display:block!important;
  background:transparent!important;
  overflow:visible!important;
  padding:0!important;
}
body.redux-route-hcp-post-treatment-report-sign-up .redux-protected-embed--ptr-signup .ptr-orb,
body.redux-route-hcp-post-treatment-report-sign-up .redux-protected-embed--ptr-signup .ptr-header{
  display:none!important;
}
body.redux-route-hcp-post-treatment-report-sign-up .redux-protected-embed--ptr-signup .ptr-page,
body.redux-route-hcp-post-treatment-report-sign-up .redux-protected-embed--ptr-signup .ptr-container,
body.redux-route-hcp-post-treatment-report-sign-up .redux-protected-embed--ptr-signup .ptr-form-card,
body.redux-route-hcp-post-treatment-report-sign-up .redux-protected-embed--ptr-signup .ptr-next-steps{
  width:auto!important;
  height:auto!important;
  max-width:920px!important;
  margin-inline:auto!important;
  color:var(--text-default)!important;
}
body.redux-route-hcp-post-treatment-report-sign-up .redux-protected-embed--ptr-signup .ptr-options{
  display:grid!important;
  grid-template-columns:repeat(2,minmax(0,1fr))!important;
  gap:18px!important;
  margin:0 0 24px!important;
}
body.redux-route-hcp-post-treatment-report-sign-up .redux-protected-embed--ptr-signup .ptr-option,
body.redux-route-hcp-post-treatment-report-sign-up .redux-protected-embed--ptr-signup .ptr-form-card,
body.redux-route-hcp-post-treatment-report-sign-up .redux-protected-embed--ptr-signup .ptr-next-steps{
  background:#fff!important;
  border:1px solid var(--rdx-ink-100)!important;
  border-radius:var(--r-md)!important;
  box-shadow:0 16px 42px rgba(37,40,42,.08)!important;
  padding:clamp(22px,3vw,32px)!important;
}
body.redux-route-hcp-post-treatment-report-sign-up .redux-protected-embed--ptr-signup .ptr-option-number{
  display:inline-flex!important;
  position:static!important;
  width:max-content!important;
  margin:0 0 12px!important;
  background:var(--rdx-sky-50)!important;
  border:1px solid var(--rdx-blue-100)!important;
  border-radius:999px!important;
  color:var(--rdx-blue-600)!important;
}
body.redux-route-hcp-post-treatment-report-sign-up .redux-protected-embed--ptr-signup h2,
body.redux-route-hcp-post-treatment-report-sign-up .redux-protected-embed--ptr-signup h3{
  color:var(--text-strong)!important;
  font-family:var(--route-card-title-font)!important;
  letter-spacing:0!important;
}
body.redux-route-hcp-post-treatment-report-sign-up .redux-protected-embed--ptr-signup p,
body.redux-route-hcp-post-treatment-report-sign-up .redux-protected-embed--ptr-signup li,
body.redux-route-hcp-post-treatment-report-sign-up .redux-protected-embed--ptr-signup label{
  color:var(--text-muted)!important;
}
body.redux-route-hcp-post-treatment-report-sign-up .redux-protected-embed--ptr-signup li strong,
body.redux-route-hcp-post-treatment-report-sign-up .redux-protected-embed--ptr-signup .gfield_label{
  color:var(--text-strong)!important;
}
body.redux-route-hcp-post-treatment-report-sign-up .redux-protected-embed--ptr-signup .ptr-option ul{
  display:grid!important;
  gap:10px!important;
  list-style:none!important;
  margin:0!important;
  padding:0!important;
}
body.redux-route-hcp-post-treatment-report-sign-up .redux-protected-embed--ptr-signup .ptr-option li{
  display:flex!important;
  gap:10px!important;
}
body.redux-route-hcp-post-treatment-report-sign-up .redux-protected-embed--ptr-signup .ptr-option svg{
  width:18px!important;
  height:18px!important;
  min-width:18px!important;
  stroke:var(--rdx-blue-500)!important;
}
body.redux-route-hcp-post-treatment-report-sign-up .redux-protected-embed--ptr-signup .ptr-form-card{
  margin-bottom:24px!important;
}
body.redux-route-hcp-post-treatment-report-sign-up .redux-protected-embed--ptr-signup .gform_wrapper,
body.redux-route-hcp-post-treatment-report-sign-up .redux-protected-embed--ptr-signup form{
  width:100%!important;
  height:auto!important;
}
body.redux-route-hcp-post-treatment-report-sign-up .redux-protected-embed--ptr-signup .gform_fields{
  display:grid!important;
  gap:18px!important;
}
body.redux-route-hcp-post-treatment-report-sign-up .redux-protected-embed--ptr-signup fieldset.gfield{
  border:0!important;
  margin:0!important;
  min-inline-size:0!important;
  padding:0!important;
}
body.redux-route-hcp-post-treatment-report-sign-up .redux-protected-embed--ptr-signup legend.gfield_label,
body.redux-route-hcp-post-treatment-report-sign-up .redux-protected-embed--ptr-signup .gfield_label{
  display:block!important;
  float:none!important;
  margin:0 0 8px!important;
  padding:0!important;
  color:var(--text-strong)!important;
  font-size:14px!important;
  font-weight:800!important;
  line-height:1.25!important;
}
body.redux-route-hcp-post-treatment-report-sign-up .redux-protected-embed--ptr-signup .ginput_complex{
  display:grid!important;
  grid-template-columns:repeat(2,minmax(0,1fr))!important;
  gap:12px!important;
}
body.redux-route-hcp-post-treatment-report-sign-up .redux-protected-embed--ptr-signup .ginput_complex span{
  display:grid!important;
  gap:6px!important;
}
body.redux-route-hcp-post-treatment-report-sign-up .redux-protected-embed--ptr-signup .ginput_complex label{
  color:var(--text-muted)!important;
  font-size:12px!important;
  font-weight:700!important;
}
body.redux-route-hcp-post-treatment-report-sign-up .redux-protected-embed--ptr-signup .gfield_radio{
  display:grid!important;
  gap:10px!important;
  margin:0!important;
}
body.redux-route-hcp-post-treatment-report-sign-up .redux-protected-embed--ptr-signup .gchoice{
  align-items:center!important;
  background:var(--rdx-sky-50)!important;
  border:1px solid var(--rdx-blue-100)!important;
  border-radius:12px!important;
  display:flex!important;
  gap:10px!important;
  min-height:48px!important;
  padding:10px 12px!important;
}
body.redux-route-hcp-post-treatment-report-sign-up .redux-protected-embed--ptr-signup .gchoice input[type="radio"]{
  accent-color:var(--rdx-blue-500)!important;
  flex:0 0 auto!important;
  height:16px!important;
  margin:0!important;
  width:16px!important;
}
body.redux-route-hcp-post-treatment-report-sign-up .redux-protected-embed--ptr-signup .gchoice label{
  color:var(--text-strong)!important;
  font-size:14px!important;
  font-weight:700!important;
  line-height:1.35!important;
  margin:0!important;
}
body.redux-route-hcp-post-treatment-report-sign-up .redux-protected-embed--ptr-signup input[type="text"],
body.redux-route-hcp-post-treatment-report-sign-up .redux-protected-embed--ptr-signup input[type="email"],
body.redux-route-hcp-post-treatment-report-sign-up .redux-protected-embed--ptr-signup select,
body.redux-route-hcp-post-treatment-report-sign-up .redux-protected-embed--ptr-signup textarea{
  min-height:48px!important;
  border:1px solid var(--rdx-ink-100)!important;
  border-radius:12px!important;
  background:#fff!important;
  color:var(--text-strong)!important;
  padding:12px 14px!important;
}
body.redux-route-hcp-post-treatment-report-sign-up .redux-protected-embed--ptr-signup .gform_button,
body.redux-route-hcp-post-treatment-report-sign-up .redux-protected-embed--ptr-signup input[type="submit"]{
  width:auto!important;
  min-height:48px!important;
  border-radius:999px!important;
  background:var(--rdx-blue-500)!important;
  color:#fff!important;
  padding:13px 30px!important;
  box-shadow:var(--sh-glow-blue)!important;
}

@media (max-width:767px){
  body.redux-route-hcp-reseller-tax-submission .tax-dark-form-card .ginput_complex,
  body.redux-route-orders .redux-shortcode-embed--orders .rho-card .pp_tracking_form,
  .redux-dynamic-route-form--trial .ginput_complex,
  .redux-dynamic-route-form--trial .gfield--width-half,
  body.redux-route-hcp-post-treatment-report-sign-up .redux-protected-embed--ptr-signup .ginput_complex,
  body.redux-route-hcp-post-treatment-report-sign-up .redux-protected-embed--ptr-signup .ptr-options{
    grid-template-columns:1fr!important;
  }
  body.redux-route-orders .redux-shortcode-embed--orders .rho-card :is(.pp_tracking_form, .PP-FormLayout) + :is(.pp_tracking_form, .PP-FormLayout){
    border-left:0!important;
    border-top:1px solid var(--rdx-ink-100)!important;
    padding-left:0!important;
    padding-top:20px!important;
  }
  .redux-dynamic-route-form--trial .gfield--width-half{
    grid-column:1/-1!important;
  }
}
.redux-protected-embed--marketing .fg-carousel,
.redux-protected-embed--marketing .foogallery,
.redux-protected-embed--marketing [class*="foogallery"]{
  max-width:100%!important;
}
.redux-protected-embed--marketing .fg-carousel-bullet,
.redux-protected-embed--marketing [class*="fg-"][class*="bullet"]{
  width:12px!important;
  height:12px!important;
  min-width:12px!important;
  min-height:12px!important;
  padding:0!important;
  border-radius:50%!important;
  display:inline-block!important;
}
.redux-protected-embed--marketing .fg-carousel-nav,
.redux-protected-embed--marketing [class*="fg-"][class*="arrow"]{
  width:40px!important;
  height:40px!important;
  min-width:40px!important;
  min-height:40px!important;
  border-radius:10px!important;
  box-shadow:0 10px 24px rgba(51,102,204,.18)!important;
}

body.redux-route-mpr-pro-finder .redux-shortcode-embed--mpr-pro-finder .rpf-search-box{
  max-width:920px!important;
  display:grid!important;
  grid-template-columns:minmax(260px,1fr) minmax(148px,max-content) auto auto!important;
  align-items:stretch!important;
  gap:10px!important;
}
body.redux-route-mpr-pro-finder .redux-shortcode-embed--mpr-pro-finder .rpf-input-group{
  min-width:0!important;
}
body.redux-route-mpr-pro-finder .redux-shortcode-embed--mpr-pro-finder .rpf-input-group .mapboxgl-ctrl-geocoder{
  width:100%!important;
  max-width:none!important;
  min-width:0!important;
  box-shadow:none!important;
  background:transparent!important;
}
body.redux-route-mpr-pro-finder .redux-shortcode-embed--mpr-pro-finder .rpf-search-header,
body.redux-route-mpr-pro-finder .redux-shortcode-embed--mpr-pro-finder .rpf-results{
  color:var(--text-default)!important;
}
body.redux-route-mpr-pro-finder .redux-shortcode-embed--mpr-pro-finder .rpf-search-header h2{
  color:var(--text-strong)!important;
  font-family:var(--route-card-title-font)!important;
  letter-spacing:0!important;
}
body.redux-route-mpr-pro-finder .redux-shortcode-embed--mpr-pro-finder .rpf-subtitle,
body.redux-route-mpr-pro-finder .redux-shortcode-embed--mpr-pro-finder .rpf-card-address{
  color:var(--text-muted)!important;
}
body.redux-route-mpr-pro-finder .redux-shortcode-embed--mpr-pro-finder .rpf-search-box,
body.redux-route-mpr-pro-finder .redux-shortcode-embed--mpr-pro-finder .rpf-results{
  background:#fff!important;
  border:1px solid var(--rdx-ink-100)!important;
  border-radius:var(--r-md)!important;
  box-shadow:0 20px 54px rgba(37,40,42,.08)!important;
}
body.redux-route-mpr-pro-finder .redux-shortcode-embed--mpr-pro-finder .rpf-search-box{
  padding:18px!important;
}
body.redux-route-mpr-pro-finder .redux-shortcode-embed--mpr-pro-finder .rpf-location-input,
body.redux-route-mpr-pro-finder .redux-shortcode-embed--mpr-pro-finder .mapboxgl-ctrl-geocoder input,
body.redux-route-mpr-pro-finder .redux-shortcode-embed--mpr-pro-finder .rpf-radius-select{
  width:100%!important;
  min-height:48px!important;
  border:1px solid var(--rdx-ink-100)!important;
  border-radius:8px!important;
  background:#fff!important;
  color:var(--text-strong)!important;
}
body.redux-route-mpr-pro-finder .redux-shortcode-embed--mpr-pro-finder .rpf-search-btn{
  min-height:48px!important;
  border-radius:999px!important;
  background:var(--rdx-blue-500)!important;
  color:#fff!important;
  box-shadow:0 10px 24px rgba(51,102,204,.22)!important;
}
body.redux-route-mpr-pro-finder .redux-shortcode-embed--mpr-pro-finder .rpf-clear-btn{
  width:auto!important;
  min-width:92px!important;
  padding-inline:18px!important;
  min-height:48px!important;
  border-radius:999px!important;
  background:transparent!important;
  color:var(--text-strong)!important;
  box-shadow:none!important;
}
body.redux-route-mpr-pro-finder .redux-shortcode-embed--mpr-pro-finder .rpf-results{
  min-height:180px;
  padding:18px!important;
  overflow:hidden!important;
}
body.redux-route-mpr-pro-finder .redux-shortcode-embed--mpr-pro-finder .rpf-list{
  display:grid!important;
  gap:12px!important;
}
body.redux-route-mpr-pro-finder .redux-shortcode-embed--mpr-pro-finder .rpf-card{
  background:var(--rdx-ink-25)!important;
  border:1px solid var(--rdx-ink-100)!important;
  border-radius:12px!important;
  padding:16px!important;
  color:var(--text-default)!important;
}
body.redux-route-mpr-pro-finder .redux-shortcode-embed--mpr-pro-finder .rpf-card h3{
  color:var(--text-strong)!important;
}
body.redux-route-mpr-pro-finder .redux-shortcode-embed--mpr-pro-finder .rpf-card-contact{
  display:flex!important;
  flex-wrap:wrap!important;
  align-items:center!important;
  gap:8px!important;
  margin-top:14px!important;
}
body.redux-route-mpr-pro-finder .redux-shortcode-embed--mpr-pro-finder .rpf-card-contact a{
  width:auto!important;
  height:auto!important;
  min-height:36px!important;
  display:inline-flex!important;
  align-items:center!important;
  gap:6px!important;
  border:1px solid var(--rdx-ink-100)!important;
  border-radius:999px!important;
  background:#fff!important;
  color:var(--text-strong)!important;
  padding:8px 12px!important;
  font-size:13px!important;
  line-height:1.2!important;
  font-weight:800!important;
  text-decoration:none!important;
}
body.redux-route-mpr-pro-finder .redux-shortcode-embed--mpr-pro-finder .rpf-card-contact img.emoji{
  width:1em!important;
  height:1em!important;
  min-width:1em!important;
  min-height:1em!important;
  max-width:1em!important;
  max-height:1em!important;
  margin:0!important;
  display:inline-block!important;
  vertical-align:-.12em!important;
  object-fit:contain!important;
}
body.redux-route-mpr-pro-finder .redux-shortcode-embed--mpr-pro-finder .rpf-map-container{
  height:360px!important;
  max-height:360px!important;
  border:1px solid var(--rdx-ink-100)!important;
  border-radius:var(--r-md)!important;
  overflow:hidden!important;
  margin:20px 0!important;
}
body.redux-route-mpr-pro-finder .redux-shortcode-embed--mpr-pro-finder .rpf-map{
  height:100%!important;
}
body.redux-route-mpr-pro-finder .redux-shortcode-embed--mpr-pro-finder .mapboxgl-marker{
  max-width:22px!important;
  max-height:22px!important;
}
body.redux-route-mpr-pro-finder .redux-shortcode-embed--mpr-pro-finder .rpf-no-results{
  grid-column:1/-1;
  background:#fff;
  border:1px solid var(--rdx-ink-100);
  border-radius:var(--r-md);
  padding:28px;
  text-align:center;
  color:var(--text-muted);
}
body.redux-route-mpr-pro-finder .redux-shortcode-embed--mpr-pro-finder{
  width:100vw!important;
  max-width:none!important;
  margin-left:calc(50% - 50vw)!important;
  margin-right:calc(50% - 50vw)!important;
}
body.redux-route-mpr-pro-finder .redux-shortcode-embed--mpr-pro-finder .elementor,
body.redux-route-mpr-pro-finder .redux-shortcode-embed--mpr-pro-finder .e-con,
body.redux-route-mpr-pro-finder .redux-shortcode-embed--mpr-pro-finder .e-con-inner,
body.redux-route-mpr-pro-finder .redux-shortcode-embed--mpr-pro-finder .elementor-widget-container{
  width:100%!important;
  max-width:none!important;
  margin:0!important;
  padding:0!important;
}
body.redux-route-mpr-pro-finder .redux-shortcode-embed--mpr-pro-finder .redux-pro-finder{
  width:100%!important;
  max-width:none!important;
  border-radius:0!important;
  background:var(--surface-dark)!important;
  overflow:hidden!important;
}
body.redux-route-mpr-pro-finder .redux-shortcode-embed--mpr-pro-finder .rpf-orbs{
  display:none!important;
}
body.redux-route-mpr-pro-finder .redux-shortcode-embed--mpr-pro-finder .rpf-search-header{
  min-height:324px!important;
  padding:52px 24px 42px!important;
  background:linear-gradient(90deg,#273f5a 0%,#25292a 24%,#25292a 72%,#273f5a 100%)!important;
  text-align:center!important;
}
body.redux-route-mpr-pro-finder .redux-shortcode-embed--mpr-pro-finder .rpf-search-header h1,
body.redux-route-mpr-pro-finder .redux-shortcode-embed--mpr-pro-finder .rpf-search-header h2{
  max-width:980px!important;
  margin:0 auto 18px!important;
  color:#fff!important;
  font-family:var(--route-hero-title-font)!important;
  font-size:var(--route-hero-title-size)!important;
  line-height:var(--hero-title-leading)!important;
  font-weight:800!important;
  letter-spacing:0!important;
  text-align:center!important;
  text-transform:uppercase!important;
}
body.redux-route-mpr-pro-finder .redux-shortcode-embed--mpr-pro-finder .rpf-subtitle{
  max-width:760px!important;
  margin:0 auto 42px!important;
  color:rgba(255,255,255,.88)!important;
  font-size:20px!important;
  font-weight:700!important;
  line-height:1.35!important;
  text-align:center!important;
}
body.redux-route-mpr-pro-finder .redux-shortcode-embed--mpr-pro-finder .rpf-update-link-top{
  color:rgba(255,255,255,.78)!important;
}
body.redux-route-mpr-pro-finder .redux-shortcode-embed--mpr-pro-finder .rpf-search-box{
  max-width:884px!important;
  margin:0 auto 38px!important;
  padding:0!important;
  grid-template-columns:minmax(360px,420px) 160px 130px 116px!important;
  align-items:center!important;
  gap:12px!important;
  background:transparent!important;
  border:0!important;
  border-radius:0!important;
  box-shadow:none!important;
}
body.redux-route-mpr-pro-finder .redux-shortcode-embed--mpr-pro-finder .rpf-input-group{
  max-width:none!important;
  margin:0!important;
  display:block!important;
}
body.redux-route-mpr-pro-finder .redux-shortcode-embed--mpr-pro-finder .geocoder-container{
  width:100%!important;
  min-height:50px!important;
  position:relative!important;
  display:block!important;
}
body.redux-route-mpr-pro-finder .redux-shortcode-embed--mpr-pro-finder .mapboxgl-ctrl-geocoder{
  width:100%!important;
  max-width:none!important;
  height:50px!important;
  border:1px solid rgba(255,255,255,.22)!important;
  border-radius:10px!important;
  background:rgba(255,255,255,.06)!important;
  box-shadow:inset 0 0 0 1px rgba(0,0,0,.16)!important;
}
body.redux-route-mpr-pro-finder .redux-shortcode-embed--mpr-pro-finder .mapboxgl-ctrl-geocoder--input,
body.redux-route-mpr-pro-finder .redux-shortcode-embed--mpr-pro-finder .rpf-location-input{
  height:48px!important;
  min-height:48px!important;
  border:0!important;
  background:transparent!important;
  color:#fff!important;
  -webkit-text-fill-color:#fff!important;
}
body.redux-route-mpr-pro-finder .redux-shortcode-embed--mpr-pro-finder .mapboxgl-ctrl-geocoder--input{
  padding:13px 88px 13px 46px!important;
}
body.redux-route-mpr-pro-finder .redux-shortcode-embed--mpr-pro-finder .mapboxgl-ctrl-geocoder--input::placeholder,
body.redux-route-mpr-pro-finder .redux-shortcode-embed--mpr-pro-finder .rpf-location-input::placeholder{
  color:rgba(255,255,255,.52)!important;
  -webkit-text-fill-color:rgba(255,255,255,.52)!important;
}
body.redux-route-mpr-pro-finder .redux-shortcode-embed--mpr-pro-finder .mapboxgl-ctrl-geocoder--icon-search{
  position:absolute!important;
  left:16px!important;
  top:50%!important;
  width:22px!important;
  height:22px!important;
  margin:0!important;
  transform:translateY(-50%)!important;
  fill:rgba(255,255,255,.55)!important;
}
body.redux-route-mpr-pro-finder .redux-shortcode-embed--mpr-pro-finder .mapboxgl-ctrl-geocoder--button{
  right:46px!important;
  top:50%!important;
  width:28px!important;
  height:28px!important;
  min-width:28px!important;
  min-height:28px!important;
  transform:translateY(-50%)!important;
  border:0!important;
  border-radius:6px!important;
  background:transparent!important;
  color:rgba(255,255,255,.78)!important;
  padding:0!important;
  box-shadow:none!important;
}
body.redux-route-mpr-pro-finder .redux-shortcode-embed--mpr-pro-finder .rpf-location-btn{
  position:absolute!important;
  right:8px!important;
  top:8px!important;
  width:34px!important;
  height:34px!important;
  min-width:34px!important;
  min-height:34px!important;
  border-radius:7px!important;
  background:var(--rdx-blue-500)!important;
  color:#fff!important;
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  padding:0!important;
  z-index:2!important;
}
body.redux-route-mpr-pro-finder .redux-shortcode-embed--mpr-pro-finder .rpf-location-btn svg{
  width:17px!important;
  height:17px!important;
}
body.redux-route-mpr-pro-finder .redux-shortcode-embed--mpr-pro-finder .rpf-radius-select{
  height:50px!important;
  border:1px solid rgba(255,255,255,.22)!important;
  border-radius:8px!important;
  background:rgba(255,255,255,.06)!important;
  color:#fff!important;
  padding:13px 42px 13px 20px!important;
}
body.redux-route-mpr-pro-finder .redux-shortcode-embed--mpr-pro-finder .rpf-search-btn,
body.redux-route-mpr-pro-finder .redux-shortcode-embed--mpr-pro-finder .rpf-clear-btn{
  height:52px!important;
  min-height:52px!important;
  border-radius:11px!important;
  font-size:14px!important;
  letter-spacing:.08em!important;
  text-transform:uppercase!important;
}
body.redux-route-mpr-pro-finder .redux-shortcode-embed--mpr-pro-finder .rpf-search-btn{
  background:linear-gradient(135deg,var(--rdx-blue-500),var(--rdx-sky-400))!important;
}
body.redux-route-mpr-pro-finder .redux-shortcode-embed--mpr-pro-finder .rpf-clear-btn{
  min-width:116px!important;
  background:rgba(255,255,255,.07)!important;
  border:1px solid rgba(255,255,255,.08)!important;
  color:#fff!important;
}
body.redux-route-mpr-pro-finder .redux-shortcode-embed--mpr-pro-finder .rpf-filters{
  justify-content:center!important;
  gap:16px 32px!important;
  color:rgba(255,255,255,.84)!important;
}
body.redux-route-mpr-pro-finder .redux-shortcode-embed--mpr-pro-finder .rpf-filter-label{
  display:inline-flex!important;
  align-items:center!important;
  gap:10px!important;
  margin:0!important;
  color:rgba(255,255,255,.84)!important;
}
body.redux-route-mpr-pro-finder .redux-shortcode-embed--mpr-pro-finder .rpf-map-container{
  height:645px!important;
  max-height:none!important;
  margin:0!important;
  border:0!important;
  border-radius:0!important;
}
body.redux-route-mpr-pro-finder .redux-shortcode-embed--mpr-pro-finder .rpf-results{
  width:100%!important;
  min-height:0!important;
  padding:34px max(24px,calc((100vw - 1200px)/2)) 48px!important;
  border:0!important;
  border-radius:0!important;
  background:var(--rdx-paper)!important;
  box-shadow:none!important;
}
body.redux-route-mpr-pro-finder .redux-shortcode-embed--mpr-pro-finder .rpf-results-header{
  max-width:1200px!important;
  margin:0 auto 18px!important;
}
body.redux-route-mpr-pro-finder .redux-shortcode-embed--mpr-pro-finder .rpf-list{
  max-width:1200px!important;
  margin:0 auto!important;
  grid-template-columns:repeat(4,minmax(0,1fr))!important;
  gap:14px!important;
}
body.redux-route-mpr-pro-finder .redux-shortcode-embed--mpr-pro-finder .rpf-card{
  height:auto!important;
  min-height:0!important;
  display:block!important;
  background:#fff!important;
  border:1px solid var(--rdx-blue-100)!important;
  border-radius:12px!important;
  box-shadow:0 14px 34px rgba(37,40,42,.08)!important;
  padding:16px 18px!important;
}
body.redux-route-mpr-pro-finder .redux-shortcode-embed--mpr-pro-finder .rpf-card h3{
  font-size:17px!important;
  line-height:1.1!important;
  text-transform:uppercase!important;
}
body.redux-route-mpr-pro-finder .redux-shortcode-embed--mpr-pro-finder .rpf-card-contact{
  margin:0!important;
}
body.redux-route-mpr-pro-finder .redux-shortcode-embed--mpr-pro-finder .rpf-card-contact a{
  max-height:26px!important;
  min-height:0!important;
  color:var(--rdx-blue-600)!important;
  border-color:var(--rdx-blue-100)!important;
  background:var(--rdx-sky-50)!important;
  padding:5px 9px!important;
  font-size:11px!important;
  letter-spacing:.06em!important;
  text-transform:uppercase!important;
}
body.redux-route-mpr-pro-finder .redux-shortcode-embed--mpr-pro-finder .rpf-card-contact img.emoji{
  width:14px!important;
  height:14px!important;
  min-width:14px!important;
  min-height:14px!important;
  max-width:14px!important;
  max-height:14px!important;
  flex:0 0 14px!important;
}
body.redux-route-mpr-mobile-phone-retailers .redux-dynamic-mpr-problem{
  margin-top:clamp(28px,5vw,72px)!important;
}
@media (max-width:1100px){
  body.redux-route-mpr-pro-finder .redux-shortcode-embed--mpr-pro-finder .rpf-list{
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
  }
}
@media (max-width:760px){
  body.redux-route-pro-finder-update-form .lookup-form-grid,
  body.redux-route-pro-finder-update-form .gform_fields{
    grid-template-columns:1fr!important;
  }
  body.redux-route-mpr-pro-finder .redux-shortcode-embed--mpr-pro-finder .rpf-search-box{
    display:flex!important;
    flex-direction:column!important;
    align-items:stretch!important;
    max-width:560px!important;
    margin-bottom:26px!important;
  }
  body.redux-route-mpr-pro-finder .redux-shortcode-embed--mpr-pro-finder .rpf-search-header{
    min-height:auto!important;
    padding:40px 18px 30px!important;
  }
  body.redux-route-mpr-pro-finder .redux-shortcode-embed--mpr-pro-finder .rpf-subtitle{
    font-size:16px!important;
    margin-bottom:28px!important;
  }
  body.redux-route-mpr-pro-finder .redux-shortcode-embed--mpr-pro-finder .rpf-input-group,
  body.redux-route-mpr-pro-finder .redux-shortcode-embed--mpr-pro-finder .rpf-radius-select,
  body.redux-route-mpr-pro-finder .redux-shortcode-embed--mpr-pro-finder .rpf-search-btn,
  body.redux-route-mpr-pro-finder .redux-shortcode-embed--mpr-pro-finder .rpf-clear-btn{
    width:100%!important;
  }
  body.redux-route-mpr-pro-finder .redux-shortcode-embed--mpr-pro-finder .rpf-map-container{
    height:520px!important;
  }
  body.redux-route-mpr-pro-finder .redux-shortcode-embed--mpr-pro-finder .rpf-results{
    padding:24px 18px 34px!important;
  }
  body.redux-route-mpr-pro-finder .redux-shortcode-embed--mpr-pro-finder .rpf-list{
    grid-template-columns:1fr!important;
  }
  body.redux-route-mpr-mobile-phone-retailers .redux-dynamic-mpr-problem{
    margin-top:32px!important;
  }
}

body.redux-route-mpr-pro-finder .redux-shortcode-embed--mpr-pro-finder .redux-pro-finder{
  background:var(--rdx-paper)!important;
  color:var(--text-default)!important;
}
body.redux-route-mpr-pro-finder .redux-shortcode-embed--mpr-pro-finder .rpf-search-header{
  background:linear-gradient(180deg,#f7fbff 0%,#fff 100%)!important;
  border-bottom:1px solid var(--rdx-ink-100)!important;
}
body.redux-route-mpr-pro-finder .redux-shortcode-embed--mpr-pro-finder .rpf-search-header h1,
body.redux-route-mpr-pro-finder .redux-shortcode-embed--mpr-pro-finder .rpf-search-header h2{
  color:var(--text-strong)!important;
}
body.redux-route-mpr-pro-finder .redux-shortcode-embed--mpr-pro-finder .rpf-subtitle{
  color:var(--text-muted)!important;
}
body.redux-route-mpr-pro-finder .redux-shortcode-embed--mpr-pro-finder .rpf-update-link-top{
  color:var(--text-muted)!important;
}
body.redux-route-mpr-pro-finder .redux-shortcode-embed--mpr-pro-finder .rpf-update-link-top span{
  color:var(--rdx-blue-600)!important;
}
body.redux-route-mpr-pro-finder .redux-shortcode-embed--mpr-pro-finder .rpf-search-box{
  max-width:920px!important;
  padding:14px!important;
  background:#fff!important;
  border:1px solid var(--rdx-ink-100)!important;
  border-radius:14px!important;
  box-shadow:0 20px 54px rgba(37,40,42,.08)!important;
}
body.redux-route-mpr-pro-finder .redux-shortcode-embed--mpr-pro-finder .mapboxgl-ctrl-geocoder{
  border-color:var(--rdx-ink-100)!important;
  background:#fff!important;
  box-shadow:none!important;
}
body.redux-route-mpr-pro-finder .redux-shortcode-embed--mpr-pro-finder .mapboxgl-ctrl-geocoder--input,
body.redux-route-mpr-pro-finder .redux-shortcode-embed--mpr-pro-finder .rpf-location-input{
  color:var(--text-strong)!important;
  -webkit-text-fill-color:var(--text-strong)!important;
}
body.redux-route-mpr-pro-finder .redux-shortcode-embed--mpr-pro-finder .mapboxgl-ctrl-geocoder--input::placeholder,
body.redux-route-mpr-pro-finder .redux-shortcode-embed--mpr-pro-finder .rpf-location-input::placeholder{
  color:var(--text-muted)!important;
  -webkit-text-fill-color:var(--text-muted)!important;
}
body.redux-route-mpr-pro-finder .redux-shortcode-embed--mpr-pro-finder .mapboxgl-ctrl-geocoder--icon-search{
  fill:var(--text-muted)!important;
}
body.redux-route-mpr-pro-finder .redux-shortcode-embed--mpr-pro-finder .mapboxgl-ctrl-geocoder--button{
  color:var(--text-muted)!important;
}
body.redux-route-mpr-pro-finder .redux-shortcode-embed--mpr-pro-finder .mapboxgl-ctrl-geocoder--button:hover{
  background:var(--rdx-blue-50)!important;
  color:var(--rdx-blue-600)!important;
}
body.redux-route-mpr-pro-finder .redux-shortcode-embed--mpr-pro-finder .rpf-radius-select{
  border-color:var(--rdx-ink-100)!important;
  background:#fff!important;
  color:var(--text-strong)!important;
}
body.redux-route-mpr-pro-finder .redux-shortcode-embed--mpr-pro-finder .rpf-clear-btn{
  background:#fff!important;
  border-color:var(--rdx-blue-100)!important;
  color:var(--rdx-blue-600)!important;
  box-shadow:0 10px 24px rgba(37,40,42,.06)!important;
}
body.redux-route-mpr-pro-finder .redux-shortcode-embed--mpr-pro-finder .rpf-filters,
body.redux-route-mpr-pro-finder .redux-shortcode-embed--mpr-pro-finder .rpf-filter-label{
  color:var(--text-default)!important;
}
body.redux-route-mpr-pro-finder .redux-shortcode-embed--mpr-pro-finder .rpf-filter-label input:not(:checked)+.rpf-filter-checkbox{
  background:#fff!important;
  border-color:var(--rdx-ink-100)!important;
  box-shadow:none!important;
}
body.redux-route-mpr-pro-finder .redux-shortcode-embed--mpr-pro-finder .rpf-map-container{
  border-top:1px solid var(--rdx-ink-100)!important;
  border-bottom:1px solid var(--rdx-ink-100)!important;
}

body.redux-route-mpr-mobile-phone-retailers main{
  background:var(--rdx-paper)!important;
  color:var(--text-default)!important;
}
body.redux-route-mpr-mobile-phone-retailers .redux-dynamic-mpr-hero{
  background:linear-gradient(180deg,#f7fbff 0%,#fff 100%)!important;
  color:var(--text-default)!important;
  padding-block:clamp(64px,7vw,104px) clamp(58px,6vw,88px)!important;
  border-bottom:1px solid var(--rdx-ink-100)!important;
  text-align:center!important;
}
body.redux-route-mpr-mobile-phone-retailers .redux-dynamic-mpr-hero .page-hero__orb{
  display:none!important;
}
body.redux-route-mpr-mobile-phone-retailers .redux-dynamic-mpr-hero .eyebrow-pill{
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  min-height:34px!important;
  padding:8px 14px!important;
  border:1px solid var(--rdx-blue-100)!important;
  border-radius:999px!important;
  background:var(--rdx-blue-50)!important;
  color:var(--rdx-blue-600)!important;
  font-size:11px!important;
  font-weight:800!important;
  letter-spacing:.12em!important;
  line-height:1!important;
  text-transform:uppercase!important;
}
body.redux-route-mpr-mobile-phone-retailers .redux-dynamic-mpr-hero h1{
  max-width:920px!important;
  margin:18px auto 18px!important;
  color:var(--text-strong)!important;
  font-family:var(--route-hero-title-font)!important;
  font-size:var(--route-hero-title-size)!important;
  font-weight:800!important;
  line-height:var(--hero-title-leading)!important;
  letter-spacing:0!important;
  text-transform:uppercase!important;
}
body.redux-route-mpr-mobile-phone-retailers .redux-dynamic-mpr-hero p{
  max-width:720px!important;
  margin:0 auto!important;
  color:var(--text-muted)!important;
  font-size:clamp(17px,1.45vw,20px)!important;
  font-weight:700!important;
  line-height:1.45!important;
}
body.redux-route-mpr-mobile-phone-retailers .redux-dynamic-mpr-problem,
body.redux-route-mpr-mobile-phone-retailers .redux-dynamic-mpr-steps,
body.redux-route-mpr-mobile-phone-retailers .redux-dynamic-mpr-testimonials{
  background:var(--rdx-paper)!important;
  color:var(--text-default)!important;
}
body.redux-route-mpr-mobile-phone-retailers .redux-dynamic-mpr-features,
body.redux-route-mpr-mobile-phone-retailers .redux-dynamic-mpr-resale,
body.redux-route-mpr-mobile-phone-retailers .redux-dynamic-mpr-support{
  background:linear-gradient(180deg,var(--rdx-soft) 0%,#fff 100%)!important;
  color:var(--text-default)!important;
}
body.redux-route-mpr-mobile-phone-retailers .section-y{
  padding-block:clamp(58px,7vw,92px)!important;
}
body.redux-route-mpr-mobile-phone-retailers .redux-dynamic-mpr-problem{
  margin-top:0!important;
  padding-top:clamp(58px,7vw,92px)!important;
}
body.redux-route-mpr-mobile-phone-retailers .dark-band__orb{
  display:none!important;
}
body.redux-route-mpr-mobile-phone-retailers .section-head{
  max-width:760px!important;
  margin:0 auto clamp(32px,4vw,48px)!important;
  text-align:center!important;
}
body.redux-route-mpr-mobile-phone-retailers .section-head h2,
body.redux-route-mpr-mobile-phone-retailers .redux-dynamic-mpr-resale h2{
  color:var(--text-strong)!important;
  font-family:var(--route-section-title-font)!important;
  font-size:var(--route-section-title-prominent-size)!important;
  font-weight:800!important;
  line-height:1.08!important;
  letter-spacing:0!important;
  text-transform:uppercase!important;
}
body.redux-route-mpr-mobile-phone-retailers .section-head p,
body.redux-route-mpr-mobile-phone-retailers .redux-dynamic-mpr-resale p{
  color:var(--text-muted)!important;
  font-size:16px!important;
  line-height:1.65!important;
}
body.redux-route-mpr-mobile-phone-retailers .ps-card,
body.redux-route-mpr-mobile-phone-retailers .feat-card-dark,
body.redux-route-mpr-mobile-phone-retailers .dark-card,
body.redux-route-mpr-mobile-phone-retailers .redux-mpr-testi{
  background:#fff!important;
  border:1px solid var(--rdx-ink-100)!important;
  border-radius:var(--r-md)!important;
  box-shadow:0 16px 40px rgba(37,40,42,.08)!important;
  color:var(--text-default)!important;
}
body.redux-route-mpr-mobile-phone-retailers .ps-card__title,
body.redux-route-mpr-mobile-phone-retailers .feat-card-dark h3,
body.redux-route-mpr-mobile-phone-retailers .dark-card h3,
body.redux-route-mpr-mobile-phone-retailers .testi__name,
body.redux-route-mpr-mobile-phone-retailers .step-item__title{
  color:var(--text-strong)!important;
}
body.redux-route-mpr-mobile-phone-retailers .ps-card__sub,
body.redux-route-mpr-mobile-phone-retailers .feat-card-dark p,
body.redux-route-mpr-mobile-phone-retailers .dark-card p,
body.redux-route-mpr-mobile-phone-retailers .testi__quote,
body.redux-route-mpr-mobile-phone-retailers .testi__role,
body.redux-route-mpr-mobile-phone-retailers .step-item__desc{
  color:var(--text-muted)!important;
}
body.redux-route-mpr-mobile-phone-retailers .ps-list,
body.redux-route-mpr-mobile-phone-retailers .redux-mpr-check-list,
body.redux-route-mpr-mobile-phone-retailers .dark-card__checks{
  color:var(--text-default)!important;
}
body.redux-route-mpr-mobile-phone-retailers .ps-list li,
body.redux-route-mpr-mobile-phone-retailers .two-col__list li,
body.redux-route-mpr-mobile-phone-retailers .dark-card__checks li{
  color:var(--text-default)!important;
}
body.redux-route-mpr-mobile-phone-retailers .two-col__eyebrow{
  color:var(--rdx-blue-600)!important;
  font-weight:800!important;
  letter-spacing:.12em!important;
}
body.redux-route-mpr-mobile-phone-retailers .step-item{
  background:#fff!important;
  border:1px solid var(--rdx-ink-100)!important;
  border-radius:var(--r-md)!important;
  box-shadow:0 10px 28px rgba(37,40,42,.06)!important;
}
body.redux-route-mpr-mobile-phone-retailers .step-item__num{
  background:var(--rdx-blue-500)!important;
  color:#fff!important;
  box-shadow:var(--sh-glow-blue)!important;
}
body.redux-route-mpr-mobile-phone-retailers .steplist__pill{
  width:100%!important;
  min-height:46px!important;
  border:1px solid var(--rdx-blue-100)!important;
  border-radius:999px!important;
  background:var(--rdx-blue-50)!important;
  color:var(--rdx-blue-600)!important;
  font-weight:800!important;
}
body.redux-route-mpr-mobile-phone-retailers .dark-card__media{
  background:var(--rdx-soft)!important;
  border-bottom:1px solid var(--rdx-ink-100)!important;
}
body.redux-route-mpr-mobile-phone-retailers .dark-card__checks{
  border-top:1px solid var(--rdx-ink-100)!important;
}
body.redux-route-mpr-mobile-phone-retailers .dark-card__checks svg,
body.redux-route-mpr-mobile-phone-retailers .two-col__list svg{
  color:var(--rdx-blue-500)!important;
}
body.redux-route-mpr-mobile-phone-retailers .redux-mpr-kpi-strip{
  background:#fff!important;
  border:1px solid var(--rdx-ink-100)!important;
  border-radius:var(--r-md)!important;
  box-shadow:0 16px 40px rgba(37,40,42,.06)!important;
  margin-top:clamp(36px,5vw,60px)!important;
}
body.redux-route-mpr-mobile-phone-retailers .kpi-strip__item{
  border-color:var(--rdx-ink-100)!important;
}
body.redux-route-mpr-mobile-phone-retailers .kpi-strip__num{
  color:var(--rdx-blue-600)!important;
}
body.redux-route-mpr-mobile-phone-retailers .kpi-strip__lbl{
  color:var(--text-muted)!important;
}
body.redux-route-mpr-mobile-phone-retailers .redux-mpr-resale-card__label,
body.redux-route-mpr-mobile-phone-retailers .redux-mpr-resale-product__name,
body.redux-route-mpr-mobile-phone-retailers .redux-mpr-resale-product__link{
  color:var(--rdx-blue-600)!important;
}
body.redux-route-mpr-mobile-phone-retailers .redux-mpr-resale-product{
  background:#fff!important;
  border:1px solid var(--rdx-ink-100)!important;
  border-radius:var(--r-md)!important;
  box-shadow:0 10px 28px rgba(37,40,42,.06)!important;
}
body.redux-route-mpr-mobile-phone-retailers .redux-mpr-resale-product__price{
  color:var(--text-strong)!important;
}
body.redux-route-mpr-mobile-phone-retailers .redux-mpr-resale-product__copy{
  color:var(--text-muted)!important;
}
body.redux-route-mpr-mobile-phone-retailers .redux-mpr-testi .testi__quote-mark{
  color:var(--rdx-blue-100)!important;
}
body.redux-route-mpr-mobile-phone-retailers .redux-mpr-testi .testi__stars{
  color:var(--rdx-blue-500)!important;
}

@media (max-width:760px){
  body.redux-route-mpr-mobile-phone-retailers .redux-dynamic-mpr-hero{
    padding-block:44px 52px!important;
  }
  body.redux-route-mpr-mobile-phone-retailers .section-y,
  body.redux-route-mpr-mobile-phone-retailers .redux-dynamic-mpr-problem{
    padding-block:48px!important;
  }
  body.redux-route-mpr-mobile-phone-retailers .section-head{
    margin-bottom:28px!important;
  }
  body.redux-route-mpr-mobile-phone-retailers .redux-mpr-kpi-strip{
    margin-top:30px!important;
  }
}

.redux-protected-embed--pro-cart .redux-cart-item.is-updating{
  opacity:.74!important;
}
.redux-protected-embed--pro-cart .redux-cart-item.is-updating .redux-qty-btn,
.redux-protected-embed--pro-cart .redux-cart-item.is-updating .redux-qty-input,
.redux-protected-embed--pro-cart .redux-cart-item.is-updating .redux-cart-remove{
  cursor:progress!important;
}
.redux-protected-embed--dashboard .rpd-clinic-value,
.redux-protected-embed--dashboard .rpd-clinic-sub-row{
  display:grid!important;
  grid-template-columns:minmax(0,1fr) auto!important;
  align-items:center!important;
  gap:10px!important;
}
.redux-protected-embed--dashboard .rpd-org-logo,
body.redux-route-hcp-professionals .rpd-org-section .rpd-org-logo{
  width:64px!important;
  height:64px!important;
  max-width:64px!important;
  max-height:64px!important;
  flex:0 0 64px!important;
  object-fit:contain!important;
}
.redux-protected-embed--dashboard .rpd-clinic-value span,
.redux-protected-embed--dashboard .rpd-clinic-sub-row .rpd-link{
  min-width:0!important;
  overflow-wrap:anywhere!important;
  word-break:break-word!important;
}
.redux-protected-embed--dashboard .rpd-copy-btn,
.redux-protected-embed--dashboard .rpd-copy-inline{
  width:38px!important;
  height:38px!important;
  min-width:38px!important;
  min-height:38px!important;
  padding:0!important;
  border-radius:999px!important;
}
.redux-protected-embed--dashboard .rpd-copy-btn svg,
.redux-protected-embed--dashboard .rpd-copy-inline svg{
  width:16px!important;
  height:16px!important;
  min-width:16px!important;
}
.redux-protected-embed--order-history .redux-order-history-page > div > div:last-child{
  margin-top:clamp(28px,4vw,48px)!important;
  padding-top:6px!important;
}
body.logged-in .trust-pill__icon,
body[class*="b2b"] .trust-pill__icon{
  width:34px!important;
  height:34px!important;
  min-width:34px!important;
  max-width:34px!important;
  max-height:34px!important;
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  overflow:hidden!important;
}
body.logged-in .trust-pill__icon svg,
body[class*="b2b"] .trust-pill__icon svg{
  width:16px!important;
  height:16px!important;
  min-width:16px!important;
  max-width:16px!important;
  max-height:16px!important;
  display:block!important;
  fill:none!important;
  stroke:currentColor!important;
  position:static!important;
  transform:none!important;
}
