/* distress/index.html only. Loaded after base.css and simple-page.css. */

.container {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.back-link {
    align-self: flex-start;
    margin-left: 1rem;
}

h1 {
    margin: 0;
}

.cover-placeholder {
    width: min(260px, 80vw);
    aspect-ratio: 1 / 1;
    border: 2px dashed #000;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 1rem;
    box-sizing: border-box;
    margin: 1.5rem 0;
}

.cover-art {
    width: min(260px, 80vw);
    aspect-ratio: 1 / 1;
    object-fit: cover;
    border: 2px solid #000;
    margin: 1.5rem 0;
}

.listen-links {
    display: flex;
    flex-direction: column;
    gap: 0.4rem;
    margin-top: 0.5rem;
}

.listen-links a {
    text-decoration: underline;
}

.listen-links a:hover {
    text-decoration: none;
}

.tracklist {
    text-align: left;
    max-width: 300px;
    margin-top: 1rem;
}
