.hidden {
  display: none;
}

.meet-the-buyer-form {
  width: 100%;
  margin-bottom: 40px;
}

.meet-the-buyer-form .areas-of-interest {
  margin-bottom: 3em !important;
}

.meet-the-buyer-form .areas-of-interest,
.meet-the-buyer-form #form-target {
  width: 50%;
  margin: 0 auto;
}

@media screen and (max-width: 900px) {
  .meet-the-buyer-form .areas-of-interest,
  .meet-the-buyer-form #form-target {
    width: 100% !important;
  }
}

.meet-the-buyer-form .logo {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.meet-the-buyer-form .logo img {
  width: 100%;
  max-width: 400px;
  /* margin: 0 auto; */
}

.meet-the-buyer-form .buyer-bio {
  color: var(--hellios-pink);
}
.meet-the-buyer-form.fsqs .buyer-bio {
  color: var(--hellios-purple);
}

.meet-the-buyer-form .booking-time {
  margin-bottom: 1.5em;
  text-align: center;
}
.meet-the-buyer-form.fsqs .booking-time h2 {
  color: var(--hellios-purple);
}
.meet-the-buyer-form .booking-time h2 {
  color: #ee2674;
}

//Areas of Interest
.areas-of-interest div[data-hs-responsive-table="true"] {
  overflow: hidden !important;
}

.areas-of-interest table {
  border: 1px solid #ccc !important;
  height: unset !important;
}

.areas-of-interest table tbody {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}
.areas-of-interest table tr {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
}

.areas-of-interest p {
  margin-bottom: 0.5rem;
}

.areas-of-interest ul {
  margin-top: 0;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}
.areas-of-interest p,
.areas-of-interest ul,
.areas-of-interest ul li,
.areas-of-interest ul span {
  font-size: 20px;
}

.areas-of-interest table td {
  width: calc(25% - 8px) !important;
}

@media only screen and (max-width: 650px) {
  .areas-of-interest table td {
    width: calc(50% - 8px) !important;
  }

  .areas-of-interest ul {
    grid-template-columns: 1fr 1fr;
  }
}

@media only screen and (max-width: 450px) {
  .areas-of-interest table td {
    width: calc(100% - 8px) !important;
  }

  .areas-of-interest ul {
    grid-template-columns: 1fr;
  }
}
