.govuk-webform .govuk-webform-form-item--select select {
  box-sizing: border-box;
  min-width: 11.5em;
  max-width: 100%;
  height: 2.5rem;
  padding: 5px;
  border: 2px solid #0b0c0c;
  color: #0b0c0c;
  background-color: #fff;
  font-size: inherit;
  line-height: inherit;
  /* negate theme style */
  border-radius: 0;
  background: none;
  appearance: auto;
}

.govuk-webform .govuk-webform-form-item--select select:focus {
  outline: 3px solid #fd0;
  outline-offset: 0;
  box-shadow: inset 0 0 0 2px;
}

.govuk-webform .govuk-webform-fieldset--select,
.govuk-webform .govuk-webform-fieldset--select-other {
  margin: 30px 0;
}

.govuk-webform .govuk-webform-fieldset--select .govuk-webform-form-item--select,
.govuk-webform .govuk-webform-fieldset--select-other .govuk-webform-form-item--select {
  margin: 0;
}

.govuk-webform .govuk-webform-fieldset--select-other .govuk-webform-form-item--textfield {
  margin-bottom: 0;
}

.govuk-webform .govuk-webform-fieldset--select legend,
.govuk-webform .govuk-webform-fieldset--select-other legend {
  margin-bottom: 10px;
}
