header {
    background-image: url('../static/header-music.webp') !important;
}

.vsource {
    width: 100%;
    height: 32px;
    margin-bottom: 20px;
}

.vsource-image {
    height: 32px;
    width: 48px;
    float: left;
    border-radius: 6px;
}

.vsource-title {
    float: right;
    text-align: left;
    width: calc(100% - 68px);
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin-top: 5px;
    margin-bottom: 12px;
    font-weight: 700;
}

.vsource-author-profile {
    width: 24px;
    height: 24px;
    border-radius: 12px;
    margin-left: 20px;
    float: left;
}

.vsource-author {
    display: none;
    float: left;
    margin: 2.5px;
    margin-left: 20px;
    width: calc(100% - 180px - 20px - 10px - 24px);
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-weight: 300;
    font-size: 14px;
}

.username:before {
    content: '@';
}

.views:after {
    content: ' views';
}

.vsource-author span {
    margin-right: 4px;
    margin-left: 4px;
}

.vsource-author span:first-child {
    margin-right: 4px;
    margin-left: 0px;
}

/* Music List */

.asource {
    padding-top: 6px;
    padding-bottom: 6px;
}

.asource ol {
    padding-left: 0px;
    margin: 0px;
}

.asource ol li {
    list-style-type: none;
    line-height: 2em;
    margin-left: 20px;
    margin-bottom: 8px;
}

.asource li {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.asource li a {
    display: inline-block;
    width: calc(100% - 56px);
    font-weight: bold;
    color: var(--soft-emphasis);
    text-decoration: none;
}

.asource li a:hover {
    text-decoration: underline;
    text-underline-offset: 2px;
    text-decoration-thickness: 0.5px;
}

.asource li a:hover::after {
    content: var(--open-link);
    padding-left: 8px;
    align-self: flex-end;
}

.asource-artist {
    font-weight: 500;
}

.asource-title {
    font-weight: 300;
}

.asource-start {
    display: inline-block;
    vertical-align: top;
    width: 42px;
    padding-left: 5px;
    font-weight: 400;
    font-size: 11px;
}

.asource-start:hover {
    text-decoration: underline;
}

#vsources-loading {
    text-align: center;
    margin-bottom: 30px;
}

.vsource-double {
    margin-bottom: 20px;
}