.vji-file-name{
    display:block;
    margin: 0 8px;
    font-size: 16px;
    color:#666;
    line-height:1.4;
    word-break:break-word;
}


.vji-app{
  display:grid;
  grid-template-columns:454px 1fr;
  gap:24px;
  margin:0 auto;
  font-family:inherit;
  color:#333;
  font-family: "Montserrat", sans-serif;
align-items: start;
}

.vji-filter-line > div:first-child{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
}
.vji-filter-line > div:first-child[aria-expanded="true"] span:nth-child(2){
    transform: rotate(180deg);
}
.vji-filter-line > div:nth-child(2){
    display: flex;
    flex-direction: column;
    gap: 14px;
    padding-top: 16px;
    height: 100%;
    overflow: hidden;
}
.vji-filter-line > div:nth-child(2) div{
    cursor: pointer;
}
.vji-filter-line > div:nth-child(2)[hidden]{
    height: 0;
    padding: 0;
}
.vji-filter-line > div > span:first-child{
font-weight: 600;
font-size: 16px;
line-height: 120%;
text-transform: capitalize;
}
.vji-range select{
  appearance: none;
  -webkit-appearance: none;
  background-image: url("/wp-content/uploads/2026/06/weui_arrow-outlined-1.svg")!important;
  background-repeat: no-repeat!important;
  background-size: 24px 12px!important;
  background-position: right 12px center!important;
  padding-right: 44px!important;
}
.vji-filter-line > div > span:nth-child(2){
    display: block;
    width: 24px;
    height: 12px;
    font-size: 0;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url("/wp-content/uploads/2026/06/weui_arrow-outlined-1.svg");
}
.vji-filter-line{
    padding-bottom: 24px;
    border-bottom: 1px solid #d3d3d3;
    margin-bottom: 32px;
}
.vji-filter-line{
    margin-top: 32px;
}
.vji-range-labels{
    display: grid;
    grid-auto-flow: column;
    margin-top: 16px;
    color: #333;
    font-family: Montserrat;
    font-weight: 400;
    font-style: Regular;
    font-size: 13px;
    leading-trim: NONE;
    line-height: 120%;
    letter-spacing: 0%;
}
.vji-range{
    margin-top: 8px;
    margin-bottom: 32px;
}
label:last-child .vji-range{
    margin-bottom: 0;
}
.vji-range select{
    border: 1px solid #d3d3d3;
border-radius: 12px;
padding: 12px;
background: none;
font-weight: 400;
font-size: 16px;
line-height: 120%;
cursor: pointer;
}

.vji-filters{
  border: 1px solid rgba(255, 255, 255, 0.3);
  background: #f5f5f5;
  border-radius: 30px;
  padding: 40px 32px;
}
.vji-filters ::placeholder{
    opacity: 0.8!important;
}

.vji-filter-head{
  display:flex;
  align-items:center;
  justify-content:space-between;
  margin-bottom: 40px;
}

.vji-filter-head h2{
  font-weight: 700;
  font-size: 32px;
  line-height: 120%;
  margin: 0;
}
div[data-vji-chips]{
    margin-bottom: 32px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    gap: 8px;
}
div[data-vji-chips]:empty{
    margin-bottom: 0;
}
div[data-vji-chips] button{
    border-radius: 100px;
padding: 8px 16px;
background: rgba(81, 98, 108, 0.1);
font-weight: 400;
font-size: 16px;
line-height: 120%;
color: rgba(51, 51, 51, 0.8);
border: none;
text-transform: none;
}
.vji-app button:hover{
    background: none;
    color: inherit;
    text-decoration: underline;
}

.vji-filter-head button,
.vji-show-more,
.vji-show-more:hover,
.vji-show-more:focus{
  font-weight: 600;
  font-size: 16px;
  line-height: 120%;
  text-transform: capitalize!important;
  text-decoration: underline;
  text-decoration-skip-ink: none;
  background: none;
  outline: none;
  border: none;
  color: #333;
  text-underline-offset: 2px;
  padding: 0!important;
}
.vji-show-more{
    width: 100%;
}

.vji-filters label{
  display:block;
  font-weight: 600;
  font-size: 16px;
  line-height: 120%;
  text-transform: capitalize;
}

.vji-filters input{
  width:100%;
  box-sizing:border-box;
  font-weight: 400;
  font-size: 16px;
  line-height: 120%;
  border: 1px solid #d3d3d3;
  border-radius: 12px;
  padding: 12px;
  background: none;
  margin-top: 16px;
}

.vji-range{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:10px;
}

.vji-top{
  display:flex;
  justify-content:space-between;
  align-items:center;
  margin-bottom:32px;
}
.vji-top strong{
  font-weight: 600;
  font-size: 16px;
  line-height: 120%;
}
.vji-top label{
  display: flex;
  flex-direction: row;
    align-items: center;
    gap: 16px;
    width: auto;
    white-space: nowrap;
font-weight: 400;
font-size: 16px;
line-height: 120%;
opacity: 0.8;
}

.vji-top select{
  border:0;
  background:transparent;
font-weight: 600;
font-size: 16px;
line-height: 120%;
text-transform: capitalize;
padding: 0;
}

.vji-card{
  border-radius: 30px;
  padding: 32px;
  box-shadow: 8px 10px 30px 0 rgba(0, 0, 0, 0.1);
  background: #fff;
  margin-bottom: 24px;
}
.vji-card small{
font-weight: 400;
font-size: 14px;
line-height: 120%;
color: rgba(51, 51, 51, 0.6);
opacity: 0.8;
}
.vji-card h3{
font-weight: 700;
font-size: 32px;
line-height: 120%;
margin-top: 12px;
margin-bottom: 0;
}

.vji-card-head,
.vji-detail-title{
  display:flex;
  justify-content:space-between;
  gap:20px;
  border-bottom:1px solid #f5f1f1;
  padding-bottom:32px;
  align-items: flex-end;
}
.vji-detail-title small{
font-weight: 400;
font-size: 14px;
line-height: 120%;
color: rgba(51, 51, 51, 0.6);
}

.vji-detail-title h2{
font-weight: 700;
font-size: 32px;
line-height: 120%;
  margin:12px 0 0;
}

.vji-salary{
  display:flex;
  align-items:center;
  gap:4px;
  white-space:nowrap;
  font-size:14px;
  line-height:120%;
}
.vji-salary .vji-salary-main{
    font-family: Montserrat;
    font-weight: 600;
    font-style: SemiBold;
    font-size: 14px;
    leading-trim: NONE;
    line-height: 120%;
    letter-spacing: 0%;
    text-transform: capitalize;
}

.vji-salary strong{
  font-weight:600;
  font-size:14px;
  line-height:120%;
}

.vji-period{
  border:0!important;
  background:transparent!important;
  padding:0!important;
  color:rgba(51, 51, 51, 0.45)!important;
  opacity:1!important;
  font-weight:400!important;
  font-size:14px!important;
  line-height:120%!important;
  cursor:pointer;
  text-decoration:none!important;
  text-transform:none!important;
}

.vji-period.is-active{
  font-family: Montserrat;
    font-weight: 600!important;
    font-style: SemiBold;
    font-size: 14px!important;
    leading-trim: NONE;
    line-height: 120%;
    letter-spacing: 0%;
    text-transform: capitalize;
    color: #333!important;
}

.vji-period-sep{
  color:rgba(51, 51, 51, 0.45);
  font-weight:400;
}

.vji-meta{
  display:flex;
  gap:36px;
  flex-wrap:wrap;
  margin-top:24px;
  margin-bottom: 16px;
  color:rgba(51, 51, 51, 0.8);
font-weight: 400;
font-size: 16px;
line-height: 120%;
}
.vji-meta span{
    display: flex;
    flex-direction: row;
    align-items: center;
}

.vji-meta span:before{
  content:'';
  display: inline-block;
  width: 16px;
  height: 16px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  margin-right:6px;
}
.vji-meta-location:before{
  background-image: url("/wp-content/uploads/2026/06/bytesize_location-1.svg");
}
.vji-meta-type:before{
  background-image: url("/wp-content/uploads/2026/06/formkit_time-1.svg");
}
.vji-meta-industry:before{
  background-image: url("/wp-content/uploads/2026/06/streamline-plump_industry-innovation-and-infrastructure-1.svg");
}
.vji-meta-reference:before{
  display:none!important;
}

.vji-excerpt{
font-weight: 400;
font-size: 16px;
line-height: 120%;
opacity: 0.8;
}

.vji-link{
font-weight: 600;
font-size: 16px!important;
line-height: 138%!important;
text-decoration: underline;
text-decoration-skip-ink: none;
color: #bf4738;
  margin-top: 32px;
  border: none;
  padding: 0;
  border-radius: 0!important;
  text-transform: none!important;
  text-underline-offset: 3px;
}
.vji-link:hover{
    color: #bf4738!important;
}
.vji-link:after{
    content: "";
    display: inline-block;
    width: 24px;
    height: 11px;
    background-image: url("/wp-content/uploads/2026/06/Arrow-8.svg");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    margin-left: 14px;
}

.vji-modal{
  position:fixed;
  inset:0;
  background:rgba(0,0,0,.72);
  z-index:99999;
  display:flex;
  align-items: center;
  justify-content:center;
  padding:48px 18px;
  overflow:auto;
}

.vji-modal[hidden]{
  display:none;
}

.vji-lock{
  overflow:hidden;
}

.vji-modal-card{
  position:relative;
  background:#fff;
  border-radius:22px;
  width:min(900px,100%);
  padding:34px;
  max-height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
}

.vji-details-card{
  width:min(870px,100%);
}

.vji-close{
  position:absolute;
  right:32px;
  top:32px;
  border:0;
  background:none;
  font-size:0px!important;
  padding: 0!important;
  line-height:1;
  cursor:pointer;
  width: 24px;
  height: 24px;
}
.vji-close:before{
    content: "";
    display: inline-block;
    width: 24px;
    height: 24px;
    background-image: url("/wp-content/uploads/2026/06/material-symbols_close-rounded-1.svg");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    position: absolute;
    left: 0;
    top: 0;
}

.vji-job-ref{
  border-top: 1px solid #f5f1f1;
  border-bottom: 1px solid #f5f1f1;
  padding:24px 0 24px 0;
  margin-bottom:24px;
}

.vji-content{   
font-weight: 400;
font-size: 16px;
line-height: 120%;
}

.vji-content h4{
  font-weight: 600;
font-size: 16px;
line-height: 120%;
text-transform: capitalize;
margin-bottom: 16px;
}
.vji-content h4:not(:first-child){
    margin-top: 32px;
}

.vji-apply-btn,
.vji-apply-btn:hover,
.vji-submit,
.vji-submit:hover{
border-radius: 100px;
padding: 16px 54px;
box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.15);
background: #bf4738!important;
font-weight: 600;
font-size: 16px!important;
line-height: 120%!important;
text-transform: capitalize!important;
color: #fff!important;
margin-top: 48px;
}
.vji-submit,
.vji-submit:hover{
    margin-top: 0;
    width: auto;
}

.vji-apply-title span,
.vji-success span{
  color:#d24a3a;
}
.vji-apply-title span{
    text-transform: lowercase;
}
.vji-details-card .vji-meta,
.vji-modal-card .vji-meta{
    margin-bottom: 24px;
}
div[data-vji-apply-body] > p{
font-weight: 400;
font-size: 16px;
line-height: 120%;
opacity: 0.8;
}
.vji-modal-card .vji-form-grid input{
    border: 1px solid rgba(51, 51, 51, 0.3);
border-radius: 20px;
padding: 18px 0px 18px 24px;
font-weight: 400;
font-size: 16px;
line-height: 120%;
}
.vji-modal-card .vji-form-grid input:placeholder{
    opacity: 0.6!important;
}
.vji-form-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  row-gap:16px;
  column-gap: 8px;
  margin-top: 16px;
  margin-bottom: 24px;
}
.vji-file input{
    height: 0;
    width: 0;
    overflow: hidden;
}
.vji-file{
font-weight: 400;
font-size: 16px;
line-height: 120%;
margin-bottom: 32px;
max-width: fit-content;
display: flex;
flex-direction: row;
align-items: center;
cursor: pointer;
}
.vji-file:after{
    content: "";
    display: inline-block;
    width: 26px;
    height: 26px;
    background-image: url("/wp-content/uploads/2026/06/Linkedin-1.svg");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    margin-left: 8px;
}

.vji-error{
  color:#c00;
  margin-top:12px;
}

.vji-success{
  text-align:center;
  max-width:520px;
}

.vji-success h3{
  font-size:21px;
}

.vji-empty{
  padding:24px;
  background:#fff;
  border-radius:18px;
}

.vji-submit:disabled{
  opacity:.6;
  cursor:not-allowed;
}


.vji-apply-meta{
  align-items:center;
  gap:24px;
  margin-top:24px;
  margin-bottom:24px;
}

.vji-apply-meta .vji-meta-reference{
  margin-left:auto;
  white-space:nowrap;
flex-grow: 2;
justify-content: end;
}

.vji-meta .vji-meta-reference strong{
  font-weight:700;
  color:#333;
  font-family: Montserrat;
    font-weight: 600!important;
    font-style: SemiBold;
    font-size: 16px!important;
    leading-trim: NONE;
    line-height: 120%!important;
    letter-spacing: 0%;
    text-transform: capitalize;
    color: #333!important;

}

.vji-card-head .vji-salary,
.vji-detail-title .vji-salary{
  flex-shrink:0;
  margin-left:auto;
}

.vji-card-head .vji-salary:empty,
.vji-detail-title .vji-salary:empty{
  display:none;
}

@media(max-width:900px){
    .vji-modal{
        padding: 20px;
    }

  .vji-app{
    grid-template-columns:1fr;
  }

  .vji-card-head,
  .vji-detail-title{
    display:block;
  }

  .vji-salary{
    white-space:normal;
    margin-top:8px;
  }

  .vji-form-grid{
    grid-template-columns:1fr;
  }

  .vji-modal-card{
    padding: 24px;
  }

  .vji-card h3,
  .vji-detail-title h2{
    font-size:28px;
  }
  .vji-filter-head h2{
    font-size: 28px;
  }
  .vji-filters{
    padding: 20px;
  }
  .vji-card{
    padding: 20px;
    margin-bottom: 16px;
  }
  .vji-card-head, .vji-detail-title{
    padding-bottom: 16px;
  }
  .vji-meta{
    margin-top: 16px;
    column-gap: 16px;
    row-gap: 8px;
  }
  .vji-link,
  .vji-apply-btn{
    margin-top: 16px;
  }
  .vji-apply-btn,
  .vji-submit{
    width: 100%;
  }
  .vji-details-card .vji-meta,
  .vji-modal-card .vji-meta{
    margin-top: 16px;
    margin-bottom: 16px;
  }
  .vji-job-ref{
    padding: 16px 0 16px 0;
    margin-bottom: 16px;
  }
}