.text-media-text .wp-block-list {
  gap: 4px;
  margin: 0 0 0 24px;
  padding: 0;
  text-align: left;
}
.text-media-text .wp-block-list li {
  margin-left: 0 !important;
}
.text-media-text p {
  font-size: 16px;
  margin-bottom: 12px;
}
.text-media-text p + ul {
  margin-top: -4px;
}
.text-media-media {
  overflow: hidden;
  border-radius: 16px;
}
.text-media-media figure {
  overflow: hidden;
}
.text-media-media-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 20%;
  z-index: 2;
}
.text-media-media-overlay[data-gb-overlay=gb-overlay-263148] {
  cursor: pointer;
}
.text-media.equal-height {
  align-items: stretch;
}
@media (min-width: 777px) {
  .text-media.equal-height .text-media-media figure,
  .text-media.equal-height .text-media-media figure img {
    height: 100%;
  }
}

.text-media-wrapper {
  position: relative;
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
  max-width: 100vw;
  width: auto;
  overflow: hidden;
}
.text-media-wrapper > * {
  justify-content: center;
  max-width: 1352px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  padding-left: 16px;
  padding-right: 16px;
  position: relative;
  z-index: 2;
}
.text-media-wrapper.has-image {
  padding-bottom: 40px;
  /*&:after {
    content: "";
    position: absolute;
    z-index: 1;
    right: 0%;
    bottom: -65%;
    width: 900px; // Adjust size as needed
    height: 800px;
    background-image: url("https://simplerqms.com/wp-content/uploads/2025/12/union.svg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: bottom right;
    pointer-events: none;
  }
  */
}

/*
* @ Floating Element
*/
.floating-centered {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center;
  gap: 8px;
  z-index: 5;
  cursor: pointer;
}
.floating-centered p {
  font-size: 12px;
}