
.nw-staticpage-select {
  position: relative;
  z-index: 1;
  margin: 0 -14px 15px;
  height: $staticpage-select-height;
  padding: 25px 15px;
  background-color: $staticpage-select-background;
}

.nw-staticpage-leftnav-title {
  margin-bottom: 20px;
  font-size: $font-size-xl;
  font-weight: 600;
}

.nw-staticpage-dropdown {
  border: 1px solid $staticpage-mobileheader-color;
  width: 100%;
  padding: 10px;
  background-color: $staticpage-select-background;

  .nwc-select {
    border: 0;
  }
  
  .nwc-select-list-container {
    border: 1px solid $staticpage-mobileheader-color;
    padding: 0;
    border-bottom-color: $transparent;
  }
}

.nw-staticpage-dropdown-option {
  border-bottom: 1px solid $staticpage-mobileheader-color;
  padding: 10px;
  background-color: $staticpage-select-background;
  cursor: pointer;
  font-size: $font-size-normal;
  list-style: none;
}

