/* META [ JOB SPECIFICATIONS ] */
.job_specifications {
  .csf-fieldset {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    gap: 10px;

    .csf-after-text {
      margin-left: -30px;

      i {
        font-size: 20px;
      }
    }
  }
}

.csf-options {
  margin-top: 20px;
  margin-right: 20px;
  max-width: 1400px;
}

.csf-field-repeater .csf-repeater-content {
  background-color: #f5f5f5;
}

.csf-field-repeater .csf-repeater-helper {
  background-color: #ebebeb;
}

#jobus_meta_options {
  .job_specifications {
    .csf-after-text {
      i {
        font-size: 20px;
      }

      img {
        width: 20px;
        height: 20px;
      }
    }
  }
}



.block-editor {
  .csf-field {
    .csf-title {
      h4 {
        font-size: inherit;
      }
    }
  }

  .csf-nav {
    ul {
      padding: inherit;
    }
  }
}