  .form-type-tel label {
margin-bottom: 20px;
}

.form-tel,
.form-number,
.form-url {
  margin-top: 20px;
    flex-grow: 1;
    display: block;
    width: 100%;
    font-family: sans-serif;
    font-size: 15px;
    line-height: 20px;
    font-weight: 500;
    font-weight: 400;
    outline: none;
    box-sizing: border-box;
    appearance: none;
    -webkit-appearance: none;
    color: #2e2e2e;
    background-color: #fff;
    border: 2px solid #e5e5e5;
    border-radius: 0;
    padding: 0 70px 0 15px;
    height: 58px;
    line-height: 58px;
    width: 100%;
}

.o-form .form-field__wrapper>input[type=tel] {
  padding: 0 3rem;
}

.form-type-checkbox,
.form-type-radio {
  flex-grow: 1;
    display: block;
    width: 100%;
    font-family: sans-serif;
    font-size: 15px;
    line-height: 20px;
    font-weight: 500;
    font-weight: 400;
    outline: none;
    box-sizing: border-box;
    appearance: none;
    -webkit-appearance: none;
    color: #2e2e2e;
    background-color: #fff;
    border-radius: 0;
    padding: 0 70px 0 15px;
    height: 58px;
    line-height: 58px;
    width: 100%;
}

.form-item-address-administrative-area {
  margin-top: 0;
}

.o-form .form-field.form-item-year-of-publication-list {display: block;}

.form-item-publication-date .container-inline {
  display: flex;
}

.form-item-publication-date-month,
.form-item-publication-date-year {
  margin-right: 1em;
}

.o-form .form-field.form-type-radio {
  align-items: baseline;
  flex-wrap: nowrap;
}

.o-form .form-field.form-type-radio input {
  margin-right: 10px;
}