.job-offers .premium-blog-thumbnail-container{
    position: relative;
    max-width: 324px;
    height: 300px;
    border-radius: 40px;
    overflow: hidden;
}


.posts-list:not(.slick-slider){
    display: flex;
    gap: 48px;
    flex-wrap: wrap;
    justify-content: space-between;
    position: relative;
}
.posts-list .post-card{display: flex;}
.post-card {
    position: relative;
    width: calc((100% / 4) - 48px);
    align-items: center;
    flex-direction: column;
    cursor: pointer;
}
.posts-list .post-card:last-child {
    margin-right: auto;
}
.post-card__type{
    position: absolute;
    right: 12px;
    top: 12px;
    padding: 16px;
    border-radius: 50px;
    background: var(--c-white);
    font-size: 14px;
    font-weight: 600;
    text-align: center;
}
.post-card__label{
    padding: 16px;
    border-radius: 50px;
    background: var(--c-secondary);
    font-size: 14px;
    font-weight: 600;
    text-align: center;
    margin-top: -25px;
    z-index: 1;
}
.post-card__thumb{
    position: relative;
    max-width: 324px;
    height: 300px;
    border-radius: 40px;
    overflow: hidden;
}
.post-card .post-card__thumb-img {height: 100%;}
.post-card .post-card__thumb-img{
    width: 100%;
    object-fit: cover;
}
.post-card__title{
    padding: 0 34px;
    text-align: center;
}
.post-card .post-card__title a{text-decoration: none;}
.post-card__title a{
    color: var(--c-text);
    font-size: 26px;
    font-weight: 600;
}

.offer-wrapper{
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1;
    background-color: rgba(255,255,255, 0.5);
    width: 100%;
    height: 100%;
    cursor: pointer;
}
.offer{
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 2;
    transform: translate(-50%, -50%);
    padding: 40px;
    border-radius: 32px;
    max-width: 100%;
    max-height: 80%;
    overflow-y: auto;
    width: 100%;
    background: var(--c-primary);
    color: var(--c-white);
    border: 5px solid var(--c-primary-light);
}

.offer [data-close-offer]{
    position: absolute;
    top: 16px;
    right: 16px;
    font-size: 24px;
    font-weight: 600;
    cursor: pointer;
    width: 32px;
    height: 32px;
    background: url(../../../img/icons/close.svg) no-repeat center center/cover;
}

.custom-job-offers-wrapper .premium-blog-post-container .premium-blog-skin-classic, .premium-blog-content-wrapper .empty-thumb{
	background:white;
}


.custom-job-offers-wrapper .premium-blog-post-container .premium-blog-inner-container, .premium-blog-content-wrapper{
	display: flex;
  	flex-direction: column-reverse;
	justify-content: center;
	text-align: center;
}

.custom-job-offers-wrapper .premium-blog-inner-container{
	margin-bottom: -7px;	
}


.custom-job-offers-wrapper .premium-blog-content-wrapper{
	height: 82px;
}


.custom-job-offers-wrapper .premium-blog-post-container{
	position:relative;
}


.custom-job-offers-wrapper .premium-blog-thumb-effect-wrapper{
	border-radius:30px;
}

.ast-single-post .entry-content a{
	 text-decoration: none;
	 font-size: 13px;
}

.fa.fa-align-left.fa-fw, .fa.fa-tags.fa-fw{
	display:none;
}

.custom-job-offers-wrapper--external .slick-slide>div,
.custom-job-offers-wrapper--external .custom-job-offers-slide {
    height: 100% !important;
}

.custom-job-offers-wrapper--external .custom-job-offers-slide .premium-blog-thumb-effect-wrapper img {
    height: 301px;
    object-fit: contain;
}

.custom-job-offers-wrapper .premium-blog-post-tags-container{
	flex-direction: inherit;
  	position: absolute;
    top: 280px;
  	background: var( --e-global-color-secondary );
  	padding: 10px;
  	border-radius: 30px;
 	width: 30%;
	left: 50%;
	transform: translateX(-50%);
	color: var(--c-black);
  	font-weight: 600;
  	justify-content: center;
}

.custom-job-offers-wrapper .premium-blog-post-tags-container a{
    color: var(--c-black);;
    font-weight: 600;
    margin: 0;
}

.custom-job-offers-wrapper .premium-blog-entry-title h2{
	font-family:inherit;
}

.custom-job-offers-wrapper .premium-blog-entry-title, 
.custom-job-offers-wrapper .premium-blog-entry-title a{	
  	margin-top: 25px;
    font-family: "Open-Sans", Sans-serif;
    font-size: 20px;
    color: var(--c-black);
}

.custom-job-offers-wrapper .premium-blog-entry-meta{
	position: absolute;
  	top: 0;
  	background: white;
  	padding: 20px;
  	border-radius: 30px;
  	right: 0;
  	margin:10px 25px;
	font-weight: 600;
  	color: black;	
}

.custom-job-offers-slide.no-logo .premium-blog-inner-container{
    margin-bottom: 70px;
}

.custom-job-offers-slide.no-logo .premium-blog-entry-title{
    margin-top: 75px;
}

.custom-job-offers-slide.no-logo .premium-blog-post-tags-container{
    bottom: 0;
}

.custom-job-offers-wrapper ul.slick-dots li.slick-active i{
    color: var(--c-primary);
}
.custom-job-offers-wrapper ul.slick-dots li i.fas.fa-circle {
    color: var(--c-primary-light);
}

@media (min-width: 768px) {
    .offer {
        max-width: 630px;
    }
}