:local {
  .select {
    background-color: #fff;
    border: #dedfe0 solid 1px;
    border-radius: 0.25em;
    font-size: 1em;
    height: 1.857em;
    padding: 0.178em;
    width: 100%;

    &[required] {
      box-shadow: unset;
      outline: none;
    }
  }
}
