/* Feat IMG */
.cig--feat-suborg {
  background: url(../../assets/submit-org-form/cig-submit-org-head.webp) center /
    cover no-repeat;
  clip-path: polygon(12% 0, 100% 0, 100% 100%, 0% 100%);
  min-height: 220px;
  width: auto;
}
#cn-form .cn-metabox h3{
    font-family: "Open Sans", sans-serif !important;
    text-transform: inherit !important;
}
.cn-metabox-section {
    margin-bottom: 14px;
}
#cn-form .cn-metabox label{
    color: var(--color-blue-dark);
    font-weight: 500;
    font-size: 14px;
    margin-top: 0;
    margin-bottom: 10px;
}
#cn-form .cn-metabox{
  margin-bottom: 30px;
  border-radius: 15px;
  box-shadow: none;
}
#cn-metabox-name input[type="text"]{
  box-sizing: border-box !important;
    width: 100% !important;
    padding: 12px !important;
    border-radius: 5px !important;
    border: 1px solid #ddd !important;
    transition: border-color 0.3s, transform 0.3s !important
}
#cn-form .widget .widget-top, #cn-form .cn-metabox h3{
    background-image: none !important;
    background-color: transparent;
}
div#cn-metabox-section-contact {
    display: flex;
    gap: 15px;
}
#cn-form .cn-metabox .cn-metabox-inside, #cn-form .stuffbox .cn-metabox-inside {
    padding: 20px !important;
    margin: 0px ;
}
@media only screen and (max-width: 768px) {
  /* Feat IMG */
  .cig--feat-suborg-mb {
    background: url(../../assets/submit-org-form/cig-submit-org-head.webp)
      center / cover no-repeat;
  }
}

section.cig--primary-form-additional-wrapper-compact {
  position: relative;
  display: flex;
  flex-direction: column;
}
section.cig--primary-form-additional-wrapper-compact {
  margin: 20px 0 10px;
}
section.cig--primary-form-additional-wrapper-compact::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: url("data:image/svg+xml,%3Csvg width='300' height='1' viewBox='0 0 300 1' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cline y1='0.5' x2='300' y2='0.5' stroke='%23CCD0DD' stroke-dasharray='6 6'/%3E%3C/svg%3E%0A")
    left center;
}
section.cig--primary-form-additional-wrapper-compact {
  position: relative;
  padding-bottom: 20px;
  display: flex;
  flex-direction: column;
}
@media only screen and (max-width: 768px) {
  .cig--page-body-container-mb {
    margin-bottom: 20px;
  }
}
