.view-staff {
  margin: 24px 0;
}
.view-staff .view-content {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(272px, 1fr));
  gap: 32px;
}
.view-staff .views-row {
  text-align: center;
}
.view-staff .views-field-title {
  font-size: 18px;
  font-weight: 600;
  margin-top: 16px;
}
.view-staff .views-field-title:after {
  border-top: 1px solid #dbdbdb;
  width: 100px;
  margin: 16px auto;
  display: block;
  content: "";
}

.staff-profile {
  display: grid;
  grid-template-columns: 272px 1fr;
  gap: 24px;
}
.staff-profile .profile-photo {
  grid-column: 1;
}
.staff-profile .personal-info {
  grid-column: 2;
}
.staff-profile .field-group-tabs-wrapper {
  grid-row: 2;
  grid-column: 1/-1;
}
.staff-profile .field--label-inline .field__label {
  width: 20%;
}
.staff-profile .profile-fullname {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 24px;
}
.staff-profile .field--name-field-title-of-person,
.staff-profile .field--name-field-firstname,
.staff-profile .field--name-field-lastname {
  display: inline;
}
.staff-profile .field--name-field-qualifications .field__items .field__item,
.staff-profile .field--name-field-telephone .field__items .field__item {
  display: inline;
}
.staff-profile .field--name-field-qualifications .field__items .field__item::after,
.staff-profile .field--name-field-telephone .field__items .field__item::after {
  content: "; ";
  display: inline;
}
.staff-profile .field--name-field-qualifications .field__items .field__item:last-child::after,
.staff-profile .field--name-field-telephone .field__items .field__item:last-child::after {
  content: "";
  display: inline;
}
.staff-profile .horizontal-tabs {
  margin-top: 48px;
  border: none;
}
.staff-profile .horizontal-tabs ul.horizontal-tabs-list {
  background: none;
  border-bottom: 2px solid #f2f2f2;
  list-style: none;
  margin-bottom: 24px;
}
.staff-profile .horizontal-tabs .horizontal-tab-button {
  background: none;
  border: none;
  list-style: none;
}/*# sourceMappingURL=uwi-staff-profile.css.map */