body.home-template {
    --mh-paper: #fbfaf7;
    --mh-ink: #201d19;
    --mh-muted: #726c63;
    --mh-line: rgba(32, 29, 25, .18);
    --mh-soft: #eeece6;
    background: var(--mh-paper);
    color: var(--mh-ink);
}

body:has(.mh-home),
body:has(.mh-page) {
    --mh-paper: #fbfaf7;
    --mh-ink: #201d19;
    --mh-muted: #726c63;
    --mh-line: rgba(32, 29, 25, .18);
    --mh-soft: #eeece6;
    background: var(--mh-paper);
    color: var(--mh-ink);
    overflow-x: hidden;
}

body.home-template .gh-viewport {
    background: var(--mh-paper);
}

body:has(.mh-home) .gh-viewport,
body:has(.mh-page) .gh-viewport {
    background: var(--mh-paper);
}

body.home-template .gh-navigation {
    background: transparent;
}

body:has(.mh-home) .gh-navigation,
body:has(.mh-page) .gh-navigation {
    background: transparent;
}

body.home-template .gh-navigation-inner,
body.home-template .gh-inner {
    max-width: none;
}

body:has(.mh-home) .gh-navigation-inner,
body:has(.mh-home) .gh-inner,
body:has(.mh-page) .gh-navigation-inner,
body:has(.mh-page) .gh-inner {
    max-width: none;
}

body.home-template .gh-navigation-logo,
body:has(.mh-home) .gh-navigation-logo,
body:has(.mh-page) .gh-navigation-logo {
    font-family: Georgia, "Times New Roman", serif;
    font-size: 23px;
    font-weight: 600;
    letter-spacing: 0;
}

.mh-language-switch {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    color: var(--mh-muted, currentColor);
    font: 12px/1.2 Inter, -apple-system, BlinkMacSystemFont, "Helvetica Neue", Arial, sans-serif;
    letter-spacing: .08em;
    text-transform: lowercase;
}

.mh-language-switch a {
    color: inherit;
    text-decoration: none;
}

.mh-language-switch a[aria-current="page"] {
    color: var(--mh-ink, currentColor);
}

body.home-template .gh-navigation-menu .nav {
    gap: 24px;
}

.mh-rail-nav {
    display: none;
}

body.home-template .gh-navigation-menu a,
body.home-template .gh-footer-menu a {
    font-size: 13px;
    font-weight: 400;
    letter-spacing: .04em;
    text-transform: none;
}

body:has(.mh-home) .gh-navigation-menu a,
body:has(.mh-page) .gh-navigation-menu a,
body:has(.mh-home) .gh-footer-menu a,
body:has(.mh-page) .gh-footer-menu a {
    font-size: 13px;
    font-weight: 400;
    letter-spacing: .04em;
    text-transform: none;
}

body.home-template .gh-search {
    color: var(--mh-muted);
}

body:has(.mh-home) .gh-search,
body:has(.mh-page) .gh-search {
    color: var(--mh-muted);
}

body.home-template .gh-footer {
    background: transparent;
}

body:has(.mh-home) .gh-footer,
body:has(.mh-page) .gh-footer {
    background: transparent;
}

body.home-template .gh-footer-inner {
    max-width: 1180px;
    padding: 48px 28px 42px;
}

body:has(.mh-home) .gh-footer-inner,
body:has(.mh-page) .gh-footer-inner {
    max-width: 1180px;
    padding: 48px 28px 42px;
}

body.home-template .gh-footer-bar {
    border-top: 1px solid var(--mh-line);
    padding-top: 22px;
}

body:has(.mh-home) .gh-footer-bar,
body:has(.mh-page) .gh-footer-bar {
    border-top: 1px solid var(--mh-line);
    padding-top: 22px;
}

.mh-home {
    max-width: 1180px;
    margin: 0 auto;
    padding: 56px 28px 88px;
    color: var(--mh-ink);
}

.mh-home a {
    color: inherit;
    text-decoration: none;
}

.mh-page {
    max-width: 920px;
    margin: 0 auto;
    padding: 92px 28px 104px;
    color: var(--mh-ink);
}

.mh-page a {
    color: inherit;
    text-decoration: none;
}

.mh-page-header {
    padding-bottom: 56px;
    border-bottom: 1px solid var(--mh-line);
}

.mh-page-title {
    margin: 0;
    font-family: Georgia, "Times New Roman", serif;
    font-size: calc(clamp(52px, 9vw, 118px) - 15pt);
    font-weight: 400;
    line-height: .98;
    letter-spacing: 0;
    text-transform: none;
}

.mh-page-prose .mh-page-title,
.mh-page .mh-social .mh-section-head h2 {
    font-size: clamp(32px, 5vw, 62px);
    line-height: 1.04;
}

#mh-biography-title {
    margin-bottom: 30px;
}

.mh-page-lead {
    max-width: 680px;
    margin: 32px 0 0;
    font-size: clamp(18px, 2.2vw, 25px);
    line-height: 1.9;
}

.mh-page-prose {
    padding: 62px 0 0;
}

.mh-streaming-links {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
    margin: 34px 0 0;
}

.mh-streaming-link {
    display: flex;
    align-items: center;
    gap: 12px;
    min-height: 64px;
    padding: 14px 16px;
    border: 1px solid var(--mh-line);
    border-radius: 8px;
    background: rgba(255, 255, 255, .42);
    color: var(--mh-ink);
    transition: border-color .2s ease, background-color .2s ease, transform .2s ease;
}

.mh-streaming-link:hover {
    border-color: rgba(32, 29, 25, .36);
    background: rgba(255, 255, 255, .72);
    opacity: 1;
    transform: translateY(-1px);
}

.mh-streaming-icon {
    display: grid;
    flex: 0 0 30px;
    place-items: center;
    width: 30px;
    height: 30px;
    color: currentColor;
}

.mh-streaming-icon svg {
    width: 30px;
    height: 30px;
    fill: currentColor;
}

.mh-streaming-name {
    min-width: 0;
    font: 14px/1.25 Inter, -apple-system, BlinkMacSystemFont, "Helvetica Neue", Arial, sans-serif;
    letter-spacing: .04em;
    overflow-wrap: anywhere;
}

.mh-streaming-link-spotify .mh-streaming-icon {
    color: #1db954;
}

.mh-streaming-link-apple .mh-streaming-icon {
    color: #f5335f;
}

.mh-streaming-link-apple .mh-streaming-icon path + path {
    fill: #fff;
}

.mh-streaming-link-tunecore .mh-streaming-icon {
    color: #2563eb;
}

.mh-page-photo {
    max-width: min(100%, 620px);
    margin: 56px 0 0;
}

.mh-page-photo img {
    display: block;
    width: 100%;
    aspect-ratio: 2 / 3;
    object-fit: cover;
    filter: grayscale(.06) contrast(.96);
}

.mh-page-prose p,
.mh-page-prose li,
.mh-page-prose blockquote {
    font-size: 17px;
    line-height: 2;
}

.mh-page-prose blockquote {
    margin: 0;
    padding-left: 24px;
    border-left: 1px solid var(--mh-line);
}

.mh-page-prose .kg-embed-card {
    margin: 32px 0;
}

.mh-page-prose iframe[src*="spotify.com"] {
    display: block;
    width: 100%;
    border: 0;
    border-radius: 12px;
    background: var(--mh-soft);
}

.mh-contact .mh-page-prose {
    padding-top: 42px;
}

.mh-contact-form {
    padding-top: 54px;
    border-bottom: 0;
}

.mh-form-frame {
    overflow: hidden;
    border: 1px solid var(--mh-line);
    background: #fff;
}

.mh-form-frame iframe {
    display: block;
    width: 100%;
    min-height: 1120px;
    border: 0;
    background: #fff;
}

.mh-form-link {
    margin: 18px 0 0;
    color: var(--mh-muted);
    font-size: 14px;
    line-height: 1.7;
}

.mh-form-link a {
    text-decoration: underline;
    text-underline-offset: 4px;
}

.mh-page-prose .kg-embed-card + .kg-embed-card {
    margin-top: 36px;
}

.mh-page .mh-social {
    padding-top: 62px;
}

.mh-note {
    margin: 28px 0 0;
    color: var(--mh-muted);
    font-size: 14px;
    line-height: 1.7;
}

.mh-hero {
    display: grid;
    grid-template-columns: minmax(0, .95fr) minmax(320px, 48%);
    gap: clamp(32px, 7vw, 92px);
    align-items: end;
    min-height: calc(100vh - 148px);
    padding: 38px 0 74px;
    border-bottom: 1px solid var(--mh-line);
}

.mh-kicker {
    margin: 0 0 16px;
    color: var(--mh-muted);
    font: 12px/1.3 Inter, -apple-system, BlinkMacSystemFont, "Helvetica Neue", Arial, sans-serif;
    letter-spacing: .16em;
    text-transform: none;
}

.mh-hero h1 {
    margin: 0;
    font-family: Georgia, "Times New Roman", "Yu Mincho", "YuMincho", serif;
    font-size: calc(clamp(58px, 8vw, 118px) - 15pt);
    font-weight: 400;
    line-height: .95;
    letter-spacing: 0;
    text-transform: none;
}

.mh-hero-subname {
    display: grid;
    gap: 6px;
    margin: 18px 0 0;
    color: rgba(32, 29, 25, .48);
    font: 13px/1.35 Inter, -apple-system, BlinkMacSystemFont, "Helvetica Neue", Arial, sans-serif;
    letter-spacing: .12em;
    text-transform: none;
}

.mh-lead {
    max-width: 620px;
    margin: 38px 0 0;
    font-size: clamp(17px, 2.1vw, 24px);
    line-height: 2;
    color: #2d2923;
}

.mh-lead p {
    margin: 0;
}

.mh-hero-links {
    display: flex;
    flex-wrap: wrap;
    gap: 18px 30px;
    margin-top: 42px;
}

.mh-hero-links a,
.mh-section-head a,
.mh-social-list a {
    font: 13px/1.2 Inter, -apple-system, BlinkMacSystemFont, "Helvetica Neue", Arial, sans-serif;
    letter-spacing: .08em;
    text-transform: none;
}

.mh-hero-links a::after,
.mh-section-head a::after,
.mh-social-list a::after {
    content: " ->";
    color: var(--mh-muted);
}

.mh-artist-photo {
    display: block;
    align-self: stretch;
    margin: 0;
}

.mh-artist-photo img {
    display: block;
    width: 100%;
    height: 100%;
    max-height: min(76vh, 760px);
    aspect-ratio: 4 / 5;
    object-fit: cover;
    filter: grayscale(.08) contrast(.94);
}

.mh-section {
    padding: 78px 0;
    border-bottom: 1px solid var(--mh-line);
}

.mh-section-head {
    display: grid;
    grid-template-columns: 120px 1fr auto;
    gap: 24px;
    align-items: baseline;
    margin-bottom: 30px;
}

.mh-section-head .mh-kicker {
    margin: 0;
}

.mh-section-head h2 {
    margin: 0;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(34px, 5vw, 66px);
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0;
    text-transform: none;
}

.mh-news-list {
    border-top: 1px solid var(--mh-line);
}

.mh-empty {
    margin: 0;
    padding: 22px 0;
    color: var(--mh-muted);
    border-bottom: 1px solid var(--mh-line);
    font-size: clamp(16px, 1.5vw, 18px);
    line-height: 1.7;
}

.mh-news-item {
    display: grid;
    grid-template-columns: 120px 1fr;
    gap: 24px;
    align-items: baseline;
    min-height: 64px;
    padding: 18px 0;
    border-bottom: 1px solid var(--mh-line);
}

.mh-news-item time {
    color: var(--mh-muted);
    font: 12px/1.2 Inter, -apple-system, BlinkMacSystemFont, "Helvetica Neue", Arial, sans-serif;
    letter-spacing: .08em;
}

.mh-news-item span {
    font-size: clamp(18px, 2vw, 26px);
    line-height: 1.45;
}

.mh-split {
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(280px, .95fr);
    gap: clamp(34px, 6vw, 82px);
    border-bottom: 1px solid var(--mh-line);
}

.mh-split .mh-section {
    border-bottom: 0;
}

.mh-split .mh-section-head {
    grid-template-columns: 1fr auto;
    gap: 16px;
}

.mh-split .mh-kicker {
    grid-column: 1 / -1;
}

.mh-spotify {
    display: block;
    width: 100%;
    margin: 32px 0 0;
    border: 0;
    background: var(--mh-soft);
}

.mh-spotify + .mh-spotify {
    margin-top: 36px;
}

.mh-profile > p {
    margin: 0;
    font-size: clamp(16px, 1.45vw, 19px);
    line-height: 2.05;
}

.mh-shop-card {
    position: relative;
    isolation: isolate;
    display: flex;
    min-height: clamp(280px, 38vw, 430px);
    align-items: center;
    justify-content: center;
    flex-direction: column;
    overflow: hidden;
    padding: 58px 32px;
    color: #fff;
    text-align: center;
    background: #201d19 url("/content/images/2026/05/note-163698786.jpeg") center center / cover no-repeat;
}

.mh-shop-card:hover {
    opacity: 1;
}

.mh-shop-card::before {
    position: absolute;
    inset: 0;
    z-index: -1;
    content: "";
    background: rgba(18, 17, 16, .42);
    transition: background .25s ease;
}

.mh-shop-card:hover::before {
    background: rgba(18, 17, 16, .34);
}

.mh-shop-title {
    color: rgba(255, 255, 255, .82);
    font-family: Georgia, "Times New Roman", "Yu Mincho", "YuMincho", serif;
    font-size: clamp(24px, 3.4vw, 42px);
    font-weight: 400;
    line-height: 1.3;
    letter-spacing: .16em;
    text-transform: none;
    text-shadow: 0 1px 16px rgba(0, 0, 0, .35);
}

.mh-shop-subtitle {
    margin-top: 22px;
    color: rgba(255, 255, 255, .82);
    font: 13px/1.4 Inter, -apple-system, BlinkMacSystemFont, "Helvetica Neue", Arial, sans-serif;
    letter-spacing: .22em;
    text-transform: none;
    text-shadow: 0 1px 12px rgba(0, 0, 0, .35);
}

.mh-shop-button {
    display: inline-flex;
    min-width: 220px;
    align-items: center;
    justify-content: center;
    margin-top: 42px;
    padding: 20px 32px;
    color: #2b2722;
    background: rgba(255, 255, 255, .94);
    font-family: Georgia, "Times New Roman", serif;
    font-size: 20px;
    line-height: 1;
    letter-spacing: .18em;
    transition: transform .2s ease, background .2s ease;
}

.mh-shop-card:hover .mh-shop-button {
    background: #fff;
    transform: translateY(-2px);
}

.mh-social {
    border-bottom: 0;
    padding-bottom: 26px;
}

.mh-social .mh-section-head {
    grid-template-columns: 120px 1fr;
}

.mh-social-list {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    border-top: 1px solid var(--mh-line);
}

.mh-social-list a {
    padding: 18px 16px 18px 0;
    border-bottom: 1px solid var(--mh-line);
    font-size: clamp(16px, 1.45vw, 19px);
    line-height: 1.45;
}

.mh-social-updates {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: clamp(22px, 4vw, 44px);
    margin-top: 34px;
}

.mh-social-feed {
    min-width: 0;
    padding: 22px;
    border: 1px solid var(--mh-line);
    background: rgba(255, 255, 255, .38);
}

.mh-social-feed-head {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 18px;
    margin-bottom: 18px;
}

.mh-social-feed-head h3 {
    margin: 0;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(24px, 3vw, 34px);
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0;
}

.mh-social-feed-head a {
    color: var(--mh-muted);
    font: 12px/1.2 Inter, -apple-system, BlinkMacSystemFont, "Helvetica Neue", Arial, sans-serif;
    letter-spacing: .08em;
}

.mh-social-feed .instagram-media {
    width: 100% !important;
    min-width: 0 !important;
    margin: 0 !important;
}

.mh-social-feed iframe {
    max-width: 100% !important;
}

.mh-x-cache {
    min-height: 260px;
}

.mh-x-cache-status {
    margin: 0;
    color: var(--mh-muted);
    font-size: 14px;
    line-height: 1.7;
}

.mh-x-cache-list {
    display: grid;
    gap: 16px;
}

.mh-x-post {
    display: grid;
    gap: 12px;
    padding-bottom: 16px;
    border-bottom: 1px solid var(--mh-line);
}

.mh-x-post:last-child {
    padding-bottom: 0;
    border-bottom: 0;
}

.mh-x-post-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 8px 14px;
    color: var(--mh-muted);
    font: 12px/1.4 Inter, -apple-system, BlinkMacSystemFont, "Helvetica Neue", Arial, sans-serif;
    letter-spacing: .04em;
}

.mh-x-post-text {
    margin: 0;
    font-size: 15px;
    line-height: 1.75;
    white-space: pre-line;
}

.mh-x-post-media {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
}

.mh-x-post-media a:first-child:last-child {
    grid-column: 1 / -1;
}

.mh-x-post-media img {
    display: block;
    width: 100%;
    aspect-ratio: 16 / 10;
    object-fit: cover;
    background: var(--mh-soft);
}

.mh-x-post-link {
    color: var(--mh-muted);
    font: 12px/1.2 Inter, -apple-system, BlinkMacSystemFont, "Helvetica Neue", Arial, sans-serif;
    letter-spacing: .08em;
    text-transform: none;
}

@media (min-width: 960px) and (max-width: 1119px) {
    body.home-template .gh-navigation {
        position: fixed;
        inset: 0 auto 0 0;
        z-index: 20;
        width: 278px;
        height: 100vh;
        min-height: 100vh;
        border-right: 1px solid var(--mh-line);
    }

    body.home-template .gh-navigation-inner {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        height: 100%;
        min-height: 0;
        padding: 46px 34px 34px;
    }

    body.home-template .gh-navigation-brand {
        display: block;
        width: 100%;
        margin-bottom: 56px;
    }

    body.home-template .gh-navigation-brand .gh-search,
    body.home-template .gh-burger {
        display: none;
    }

    body.home-template .gh-navigation-menu {
        display: block;
        width: 100%;
    }

    body.home-template .gh-navigation-menu > .nav {
        display: none;
    }

    body.home-template .mh-rail-nav {
        display: grid;
        gap: 16px;
    }

    body.home-template .gh-navigation-actions {
        display: grid;
        gap: 22px;
        margin-top: auto;
    }

    body.home-template .gh-footer {
        padding-right: 0;
        padding-left: 0;
    }

    body.home-template .mh-home,
    body.home-template .gh-footer-inner {
        box-sizing: border-box;
        width: calc(100vw - 278px);
        margin-left: 278px;
        margin-right: auto;
        max-width: 1160px;
    }
}

@media (min-width: 1120px) {
    body.home-template .gh-navigation,
    body:has(.mh-home) .gh-navigation,
    body:has(.mh-page) .gh-navigation {
        position: fixed;
        inset: 0 auto 0 0;
        z-index: 20;
        width: 278px;
        height: 100vh;
        min-height: 100vh;
        border-right: 1px solid var(--mh-line);
    }

    body.home-template .gh-navigation-inner,
    body:has(.mh-home) .gh-navigation-inner,
    body:has(.mh-page) .gh-navigation-inner {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        height: 100%;
        min-height: 0;
        padding: 46px 34px 34px;
    }

    body.home-template .gh-navigation-brand,
    body:has(.mh-home) .gh-navigation-brand,
    body:has(.mh-page) .gh-navigation-brand {
        display: block;
        width: 100%;
        margin-bottom: 56px;
    }

    body.home-template .gh-navigation-brand .gh-search,
    body.home-template .gh-burger,
    body:has(.mh-home) .gh-navigation-brand .gh-search,
    body:has(.mh-home) .gh-burger,
    body:has(.mh-page) .gh-navigation-brand .gh-search,
    body:has(.mh-page) .gh-burger {
        display: none;
    }

    body.home-template .gh-navigation-menu,
    body:has(.mh-home) .gh-navigation-menu,
    body:has(.mh-page) .gh-navigation-menu {
        display: block;
        width: 100%;
    }

    body.home-template .gh-navigation-menu > .nav,
    body:has(.mh-home) .gh-navigation-menu > .nav,
    body:has(.mh-page) .gh-navigation-menu > .nav {
        display: none;
    }

    body.home-template .mh-rail-nav,
    body:has(.mh-home) .mh-rail-nav,
    body:has(.mh-page) .mh-rail-nav {
        display: grid;
        gap: 16px;
    }

    body.home-template .gh-navigation-actions,
    body:has(.mh-home) .gh-navigation-actions,
    body:has(.mh-page) .gh-navigation-actions {
        display: grid;
        gap: 22px;
        margin-top: auto;
    }

    body.home-template .gh-footer,
    body:has(.mh-home) .gh-footer,
    body:has(.mh-page) .gh-footer {
        padding-right: 0;
        padding-left: 0;
    }

    body.home-template .mh-home,
    body.home-template .gh-footer-inner,
    body:has(.mh-home) .mh-home,
    body:has(.mh-home) .gh-footer-inner,
    body:has(.mh-page) .mh-page,
    body:has(.mh-page) .gh-footer-inner {
        box-sizing: border-box;
        width: calc(100vw - 278px);
        margin-left: 278px;
        margin-right: auto;
        max-width: 1160px;
    }

}

@media (max-width: 900px) {
    .mh-home,
    .mh-page {
        padding: 34px 22px 70px;
    }

    .mh-hero,
    .mh-split {
        grid-template-columns: 1fr;
    }

    .mh-hero {
        min-height: 0;
        padding-top: 28px;
    }

    .mh-artist-photo img {
        aspect-ratio: 1 / 1;
        max-height: none;
    }

    .mh-social-list {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .mh-streaming-links {
        grid-template-columns: 1fr;
    }

    .mh-social-updates {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 767px) {
    body.home-template #gh-navigation.is-open,
    body:has(.mh-home) #gh-navigation.is-open,
    body:has(.mh-page) #gh-navigation.is-open {
        background: #fff;
    }

    body.home-template #gh-navigation.is-open .gh-navigation-menu,
    body.home-template #gh-navigation.is-open .gh-navigation-actions,
    body:has(.mh-home) #gh-navigation.is-open .gh-navigation-menu,
    body:has(.mh-home) #gh-navigation.is-open .gh-navigation-actions,
    body:has(.mh-page) #gh-navigation.is-open .gh-navigation-menu,
    body:has(.mh-page) #gh-navigation.is-open .gh-navigation-actions {
        background: #fff;
    }
}

@media (max-width: 640px) {
    .mh-home,
    .mh-page {
        padding-inline: 18px;
    }

    .mh-hero {
        padding-bottom: 52px;
    }

    .mh-lead {
        margin-top: 28px;
    }

    .mh-hero-subname {
        margin-top: 14px;
        font-size: 12px;
    }

    .mh-section {
        padding: 54px 0;
    }

    .mh-shop-card {
        min-height: 260px;
        padding: 48px 22px;
    }

    .mh-form-frame iframe {
        min-height: 1280px;
    }

    .mh-shop-title {
        font-size: clamp(21px, 7vw, 30px);
        letter-spacing: .12em;
    }

    .mh-shop-subtitle {
        margin-top: 18px;
        font-size: 12px;
        letter-spacing: .16em;
    }

    .mh-shop-button {
        min-width: 190px;
        margin-top: 32px;
        padding: 17px 24px;
        font-size: 17px;
        letter-spacing: .14em;
    }

    .mh-section-head,
    .mh-news-item,
    .mh-social .mh-section-head {
        grid-template-columns: 1fr;
        gap: 10px;
    }

    .mh-section-head {
        margin-bottom: 24px;
    }

    .mh-news-item {
        min-height: 0;
        padding: 18px 0 20px;
    }

    .mh-social-list {
        grid-template-columns: 1fr;
    }

    .mh-social-feed {
        padding: 18px;
    }

    .mh-social-feed-head {
        display: grid;
        gap: 8px;
    }
}
