/* box proms START */
.offers-proms{
    background-color: #fdf2e1;
    margin: 10px -10px 20px -10px;
    padding: 12px 10px 10px;
    border-radius: 12px;
}

.offers-proms-h{
    font-weight:700;
    font-size:1.5rem;
    margin:5px 0 0 5px;
    color: var(--global-darker-blue);
}
/* box proms END */

/* job offers START */
.job-offers{
	display:flex;
    flex-direction:column;
	box-sizing:border-box;
	gap:20px;
	margin-top:15px;
}

.job-offer-body{
	width:100%;
    background-color:#fff;
    border-radius:10px;
	padding:15px 15px;
	box-sizing:border-box;
	display:flex;
    transition:0.05s;
    /*box-shadow: 0px 0px 6px -1px rgb(81 61 27 / 12%);*/
    /*box-shadow: 0 0px 12px -3px #81776145;*/
    box-shadow: 0 0px 12px -3px rgb(140 140 140 / 44%);
    /*border: 1px solid #efe1dc;*/
    /*border: 1px solid #f1f1f1;*/
    border: 1px solid #e5e6ea;
    align-items:center;
    flex-wrap: wrap;

}
@media(max-width:768px){
    .job-offer-body{
        padding:10px 7px;
    }
}

.job-offer-body:hover{
    /*border: 2px dotted #e9dbcd;*/
    transition:0.05s;
    box-shadow: 0px 1px 12px -3px rgb(81 61 27 / 34%);
}

.job-offer-body:hover .job-offer-title{
    text-decoration: underline;
    color: var(--global-blue);
}

.label-active{
    padding-top: 20px;
    margin-top:6px;
    border-left: 4px solid gold;
}

.a-body-offer-group{
    border-bottom-left-radius:0;
    border-bottom-right-radius:0;
    padding:10px 10px 15px;
}

.job-offer-image{
    width:90px;
	height:70px;
    box-sizing:border-box;
    margin-right:18px;
    margin-left:6px;
}
@media(max-width:768px){
    .job-offer-image{
        padding:5px 0;
    }
}
.job-offer-image img{
	width:100%;
	height:100%;
	object-fit:contain;
	border-radius:10px;
}

.job-offer-meta{
	width:calc(100% - 114px);
    position:relative;
}

.job-offer-header{
    display:flex;
    justify-content:space-between;
    width:100%;
}
@media(max-width:768px){
    .job-offer-header{
        flex-direction:column;
    }
}

.job-offer-title{
	font-size:1.8rem;
	font-weight:700;
	margin:0 0 12px 0;
    text-overflow: ellipsis;
    display: block;
    max-width: calc(100% - 15px);
    overflow: hidden;
    white-space: nowrap;
    color:var(--global-darker-blue);
    color: var(--global-blue-2);
}
@media(max-width:768px){
    .job-offer-title{
        margin:0px 0 6px 0;
        font-size:1.5rem;
        width: calc(100% - 10px);
        min-width:calc(100% - 10px);
    }
}

.label-block{
    position: absolute;
    top: -33px;
    background-color: var(--global-blue);
    color: #fff;
    color: var(--global-darker-blue);
    padding: 4px 10px;
    width: 92px;
    text-align: center;
    border-radius: 6px;
    font-size: 12px;
    right: -1px;
    background-color: gold;
}
@media(max-width:768px){
    .label-block{
        right:12px;
    }
}

.job-offer-salary{
    font-size:1.5rem;
    color:var(--global-pink);
    font-weight:500;
    text-align:right;
}
@media(max-width:768px){
    .job-offer-salary{
        font-size:1.3rem;
        text-align:left;
        margin-top:-2px;
        margin-bottom:4px;
        font-weight:600;
    }
}

.job-offer-meta-body{
    display:flex;
    width:100%;
    justify-content:space-between;
    margin-bottom: 5px;
}

.job-offer-company-location{
	display:flex;
	align-items:flex-start;
    gap:10px;
    font-size:13px;
    font-weight: 500;
    width:100%;
    color: #19182e;
    flex-direction:column;
}
@media(max-width:768px){
    .job-offer-company-location{
        gap:8px;
        width:100%;
        flex-direction:column;
        align-items: flex-start;
    }
}

.job-offer-company-location>div{
    display:flex;
    height: 17px;
}



.job-offer-company{
    /*max-width:60%;*/
    max-width:95%;
    overflow:hidden;
    position:relative;
    font-weight:600;
}

@media(max-width:768px){
    .job-offer-company{
        /*max-width:120px;*/
        max-width:95%;
        width:100%;
    }
}

.job-offer-company-long{
    max-width: calc(100% - 20px);
    position:absolute;
    left:20px;
}

.company-text{
    text-overflow: ellipsis;
    display: block;
    /*max-width: 130px;*/
    max-width: 100%;
    overflow: hidden;
    white-space: nowrap;
}

@media(max-width:768px){
    .company-text{
        max-width:100%;
    }
}

.icon-company{
	width:15px;
	height:auto;
	margin-right:5px;
}

.job-offer-city{
    max-width: 45%;
}
@media(max-width:768px){
    .job-offer-company-location>.job-offer-city{
        height:auto;
    }
    .job-offer-city{
        flex-wrap:wrap;

    }
}
.icon-location{
	width:12px;
	height:auto;
	padding-right:5px;
}

.job-offer-city>span{
    text-overflow: ellipsis;
    display: block;
    max-width: 100%;
    overflow: hidden;
    white-space: nowrap;
}

@media(max-width:768px){
    .job-offer-type{
        display:none;
    }
}

@media(max-width:768px){
    .job-offer-city.additional-locs-btn{
        width:100%;
        max-width:100%;
    }
}

.job-offer-requirements{
    display:flex;
    gap:10px;
    font-size:12px;
    margin-top: 10px;
    margin-bottom: 11px;
}
@media(max-width:768px){
    .job-offer-requirements{
        display:none;
    }
}

.job-offer-requirement{
    background-color:rgba(181,161,141,0.1);
    color:#956231;
    padding:2px 5px;
    border-radius:5px;
    text-overflow: ellipsis;
    display: block;
    overflow: hidden;
    white-space: nowrap;
}

.job-offer-details{
    font-size:1.4rem;
    color:var(--global-dark-blue-text);
    color: #4f4e61;
    display:flex;
    flex-wrap:wrap;
    gap:2px 8px;
    align-items: center;
    margin-top: 15px;
    width: 100%;
    padding: 8px 10px 0 10px;
    border-top:1px solid #e5e5e5;
}
@media(max-width:768px){
    .job-offer-details{
        margin-top:9px;
    }
}

.additional-loc-links{
    position: absolute;
    background-color: white;
    font-size: 14px;
    display: none;
    flex-direction: column;
    z-index: 10;
    width: 100%;
    gap: 5px;
    padding: 10px 15px;
    box-shadow:  0px 2px 6px -1px rgba(81, 61, 27, 0.12);
    border: 1px solid rgb(239, 225, 220);
    border-top-width:0;
    box-sizing: border-box;
    border-radius: 0 0 10px 10px;
    margin-top: -1px;
}

.sep-circle{
    background-color:#b9b9b9;
    width:5px;
    height:5px;
    border-radius:5px;
}

.show-more{
    outline:none;
    border:1px solid var(--global-blue);
    color:var(--global-blue);
    padding:10px 20px;
    border-radius:10px;
    width:200px;
    margin:auto;
    font-weight:500;
    background-color:#fff;
    font-family:'Open Sans', sans-serif;
    margin-top:10px;
}

.group-locations-links-wrapper{
    background-color: white;
    font-size: 14px;
    z-index: 10;
    width: 100%;
    padding: 0px 15px 10px;
    box-shadow: 0px 2px 6px -1px rgba(81, 61, 27, 0.12);
    border: 1px solid #e5e6ea;
    border-top-width: 0;
    box-sizing: border-box;
    border-radius: 0 0 10px 10px;
    margin-top: -1px;
    display:block;
    position:relative;
    border-top: 1px solid #e5e6ea;
    height:117px;
    overflow: hidden;
}

.group-content-short{
    height: 117px;
    overflow: hidden;
    position: relative;
}


.group-locations-h{
    font-weight:500;
    font-size:1.2rem;
    margin:10px 0;
}

.group-locations-links{
    display:flex;
    gap:5px;
    padding:0 0 10px 0;
    flex-wrap: wrap;
}

.group-locations-links a{
    background-color: #3f67e8;
    color: #fff;
    background-color: #fff;
    border: 1px solid var(--global-darker-blue);
    border: 1px solid var(--global-blue);
    color:var(--global-blue);

    font-weight:600;
    font-size:12px;
    padding:4px 6px;
    border-radius:10px;
}
.group-locations-links a:hover{
    text-decoration:underline;
}

.btn-group-see-more{
    display:flex;
    align-items: flex-end;
    justify-content: flex-end;
    position: absolute;
    bottom: 0;
    right: 0;
    background-color: #fff;
    width: 100%;
    padding:6px 10px 8px;
    box-sizing: border-box;
    border-top: 1px solid #f2f2f2;
    cursor:pointer
}

.btn-group-see-more:hover button{
    text-decoration:underline;
}

.btn-group-see-more button{
    color:var(--global-darker-blue);
    font-weight:600;
    background-color:rgba(0,0,0,0);
    outline:none;
    border:none;
    cursor:pointer;

}
.btn-group-see-more button:hover{
    text-decoration:underline;
}
/* job offers END */