.dct-hijobs-widget {
    width: 100%;
}

.dct-hijobs-widget .widget-title,
.block-widget--hijobs .block-widget__title {
    background-image: url(../../assets/images/logo_hijobs.png);
    background-size: auto 45%;
    background-repeat: no-repeat;
    background-position: top right;
    background-position-y: 4px;
}

.dct-hijobs-widget__list {
    list-style: none;
}

.dct-hijobs-widget__list-item {
    position: relative;
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #e5e5e5;
}

.dct-hijobs-widget__list-item:last-child {
    border-bottom: 0;
}

.dct-hijobs-widget__list-item-title {
    margin-bottom: 4px;
    line-height: 20px;
    font-size: 17px;
}

.dct-hijobs-widget__list-item-detail {
    font-size: 10px;
    line-height: 20px;
    text-transform: uppercase;
    margin-bottom: 0;
}

/* Loading Spinner from https://loading.io/css */
.dct-hijobs-widget__lds {
    display: block;
    position: relative;
    margin: 0 auto;
    width: 64px;
    height: 64px;
}
.dct-hijobs-widget__lds div {
    display: block;
    position: absolute;
    left: 6px;
    width: 13px;
    background: #e5e5e5;
    animation: dct-hijobs-widget__lds 1.2s cubic-bezier(0, 0.5, 0.5, 1) infinite;
}
.dct-hijobs-widget__lds div:nth-child(1) {
    left: 6px;
    animation-delay: -0.24s;
}
.dct-hijobs-widget__lds div:nth-child(2) {
    left: 26px;
    animation-delay: -0.12s;
}
.dct-hijobs-widget__lds div:nth-child(3) {
    left: 45px;
    animation-delay: 0;
}
@keyframes dct-hijobs-widget__lds {
    0% {
        top: 6px;
        height: 51px;
    }
    50%, 100% {
        top: 19px;
        height: 26px;
    }
}