.album {
    border-left: 2px solid oklch(0.95 0.005 150);

    & li {
        list-style: decimal;
        margin-left: 2.5em;
    }

    & a:hover {
        text-decoration: none;
    }

    & a:not(:hover) {
        color: inherit;
    }

    & a.active {
        font-weight: 500;
    }
}

.album-audio {
    display: block;
    width: 480px;

    @media (max-width: 640px) {
        width: 100%;
    }
}
