﻿:root {
    --mw-maroon: #990000;
    --mw-maroon-dark: #650000;
    --mw-gold: #f0c35a;
    --mw-ink: #181818;
    --mw-muted: #666666;
    --mw-border: #e4e4e4;
    --mw-card: #ffffff;
    --mw-soft: #f7f7f7;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    background: #f3f3f3;
    color: var(--mw-ink);
    font-family: "Open Sans", Arial, Helvetica, sans-serif;
}

.mw-shell {
    min-height: 100vh;
    background: #f3f3f3;
}

/* Top Bar */
.mw-topbar {
    background: #640000;
    color: #ffffff;
    border-bottom: 1px solid rgba(255,255,255,.12);
}

.mw-topbar-inner {
    width: 94%;
    max-width: 1180px;
    margin: 0 auto;
    min-height: 46px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}

.mw-topbar-inner-simple {
    justify-content: flex-end;
}

.mw-special-offer,
.mw-special-offer:link,
.mw-special-offer:visited {
    color: #ffffff;
    text-decoration: underline;
    text-underline-offset: 4px;
    text-decoration-thickness: 1px;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: .01em;
}

    .mw-special-offer:hover {
        color: #f0c35a;
        text-decoration: underline;
    }

/* Hero */
.mw-hero {
    position: relative;
    overflow: hidden;
    background-size: cover;
    background-position: center center;
    color: #ffffff;
}

.mw-hero-overlay {
    width: 94%;
    max-width: 1180px;
    min-height: 230px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    box-sizing: border-box;
    padding: 24px 0 24px 0;
}

.mw-artist-lockup {
    display: grid;
    grid-template-columns: 136px minmax(0, 1fr);
    gap: 22px;
    align-items: center;
    width: 100%;
}

.mw-profile-photo-wrap {
    width: 136px;
    height: 136px;
    border-radius: 16px;
    overflow: hidden;
    background: rgba(255,255,255,.16);
    box-shadow: 0 14px 34px rgba(0,0,0,.32);
    border: 3px solid rgba(255,255,255,.76);
}


    .mw-profile-photo-wrap img {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

.mw-artist-name {
    margin: 0;
    color: #ffffff;
    font-size: 36px;
    line-height: 1.05;
    font-weight: 800;
    text-shadow: 0 2px 18px rgba(0,0,0,.45);
}

.mw-artist-meta {
    margin-top: 8px;
    color: rgba(255,255,255,.88);
    font-size: 16px;
    font-weight: 600;
    text-shadow: 0 2px 14px rgba(0,0,0,.42);
}

.mw-hero-actions {
    margin-top: 18px;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.mw-button,
.mw-button:link,
.mw-button:visited,
.mw-button-secondary,
.mw-button-secondary:link,
.mw-button-secondary:visited {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 40px;
    padding: 0 18px;
    border-radius: 999px;
    box-sizing: border-box;
    text-decoration: none;
    font-size: 14px;
    font-weight: 800;
    cursor: pointer;
    border: 1px solid transparent;
    white-space: nowrap;
}

.mw-button {
    color: #ffffff !important;
    background: var(--mw-maroon);
    border-color: var(--mw-maroon);
}

    .mw-button:hover {
        background: var(--mw-maroon-dark);
        border-color: var(--mw-maroon-dark);
    }

.mw-button-secondary {
    color: #ffffff !important;
    background: rgba(255,255,255,.14);
    border-color: rgba(255,255,255,.58);
    backdrop-filter: blur(8px);
}

    .mw-button-secondary:hover {
        background: rgba(255,255,255,.24);
    }

/* Main Layout */
.mw-main {
    width: 94%;
    max-width: 1180px;
    margin: 22px auto 0 auto;
}

.mw-system-message,
.mw-contact-status {
    margin: 0 0 14px 0;
    padding: 12px 14px;
    background: #fff6d8;
    border: 1px solid #e1c56f;
    border-left: 5px solid #c79d1b;
    border-radius: 10px;
    box-sizing: border-box;
    line-height: 1.4;
}

.mw-card {
    background: var(--mw-card);
    border: 1px solid var(--mw-border);
    border-radius: 14px;
    box-shadow: 0 8px 28px rgba(0,0,0,.045);
    box-sizing: border-box;
}

.mw-card-inner {
    padding: 18px;
}

.mw-card-title {
    margin: 0 0 10px 0;
    font-size: 18px;
    font-weight: 800;
    color: #222222;
}

.mw-section-title {
    margin: 0;
    font-size: 22px;
    font-weight: 800;
    color: #222222;
}

.mw-section-head {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 12px;
    margin: 0 0 12px 0;
}

.mw-section-count {
    color: var(--mw-muted);
    font-size: 13px;
    font-weight: 700;
}

/* Compact About Card */
.mw-about-card {
    margin-bottom: 14px;
}

    .mw-about-card .mw-card-inner {
        padding: 16px 18px;
    }

.mw-about-title {
    margin: 0 0 12px 0;
}

    .mw-about-title .mw-section-title {
        line-height: 1.1;
        margin: 0;
    }

.mw-about-layout {
    display: grid;
    grid-template-columns: minmax(0, 2.6fr) minmax(0, 1.7fr) minmax(180px, .75fr);
    gap: 14px;
    align-items: start;
}

.mw-bio,
.mw-fact {
    min-width: 0;
    max-width: none;
    padding: 10px 12px;
    border-radius: 10px;
    background: #f8f8f8;
    border: 1px solid #eeeeee;
    font-size: 13px;
    line-height: 1.35;
    color: #333333;
    box-sizing: border-box;
}

.mw-bio {
    margin: 0;
    min-height: 150px;
}

.mw-fact b {
    display: block;
    margin-bottom: 3px;
    color: #222222;
}

.mw-about-facts {
    display: grid;
    grid-template-columns: 1fr;
    gap: 8px;
}

@media screen and (max-width: 900px) {
    .mw-about-layout {
        grid-template-columns: 1fr;
        gap: 10px;
    }
}

/* Player */
.mw-player-card {
    margin-bottom: 18px;
    overflow: hidden;
}

.mw-player-now {
    display: grid;
    grid-template-columns: 64px minmax(0, 1fr);
    gap: 14px;
    align-items: center;
    padding: 18px;
    background: linear-gradient(135deg, #241111 0%, #5f0000 54%, #1e1e1e 100%);
    color: #ffffff;
}

.mw-big-play {
    width: 58px;
    height: 58px;
    border-radius: 50%;
    border: none;
    background: #ffffff;
    color: var(--mw-maroon);
    font-size: 22px;
    font-weight: 800;
    cursor: pointer;
    box-shadow: 0 8px 22px rgba(0,0,0,.22);
}

    .mw-big-play:hover {
        transform: scale(1.03);
    }

.mw-now-label {
    margin: 0 0 4px 0;
    color: rgba(255,255,255,.74);
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: .08em;
    font-weight: 800;
}

.mw-now-title {
    margin: 0;
    font-size: 22px;
    line-height: 1.15;
    font-weight: 800;
    color: #ffffff;
}

.mw-player-controls {
    padding: 12px 18px 16px 18px;
    background: #ffffff;
}

.mw-player-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-top: 12px;
}

.mw-player-volume {
    display: flex;
    align-items: center;
    gap: 6px;
    color: #666666;
    font-size: 12px;
    font-weight: 800;
    white-space: nowrap;
}

.mw-player-volume-slider {
    width: 90px;
    accent-color: var(--mw-maroon);
    cursor: pointer;
}

.mw-player-utility-actions {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 10px;
    flex-wrap: wrap;
}

.mw-play-all-button.is-active {
    background: #800000;
    color: #ffffff;
    border-color: #800000;
}

.mw-progress-row {
    display: grid;
    grid-template-columns: 44px minmax(0, 1fr) 44px;
    gap: 10px;
    align-items: center;
}

.mw-time {
    font-size: 12px;
    color: #666666;
    font-weight: 700;
    text-align: center;
}

.mw-progress {
    position: relative;
    height: 8px;
    background: #eeeeee;
    border-radius: 999px;
    overflow: hidden;
    cursor: pointer;
}

.mw-progress-fill {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 0%;
    background: var(--mw-maroon);
    border-radius: 999px;
}

.mw-mini-actions {
    display: flex;
    justify-content: space-between;
    gap: 10px;
    margin-top: 12px;
    flex-wrap: wrap;
}

.mw-mini-button {
    border: 1px solid #c4c4c4;
    background: #ffffff;
    color: #800000;
    border-radius: 999px;
    padding: 7px 12px;
    font-size: 12px;
    font-weight: 800;
    cursor: pointer;
}

    .mw-mini-button:hover {
        background: #800000;
        color: #ffffff;
        border-color: #800000;
    }

.mw-mini-button {
    min-width: 75px;
}

.mw-visualizer {
    display: flex;
    align-items: center;
    gap: 3px;
    height: 22px;
    margin-top: 10px;
    opacity: .45;
}

    .mw-visualizer span {
        display: block;
        width: 4px;
        height: 7px;
        border-radius: 999px;
        background: rgba(255,255,255,.9);
        transform-origin: center bottom;
    }

    .mw-visualizer.is-playing span {
        animation: mwPulse 900ms ease-in-out infinite;
    }

        .mw-visualizer.is-playing span:nth-child(2n) {
            animation-duration: 720ms;
        }

        .mw-visualizer.is-playing span:nth-child(3n) {
            animation-duration: 1040ms;
        }

        .mw-visualizer.is-playing span:nth-child(4n) {
            animation-duration: 820ms;
        }

@keyframes mwPulse {
    0%, 100% {
        height: 6px;
        opacity: .45;
    }

    50% {
        height: 22px;
        opacity: 1;
    }
}

/* Tracks */
.mw-track-list {
    display: grid;
    gap: 10px;
}

.mw-track-card {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 12px;
    align-items: center;
    padding: 12px 14px;
    border: 1px solid var(--mw-border);
    border-left: 5px solid var(--mw-maroon);
    border-radius: 12px;
    background: #ffffff;
    box-sizing: border-box;
}

    .mw-track-card.is-active {
        background: #fff8f8;
        border-color: #d6bcbc;
        border-left-color: #650000;
    }

.mw-track-play-zone {
    display: grid;
    grid-template-columns: 42px minmax(0, 1fr);
    gap: 10px;
    align-items: center;
    min-width: 0;
    padding: 8px 10px;
    margin: -8px -10px;
    border: 1px solid transparent;
    border-radius: 10px;
    box-sizing: border-box;
    transition: background-color 0.15s ease, border-color 0.15s ease, box-shadow 0.15s ease;
}

.mw-track-main {
    min-width: 0;
}

.mw-track-card:not(.mw-track-card-lyric-only) .mw-track-play-zone {
    cursor: pointer;
}

    .mw-track-card:not(.mw-track-card-lyric-only) .mw-track-play-zone:hover {
        background: #fff8dc;
        border-color: #800000;
        box-shadow: 0 2px 8px rgba(128, 0, 0, 0.10);
    }

        .mw-track-card:not(.mw-track-card-lyric-only) .mw-track-play-zone:hover .mw-track-play {
            background: var(--mw-maroon-dark);
            transform: scale(1.04);
        }

    .mw-track-card:not(.mw-track-card-lyric-only) .mw-track-play-zone:focus {
        outline: none;
    }

    .mw-track-card:not(.mw-track-card-lyric-only) .mw-track-play-zone:focus-visible {
        outline: 2px solid #800000;
        outline-offset: 2px;
    }

.mw-track-play {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    border: none;
    background: var(--mw-maroon);
    color: #ffffff;
    font-weight: 800;
    cursor: pointer;
}

    .mw-track-play:hover {
        background: var(--mw-maroon-dark);
    }

.mw-track-card-lyric-only .mw-track-play {
    background: #bbbbbb;
    cursor: default;
}

.mw-track-title {
    margin: 0;
    font-size: 16px;
    font-weight: 800;
    color: #222222;
    line-height: 1.25;
    overflow-wrap: anywhere;
}

.mw-track-meta {
    margin-top: 2px;
    display: flex;
    flex-wrap: wrap;
    gap: 7px;
    align-items: center;
    color: #666666;
    font-size: 12px;
    font-weight: 700;
}

.mw-now-playing-badge {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    min-height: 22px;
    padding: 0 9px;
    border-radius: 999px;
    background: #800000;
    color: #ffffff;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .04em;
    text-transform: uppercase;
    white-space: nowrap;
}

    .mw-now-playing-badge:before {
        content: "";
        width: 7px;
        height: 7px;
        border-radius: 50%;
        background: #f0c35a;
        animation: mwNowPlayingPulse 900ms ease-in-out infinite;
    }

@keyframes mwNowPlayingPulse {
    0%, 100% {
        opacity: .45;
        transform: scale(.85);
    }

    50% {
        opacity: 1;
        transform: scale(1.18);
    }
}

.mw-track-card.is-playing-now {
    box-shadow: 0 8px 24px rgba(128, 0, 0, .10);
}

.mw-badge {
    display: inline-flex;
    align-items: center;
    min-height: 22px;
    padding: 0 8px;
    border-radius: 999px;
    background: #f0f0f0;
    color: #333333;
    font-size: 12px;
    font-weight: 800;
}

.mw-badge-lyric {
    background: #fff1cf;
    color: #6d4d00;
}

.mw-awards {
    display: inline-flex;
    align-items: center;
    gap: 4px;
}

    .mw-awards img {
        max-height: 20px;
        width: auto;
        vertical-align: middle;
    }

.mw-award-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    border: none;
    background: transparent;
    cursor: pointer;
    line-height: 1;
}

    .mw-award-button img {
        max-height: 20px;
        width: auto;
        vertical-align: middle;
    }

    .mw-award-button:hover img,
    .mw-award-button:focus img {
        transform: scale(1.08);
    }

    .mw-award-button:focus {
        outline: 2px solid var(--mw-maroon);
        outline-offset: 3px;
        border-radius: 4px;
    }

body.mw-award-modal-open {
    overflow: hidden;
}

.mw-award-modal-overlay {
    position: fixed;
    inset: 0;
    z-index: 9999;
    display: none;
    align-items: center;
    justify-content: center;
    padding: 22px;
    background: rgba(0, 0, 0, .55);
    box-sizing: border-box;
}

    .mw-award-modal-overlay.is-open {
        display: flex;
    }

.mw-award-modal {
    position: relative;
    width: 100%;
    max-width: 470px;
    background: #ffffff;
    border-radius: 14px;
    border: 1px solid var(--mw-border);
    box-shadow: 0 18px 54px rgba(0,0,0,.28);
    padding: 24px 24px 22px 24px;
    box-sizing: border-box;
}

.mw-award-modal-close {
    position: absolute;
    top: 10px;
    right: 12px;
    width: 34px;
    height: 34px;
    border: none;
    border-radius: 50%;
    background: #f2f2f2;
    color: #800000;
    font-size: 26px;
    line-height: 1;
    cursor: pointer;
}

    .mw-award-modal-close:hover,
    .mw-award-modal-close:focus {
        background: #800000;
        color: #ffffff;
    }

.mw-award-modal-kicker {
    margin: 0 42px 8px 0;
    color: #800000;
    font-size: 12px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: .08em;
}

.mw-award-modal-title {
    margin: 0 42px 10px 0;
    font-size: 24px;
    line-height: 1.15;
    color: #222222;
    font-weight: 800;
}

.mw-award-modal-body {
    margin: 0;
    color: #333333;
    font-size: 14px;
    line-height: 1.5;
}

.mw-award-modal-image-wrap {
    margin: 4px 42px 12px 0;
    display: flex;
    align-items: center;
}

.mw-award-modal-image {
    display: block;
    max-height: 44px;
    width: auto;
}

.mw-track-actions {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 7px;
}

.mw-track-link,
.mw-track-link:link,
.mw-track-link:visited,
.mw-track-action-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 30px;
    padding: 0 10px;
    border-radius: 999px;
    border: 1px solid #dddddd;
    background: #ffffff;
    color: #800000;
    font-size: 12px;
    font-weight: 800;
    text-decoration: none;
    cursor: pointer;
}

    .mw-track-link:hover,
    .mw-track-action-button:hover {
        background: #800000;
        color: #ffffff;
        border-color: #800000;
    }

.mw-story {
    grid-column: 1 / -1;
    margin-top: -2px;
    border-top: none;
    padding-top: 0;
}

.mw-lyrics {
    grid-column: 1 / -1;
    margin-top: -2px;
    border-top: none;
    padding-top: 0;
}

.mw-story details,
.mw-lyrics {
    width: 100%;
    padding: 6px 10px;
    border: 1px solid transparent;
    border-radius: 10px;
    box-sizing: border-box;
    cursor: pointer;
    transition: background-color 0.15s ease, border-color 0.15s ease, box-shadow 0.15s ease;
}

    .mw-story details:hover,
    .mw-lyrics:hover {
        background: #ffffff;
        border-color: #800000;
        box-shadow: 0 2px 8px rgba(128, 0, 0, 0.10);
    }

    .mw-story summary,
    .mw-lyrics summary {
        display: block;
        cursor: pointer;
        cursor: pointer;
        color: #800000;
        font-size: 13px;
        font-weight: 800;
    }

        .mw-story summary:focus,
        .mw-lyrics summary:focus {
            outline: none;
        }

        .mw-story summary:focus-visible,
        .mw-lyrics summary:focus-visible {
            outline: 2px solid #800000;
            outline-offset: 2px;
            border-radius: 6px;
        }

.mw-story-body,
.mw-lyrics-body {
    margin-top: 5px;
    padding: 9px 10px;
    background: #fafafa;
    border: 1px solid #eeeeee;
    border-radius: 10px;
    font-size: 13px;
    cursor: pointer;
    line-height: 1.4;
    color: #333333;
    white-space: normal;
}

.mw-story details:hover .mw-story-body,
.mw-lyrics:hover .mw-lyrics-body {
    background: #ffffff;
    border-color: #e6d9a8;
}

.mw-empty {
    padding: 16px;
    background: #ffffff;
    border: 1px solid var(--mw-border);
    border-radius: 12px;
    color: #555555;
    line-height: 1.4;
}

/* Collapsible Contact Card */
.mw-contact-card {
    margin-top: 18px;
    margin-bottom: 38px;
    overflow: hidden;
}

.mw-contact-toggle {
    width: 100%;
    padding: 18px 20px;
    border: none;
    background: #ffffff;
    color: #222222;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    text-align: left;
    cursor: pointer;
    box-sizing: border-box;
    font-family: "Open Sans", Arial, Helvetica, sans-serif;
}

    .mw-contact-toggle:hover {
        background: #fafafa;
    }

.mw-contact-card:not(.mw-contact-collapsed) .mw-contact-toggle {
    padding: 18px 20px 6px 20px;
}

.mw-contact-card:not(.mw-contact-collapsed) .mw-contact-body {
    border-top: none;
}

.mw-contact-card:not(.mw-contact-collapsed) .mw-card-inner {
    padding-top: 2px;
}

.mw-contact-social-row {
    margin: 0 0 22px 0;
    font-size: 12px;
    line-height: 1.55;
    color: #555555;
    overflow-wrap: anywhere;
    word-break: normal;
}

.mw-contact-social-prefix {
    font-weight: 800;
    color: #222222;
    margin-right: 4px;
}

.mw-contact-link,
.mw-contact-link:link,
.mw-contact-link:visited {
    display: inline-block;
    max-width: 100%;
    color: #800000;
    font-size: 12px;
    font-weight: 700;
    text-decoration: underline;
    text-underline-offset: 3px;
    overflow-wrap: anywhere;
    word-break: break-word;
    vertical-align: baseline;
}

    .mw-contact-link:hover {
        color: #111111;
    }

.mw-contact-link-separator {
    color: #999999;
    font-size: 12px;
    margin: 0 5px;
    white-space: nowrap;
}

.mw-contact-intro {
    margin: 0 0 24px 0;
    color: #444444;
    font-size: 14px;
    line-height: 1.45;
}


.mw-contact-title {
    display: block;
    font-size: 22px;
    font-weight: 800;
    line-height: 1.15;
    color: #222222;
}

.mw-contact-icon {
    flex: 0 0 auto;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background: #f4f4f4;
    color: var(--mw-maroon);
    font-size: 24px;
    font-weight: 800;
    line-height: 1;
}

.mw-contact-body {
    display: block;
    border-top: 1px solid #eeeeee;
}

.mw-contact-collapsed .mw-contact-body {
    display: none;
}

.mw-contact-card:not(.mw-contact-collapsed) .mw-contact-icon {
    background: var(--mw-maroon);
    color: #ffffff;
}

.mw-contact-card:not(.mw-contact-collapsed) #mwContactIcon {
    font-size: 0;
}

    .mw-contact-card:not(.mw-contact-collapsed) #mwContactIcon:before {
        content: "−";
        font-size: 24px;
    }

.mw-validation {
    margin: 0 0 12px 0;
    padding: 10px 12px;
    background: #fff6d8;
    border: 1px solid #e1c56f;
    border-left: 5px solid #c79d1b;
    border-radius: 8px;
    color: #222222;
    font-size: 13px;
    line-height: 1.35;
}

.mw-form-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
}

.mw-form-row {
    margin-bottom: 12px;
}

.mw-form-row-full {
    grid-column: 1 / -1;
}

.mw-label {
    display: block;
    margin-bottom: 5px;
    font-size: 13px;
    font-weight: 800;
    color: #222222;
}

.mw-input,
.mw-textarea {
    width: 100%;
    padding: 9px 10px;
    border: 1px solid #d8d8d8;
    border-radius: 8px;
    box-sizing: border-box;
    font-size: 14px;
    font-family: "Open Sans", Arial, Helvetica, sans-serif;
}

.mw-textarea {
    min-height: 130px;
    resize: vertical;
    line-height: 1.45;
}

.mw-hidden-field {
    display: none !important;
}

.mw-inline-error {
    display: block;
    margin-top: 4px;
    color: var(--mw-maroon);
    font-size: 12px;
    font-weight: 800;
}

.mw-contact-actions {
    margin-top: 4px;
}

.mw-submit {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 40px;
    padding: 0 18px;
    border-radius: 999px;
    border: 1px solid var(--mw-maroon);
    background: var(--mw-maroon);
    color: #ffffff;
    font-size: 14px;
    font-weight: 800;
    cursor: pointer;
}

    .mw-submit:hover {
        background: var(--mw-maroon-dark);
        border-color: var(--mw-maroon-dark);
    }

/* Footer */
.mw-footer {
    width: 94%;
    max-width: 1180px;
    margin: 24px auto 0 auto;
    padding: 12px 0 54px 0;
    color: #666666;
    font-size: 12px;
    line-height: 1.45;
    text-align: center;
    clear: both;
    position: relative;
    background: none !important;
    background-image: none !important;
}

    /* Kill old pseudo-element logos or decorative footer images */
    .mw-footer:before,
    .mw-footer:after,
    .mw-footer *:before,
    .mw-footer *:after {
        content: none !important;
        display: none !important;
        background: none !important;
        background-image: none !important;
    }

    /* Prevent old shared CSS from adding background logos to footer children */
    .mw-footer *,
    .mw-footer a,
    .mw-footer div {
        background-image: none !important;
    }

.mw-footer-logo {
    display: block;
    margin: 0 auto 14px auto;
    text-align: center;
    background: none !important;
    background-image: none !important;
}

    .mw-footer-logo a {
        display: inline-block;
        background: none !important;
        background-image: none !important;
    }

/* Hide every footer image except our intentional logo */
.mw-footer img:not(.mw-footer-main-logo) {
    display: none !important;
    visibility: hidden !important;
    width: 0 !important;
    height: 0 !important;
    opacity: 0 !important;
}

/* Show only the intentional footer logo */
.mw-footer .mw-footer-main-logo {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    max-height: 58px !important;
    width: auto !important;
    height: auto !important;
    margin: 0 auto !important;
    background: none !important;
    background-image: none !important;
}

.mw-footer-links {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 10px 24px;
    margin: 0 0 18px 0;
    padding: 0;
    text-align: center;
    background: none !important;
    background-image: none !important;
}

    .mw-footer-links a {
        color: #800000;
        font-weight: 700;
        text-decoration: none;
        white-space: nowrap;
        background: none !important;
        background-image: none !important;
    }

        .mw-footer-links a:hover {
            text-decoration: underline;
        }

.mw-footer-copyright {
    max-width: 980px;
    margin: 0 auto;
    text-align: center;
    color: #666666;
    background: none !important;
    background-image: none !important;
}

@media screen and (max-width: 640px) {
    .mw-topbar-inner,
    .mw-main,
    .mw-footer,
    .mw-hero-overlay {
        width: 92%;
    }

    .mw-hero-overlay {
        min-height: 210px;
        padding: 22px 0 22px 0;
    }

    .mw-artist-lockup {
        grid-template-columns: 94px minmax(0, 1fr);
        gap: 14px;
    }

    .mw-profile-photo-wrap {
        width: 94px;
        height: 94px;
        border-radius: 13px;
    }

    .mw-artist-name {
        font-size: 26px;
    }

    .mw-artist-meta {
        font-size: 14px;
    }

    .mw-hero-actions {
        grid-column: 1 / -1;
    }

    .mw-button,
    .mw-button-secondary,
    .mw-submit {
        width: 100%;
    }

    .mw-about-layout {
        grid-template-columns: 1fr;
        align-items: start;
        gap: 10px;
    }

    .mw-about-facts {
        display: grid;
        grid-template-columns: 1fr;
        justify-content: stretch;
    }

    .mw-fact {
        min-width: 0;
        max-width: none;
    }

    .mw-track-card {
        grid-template-columns: 1fr;
    }

    .mw-track-play-zone {
        grid-template-columns: 42px minmax(0, 1fr);
    }

    .mw-track-actions {
        grid-column: 1 / -1;
        justify-content: flex-start;
        padding-left: 54px;
    }

    .mw-form-grid {
        grid-template-columns: 1fr;
    }

    .mw-contact-toggle {
        padding: 16px;
    }

    .mw-contact-card:not(.mw-contact-collapsed) .mw-contact-toggle {
        padding: 16px 16px 6px 16px;
    }

    .mw-contact-title {
        font-size: 20px;
    }

    .mw-player-footer {
        flex-direction: column;
        align-items: stretch;
        gap: 14px;
    }

    .mw-mini-actions {
        justify-content: flex-start;
        gap: 10px;
    }

    .mw-player-volume {
        width: 100%;
        justify-content: flex-start;
    }

    .mw-player-volume-slider {
        flex: 1;
        width: auto;
        max-width: none;
    }
}
