/* Editor styling for Open Positions */
.editor-styles-wrapper .tv3-open-positions {
  background: var(--wp--preset--color--black);
  color: #fff;
  padding: 80px 32px;
}

.editor-styles-wrapper .tv3-open-positions__inner {
  max-width: var(--wp--style--global--content-size);
  margin: 0 auto;
}

.editor-styles-wrapper .tv3-open-positions__list {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.editor-styles-wrapper .tv3-open-positions__item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 18px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.editor-styles-wrapper .tv3-open-positions__left {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}

.editor-styles-wrapper .tv3-open-positions__label {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
}

.editor-styles-wrapper .tv3-open-positions__type {
  font-size: 12px;
  line-height: 18px;
  padding: 4px 10px;
  border-radius: 4px;
  background: rgba(36, 20, 19, 1);
}

.editor-styles-wrapper .tv3-open-positions__ssr .tv3-open-positions {
  background: transparent;
  padding: 0;
}

.editor-styles-wrapper .tv3-open-positions__ssr .tv3-open-positions__inner {
  max-width: none;
  margin: 0;
}

.editor-styles-wrapper .tv3-open-positions__ssr .tv3-open-positions__header {
  display: none;
}

.editor-styles-wrapper .tv3-open-positions__empty-media {
  margin-top: 12px;
}

.editor-styles-wrapper .tv3-open-positions__empty-editor {
  margin: 32px 0;
}

.editor-styles-wrapper .tv3-open-positions__empty-note {
  margin-bottom: 12px;
  opacity: 0.7;
  font-size: 12px;
}

.editor-styles-wrapper .tv3-open-positions__image-wrap {
  position: relative;
  cursor: pointer;
}

.editor-styles-wrapper .tv3-open-positions__image-wrap img {
  width: 100%;
  max-width: 360px;
  border-radius: 2px;
  display: block;
  min-height: 180px;
  object-fit: cover;
}

.editor-styles-wrapper .tv3-open-positions__image-placeholder {
  width: 100%;
  max-width: 360px;
  min-height: 180px;
  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-open-positions__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;
}

.editor-styles-wrapper .tv3-open-positions--empty .tv3-join-us__desc a {
  color: #ff0000;
}

.editor-styles-wrapper .tv3-open-positions--empty .tv3-join-us__desc {
  opacity: 1;
  color: rgba(255, 255, 255, 0.7);
}

@media (max-width: 781px) {
  .editor-styles-wrapper .tv3-open-positions {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .editor-styles-wrapper .tv3-open-positions__item {
    flex-direction: column;
    align-items: flex-start;
  }
}
.editor-styles-wrapper .tv3-open-positions__subtitle {
  white-space: nowrap;
  flex-wrap: nowrap;
}

.editor-styles-wrapper .tv3-open-positions__subtitle .tv3-subtitle__text {
  white-space: normal;
}
