.tb-hotspot-container {
  margin: 16px 0;
}

.tb-hotspot-container .tb-hotspot-header h3 {
  font-size: 28px;
  line-height: 36px;
  font-weight: 700;
}

.tb-hotspot-container .tb-hotspot-img-wrapper {
  position: relative;
  line-height: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.tb-hotspot-container .tb-hotspot-img-wrapper .tb-hotspot-icon {
  position: absolute;
  z-index: 2;
  background: #998242;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.tb-hotspot-container .tb-hotspot-img-wrapper .tb-hotspot-icon svg {
  width: 16px;
  height: 16px;
}

.tb-hotspot-container .tb-hotspot-img-wrapper .tb-hotspot-icon.selected {
  width: 56px;
  height: 56px;
  background: #FFFFFF;
}

.tb-hotspot-container .tb-hotspot-img-wrapper .tb-hotspot-icon.selected path {
  fill: #393939;
}

.tb-hotspot-container .tb-hotspot-img-wrapper .tb-hotspot-icon:hover {
  width: 56px;
  height: 56px;
  background: #FFFFFF;
}

.tb-hotspot-container .tb-hotspot-img-wrapper .tb-hotspot-icon:hover path {
  fill: #393939;
}

.tb-hotspot-container .tb-hotspot-section {
  position: relative;
  overflow-y: hidden;
  overflow-x: hidden;
  padding: 40px 8px 40px 8px !important;
}

.tb-hotspot-container .tb-hotspot-section .mCSB_container {
  padding-left: 24px;
  padding-right: 24px;
}

.tb-hotspot-container .tb-hotspot-section div {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-name: slidein;
  animation-name: slidein;
  position: relative;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 32px;
}

.tb-hotspot-container .tb-hotspot-section .tb-header-md-4 {
  font-weight: bold;
  font-size: 24px;
}

.tb-hotspot-container .tb-hotspot-section .mCSB_scrollTools {
  position: absolute;
  -webkit-animation: none !important;
  animation: none !important;
}

.tb-hotspot-container .tb-hotspot-section .mCSB_scrollTools div {
  -webkit-animation: none !important;
  animation: none !important;
}

.tb-hotspot-container .tb-hotspot-section .mCSB_dragger {
  right: -4px;
}

.tb-hotspot-container .tb-hotspot-section .tb-link {
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 32px;
  padding-bottom: 32px;
}

@-webkit-keyframes slidein {
  from {
    left: 10%;
    opacity: 0;
  }
  to {
    left: 0%;
    opacity: 1;
  }
}

@keyframes slidein {
  from {
    left: 10%;
    opacity: 0;
  }
  to {
    left: 0%;
    opacity: 1;
  }
}

@media only screen and (max-width: 991px) {
  .tb-hotspot-container {
    margin: 12px 0px;
  }
  .tb-hotspot-container .tb-hotspot-header h3 {
    font-size: 24px;
    line-height: 32px;
    font-weight: 700;
  }
  .tb-hotspot-container .tb-hotspot-section {
    padding: 0 24px !important;
  }
  .tb-hotspot-container .tb-hotspot-section .mCSB_container {
    padding: 0;
  }
  .tb-hotspot-container .tb-hotspot-section .field-heading {
    padding: 16px 0 0 0;
  }
  .tb-hotspot-container .tb-hotspot-section .tb-link {
    padding-bottom: 24px;
  }
}

@media only screen and (max-width: 767px) {
  .tb-hotspot-container {
    margin: 8px 0px !important;
    padding: 0 8px;
  }
  .tb-hotspot-container .tb-hotspot-header {
    padding-bottom: 16px !important;
    margin: 8px 0 16px 0 !important;
  }
  .tb-hotspot-container .tb-hotspot-section {
    padding: 0 16px !important;
  }
  .tb-hotspot-container .tb-hotspot-section .mCSB_container {
    padding: 0;
  }
  .tb-hotspot-container .tb-hotspot-section .tb-link {
    padding-bottom: 16px;
  }
  .tb-hotspot-container .tb-hotspot-img-wrapper .tb-hotspot-icon {
    width: 20px;
    height: 20px;
  }
  .tb-hotspot-container .tb-hotspot-img-wrapper .tb-hotspot-icon svg {
    width: 11px;
    height: 11px;
  }
  .tb-hotspot-container .tb-hotspot-img-wrapper .tb-hotspot-icon.selected {
    width: 24px;
    height: 24px;
  }
  .tb-hotspot-container .tb-hotspot-img-wrapper .tb-hotspot-icon:hover {
    width: 24px;
    height: 24px;
  }
}

.on-page-editor .tb-hotspot-info-editor {
  padding: 8px !important;
  border-bottom: 1px solid #393939;
  margin-bottom: 8px !important;
  line-height: 1;
}

.on-page-editor .tb-hotspot-info-editor div {
  padding: 8px !important;
}

.on-page-editor .tb-hotspot-row {
  display: block;
}

.tb-hotspot-img-wrapper {
  display: block !important;
}

.tb-hotspot-section #mCSB_1_scrollbar_vertical {
  position: absolute !important;
}

.tb-hotspot-section .mCSB_draggerContainer {
  height: 100%;
  background-color: transparent;
}

.tb-hotspot-section .mCSB_draggerContainer .mCSB_dragger {
  position: absolute;
  min-height: 30px;
  display: block;
  height: 90%;
  top: 39px;
}

.tb-hotspot-container *::-webkit-scrollbar-track {
  background-color: #f1f1f1;
}

.tb-hotspot-container.tb-without-headline .tb-hotspot-header {
  display: none;
}

.tb-my-2.tb-body.tb-showbulletpoints.field-description p:has(img) {
  position: relative;
  padding-bottom: 56.25%;
  /* 16/9 aspect ratio */
  height: 0;
}

.tb-my-2.tb-body.tb-showbulletpoints.field-description p:has(img) img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
