.sifency-career-layout-style-1 .sifency-career-img,
.sifency-career-layout-style-3 .sifency-career-img,
.sifency-career-layout-style-3 .sifency-career-item__button .btn-text {
    display: none
}

.sifency-career-grid {
    display: grid;
    width: 100%
}

.sifency-career-item {
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
    position: relative;
    transition: .3s;
    background: #fff;
    overflow: hidden
}

.sifency-career-img img {
    width: 100%;
    height: auto;
    object-fit: cover;
    display: block
}

.sifency-career-item__title a {
    text-decoration: none;
    color: inherit;
    transition: color .3s
}

.sifency-career-item__meta i,
.sifency-career-item__meta svg,
.sifency-career-item__title a:hover {
    color: var(--e-global-color-primary)
}

.sifency-career-item__meta {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    margin-top: 8px;
    opacity: .8
}

.sifency-career-item__meta span {
    display: inline-flex;
    align-items: center;
    gap: 6px
}

.sifency-career-item__button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    cursor: pointer;
    text-decoration: none;
    transition: .3s
}

.sifency-career-layout-style-1 {
    gap: 15px !important
}

.sifency-career-layout-style-1 .sifency-career-item {
    flex-direction: row;
    align-items: center;
    padding: 25px;
    border: 1px solid #e5e7eb;
    justify-content: space-between
}

.sifency-career-layout-style-1 .sifency-career-item:hover {
    border-color: var(--e-global-color-primary)
}

.sifency-career-layout-style-1 .sifency-career-content {
    flex: 1;
    padding-right: 20px
}

.sifency-career-layout-style-1 .sifency-career-item__title {
    margin: 0;
}

.sifency-career-layout-style-1 .sifency-career-item__footer {
    flex-shrink: 0
}

.sifency-career-layout-style-1 .sifency-career-item__button {
    background: 0 0;
    color: var(--e-global-color-primary);
    font-weight: 600;
    padding: 8px 16px;
    border: 1px solid var(--e-global-color-primary)
}

.sifency-career-layout-style-1 .sifency-career-item__button:hover {
    background: var(--e-global-color-primary);
    color: #fff
}

.sifency-career-layout-style-2 .sifency-career-item {
    padding: 30px;
    border: 1px solid #f0f0f0;
    text-align: center;
    align-items: center
}

.sifency-career-layout-style-2 .sifency-career-img {
    width: 60px;
    height: 60px;
    margin-bottom: 20px;
    overflow: hidden
}

.sifency-career-layout-style-2 .sifency-career-item__meta {
    justify-content: center;
    margin-bottom: 15px
}

.sifency-career-layout-style-2 .sifency-career-item__excerpt {
    margin-bottom: 20px;
    color: #666
}

.sifency-career-layout-style-2 .sifency-career-item__button {
    background: #111;
    color: #fff;
    padding: 10px 25px;
    width: 100%
}

.sifency-career-layout-style-2 .sifency-career-item__button:hover {
    background: var(--e-global-color-primary)
}

.sifency-career-layout-style-3 {
    gap: 0 !important
}

.sifency-career-layout-style-3 .sifency-career-item {
    flex-direction: row;
    align-items: center;
    padding: 30px 0;
    border-bottom: 1px solid #ddd;
    background: 0 0
}

.sifency-career-layout-style-3 .sifency-career-content {
    flex: 1
}

.sifency-career-layout-style-3 .sifency-career-item__button {
    padding: 10px;
    color: #111;
    font-weight: 700
}

@media(min-width:768px) {
    .sifency-career-layout-style-3 .sifency-career-item__button .btn-text {
        display: inline-block;
        margin-right: 5px
    }
}

.sifency-career-layout-style-3 .sifency-career-item__button i {
    transition: transform .3s
}

.sifency-career-layout-style-3 .sifency-career-item:hover .sifency-career-item__button i {
    color: var(--e-global-color-primary)
}

.sifency-career-layout-style-4 .sifency-career-item {
    background: #f8f9fa;
    padding: 30px;
    border-left: 4px solid var(--e-global-color-primary);
    justify-content: center
}

.sifency-career-layout-style-4 .sifency-career-item:hover {
    background: #fff
}

.sifency-career-layout-style-4 .sifency-career-img {
    width: 50px;
    margin-bottom: 15px
}

.sifency-career-layout-style-4 .sifency-career-item__title {
    margin-bottom: 5px
}

.sifency-career-layout-style-4 .sifency-career-item__footer {
    margin-top: 20px
}

.sifency-career-layout-style-4 .sifency-career-item__button {
    color: var(--e-global-color-primary);
    padding: 0;
    background: 0 0
}

.sifency-career-layout-style-4 .sifency-career-item__button:hover {
    text-decoration: underline
}

.sifency-career-layout-style-5 .sifency-career-item {
    flex-direction: row;
    justify-content: space-between;
    padding: 25px;
    border: 1px solid #eee;
    align-items: flex-start
}

.sifency-career-layout-style-5 .sifency-career-img {
    width: 60px;
    height: 60px;
    flex-shrink: 0;
    margin-right: 20px;
    display: flex;
    align-items: center;
    justify-content: center
}

.sifency-career-layout-style-5 .sifency-career-item__title {
    margin-bottom: 8px
}

.sifency-career-layout-style-5 .sifency-career-item__meta span {
    padding: 4px 10px;
}

.sifency-career-layout-style-5 .sifency-career-item__footer {
    margin-top: 15px
}

.sifency-career-layout-style-5 .sifency-career-item__button {
    background: var(--e-global-color-primary);
    color: #fff;
    padding: 8px 20px;
    width: fit-content
}

.sifency-career-layout-style-5 .sifency-career-item__button:hover {
    opacity: .9
}

@media (max-width:767px) {

    .sifency-career-layout-style-1 .sifency-career-item,
    .sifency-career-layout-style-3 .sifency-career-item {
        flex-direction: column;
        align-items: flex-start
    }

    .sifency-career-layout-style-1 .sifency-career-content {
        padding-right: 0;
        margin-bottom: 15px
    }

    .sifency-career-layout-style-3 .sifency-career-item__footer {
        margin-top: 15px
    }

    .sifency-career-layout-style-5 .sifency-career-item {
        flex-direction: column
    }

    .sifency-career-layout-style-5 .sifency-career-img {
        margin-bottom: 15px;
        margin-right: 0
    }
}