.staff {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.staff-member {
  margin: 20px;
  background-color: #fff;
  box-shadow: 0px 10px 55px rgba(0, 0, 0, 0.1);
  padding: 6px 6px 20px;
  max-width: 290px;
  text-align: center;
}
.staff-member img {
  margin-bottom: 15px;
  margin-left: auto;
  margin-right: auto;
}
.staff-member h4 {
  text-transform: uppercase;
  color: var(--wp--preset--color--secondary);
  margin-bottom: 0;
}
.staff-member p {
  margin-bottom: 0;
  text-transform: uppercase;
  color: var(--wp--preset--color--primary);
}
.staff-member:hover, .staff-member:focus {
  text-decoration: none;
  background-color: rgba(115, 0, 15, 0.1);
}

#staff-modal .modal-header {
  position: relative;
  border-bottom: none;
}
#staff-modal .modal-content {
  background-color: #fff;
  border-radius: 0px;
}
#staff-modal .modal-body {
  padding-bottom: 60px;
}
#staff-modal .staff-modal-card {
  max-width: 320px;
  margin-left: auto;
  margin-right: auto;
  background-color: #fff;
  box-shadow: 0px 10px 55px rgba(0, 0, 0, 0.1);
  padding: 6px 6px 20px;
  text-align: center;
}
#staff-modal .staff-modal-card img {
  margin-bottom: 15px;
}
#staff-modal .staff-modal-card h4 {
  text-transform: uppercase;
  color: var(--wp--preset--color--secondary);
  margin-bottom: 0;
}
#staff-modal .staff-modal-card p {
  margin-bottom: 0;
  text-transform: uppercase;
  color: var(--wp--preset--color--primary);
}
#staff-modal #staff-modal-email a {
  color: #000;
  font-weight: 400;
}
#staff-modal #staff-modal-email a .staff-modal-icon {
  height: 18px;
  width: 18px;
}
#staff-modal #staff-modal-email a:hover, #staff-modal #staff-modal-email a:focus {
  text-decoration: none;
}
#staff-modal #staff-modal-email a:hover span, #staff-modal #staff-modal-email a:focus span {
  text-decoration: underline;
}
#staff-modal .btn-close {
  color: #fff;
  font-weight: 800;
  padding: 6px;
  background-color: #de8a26;
  border-radius: 50%;
  height: 35px;
  width: 35px;
  position: absolute;
  top: -14px;
  right: -14px;
  opacity: 1;
  --bs-btn-close-bg: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffff' %3E%3Cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414' /%3E%3C/svg%3E") ;
}
