.zoho-recruit-block .wrap__recruitment-type:not(:last-child) {
  margin-bottom: 9.1rem;
}

.zoho-recruit-block .wrap__recruitment-type h3 {
  display: block;
  color: var(--color-gray, #666);
  font-size: 2.4rem;
  line-height: 2.9rem;
  letter-spacing: 0;
  font-weight: 330;
  padding-bottom: 2.2rem;
  border-bottom: 1px solid var(--color-light-gray, #e0e0e0);
  margin-bottom: 5rem;
}

.zoho-recruit-block .wrap__recruitment-type:has(p) h3 {
  margin-bottom: 3.3rem;
}

.zoho-recruit-block .wrap__recruitment-type-posts {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  gap: 4.8rem 2.1rem;
}

.zoho-recruit-block .wrap__recruitment-type-posts .item-recruitment-post {
  position: relative;
  flex: 0 0 37.3444%;
  max-width: 37.3444%;
}

.zoho-recruit-block .wrap__recruitment-type-posts .item-recruitment-post a {
  position: relative;
  display: flex;
  justify-content: space-between;
  font-size: 1.4rem;
  line-height: 1.7rem;
  letter-spacing: 0;
  padding-bottom: 0.2rem;
  overflow: hidden;
  text-decoration: none;
  color: inherit;
  width: 100%;
}

.zoho-recruit-block .wrap__recruitment-type-posts .item-recruitment-post a::before {
  content: "";
  position: absolute;
  bottom: 0.2rem;
  left: 0;
  border-top: 1px solid var(--color-light-gray, #e0e0e0);
  width: 100%;
  transition: all 0.3s ease-in-out;
}

.zoho-recruit-block .wrap__recruitment-type-posts .item-recruitment-post a::after {
  content: "";
  position: absolute;
  top: 0.2rem;
  right: 1.8rem;
  width: 1rem;
  height: 1.6rem;
  background-image: url("data:image/svg+xml;utf8,<svg viewBox='0 0 10 16' xmlns='http://www.w3.org/2000/svg'><path d='M2.11987 15.1992L0.399902 13.4692L6.17987 7.68921L0.399902 1.91931L2.12988 0.199219L9.62988 7.68921L2.11987 15.1992Z' fill='currentColor'/></svg>");
  background-repeat: no-repeat;
  background-size: contain;
  transition: transform 0.3s ease-in-out;
}

.zoho-recruit-block .wrap__recruitment-type-posts .item-recruitment-post a:hover::after {
  transform: translateX(1.8rem);
}

.zoho-recruit-block .wrap__recruitment-type-posts .item-recruitment-post a span {
  position: relative;
  display: block;
  width: 100%;
  padding-bottom: 1.7rem;
}

.zoho-recruit-block .wrap__recruitment-type-posts .item-recruitment-post a span::before {
  content: "";
  position: absolute;
  bottom: -0.1rem;
  left: 0;
  height: 3px;
  background-color: var(--color-yellow, #FFD700);
  width: 50%;
  transform: scaleX(1);
  transform-origin: left;
  transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}

.zoho-recruit-block .wrap__recruitment-type-posts .item-recruitment-post a:hover span::before {
  width: 100%;
}

.zoho-recruit-block .wrap__recruitment-type-posts .item-recruitment-post a {
  --span-width: 0;
}

@media screen and (min-width: 1024px) and (max-width: 1200px) {
  .zoho-recruit-block .wrap__recruitment-type-posts .item-recruitment-post {
    flex: 0 0 calc(50% - 1.1rem);
    max-width: calc(50% - 1.1rem);
  }
}

@media screen and (max-width: 1023px) {
  .zoho-recruit-block .wrap__recruitment-type-posts .item-recruitment-post {
    flex: 0 0 calc(50% - 1.1rem);
    max-width: calc(50% - 1.1rem);
  }
}

@media screen and (max-width: 767px) {
  .zoho-recruit-block .wrap__head-title {
    margin-bottom: 3.4rem;
  }

  .zoho-recruit-block .wrap__recruitment-type p {
    font-size: 1.2rem;
  }

  .zoho-recruit-block .wrap__recruitment-type:not(:last-child) {
    margin-bottom: 5rem;
  }

  .zoho-recruit-block .wrap__recruitment-type-posts .item-recruitment-post {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .zoho-recruit-block .wrap__recruitment-type h3 {
    font-size: 1.6rem;
    padding-bottom: 1rem;
    margin-bottom: 3.6rem;
  }

  .zoho-recruit-block .wrap__recruitment-type-posts {
    gap: 3rem;
  }

  .zoho-recruit-block .wrap__recruitment-type-posts .item-recruitment-post a {
    font-size: 1.3rem;
  }

  .zoho-recruit-block .wrap__recruitment-type-posts .item-recruitment-post a::after {
    right: 1.2rem;
  }

  .zoho-recruit-block .wrap__recruitment-type-posts .item-recruitment-post a:hover::after {
    transform: unset;
  }

  .zoho-recruit-block .wrap__recruitment-type-posts .item-recruitment-post a span::before {
    height: 0.2rem;
  }
}

.editor-styles-wrapper .zoho-recruit-block {
  padding: 20px;
  border: 1px dashed #ccc;
}

.editor-styles-wrapper .zoho-recruit-block .wrap__head-title {
  margin-bottom: 2rem;
}

