/* Listing (shortcode) */
.bo-careers-list {
    display: grid;
    gap: 16px;
}

.bo-career-card {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 40px 40px;
    border: 1px solid rgba(0, 77, 130, 0.05);
    border-radius: 6px;
    background: #fff;
    transition: opacity .2s ease;
}

.bo-career-card.bo-closed {

}
.bo-card-main {
    width: 70%;
}
.infinite-body .bo-card-title, .bo-card-title {
    color: var(--004d82, #004D82);
    font-size: 25px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px; /* 120% */
    width: 50%;
}
.infinite-body .bo-card-title a, .bo-card-title a {
    display: flex;
    align-items: center;
    column-gap: 5px;
}
.infinite-body .bo-card-title a:before, .bo-card-title a:before {
    content: "";
    position: relative;
    width: 2px;
    height: 17px;
    background: #5FC4E1;
}

.bo-card-meta {
    display: flex;
    gap: 24px;
    font-size: 14px;
    color: #333;
    width: 100%;
    padding-left: 10px;
}

.bo-card-meta__item {
    color: var(--000000, #000);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 150% */
    width: 50%;
}

.bo-card-cta {
    text-align: right;
    width: 30%;
    position: relative;
}
.bo-status {
    position: absolute;
    right: 0;
    top: -42px;
}

.bo-find-out {
    display: inline-flex;
    gap: 6px;
    align-items: center;
    text-decoration: none;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 150% */
}

.bo-deadline {
    margin-top: 6px;
    color: var(--000000, #000);
    font-size: 16px;
    font-weight: 400;
    line-height: 24px; /* 150% */
}

/* Badges */
.bo-badge {
    display: inline-block;
    padding: 2px 8px;
    border-radius: 999px;
    font-size: 12px;
    line-height: 1.6;
    border: 1px solid #e3e3e3;
    background: #fafafa;
}

.bo-badge-closed {
    background: #68c5d021;
    border-color: #004d82;
    color: #004d82;
}

/* Single page blocks */
.bo-career-hero {
    padding: 28px 0 8px;
    border-bottom: 1px solid #ececec;
}

.bo-career-strapline {
    font-size: 22px;
    line-height: 1.4;
    margin: 10px 0 24px;
}

.bo-career-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 340px;
    gap: 40px;
}

.bo-role-panel {
    border: none;
    border-radius: 12px;
    padding: 60px 0 0 0;
    background: transparent;
}

.bo-role-panel > .bo-role-row{
    display: flex;
    align-items: center;
    width: 100%;
    gap: 16px;
    padding: 14px 0;
    border-bottom: 1px solid hsl(193.38deg 68.42% 62.75% / 25%);
}

.bo-role-panel > .bo-role-row:first-of-type{
    border-top:1px solid hsl(193.38deg 68.42% 62.75% / 25%);
}

.bo-role-panel > .bo-role-row:last-of-type{
    border-bottom:0;
}
.bo-role-panel-title, .infinite-body .bo-role-panel-title{
    color: var(--004d82, #004D82);
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px; /* 140% */
}
.bo-role-row .bo-col-label {
    color: var(--004d82, #004D82);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 150% */
    flex: 1 1 auto;
    min-width: 0;
}

.bo-role-row .bo-col-value {
    flex: 0 0 220px;
    text-align: left;
    white-space: nowrap;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
}
@media (max-width: 540px){
    .bo-role-row{ flex-wrap: wrap; }
    .bo-role-row .bo-col-value{ flex: 0 0 100%; text-align: left; margin-top: 4px; }
}
@media (max-width: 768px) {
    .bo-career-card {
        flex-direction: column;
        align-items: flex-start;
        gap: 30px;
    }
    .bo-card-main {
        width: 100%;
    }

    .bo-card-cta {
        text-align: left;
        width: 100%;
    }
    .bo-card-cta .bo-find-out {
        margin: 0;
    }

    .bo-career-layout {
        grid-template-columns: 1fr;
    }
}
.bo-career-excerpt-section {

}
.bo-career-single-intro{

}
.bo-career-strapline {
    color: var(--004d82, #004D82);
    font-size: 36px;
    font-style: normal;
    font-weight: 400;
    line-height: 42px; /* 116.667% */
    margin: 0 0 60px;
}
.apply-for-role-btn {
    color: #004D82 !important;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 150% */
    display: flex;
    align-items: center;
    column-gap: 10px;
}
.apply-for-role-btn  .img-icon {
    display: grid;
    img {
        width: 12px;
        height: 12px;
    }
}
@media (min-width: 1200px) {
    .cs-desc-pr-100 {
        padding-right: 100px;
    }
}

.section-blue-gradient .bo-title-line {
    color: #ffffff;
}

.section-teal-gradient .bo-title-line {
    color: #1DAF8E;
}

.section-dkblue-gradient .bo-title-line {
    color: #035B63;
}

.section-limegreen-gradient .bo-title-line {
    color: #BBD034;
}
@media only screen and (max-width: 767px) {
    .bo-vacancy-cta-card {
        margin-bottom: 30px;
    }
    .bo-vacancy-cta-card:last-child {
        margin-bottom: 0;
    }
}