@import url('https://fonts.googleapis.com/css2?family=Roboto+Mono:ital,wght@0,100..700;1,100..700&display=swap');

.jobylon-job-list * {
  font-family: "Roboto Mono", monospace;
}

.jobylon-job-list .jobylon-job {
    border-bottom: 0 !important;
    margin-left: 1%;
    background-color: #fff;
    /*box-shadow: 0 3px 6px rgba(0,0,0,0.08), 0 3px 6px rgba(0,0,0,0.11);*/
    margin-right: 1%;
    text-align: left;
    border: 1px solid rgb(0 61 72 / 10%);
    border-bottom: 1px solid rgb(0 61 72 / 10%) !important;
    transition: 0.2s linear;
    margin-bottom: 20px;
    min-height: 230px !important;
    vertical-align: middle;
    border-radius: 0px;
    overflow: hidden;
    font-family: Poppins,sans-serif;
  /* box-shadow: 0px 0px 4px 0px rgb(0 0 0 / 40%); */
}

#jobylon-jobs-widget .jobylon-job-list-page {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  grid-gap: 1.25rem;
}

@media (min-width: 768px) {
  #jobylon-jobs-widget .jobylon-job-list-page {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 1080px) {
  #jobylon-jobs-widget .jobylon-job-list-page {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

.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: #1e1e1e !important;
    text-align: left;
    font-size: 20px;
    font-weight: 600;
    font-family: "Roboto Mono", monospace;
    margin-bottom: 0;
    padding: 0 10px !important;
    cursor: text !important;
    margin-top: 10px;
    /* margin-bottom: 10px; */
    margin-left: 10px !important;
    max-width: 100%;
    word-wrap: break-word;
    hyphens: auto;
}

.jobylon-job .jobylon-job-cover {
    display: block !important;
    height: 150px;
    width: 100%;
    border-bottom-left-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 0px;
    /* box-shadow: 0px 2px 9px rgb(0 0 0 / 40%); */
}

.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;
    justify-content: space-between;
    padding: 0 !important;
}

/*.jobylon-job-excerpt {
    display: none !important;
}*/

.jobylon-job-excerpt p strong {
    font-weight: 400 !important;
}

.jobylon-job-list .jobylon-job-details{
    text-align: left !important;
    margin-left: 20px !important;
    margin-top: 0;
    /*display: none;*/
}

.jobylon-job-excerpt {
    text-align: left !important;
    margin-left: 20px !important;
    height: 50px;
    overflow-x: scroll;
    margin-bottom: 10px;
    margin-top: 10px;
    flex-grow: 1;
  font-size: 12px !important;;
}

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

.jobylon-location strong {
    display: none;
}

.jobylon-job-list .jobylon-job-details li {
    color: #1e1e1e;
    font-size: 13px !important;
}

.jobylon-location::before {
    content: '';
    width: 10px;
    height: 10px;
    display: inline-block;
    margin-right: 2px;
    background-image: url(https://embed-css.jobylon.com/img/icons/map-pin-icon.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
}

.jobylon-job-list .jobylon-apply-btn {
    color: #1e1e1e !important;
    font-weight: bold;
    background-color: #fff !important;
    font-size: 16px;
    line-height: 28px;
    font-weight: normal !important;
    width: 120px;
    border: 0 !important;
    text-align: left !important;
    border-radius: 0px !important;
    margin-right: 10px !important;
    margin-left: 20px !important;
    margin-bottom: 20px !important;
    text-shadow: none !important;
    box-sizing: border-box !important;
    font-family: Poppins,sans-serif;
    padding-left: 0px !important;
    padding-right: 0px !important;
    text-decoration: solid underline #aa8d50 2px;
    vertical-align: middle;
}

.jobylon-apply-btn:hover {
    text-decoration: underline;
    text-decoration-thickness: 2px;
}

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

.jobylon-job-excerpt p {
    color: #1e1e1e !important;
    font-size: 16px;
}

.jobylon-job-list .jobylon-powered-by {
    float: none;
    margin: 0 auto !important;
    display: block;
    text-align: center;
    font-weight: 300;
      font-family: "Roboto Mono", monospace;
}

.jobylon-pagination {
    text-align: center !important;
}

.jobylon-job-list .jobylon-pagination a {
    color: #033c71;
}