.sheet-music-cover {
    position: relative;
    overflow: hidden;
    background-color: #fff;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.sheet-music-cover canvas {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.sheet-music-cover-unavailable::before {
    content: '\266b';
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #b3a6a2;
    background: #f7f4f3;
    font-size: clamp(42px, 8vw, 92px);
}

.sheet-music-detail-cover {
    width: 100%;
    max-width: 600px;
    aspect-ratio: 1 / 1;
}

.sheet-music-mini-cover {
    float: right;
    width: 4em;
    height: 4em;
    margin-left: 1em;
}