/* CLS skeleton placeholders — loaded before JS; mirrors feed/sound page layout */

/* FONT_FALLBACK_START */
@font-face {
    font-family: 'Anybody Fallback';
    src: local('Arial');
    size-adjust: 108%;
    ascent-override: 95%;
    descent-override: 25%;
    line-gap-override: 0%;
}

@font-face {
    font-family: 'Hanken Grotesk Fallback';
    src: local('Arial');
    size-adjust: 100%;
    ascent-override: 92%;
    descent-override: 24%;
    line-gap-override: 0%;
}
/* FONT_FALLBACK_END */

/* SOUND_CRITICAL_START */
:root {
    --header-height: 60px;
    --space-section: 24px;
    --space-after-header: 16px;
    --label-zone-min-height: 64px;
    --margin-mobile: 16px;
    --margin-desktop: 32px;
    --pad-gap-mobile: 8px;
    --pad-gap-desktop: 12px;
    --mi-feed-cols: 4;
    --mi-feed-gap: var(--pad-gap-desktop);
  --mi-feed-grid-width: 100%;
  /* Pixel width set by mi-feed-layout — 1fr is invalid for element width and collapses the grid. */
  --mi-feed-cell-width: 160px;
  --mi-feed-pad-height: auto;
    --mi-sound-app-promo-min-height: 460px;
    --mi-sound-related-min-height: 520px;
    --mi-feed-label-line-clamp: 3;
}

@media (max-width: 399px) {
    :root {
        --label-zone-min-height: 94px;
        --mi-feed-label-line-clamp: 4;
    }
}

:root[data-design="arcade"] {
    --arcade-bg: #131313;
    --arcade-surface: #1e1e1e;
    --arcade-surface-border: #333333;
    --arcade-on-surface: #e5e2e1;
    --arcade-primary: #ff338f;
    --arcade-primary-strong: #e6006e;
    --arcade-radius-sm: 0.5rem;
    --arcade-font-display: 'Anybody', 'Montserrat', 'Anybody Fallback', -apple-system, BlinkMacSystemFont, sans-serif;
    --arcade-font-body: 'Hanken Grotesk', 'Hanken Grotesk Fallback', -apple-system, BlinkMacSystemFont, sans-serif;
    --soft-outline: #b8959d;
    --mi-font-body-fallback: 'Segoe UI', system-ui, sans-serif;
    --mi-font-display-fallback: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}

@supports (font-size-adjust: from-font) {
    :root[data-design="arcade"] body {
        font-size-adjust: from-font;
    }
}

html[data-design="arcade"] body {
    margin: 0;
    background-color: var(--arcade-bg);
    color: var(--arcade-on-surface);
    font-family: var(--arcade-font-body);
}

.mi-skeleton-shell {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    width: 100%;
    max-width: 100%;
    overflow-x: hidden;
    box-sizing: border-box;
}

.mi-skeleton-app-header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    width: 100%;
    height: var(--header-height);
    flex-shrink: 0;
    box-sizing: border-box;
    background-color: #000000;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.mi-skeleton-main {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 100%;
    padding-top: var(--header-height);
    box-sizing: border-box;
    overflow-x: hidden;
}

html[data-design="arcade"] .mi-skeleton-app-header {
    background-color: #1e1e1e;
    border-bottom: 1px solid #333333;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.4);
}

.mi-skeleton-page {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-start;
    padding: 0;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
}

.mi-skeleton-page--sound {
    align-items: center;
    padding: 20px;
    justify-content: flex-start;
}

.sound-page-top-bar,
.mi-skeleton-sound-top-bar {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 2.5rem;
    width: calc(100% + 40px);
    max-width: none;
    margin: 0 -20px 12px;
    padding: 0 var(--margin-mobile);
    box-sizing: border-box;
}

.sound-page-nav,
.mi-skeleton-sound-nav {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.5rem 0.75rem;
    width: 100%;
    max-width: 380px;
    margin: 0 auto 12px;
    box-sizing: border-box;
}

.sound-page-nav .sound-page-top-bar,
.sound-page-nav .mi-skeleton-sound-top-bar,
.mi-skeleton-sound-nav .sound-page-top-bar,
.mi-skeleton-sound-nav .mi-skeleton-sound-top-bar {
    width: auto;
    max-width: none;
    margin: 0;
    padding: 0;
    flex: 0 0 auto;
}

.sound-page-nav .sound-page-back,
.sound-page-nav .mi-skeleton-sound-back,
.mi-skeleton-sound-nav .sound-page-back,
.mi-skeleton-sound-nav .mi-skeleton-sound-back {
    position: static;
    left: auto;
    right: auto;
    top: auto;
    transform: none;
}

.sound-page-nav .comparison-breadcrumb {
    margin-bottom: 0;
    flex: 1 1 auto;
    min-width: 0;
}

.sound-page-back,
.mi-skeleton-sound-back {
    position: absolute;
    left: var(--margin-mobile);
    top: 50%;
    transform: translateY(-50%);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2.5rem;
    height: 2.5rem;
    margin: 0;
    padding: 0;
    color: white;
    text-decoration: none;
    border-radius: 5px;
    font-weight: bold;
    background: rgba(0, 0, 0, 0.5);
    box-sizing: border-box;
}

.sound-page-back-icon {
    width: 1.125rem;
    height: 1.125rem;
    flex-shrink: 0;
}

.mi-skeleton-sound-back--placeholder {
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 5px;
    background: rgba(255, 255, 255, 0.08);
}

.sound-page-title--seo,
.mi-skeleton-h1--sound.sound-page-title--seo {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    clip-path: inset(50%);
    white-space: nowrap;
    border: 0;
    background: transparent;
}

@media (max-width: 768px) {
    .sound-page-top-bar,
    .mi-skeleton-sound-top-bar {
        margin-bottom: 10px;
    }

    .sound-page-nav,
    .mi-skeleton-sound-nav {
        margin-bottom: 10px;
    }

    .sound-page-nav .comparison-breadcrumb {
        flex-basis: 100%;
    }

    .sound-page-back,
    .mi-skeleton-sound-back {
        width: 2.35rem;
        height: 2.35rem;
    }

    .sound-page-back-icon {
        width: 1rem;
        height: 1rem;
    }
}

@media (min-width: 768px) {
    .sound-page-top-bar,
    .mi-skeleton-sound-top-bar {
        padding-left: 40px;
        padding-right: var(--margin-desktop);
    }

    .sound-page-nav,
    .mi-skeleton-sound-nav {
        flex-wrap: nowrap;
    }

    .sound-page-back,
    .mi-skeleton-sound-back {
        left: 40px;
    }

    [dir="rtl"] .sound-page-back,
    [dir="rtl"] .mi-skeleton-sound-back {
        left: auto;
        right: 40px;
    }
}

@media (min-width: 720px) and (max-width: 1023px) {
    .sound-page-nav,
    .mi-skeleton-sound-nav {
        max-width: 800px;
    }
}

@media (min-width: 1024px) {
    .sound-page-nav,
    .mi-skeleton-sound-nav {
        max-width: 1080px;
    }
}

[dir="rtl"] .sound-page-back,
[dir="rtl"] .mi-skeleton-sound-back {
    left: auto;
    right: var(--margin-mobile);
}

/* LCP_CRITICAL_START */
.mi-lcp-pad {
    flex-shrink: 0;
    width: 100%;
    height: auto;
    aspect-ratio: 200 / 190;
    position: relative;
    overflow: hidden;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.08);
}

.mi-lcp-pad picture {
    display: block;
    width: 100%;
    height: 100%;
}

.mi-lcp-pad__img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}
/* LCP_CRITICAL_END */

/* SOUND_CRITICAL_END */

/* FEED_CRITICAL_START */
.mi-skeleton-header {
    width: 100%;
    max-width: 100%;
    margin: 0;
    padding: 24px 16px 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    text-align: center;
    box-sizing: border-box;
    background-color: var(--arcade-surface, #1e1e1e);
    border: 1px solid var(--arcade-surface-border, #333);
    border-radius: 0;
    box-shadow:
        inset 0 2px 6px rgba(0, 0, 0, 0.38),
        inset 0 1px 0 rgba(255, 255, 255, 0.05),
        0 4px 0 rgba(0, 0, 0, 0.42);
}

.mi-skeleton-title {
    width: 70%;
    max-width: 320px;
    height: 31px;
    margin: 0;
    border-radius: 4px;
    background: rgba(255, 255, 255, 0.12);
}

.mi-skeleton-h1 {
    margin: 0;
    width: 100%;
    max-width: 1000px;
    min-height: calc(1.1em * 1);
    font-family: var(--arcade-font-display, 'Anybody', 'Anybody Fallback', -apple-system, BlinkMacSystemFont, sans-serif);
    font-size: 28px;
    font-weight: 800;
    font-style: italic;
    line-height: 1.1;
    letter-spacing: -0.02em;
    color: var(--arcade-on-surface, #e5e2e1);
    text-transform: uppercase;
    text-align: center;
}

.mi-skeleton-subtitle {
    width: 85%;
    max-width: 420px;
    height: 20px;
    border-radius: 4px;
    background: rgba(255, 255, 255, 0.08);
}

.mi-skeleton-subtitle--text {
    width: 100%;
    max-width: 520px;
    height: auto;
    margin: 0;
    background: none;
    border-radius: 0;
    color: var(--arcade-on-surface, #e5e2e1);
    font-family: var(--arcade-font-body, 'Hanken Grotesk', 'Hanken Grotesk Fallback', -apple-system, BlinkMacSystemFont, sans-serif);
    font-size: 14px;
    line-height: 1.4;
    text-align: center;
    opacity: 0.85;
}

.mi-skeleton-search {
    width: min(100%, 420px);
    height: 2.75rem;
    margin-top: 0.75rem;
    border-radius: 999px;
    background: rgba(0, 0, 0, 0.35);
    border: 1px solid rgba(255, 255, 255, 0.2);
    box-sizing: border-box;
}

.mi-skeleton-grid {
    display: grid;
    width: var(--mi-feed-grid-width, 100%);
    max-width: 100%;
    margin-top: var(--space-after-header);
    gap: var(--mi-feed-gap, var(--pad-gap-desktop));
    grid-template-columns: repeat(var(--mi-feed-cols, 4), var(--mi-feed-cell-width, 1fr));
    align-items: start;
    justify-content: center;
    box-sizing: border-box;
}

@media (max-width: 600px) {
    .mi-skeleton-grid {
        width: 100%;
        grid-template-columns: repeat(var(--mi-feed-cols, 3), minmax(0, 1fr));
    }
}

.mi-skeleton-feed {
    flex: 1 1 auto;
    min-height: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    max-width: 100%;
    padding: 0 var(--margin-mobile);
    box-sizing: border-box;
}

.mi-skeleton-feed > .comparison-skeleton-breadcrumb {
    margin-top: var(--space-after-header);
}

.mi-skeleton-cell--promo .mi-skeleton-pad--promo {
    background: rgba(107, 68, 35, 0.28);
}

.mi-skeleton-label--promo {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 4px;
}

.mi-skeleton-cell {
    display: flex;
    flex-direction: column;
    width: var(--mi-feed-cell-width, 100%);
    max-width: 100%;
    min-width: 0;
    box-sizing: border-box;
    background-color: #474a51;
    border-radius: 10px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3);
    overflow: hidden;
}

.mi-skeleton-pad {
    flex-shrink: 0;
    width: 100%;
    height: auto;
    aspect-ratio: 200 / 190;
    position: relative;
    overflow: hidden;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.08);
    /* One cached request for button-lq.webp — not <img> tags (avoids 50+ LCP/priority loads). */
    background-image: url('/images/button-lq.webp');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.mi-skeleton-label {
    flex: 0 0 var(--label-zone-min-height);
    min-height: var(--label-zone-min-height);
    padding: 6px 10px 8px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.mi-skeleton-label-lines {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4px;
    width: 100%;
    flex: 1 1 auto;
}

.mi-skeleton-label-stats {
    flex-shrink: 0;
    margin-top: auto;
}

.mi-skeleton-label-line {
    width: 80%;
    height: 0.8rem;
    border-radius: 3px;
    background: rgba(255, 255, 255, 0.1);
}

.mi-skeleton-label-line--short {
    width: 50%;
    height: 0.6rem;
}

@media (min-width: 601px) {
    .mi-skeleton-label {
        padding: 8px 12px 8px;
    }

    .mi-skeleton-h1 {
        font-size: 32px;
    }
}

@media (min-width: 768px) {
    .mi-skeleton-feed {
        padding: 0 var(--margin-desktop);
    }
}

@media (max-width: 600px) {
    .mi-skeleton-header {
        padding: 20px 14px 18px;
    }

    .mi-skeleton-title {
        height: 28px;
    }

    .mi-skeleton-h1 {
        font-size: 26px;
    }

    .mi-skeleton-subtitle {
        height: 18px;
    }
}

html[data-design="arcade"] .mi-skeleton-cell {
    background-color: #1e1e1e;
    border: none;
    border-radius: 1rem;
    box-shadow: 0 6px 0 rgba(0, 0, 0, 0.55);
}

html[data-design="arcade"] .mi-skeleton-header {
    background-color: var(--arcade-surface);
    border: 1px solid #333333;
    border-radius: 0;
    box-shadow:
        inset 0 2px 8px rgba(0, 0, 0, 0.45),
        inset 0 -1px 0 rgba(255, 255, 255, 0.04),
        0 4px 0 rgba(0, 0, 0, 0.55);
}

html[data-design="arcade"] .mi-skeleton-title {
    background: rgba(229, 226, 225, 0.12);
}

html[data-design="arcade"] .mi-skeleton-h1 {
    color: #e5e2e1;
}

/* FEED_CRITICAL_END */

/* FOOTER_CRITICAL_START */
.mi-skeleton-footer-wrap {
    flex-shrink: 0;
    margin-top: 20px;
}

.mi-skeleton-footer {
    padding: 10px 12px;
    background-color: var(--arcade-surface, #1e1e1e);
    border-top: 1px solid var(--arcade-surface-border, #333333);
    box-sizing: border-box;
}

.mi-skeleton-footer-promos {
    display: grid;
    grid-template-columns: 1fr;
    gap: 12px;
    width: 100%;
    max-width: 380px;
    margin: 0 auto;
    padding: 12px 8px 16px;
    box-sizing: border-box;
}

.mi-skeleton-footer-promo-card {
    min-height: 190px;
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.1);
    box-sizing: border-box;
}

.mi-skeleton-footer-links {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 5px;
    margin-top: 10px;
    padding: 0;
}

.mi-skeleton-footer-link {
    width: 42%;
    max-width: 220px;
    height: 14px;
    border-radius: 3px;
    background: rgba(172, 135, 143, 0.35);
}

.mi-skeleton-footer-link--short {
    width: 55%;
    max-width: 280px;
    height: 16px;
    margin-top: 8px;
}

@media (min-width: 720px) and (max-width: 1023px) {
    .mi-skeleton-footer-promos {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        max-width: 800px;
    }
}

@media (min-width: 1024px) {
    .mi-skeleton-footer-promos {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        max-width: 1080px;
    }
}
/* FOOTER_CRITICAL_END */

.mi-skeleton-main--unavailable {
    flex: 1 1 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: calc(100vh - var(--header-height));
    padding: calc(var(--header-height) + 16px) var(--margin-mobile) 32px;
    box-sizing: border-box;
}

.mi-sound-unavailable-page {
    width: min(100%, 36rem);
    margin: 0 auto;
}

.mi-sound-unavailable-card {
    padding: 1.25rem 1.5rem;
    border-radius: var(--arcade-radius-sm);
    background: var(--arcade-surface);
    border: 1px solid var(--arcade-surface-border);
    text-align: center;
}

.mi-sound-unavailable-card__title {
    margin: 0 0 0.5rem;
    font-family: var(--arcade-font-display);
    font-weight: 700;
    font-size: 1.125rem;
    line-height: 1.35;
    color: var(--arcade-on-surface);
}

.mi-sound-unavailable-message {
    margin: 0 0 1.25rem;
    color: var(--soft-outline);
    font-size: 1rem;
    line-height: 1.5;
}

.mi-sound-unavailable-cta {
    display: inline-block;
    padding: 0.5rem 1rem;
    border-radius: var(--arcade-radius-sm);
    background: var(--arcade-primary-strong);
    color: #fff;
    font-family: var(--arcade-font-body);
    font-weight: 700;
    font-size: 1rem;
    line-height: 1.25;
    text-decoration: none;
    border: 1px solid color-mix(in srgb, var(--arcade-primary-strong) 70%, #fff);
    box-shadow: 0 2px 0 color-mix(in srgb, var(--arcade-primary-strong) 45%, #000);
}

.mi-sound-unavailable-cta:hover,
.mi-sound-unavailable-cta:focus-visible {
    filter: brightness(1.08);
}

.mi-static-app-header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: var(--header-height);
    padding: 0 8px 0 4px;
    box-sizing: border-box;
    background-color: var(--arcade-surface);
    border-bottom: 1px solid var(--arcade-surface-border);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.4);
}

.mi-static-app-header-logo {
    display: flex;
    align-items: center;
    gap: 8px;
    min-width: 0;
    margin-inline-start: 12px;
    color: inherit;
    text-decoration: none;
}

.mi-static-app-header-icon {
    width: 40px;
    height: 40px;
    flex-shrink: 0;
    object-fit: contain;
    border-radius: 2px;
}

.mi-static-app-header-wordmark {
    display: flex;
    flex-direction: column;
    font-family: var(--arcade-font-display);
    font-weight: 800;
    font-style: italic;
    font-size: 0.95rem;
    line-height: 0.95;
    letter-spacing: -0.02em;
    color: #fff;
    text-transform: uppercase;
}

.mi-static-app-header-wordmark--ru {
    font-size: 0.85rem;
    line-height: 0.9;
}

.mi-static-app-header-wordmark-line {
    display: block;
    line-height: 1;
    white-space: nowrap;
}

.mi-static-app-header-wordmark--ru .mi-static-app-header-wordmark-line {
    white-space: normal;
}

.mi-sound-unavailable-get-app {
    flex-shrink: 0;
    margin-inline-end: 12px;
    padding: 8px 16px;
    border-radius: var(--arcade-radius-sm);
    background: var(--arcade-primary-strong);
    color: #fff;
    font-family: var(--arcade-font-body);
    font-weight: 700;
    font-size: 0.95rem;
    line-height: 1.1;
    text-decoration: none;
    text-transform: uppercase;
    white-space: nowrap;
    border: 1px solid color-mix(in srgb, var(--arcade-primary-strong) 70%, #fff);
    box-shadow: 0 2px 0 color-mix(in srgb, var(--arcade-primary-strong) 45%, #000);
}

.mi-sound-unavailable-get-app:hover,
.mi-sound-unavailable-get-app:focus-visible {
    filter: brightness(1.08);
}

@media (min-width: 768px) {
    .mi-skeleton-main--unavailable {
        padding-left: var(--margin-desktop);
        padding-right: var(--margin-desktop);
    }
}

/* SOUND_CRITICAL_START */
.mi-skeleton-sound-stack {
    display: flex;
    flex-direction: column;
    gap: 10px;
    width: var(--mi-feed-cell-width);
    max-width: var(--mi-feed-cell-width);
    margin-top: 0;
}

.mi-skeleton-sound-cell {
    width: 100%;
}

.mi-skeleton-action-bar {
    width: 100%;
    padding: 10px;
    border: 2px solid rgba(255, 255, 255, 0.2);
    border-radius: 10px;
    box-sizing: border-box;
}

.mi-skeleton-meta {
    display: flex;
    flex-direction: column;
    flex: 1 1 auto;
    min-height: 0;
    min-width: 0;
    width: 100%;
    box-sizing: border-box;
    border-bottom-left-radius: var(--arcade-radius-lg, 10px);
    border-bottom-right-radius: var(--arcade-radius-lg, 10px);
    overflow: hidden;
}

.mi-skeleton-action-bar--feed {
    padding: 4px 5px 6px;
    border: none;
    border-radius: 0;
}

.mi-skeleton-action-row {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 4px;
    width: 100%;
}

.mi-skeleton-action-bar--with-report .mi-skeleton-action-row {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.mi-skeleton-action-icon {
    width: 100%;
    max-width: none;
    min-width: 0;
    aspect-ratio: 1;
    border-radius: 6px;
    background: rgba(255, 255, 255, 0.08);
}

html[data-design="arcade"] .mi-skeleton-action-icon {
    background: rgba(229, 226, 225, 0.1);
    border: 1px solid #333333;
    border-radius: 0.5rem;
}

.mi-skeleton-app-promo {
    width: 100%;
    max-width: 300px;
    min-height: var(--mi-sound-app-promo-min-height);
    margin: 30px auto 0;
    padding: 20px;
    box-sizing: border-box;
    border-radius: 12px;
    background: rgba(0, 0, 0, 0.4);
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.mi-skeleton-app-promo-icon {
    width: 80px;
    height: 80px;
    margin: 0 auto 16px;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.08);
}

.mi-skeleton-app-promo-title {
    width: 70%;
    max-width: 200px;
    height: 18px;
    margin: 0 auto 8px;
    border-radius: 4px;
    background: rgba(255, 255, 255, 0.12);
}

.mi-skeleton-app-promo-subtitle {
    width: 85%;
    max-width: 240px;
    height: 14px;
    margin: 0 auto 16px;
    border-radius: 4px;
    background: rgba(255, 255, 255, 0.08);
}

.mi-skeleton-app-promo-buttons {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    width: 100%;
}

.mi-skeleton-app-promo-button {
    width: 100%;
    max-width: 200px;
    height: 67px;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.08);
}

.mi-skeleton-related {
    width: 100%;
    max-width: 1000px;
    min-height: var(--mi-sound-related-min-height);
    margin: 48px auto 0;
    padding: 0 var(--margin-mobile);
    box-sizing: border-box;
}

.mi-skeleton-related-header {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    margin-bottom: 16px;
}

.mi-skeleton-related-title {
    width: 60%;
    max-width: 280px;
    height: 26px;
    border-radius: 4px;
    background: rgba(255, 255, 255, 0.12);
}

.mi-skeleton-related-subtitle {
    width: 75%;
    max-width: 320px;
    height: 16px;
    border-radius: 4px;
    background: rgba(255, 255, 255, 0.08);
}

.sound-page-app-promo {
    width: 100%;
    display: flex;
    justify-content: center;
    min-height: var(--mi-sound-app-promo-min-height);
    box-sizing: border-box;
}

@media (min-width: 768px) {
    .mi-skeleton-related {
        padding: 0 var(--margin-desktop);
    }
}
/* SOUND_CRITICAL_END */
