/**
 * @file
 * Contains the default styles for the A-Z list component
 */

.rw-paragraph--az-list .form-radios {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}
.rw-paragraph--az-list .form-radios .js-form-type-radio {
  position: relative;
  line-height: 1em;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.rw-paragraph--az-list .form-radios .form-radio {
  position: absolute;
  border: none;
  background: none;
  color: transparent;
}

