  /* Basic functions variables and settings imported from ÌÇÐÄVlog2.0 theme
 * Used by the rest of the stylesheet
 */
/*
 * ÌÇÐÄVlogFuel Locator styles, imported from ÌÇÐÄVlog2.0 theme
 */
.wex-fuel-widget-section #search-tools {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 1rem;
  padding: 1.5rem 0;
}
.wex-fuel-widget-section #search-tools > * {
  flex-basis: 100%;
}
@media (min-width: 576px) {
  .wex-fuel-widget-section #search-tools > * {
    flex-basis: auto;
  }
}
@media (min-width: 1200px) {
  .wex-fuel-widget-section #search-tools {
    flex-wrap: nowrap;
  }
}
.wex-fuel-widget-section .wfw-filter-title {
  font-size: clamp(1.1875rem, 1.1271498771rem + 0.1228501229vw, 1.25rem);
  font-family: inter, sans-serif;
  font-weight: 900;
  line-height: clamp(1.5625rem, 1.14004914rem + 0.85995086vw, 2rem);
  white-space: nowrap;
  flex-basis: 100% !important;
  margin-top: 0;
  margin-bottom: 0;
  text-align: center;
}
@media (min-width: 576px) {
  .wex-fuel-widget-section .wfw-filter-title {
    text-align: left;
  }
}
@media (min-width: 768px) {
  .wex-fuel-widget-section .wfw-filter-title {
    margin-right: clamp(0rem, -2.0519041769rem + 4.1769041769vw, 2.125rem);
  }
}
@media (min-width: 1200px) {
  .wex-fuel-widget-section .wfw-filter-title {
    flex-basis: auto;
  }
}
.wex-fuel-widget-section #wex-fuel-widget {
  margin: 0;
  padding: 0;
  box-shadow: 0 11px 39px 0 rgba(0, 38, 120, 0.08);
  background-color: #fff;
  position: relative;
  z-index: 2;
}
.wex-fuel-widget-section #search-input {
  font-size: 1rem;
  font-family: inter, sans-serif;
  font-weight: 400;
  line-height: 1.5625rem;
  border: none;
  appearance: none;
  outline: none;
  padding: 0;
}
.wex-fuel-widget-section #wexcode-input {
  font-size: 1rem;
  font-family: inter, sans-serif;
  font-weight: 400;
  line-height: 1.5625rem;
  border: none;
  appearance: none;
  outline: none;
  padding: 0;
  text-transform: uppercase;
}
.wex-fuel-widget-section #search-buttom-container {
  flex: 1;
  display: flex;
  align-items: center;
  position: relative;
}
.wex-fuel-widget-section #search-buttom-container::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 1rem;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='17' height='17' viewBox='0 0 17 17' fill='none'%3E%3Cpath d='M15.75 15.2188C16.0625 15.5312 16.0625 16 15.75 16.2812C15.625 16.4375 15.4375 16.5 15.25 16.5C15.0312 16.5 14.8438 16.4375 14.6875 16.2812L10.5 12.0938C9.375 13 7.96875 13.5 6.46875 13.5C2.90625 13.5 0 10.5938 0 7C0 3.4375 2.875 0.5 6.46875 0.5C10.0312 0.5 12.9688 3.4375 12.9688 7C12.9688 8.53125 12.4688 9.9375 11.5625 11.0312L15.75 15.2188ZM1.5 7C1.5 9.78125 3.71875 12 6.5 12C9.25 12 11.5 9.78125 11.5 7C11.5 4.25 9.25 2 6.5 2C3.71875 2 1.5 4.25 1.5 7Z' fill='%23243746'/%3E%3C/svg%3E");
  width: 1.0625rem;
  height: 1.0625rem;
  background-size: 100% auto;
}
.wex-fuel-widget-section #search-buttom-container input {
  flex: 1;
}
.wex-fuel-widget-section #search-buttom-container button {
  border: none;
  padding: 0.25rem 0.3125rem 0.3125rem;
  background: none;
  appearance: none;
  cursor: pointer;
}
.wex-fuel-widget-section #search-buttom-container.focus {
  outline: 5px auto #cf1f39;
}
.wex-fuel-widget-section #wexcode-buttom-container {
  flex: 1;
  display: flex;
  align-items: center;
  position: relative;
}
.wex-fuel-widget-section #wexcode-buttom-container input {
  flex: 1;
}
.wex-fuel-widget-section #wexcode-buttom-container.focus {
  outline: 5px auto #cf1f39;
}
.wex-fuel-widget-section #wexcode-buttom-container .wrapper-large {
  padding: 0.3125rem 0.5625rem 0.3125rem 0.8125rem;
}
.wex-fuel-widget-section #wexcode-buttom-container .wrapper-large label {
  left: 1rem;
}
.wex-fuel-widget-section #search-controllers-container {
  display: flex;
  gap: 1rem;
  flex: 1;
}
.wex-fuel-widget-section .phoenix-select {
  width: 100%;
}
@media (min-width: 576px) {
  .wex-fuel-widget-section .phoenix-select {
    max-width: 13.5rem;
  }
}
.wex-fuel-widget-section .phoenix-select__wrapper {
  border: 1px solid #a5aeb4;
}
.wex-fuel-widget-section #map-toggler {
  display: none;
  visibility: hidden;
}
.wex-fuel-widget-section .map-buttons {
  display: flex;
  align-items: center;
  justify-content: right;
}
.wex-fuel-widget-section .map-buttons__inner {
  display: flex;
  align-items: center;
  gap: 0.625rem;
}
@media (min-width: 992px) {
  .wex-fuel-widget-section .map-buttons {
    justify-content: right;
  }
}
.wex-fuel-widget-section .map-buttons__label {
  font-size: 1rem;
  font-family: inter, sans-serif;
  font-weight: 400;
  line-height: 1.5625rem;
  margin-bottom: 0;
}
.wex-fuel-widget-section .map-buttons__wrapper {
  display: flex;
}
.wex-fuel-widget-section .map-button {
  border: 1px solid #a5aeb4;
  border-right: none;
  background: #fff;
}
.wex-fuel-widget-section .map-button:first-child {
  border-top-left-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
}
.wex-fuel-widget-section .map-button:last-child {
  border-top-right-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
  border-right: 1px solid #a5aeb4;
}
.wex-fuel-widget-section .map-button.active {
  background-color: #f4f4f4;
}
.wex-fuel-widget-section .map-button.active #map-view-0-label {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="19" height="17" viewBox="0 0 19 17" fill="none"><path d="M18.1562 1.65625C18.375 1.78125 18.5 2.03125 18.5 2.25V12.75C18.5 13.0625 18.2812 13.3438 18 13.4688L12.75 15.4688C12.5938 15.5312 12.4062 15.5312 12.25 15.4688L6.5 13.5625L1.5 15.4688C1.28125 15.5625 1 15.5312 0.8125 15.375C0.59375 15.25 0.5 15 0.5 14.75V4.25C0.5 3.9375 0.6875 3.6875 0.96875 3.5625L6.21875 1.5625C6.375 1.5 6.5625 1.5 6.71875 1.5625L12.4688 3.46875L17.4688 1.5625C17.6875 1.46875 17.9688 1.5 18.1562 1.65625ZM2 13.6875L5.75 12.25V3.34375L2 4.78125V13.6875ZM11.75 4.8125L7.25 3.3125V12.2188L11.75 13.7188V4.8125ZM13.25 13.6875L17 12.25V3.34375L13.25 4.78125V13.6875Z" fill="%23CF1F39"/></svg>');
}
.wex-fuel-widget-section .map-button.active #map-view-1-label {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="17" height="17" viewBox="0 0 17 17" fill="none"><path d="M3.25 2C3.65625 2 4 2.34375 4 2.75V4.25C4 4.6875 3.65625 5 3.25 5H1.75C1.3125 5 1 4.6875 1 4.25V2.75C1 2.34375 1.3125 2 1.75 2H3.25ZM15.75 2.75C16.1562 2.75 16.5 3.09375 16.5 3.5C16.5 3.9375 16.1562 4.25 15.75 4.25H6.25C5.8125 4.25 5.5 3.9375 5.5 3.5C5.5 3.09375 5.8125 2.75 6.25 2.75H15.75ZM15.75 7.75C16.1562 7.75 16.5 8.09375 16.5 8.5C16.5 8.9375 16.1562 9.25 15.75 9.25H6.25C5.8125 9.25 5.5 8.9375 5.5 8.5C5.5 8.09375 5.8125 7.75 6.25 7.75H15.75ZM15.75 12.75C16.1562 12.75 16.5 13.0938 16.5 13.5C16.5 13.9375 16.1562 14.25 15.75 14.25H6.25C5.8125 14.25 5.5 13.9375 5.5 13.5C5.5 13.0938 5.8125 12.75 6.25 12.75H15.75ZM1 7.75C1 7.34375 1.3125 7 1.75 7H3.25C3.65625 7 4 7.34375 4 7.75V9.25C4 9.6875 3.65625 10 3.25 10H1.75C1.3125 10 1 9.6875 1 9.25V7.75ZM3.25 12C3.65625 12 4 12.3438 4 12.75V14.25C4 14.6875 3.65625 15 3.25 15H1.75C1.3125 15 1 14.6875 1 14.25V12.75C1 12.3438 1.3125 12 1.75 12H3.25Z" fill="%23CF1F39"/></svg>');
}
.wex-fuel-widget-section .map-button label {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 2.8125rem;
  height: 2.8125rem;
  cursor: pointer;
  background-repeat: no-repeat;
  background-position: center;
  margin-bottom: 0;
}
.wex-fuel-widget-section .map-button label[id=map-view-0-label] {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="19" height="17" viewBox="0 0 19 17" fill="none"><path d="M18.1562 1.65625C18.375 1.78125 18.5 2.03125 18.5 2.25V12.75C18.5 13.0625 18.2812 13.3438 18 13.4688L12.75 15.4688C12.5938 15.5312 12.4062 15.5312 12.25 15.4688L6.5 13.5625L1.5 15.4688C1.28125 15.5625 1 15.5312 0.8125 15.375C0.59375 15.25 0.5 15 0.5 14.75V4.25C0.5 3.9375 0.6875 3.6875 0.96875 3.5625L6.21875 1.5625C6.375 1.5 6.5625 1.5 6.71875 1.5625L12.4688 3.46875L17.4688 1.5625C17.6875 1.46875 17.9688 1.5 18.1562 1.65625ZM2 13.6875L5.75 12.25V3.34375L2 4.78125V13.6875ZM11.75 4.8125L7.25 3.3125V12.2188L11.75 13.7188V4.8125ZM13.25 13.6875L17 12.25V3.34375L13.25 4.78125V13.6875Z" fill="%23253746"/></svg>');
}
.wex-fuel-widget-section .map-button label[id=map-view-1-label] {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="17" height="17" viewBox="0 0 17 17" fill="none"><path d="M3.25 2C3.65625 2 4 2.34375 4 2.75V4.25C4 4.6875 3.65625 5 3.25 5H1.75C1.3125 5 1 4.6875 1 4.25V2.75C1 2.34375 1.3125 2 1.75 2H3.25ZM15.75 2.75C16.1562 2.75 16.5 3.09375 16.5 3.5C16.5 3.9375 16.1562 4.25 15.75 4.25H6.25C5.8125 4.25 5.5 3.9375 5.5 3.5C5.5 3.09375 5.8125 2.75 6.25 2.75H15.75ZM15.75 7.75C16.1562 7.75 16.5 8.09375 16.5 8.5C16.5 8.9375 16.1562 9.25 15.75 9.25H6.25C5.8125 9.25 5.5 8.9375 5.5 8.5C5.5 8.09375 5.8125 7.75 6.25 7.75H15.75ZM15.75 12.75C16.1562 12.75 16.5 13.0938 16.5 13.5C16.5 13.9375 16.1562 14.25 15.75 14.25H6.25C5.8125 14.25 5.5 13.9375 5.5 13.5C5.5 13.0938 5.8125 12.75 6.25 12.75H15.75ZM1 7.75C1 7.34375 1.3125 7 1.75 7H3.25C3.65625 7 4 7.34375 4 7.75V9.25C4 9.6875 3.65625 10 3.25 10H1.75C1.3125 10 1 9.6875 1 9.25V7.75ZM3.25 12C3.65625 12 4 12.3438 4 12.75V14.25C4 14.6875 3.65625 15 3.25 15H1.75C1.3125 15 1 14.6875 1 14.25V12.75C1 12.3438 1.3125 12 1.75 12H3.25Z" fill="%23253746"/></svg>');
}
.wex-fuel-widget-section .map-button input {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}
.wex-fuel-widget-section .map-button svg {
  display: block;
}
.wex-fuel-widget-section .map-button svg path {
  fill: #253746;
}
.wex-fuel-widget-section #over-b-btn {
  display: none;
}
.wex-fuel-widget-section .controllers-text {
  text-align: center;
  padding: clamp(1.25rem, 0.042997543rem + 2.457002457vw, 2.5rem) 0;
}
.wex-fuel-widget-section .controllers-text p {
  font-size: 1rem;
  font-family: inter, sans-serif;
  font-weight: 400;
  line-height: 1.5625rem;
  margin: 0;
  color: #253746;
}
.wex-fuel-widget-section .t-title {
  line-height: 1.5 !important;
  margin-bottom: 1rem;
  color: #253746;
}
.wex-fuel-widget-section .t-directions {
  border: none;
  background: none;
  appearance: none;
  padding: 0;
  cursor: pointer;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 700;
  letter-spacing: -0.011em;
  padding: 0.875rem 1.375rem;
  border-radius: 1.75rem;
  border: 1px solid #cf1f39;
  position: relative;
  overflow: hidden;
  display: inline-block;
  text-decoration: none;
  color: #fff !important;
  background-color: #cf1f39 !important;
  transition: all 0.3s;
  text-align: center;
  margin-top: 1.5rem;
  width: 100%;
}
.wex-fuel-widget-section .t-directions span {
  position: relative;
}
.wex-fuel-widget-section .t-directions:hover {
  text-decoration: none;
}
.wex-fuel-widget-section .t-directions:hover {
  color: #fff !important;
  background-color: #740e1d !important;
  border-color: #740e1d !important;
}
.wex-fuel-widget-section .t-directions:focus {
  position: relative;
  outline: #cf1f39 solid 2px !important;
  outline-offset: 2px;
}
.wex-fuel-widget-section .gm-style-iw-d p {
  color: #253746;
  margin-bottom: 0;
}
.wex-fuel-widget-section #loading-container {
  position: absolute;
  top: 0;
  bottom: 0;
  background-color: rgba(37, 55, 70, 0.7);
  display: flex;
  align-items: flex-start;
  justify-content: center;
}
.wex-fuel-widget-section #loading-container #loading {
  font-size: clamp(1.1875rem, 0.8857493857rem + 0.6142506143vw, 1.5rem);
  font-family: inter, sans-serif;
  font-weight: 700;
  line-height: clamp(1.75rem, 1.5085995086rem + 0.4914004914vw, 2rem);
  box-shadow: none;
  background-color: rgba(37, 55, 70, 0.9);
  border-radius: 8px;
  width: auto !important;
  display: inline-flex;
  padding: clamp(1.5rem, -0.5519041769rem + 4.1769041769vw, 3.625rem);
  margin-top: 300px;
}
@media (min-width: 992px) {
  .wex-fuel-widget-section #loading-container #loading {
    margin-top: 200px;
  }
}
.wex-fuel-widget-section .wfw-loading-wrapper {
  position: relative;
}
.wex-fuel-widget-section #output-data-area {
  background-color: #f1fafe;
}
.wex-fuel-widget-section #output-data-area.esp-toggle {
  padding: clamp(2.5rem, 0.085995086rem + 4.914004914vw, 5rem) clamp(1.25rem, -2.371007371rem + 7.371007371vw, 5rem);
}
.wex-fuel-widget-section #bottom-controllers:empty {
  display: none;
}
.wex-fuel-widget-section #output-data-table {
  box-shadow: 0 11px 39px 0 rgba(0, 38, 120, 0.08);
}
.wex-fuel-widget-section #table-output-data .f-phone {
  white-space: nowrap;
}
.wex-fuel-widget-section #table-output-data td,
.wex-fuel-widget-section #table-output-data th {
  font-size: 1rem;
  font-family: inter, sans-serif;
  font-weight: 400;
  line-height: 1.5625rem;
  padding: 0.75rem 1rem;
  border: none;
}
.wex-fuel-widget-section #table-output-data thead th {
  background-color: #253746;
  color: #fff !important;
  font-weight: 700;
}
.wex-fuel-widget-section #table-output-data thead th span {
  display: flex;
  align-items: center;
  gap: 0.25rem;
}
.wex-fuel-widget-section #table-output-data .f-name {
  font-weight: 700;
}
.wex-fuel-widget-section #table-output-data tbody tr:nth-child(even) td,
.wex-fuel-widget-section #table-output-data tbody tr:nth-child(even) th {
  background-color: #fff;
}
.wex-fuel-widget-section #table-output-data tbody tr:nth-child(odd) td,
.wex-fuel-widget-section #table-output-data tbody tr:nth-child(odd) th {
  background-color: #f4f4f4;
}
.wex-fuel-widget-section #table-output-data tbody tr:last-child td:first-child,
.wex-fuel-widget-section #table-output-data tbody tr:last-child th:first-child {
  border-bottom-left-radius: 0.5rem;
}
.wex-fuel-widget-section #table-output-data tbody tr:last-child td:last-child,
.wex-fuel-widget-section #table-output-data tbody tr:last-child th:last-child {
  border-bottom-right-radius: 0.5rem;
}
.wex-fuel-widget-section .wfw-sort-up,
.wex-fuel-widget-section .wfw-sort-down {
  height: 0.5rem;
  width: 0.875rem;
  background-size: 100% auto;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='8' viewBox='0 0 14 8' fill='none'%3E%3Cpath d='M0.1875 7.25C0.03125 7.09375 0.03125 6.875 0.1875 6.71875L6.71875 0.15625C6.875 0.03125 7.09375 0.03125 7.25 0.15625L13.7812 6.71875C13.9375 6.875 13.9375 7.09375 13.7812 7.25L13.1875 7.875C13.0312 8 12.7812 8 12.6562 7.875L7 2.21875L1.3125 7.875C1.1875 8 0.9375 8 0.78125 7.875L0.1875 7.25Z' fill='white'/%3E%3C/svg%3E");
}
.wex-fuel-widget-section .wfw-sort-down {
  transform: scaleY(-1);
}
.wex-fuel-widget-section .phoenix-text.focus {
  outline: none !important;
}
.wex-fuel-widget-section .phoenix-text.focus .phoenix-text__wrapper {
  outline: none !important;
  border-color: #cf1f39;
  border: 2px solid #cf1f39;
  border-radius: 0.5rem;
}
.wex-fuel-widget-section .phoenix-select .phoenix-select__wrapper,
.wex-fuel-widget-section .phoenix-text .phoenix-select__wrapper {
  transition: none !important;
}
.wex-fuel-widget-section .phoenix-select:focus .phoenix-select__wrapper,
.wex-fuel-widget-section .phoenix-select:focus-within .phoenix-select__wrapper,
.wex-fuel-widget-section .phoenix-select:focus-visible .phoenix-select__wrapper {
  outline: none !important;
  border-color: #cf1f39;
  border: 2px solid #cf1f39;
  border-radius: 0.5rem;
}
.wex-fuel-widget-section .phoenix-select {
  position: relative;
}
.wex-fuel-widget-section .phoenix-text__wrapper {
  height: 2.875rem;
  padding: 0.3125rem 0.5625rem 0.3125rem 2.5rem;
  font-size: 0.75rem;
  line-height: 1.5rem;
  background-color: #fff;
  border-radius: 0.5rem;
  border: 1px solid #a5aeb4;
  display: flex;
  flex: 1;
}
.wex-fuel-widget-section .phoenix-select__wrapper {
  height: 2.875rem;
  border-radius: 0.5rem;
  border: 1px solid #a5aeb4;
  width: 100%;
  display: flex;
  align-items: center;
  transition: border-color 0.3s ease-in-out;
  padding: 0.25rem 1rem;
}
.wex-fuel-widget-section .phoenix-select__wrapper select {
  font-size: 1rem;
  font-family: inter, sans-serif;
  font-weight: 400;
  line-height: 1.5625rem;
  border: none;
  appearance: none;
  background: 0 0;
  width: 100%;
  outline: 0;
  color: #253746;
  padding: 0;
}
.wex-fuel-widget-section .phoenix-select__wrapper::after {
  content: "";
  position: absolute;
  width: 1rem;
  height: 1rem;
  top: 0.9375rem;
  right: 1rem;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='none'%3E%3Cpath d='M14.5 6.5625L8.53125 12.2812C8.34375 12.4375 8.15625 12.5 8 12.5C7.8125 12.5 7.625 12.4375 7.46875 12.3125L1.46875 6.5625C1.15625 6.28125 1.15625 5.78125 1.4375 5.5C1.71875 5.1875 2.21875 5.1875 2.5 5.46875L8 10.7188L13.4688 5.46875C13.75 5.1875 14.25 5.1875 14.5312 5.5C14.8125 5.78125 14.8125 6.28125 14.5 6.5625Z' fill='%23243746'/%3E%3C/svg%3E");
  pointer-events: none;
}
.wex-fuel-widget-section .phoenix-text.not-empty label {
  top: -0.375rem;
  left: 0.9375rem;
  font-size: 0.75rem;
  line-height: 0.75rem;
  padding: 0.0625rem;
}
.wex-fuel-widget-section .phoenix-select.not-empty label {
  top: -0.375rem;
  left: 0.9375rem;
  font-size: 0.75rem;
  line-height: 0.75rem;
  padding: 0.0625rem;
}
.wex-fuel-widget-section .phoenix-text label {
  position: absolute;
  top: 0.8125rem;
  pointer-events: none;
  left: 1rem;
  background-color: #fff;
  transition: all 0.3s ease-in-out;
}
.wex-fuel-widget-section .phoenix-select label {
  position: absolute;
  top: 0.8125rem;
  pointer-events: none;
  left: 1rem;
  background-color: #fff;
  transition: all 0.3s ease-in-out;
}
.wex-fuel-widget-section .sr-only {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}
.wex-fuel-widget-section fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}
.wex-fuel-widget-section legend {
  float: left;
  width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: calc(1.275rem + 0.3vw);
  line-height: inherit;
}
.wex-fuel-widget-section :focus,
.wex-fuel-widget-section button:focus {
  outline: 5px auto #cf1f39;
}
.wex-fuel-widget-section .container {
  max-width: 1322px;
  margin: 0 auto;
  padding: 0 1.25rem;
  --bs-gutter-y: 2.5rem;
}
@media only screen and (min-width: 1025px) and (max-width: 1279px) {
  .wex-fuel-widget-section #brand-filter.phoenix-select, .wex-fuel-widget-section #brand-filter.phoenix-select > *, .wex-fuel-widget-section #radius-selector.phoenix-select, .wex-fuel-widget-section #radius-selector.phoenix-select > *, .wex-fuel-widget-section #type-filter.phoenix-select, .wex-fuel-widget-section #type-filter.phoenix-select > *, .wex-fuel-widget-section #wexcode-buttom-container.phoenix-text, .wex-fuel-widget-section #wexcode-buttom-container.phoenix-text > * {
    width: 133px;
    max-width: 133px;
  }
}