.edit_phone {
  display: grid;
  grid-template-columns: 203px 134px 48px 20px 57px 120px;
  column-gap: 12px;
  align-items: center;
  margin-bottom: 12px;
  row-gap: 4px;
  justify-items: left;
  .phone_input {
    display: flex;
    flex-direction: column;
    input {
      width: 124px;
    }
  }
  #phone_number_errors {
    grid-column: 2/7;
  }
  #deactivate_controls,
  #consent {
    grid-column: 2/7;
    #message {
      color: var(--error);
    }
  }
  #consent * {
    display: inline-block;
  }
  & + .empty {
    grid-column: 1/3;
  }
}
