@import url('https://fonts.googleapis.com/css2?family=Bricolage+Grotesque:opsz,wght@12..96,200..800&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

.jobylon-job-list .jobylon-job {
    border-bottom: 0 !important;
    width: 31%;
    display: inline-block;
    margin-left: 1%;
    background-color: #fff;
    margin-right: 1%;
    text-align: left;
    border: 0;
    transition: 0.2s linear;
    margin-bottom: 20px;
    min-height: 300px !important;
    vertical-align: middle;
    border-radius: 15px;
    overflow: hidden;
  border: 1px solid #151200 !important;
}

.jobylon-job-list-page {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
} 

.jobylon-job {
    text-align: center !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex !important;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}

.jobylon-job-list .jobylon-job-title {
    color: #000;
    text-align: center;
    font-family: "Bricolage Grotesque", sans-serif;
    font-size: 16px !important;
    font-weight: 600;
    padding: 0;
    margin-top: 20px;
}

@media (max-width: 800px) {
    .jobylon-job-list .jobylon-job {
        width: 48%;
    }
}
@media (max-width: 570px) {
    .jobylon-job-list .jobylon-job {
        width: 98%;
    }
}

.jobylon-job .jobylon-job-cover {
    display: block !important;
    height: 200px;
    width: 100%;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 15px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.jobylon-job-title {
    cursor: text !important;
    text-align: center;
    font-weight: 500;
    padding:  0 10px !important;

}

/* .jobylon-job-descr {
    display: block !important;
    padding: 0 !important;
} */

.jobylon-job-descr {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: flex-end;
}

.jobylon-job-excerpt {
    display: none;
}

.jobylon-application-date,
.jobylon-function,
.jobylon-experience {
    display: none !important;
}

.jobylon-location {
    color: #000 !important;
    margin: 0 !important;
    font-size: 13px !important;
  font-family: "Inter", sans-serif;}

.jobylon-location strong {
    display: none;
}

.jobylon-job:hover .jobylon-location,
.jobylon-job:hover .jobylon-job-title {
    color: #000 !important;
}
.jobylon-apply-btn { 
    color: #fff !important;
    font-weight: bold;
    background-color: #5a0e36 !important;
    font-size: 14px;
    line-height: 28px;
    text-transform: none;
    border-radius: 50px !important;
    margin-right: 3% !important;
    margin-left: 3% !important;
  font-family: "Inter", sans-serif;
}

.jobylon-apply-btn:hover {
  background-color: #ffb28a !important;
  color: #5a0e36 !important;
}

.jobylon-job-list .jobylon-hide {
    display: none;
}

.jobylon-job-excerpt p {
    color: black !important;
}

.jobylon-job-list .jobylon-powered-by {
    float: none;
    margin 0 auto !important;
    display: block;
    text-align: center;
    font-weight: 600;
}

.jobylon-job-list .jobylon-pagination {
  text-align: center;
}

.jobylon-job-list .jobylon-pagination a {
    color: #151200 !important;
}