.destination-content {
  max-width: 90%;
  margin: 80px auto;
}

.conference-top-content__badge {
  display: none;
}

.destination-content__inner {
  margin: 0 auto;
  padding: 20px 0;
}

.destination-content__inner h4 {
  margin-bottom: 5px;
}

.destination-content__title {
  margin: 0 0 12px;
  font-weight: 900;
  color: #111;
}

.destination-content__heading {
  margin: 0 0 10px;
  line-height: 32px;
  color: #111;
}

.destination-content__video {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  line-height: 1; 
  margin: 12px 0 18px;
  text-decoration: none;
  font-size: 28px;
  font-weight: 800;
  color: #52287e; /* your purple */
}

.destination-content__video:hover {
  text-decoration: underline;
}

.destination-content__video svg {
  width: 62px !important;    /* match your SVG attrs */
  height: 44px !important;
  display: block;            /* avoids inline SVG baseline issues */
  flex: 0 0 auto;            /* prevents flexbox from shrinking it */
  overflow: visible;         /* in case a global rule set overflow hidden */
}


.destination-content__content {
  font-size: 14px;
  line-height: 1.6;
  color: #222;
}

/* Make headings inside WYSIWYG look like your screenshot */
.destination-content__content h4, .destination-content__content a {
  margin: 18px 0 6px;
  color: #52287e;
  font-weight: 900;
}


.destination-content__content a:hover {
  color: #52287E;
}

.destination-content__content p {
  margin: 0 0 40px;
}

/* Prevent page scroll while modal open */
html.sbhpp-modal-open,
html.sbhpp-modal-open body {
  overflow: hidden;
}

/* Trigger button reset (so it looks like a link) */
.destination-content__video {
  background: transparent;
  border: 0;
  padding: 0;
  cursor: pointer;
  text-align: left;
}

.destination-content__video-text {
  text-transform: none;
  font-size: 28px;
  font-weight: 900;
}

.destination-content__video-text br {
  display: none;
}

button.destination-content__video {
  display: flex;
  align-items: center;
  gap: 20px;
}

button.destination-content__video:hover {
  background: none;
  color: #52c4c7;
}

/* Modal */
.sbhpp-modal[hidden] { display: none; }

.sbhpp-modal {
  position: fixed;
  inset: 0;
  z-index: 9999;
}

.sbhpp-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,.7);
}

.sbhpp-modal__dialog {
  position: relative;
  z-index: 2;
  width: min(960px, 92vw);
  margin: 6vh auto 0;
  background: #000;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 24px 60px rgba(0,0,0,.35);
}

.sbhpp-modal__close {
  position: absolute;
  top: 10px;
  right: 12px;
  z-index: 3;
  width: 40px;
  height: 40px;
  border-radius: 999px;
  border: 0;
  background: rgba(255,255,255,.15);
  color: #fff;
  font-size: 26px;
  line-height: 1;
  cursor: pointer;
}

.sbhpp-modal__frame {
  position: relative;
  padding-top: 56.25%; /* 16:9 */
}

.sbhpp-modal__frame iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}


@media (max-width: 1340px) {
  .conference-top-content__badge {
    display: inline-block;
    margin-bottom: 20px;
  }
  .destination-content__intro {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .destination-content__intro .intro {
    max-width: 70%;
  }
 
}

@media (max-width: 768px) {
  .destination-content {
    margin: 40px auto;
  }
  .destination-content__intro {
    flex-wrap: wrap;
  }
  .destination-content__intro .intro {
    max-width: 100%;
  }

  .destination-content__content h3, .destination-content__content a {
    font-size: 18px !important;
    margin-top: 20px !important;
    margin-bottom: 5px !important;
  }
  .conference-tab-menu .destination-content p {
    margin: 20px 0 5px !important;
  }
  .destination-content__video-text {
    font-size: 24px;
  }
}
