.nw-expmonth-dropdown {
  position: relative;
  z-index: 3;
  margin-right: 10px;
  border: 0;
  width: 75px;
  padding: 0;

  .nwc-select {
    border: 1px solid $paymentpage-dropdown-border;
  }

  @media screen and (min-width: $screen-min-sm) {
    width: 100px;
  }
}

