/* Editor styling for Join Us Block */
.editor-styles-wrapper .tv3-join-us {
  background-color: var(--wp--preset--color--deep-black);
  color: var(--wp--preset--color--white);
  border-radius: 2px;
  padding: 80px 113px;
  position: relative;
}

.editor-styles-wrapper .tv3-join-us__inner {
  max-width: var(--wp--style--global--content-size);
  margin: 0 auto;
  display: flex;
  gap: 11.18%;
  justify-content: space-between;
  align-items: stretch;
}

.editor-styles-wrapper .tv3-join-us__left {
  max-width: 440px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.editor-styles-wrapper .tv3-join-us__right {
  width: 553px;
}

.editor-styles-wrapper .tv3-join-us__image-wrap {
  position: relative;
  cursor: pointer;
}

.editor-styles-wrapper .tv3-join-us__image-wrap img {
  width: 100%;
  border-radius: 2px;
  display: block;
  min-height: 343px;
  object-fit: cover;
}

.editor-styles-wrapper .tv3-join-us__image-placeholder {
  width: 100%;
  min-height: 343px;
  background: rgba(255, 255, 255, 0.06);
  border-radius: 2px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(255, 255, 255, 0.7);
}

.editor-styles-wrapper .tv3-join-us__change {
  position: absolute;
  inset: auto 8px 8px auto;
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  padding: 6px 8px;
  border-radius: 6px;
  font-size: 12px;
}

@media (max-width: 1024px) {
  .editor-styles-wrapper .tv3-join-us {
    padding: 40px 56.5px;
  }
  .editor-styles-wrapper .tv3-join-us__inner {
    flex-direction: column-reverse;
    gap: 32px;
  }
  .editor-styles-wrapper .tv3-join-us__right {
    width: 100%;
  }
  .editor-styles-wrapper .tv3-join-us__left {
    max-width: 100%;
  }
}

@media (max-width: 781px) {
  .editor-styles-wrapper .tv3-join-us {
    padding: 32px 0;
  }
}
