.sources-box.hidden {
    display: none;
}
.sources-box .sources {
    display: flex;
    list-style: none;
    padding-left: 0;
}
.sources-box h6.title {
    font-size: 18px;
    font-weight: 600;
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 15px;
    color: #334153;
}
.sources-box h6.title::after {
    content: "";
    width: 60px;
    height: 4px;
    background: #ef7d2d;
    position: absolute;
    bottom: 0;
    left: 3px;
    transform: skew(-45deg);
}
.sources-box .sources .source {
    line-height: 1;
    display: inline-block;
    border: 1px solid #e7e7e7;
    margin-right: 8px;
    display: flex;
    align-items: center;
    line-height: 1;
    padding: 5px 10px;
}
.sources-box .sources .source .bulb {
    display: inline-block;
    width: 15px;
    height: 15px;
    background: #25a900;
    border-radius: 50%;
    line-height: 1;
}
.sources-box .sources .source.out-of-stock .bulb {
    background: #ee333a;
}

.sources-box .sources .source .title {
    line-height: 1.3;
    display: block;
    font-weight: 600;
    margin-right: 5px;
}