/* assets/css/performance.css */
/* =========================
   Media services
   ========================= */

.media-services-wrap {
    margin-top: 0.5rem;
    margin-bottom: 2rem;
    text-align: center;
}

.media-services-prompt {
    font-size: 0.85rem;
    color: #888;
    margin-bottom: 0.5rem;
}

.media-service-link {
    display: inline-block;
    font-size: 1.75rem;
    margin: 0 0.25rem;
}

.media-service-link a,
.media-service-link a:visited {
    color: #fff;
}

.media-service-link a:hover {
    opacity: 0.5;
}

/* =========================
   Cover / tracklist
   ========================= */

.cover-tracklist-wrap {
    display: flex;
    margin-bottom: 1rem;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-around;
}

.perform-cover {
    max-width: 30rem;
}

.perform-cover > img {
    width: 100%;
    border-radius: 0.25rem;
}

/* =========================
   Text sections
   ========================= */

.perform-text,
.press-release {
    margin: 2rem 0;
}

.perform-text-citation {
    text-align: right;
    font-style: italic;
}

/* =========================
   Generic section wrappers
   ========================= */

.info-wrap,
.albums-wrap,
.audio-links-wrap,
.extra-links-wrap,
.connected-collection-wrap,
.crew-wrap {
    margin: 1.5rem 0;
}

/* =========================
   Section titles
   ========================= */

.perform-text-title,
.press-release-title,
.audio-links-title,
.albums-title,
.extra-links-title,
.info-title,
.connected-collection-title,
.crew-title {
    font-size: 1.25rem;
    padding-bottom: 0.5rem;
    margin-top: 1rem;
    margin-bottom: 0.75rem;
    border-bottom: 1px dotted #444;
    font-weight: 300;
}

/* =========================
   Info / crew lists
   ========================= */

.crew-member,
.info-item,
.audio-links > a,
.extra-links > a {
    display: flex;
    margin-bottom: 0.5rem;
    flex-wrap: wrap;
}

.info-label {
    opacity: 0.5;
    margin-right: 0.5rem;
    flex-basis: 12rem;
    flex-grow: 1;
}

.info-label::after {
    content: ":";
    margin-right: 0.5rem;
}

.info-text {
    flex-grow: 2;
    flex-basis: 20rem;
}

.crew-member-names {
    margin-right: 0.5rem;
    flex-basis: 12rem;
    flex-grow: 1;
}

.crew-member-position {
    flex-grow: 2;
    flex-basis: 20rem;
    font-weight: 300;
    color: #888;
    font-size: 0.8rem;
    line-height: 1.25rem;
}

.crew-persons-divider {
    color: #888;
    margin: 0 0.125rem;
    font-weight: 300;
}

/* =========================
   Header / navigation
   ========================= */

.title-with-prev-next-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

/* =========================
   Galleries / connections
   ========================= */

.img-gallery > a > img {
    height: 100px;
}

.connection-albums-items-wrap {
    display: flex;
    margin: 0 -0.5rem;
    height: 150px;
}

.connection-albums-item {
    padding: 0 0.5rem;
}

.connection-albums-item img {
    max-height: 100%;
    border-radius: 0.25rem;
}

.connection-items-wrap {
    display: flex;
    margin: 0 -0.5rem;
}

.connection-item {
    height: 250px;
    padding: 0 0.5rem;
}

.connection-item img {
    max-height: 100%;
    border-radius: 0.25rem;
}

/* =========================
   Info chip (album header)
   ========================= */

.album-header .info-chip {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;

    width: auto;
    max-width: max-content;
    padding: 0.35rem 0.85rem;
    margin-top: 0.75rem;

    border-radius: 999px;
    background: #333;
}

.album-header .info-chip-icon {
    margin-right: 0.4rem;
}

.album-header .info-chip-text {
    font-size: 0.9rem;
    text-align: center;
}
