.job-infor {
    display: grid;
    grid-template-columns: 18px 94px auto;
    row-gap: 8px
}

.slick-dots li {
    margin: 0;
}

#map iframe {
    width: 100%;
    height: 170px;
    ;
}

.bg-yellow {
    background-color: rgba(250, 190, 0, 0.1)
}

label.error {
    font-size: 12px;
    color: red;
}

.text-overflow-2line {
    display: -webkit-box;
    -webkit-line-clamp: unset;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.job-name-detail {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.description {
    list-style: circle;
    margin-left: 20px;
}

@media screen and (min-width:768px) {
    #map iframe {
        width: 100%;
        height: 300px;
        ;
    }
}

@media screen and (min-width:1024px) {
    #map iframe {
        width: 100%;
        height: 450px;
        ;
    }
}
