:root {
    --mw-accent: #0f766e;
    --mw-accent-strong: #115e59;
    --mw-border: rgba(15, 23, 42, .14);
}

[data-bs-theme="dark"] {
    --mw-border: rgba(226, 232, 240, .18);
}

body {
    min-height: 100vh;
    background:
        radial-gradient(circle at top left, rgba(15, 118, 110, .12), transparent 30rem),
        var(--bs-body-bg);
}

.navbar {
    border-bottom: 1px solid var(--mw-border);
}

.mw-shell {
    max-width: 1180px;
}

.mw-card {
    border: 1px solid var(--mw-border);
    border-radius: .5rem;
    box-shadow: 0 .5rem 1.5rem rgba(15, 23, 42, .05);
}

.mw-avatar {
    width: 96px;
    height: 96px;
    border-radius: 50%;
    object-fit: cover;
    border: 3px solid var(--bs-body-bg);
    box-shadow: 0 0 0 1px var(--mw-border);
}

.mw-avatar-sm {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    object-fit: cover;
}

.mw-profile-cover {
    min-height: 220px;
    background:
        linear-gradient(135deg, rgba(15, 118, 110, .28), rgba(59, 130, 246, .22)),
        var(--bs-tertiary-bg);
    background-size: cover;
    background-position: center;
}

.mw-profile-avatar-wrap {
    margin-top: -64px;
}

.mw-muted-panel {
    background: color-mix(in srgb, var(--bs-tertiary-bg) 80%, transparent);
    border: 1px solid var(--mw-border);
    border-radius: .5rem;
}

.btn-primary {
    --bs-btn-bg: var(--mw-accent);
    --bs-btn-border-color: var(--mw-accent);
    --bs-btn-hover-bg: var(--mw-accent-strong);
    --bs-btn-hover-border-color: var(--mw-accent-strong);
}

.form-control:focus,
.form-select:focus {
    border-color: var(--mw-accent);
    box-shadow: 0 0 0 .2rem rgba(15, 118, 110, .18);
}

.table > :not(caption) > * > * {
    vertical-align: middle;
}

.mw-model-hero {
    aspect-ratio: 16 / 10;
    object-fit: cover;
}

.mw-model-card-img {
    aspect-ratio: 4 / 3;
    object-fit: cover;
}

.mw-collection-collage {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    aspect-ratio: 16 / 9;
    background: var(--bs-tertiary-bg);
}

.mw-collection-collage img,
.mw-collection-cover-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.mw-collection-cover-img {
    display: block;
    aspect-ratio: 16 / 9;
}

.mw-collection-empty {
    min-height: 120px;
    background:
        linear-gradient(135deg, rgba(15, 118, 110, .18), rgba(59, 130, 246, .14)),
        var(--bs-tertiary-bg);
}

.mw-viewer {
    position: relative;
    width: 100%;
    aspect-ratio: 16 / 10;
    min-height: 320px;
    overflow: hidden;
    background:
        linear-gradient(180deg, rgba(148, 163, 184, .16), rgba(15, 23, 42, .03)),
        var(--bs-tertiary-bg);
    border: 1px solid var(--mw-border);
    border-radius: .5rem;
}

.mw-viewer canvas {
    display: block;
    width: 100%;
    height: 100%;
}

.mw-viewer-status {
    position: absolute;
    inset: 0;
    display: grid;
    place-items: center;
    color: var(--bs-secondary-color);
    z-index: 2;
    pointer-events: none;
}

.mw-color-chip {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    border: 2px solid var(--bs-body-bg);
    background: var(--chip-color);
    box-shadow: 0 0 0 1px var(--mw-border);
}

.mw-prose {
    line-height: 1.75;
}

.mw-code-block {
    padding: 1rem;
    overflow-x: auto;
    background: var(--bs-tertiary-bg);
    border: 1px solid var(--mw-border);
    border-radius: .5rem;
}

.mw-comment {
    padding: 1rem;
    border: 1px solid var(--mw-border);
    border-radius: .5rem;
    background: var(--bs-body-bg);
}

.mw-comment.depth-1 {
    margin-left: 1.25rem;
}

.mw-comment.depth-2 {
    margin-left: 2.5rem;
}

.mw-answer {
    padding: 1rem;
    border: 1px solid var(--mw-border);
    border-radius: .5rem;
    background: var(--bs-tertiary-bg);
}

.mw-answer.is-accepted {
    border-color: rgba(25, 135, 84, .55);
    background: color-mix(in srgb, var(--bs-success-bg-subtle) 70%, var(--bs-body-bg));
}

.mw-make-img {
    aspect-ratio: 4 / 3;
    object-fit: cover;
}

.mw-color-swatch {
    width: 1.25rem;
    height: 1.25rem;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 50%;
    flex: 0 0 auto;
}

.mw-color-swatch-lg {
    width: 3rem;
    height: 3rem;
}

.mw-production-image {
    width: min(220px, 100%);
    aspect-ratio: 4 / 3;
    object-fit: cover;
    border-radius: .5rem;
}

.mw-make-detail-img {
    aspect-ratio: 4 / 3;
    object-fit: cover;
}

.min-w-0 {
    min-width: 0;
}

.mw-notification-menu {
    width: min(380px, calc(100vw - 2rem));
    max-height: 520px;
    overflow: hidden;
}

.mw-notification-preview {
    max-height: 360px;
    overflow-y: auto;
}

.mw-notification {
    border: 1px solid var(--mw-border);
    border-radius: .5rem;
    background: var(--bs-body-bg);
}

.mw-notification.is-unread {
    border-color: rgba(13, 110, 253, .35);
    background: color-mix(in srgb, var(--bs-primary-bg-subtle) 42%, var(--bs-body-bg));
}

:root {
    --mw-accent: #f27a1a;
    --mw-accent-strong: #d96508;
    --mw-accent-soft: #fff4e8;
    --mw-ink: #1f2937;
    --mw-muted: #6b7280;
    --mw-blue: #2563eb;
    --mw-green: #16a34a;
    --mw-border: rgba(17, 24, 39, .12);
    --mw-shadow: 0 .75rem 1.8rem rgba(17, 24, 39, .08);
}

[data-bs-theme="dark"] {
    --mw-accent-soft: rgba(242, 122, 26, .14);
    --mw-ink: #f8fafc;
    --mw-muted: #cbd5e1;
    --mw-border: rgba(226, 232, 240, .16);
    --mw-shadow: 0 .75rem 1.8rem rgba(0, 0, 0, .28);
}

body {
    color: var(--mw-ink);
    background: #f7f7f8;
}

[data-bs-theme="dark"] body {
    background: #111827;
}

a {
    color: var(--mw-accent-strong);
}

.mw-shell {
    max-width: 1240px;
}

.mw-card,
.mw-muted-panel,
.mw-market-filter,
.mw-auth-card,
.mw-notification {
    border-radius: .5rem;
    border-color: var(--mw-border);
}

.mw-card {
    box-shadow: var(--mw-shadow);
}

.btn-primary {
    --bs-btn-bg: var(--mw-accent);
    --bs-btn-border-color: var(--mw-accent);
    --bs-btn-hover-bg: var(--mw-accent-strong);
    --bs-btn-hover-border-color: var(--mw-accent-strong);
    --bs-btn-active-bg: var(--mw-accent-strong);
    --bs-btn-active-border-color: var(--mw-accent-strong);
}

.btn-outline-primary {
    --bs-btn-color: var(--mw-accent-strong);
    --bs-btn-border-color: var(--mw-accent);
    --bs-btn-hover-bg: var(--mw-accent);
    --bs-btn-hover-border-color: var(--mw-accent);
}

.form-control,
.form-select {
    border-radius: .5rem;
}

.form-control:focus,
.form-select:focus {
    border-color: var(--mw-accent);
    box-shadow: 0 0 0 .2rem rgba(242, 122, 26, .16);
}

.mw-site-header {
    position: sticky;
    top: 0;
    z-index: 1030;
    background: var(--bs-body-bg);
    box-shadow: 0 .4rem 1.25rem rgba(17, 24, 39, .08);
}

.mw-top-strip {
    background: #fff7ed;
    color: #7c2d12;
    border-bottom: 1px solid rgba(242, 122, 26, .18);
    padding: .38rem 0;
}

[data-bs-theme="dark"] .mw-top-strip {
    background: rgba(124, 45, 18, .35);
    color: #fed7aa;
}

.mw-top-strip a {
    color: inherit;
    text-decoration: none;
}

.mw-main-nav {
    border-bottom: 1px solid var(--mw-border);
    padding: .85rem 0;
}

.mw-brand {
    display: inline-flex;
    align-items: center;
    gap: .55rem;
    font-weight: 800;
    color: var(--mw-ink);
}

.mw-brand-mark {
    display: inline-grid;
    place-items: center;
    width: 2.45rem;
    height: 2.45rem;
    border-radius: .5rem;
    background: var(--mw-accent);
    color: #fff;
    font-size: .95rem;
}

.mw-header-search {
    display: flex;
    gap: .5rem;
    min-width: min(100%, 420px);
}

.mw-header-search .form-control {
    background: var(--bs-tertiary-bg);
    border-color: transparent;
}

.mw-category-nav {
    border-bottom: 1px solid var(--mw-border);
    background: var(--bs-body-bg);
}

.mw-category-nav .mw-shell {
    min-height: 44px;
}

.mw-category-nav a,
.mw-category-nav .btn-link {
    white-space: nowrap;
    color: var(--mw-ink);
    text-decoration: none;
    font-weight: 600;
    font-size: .92rem;
    padding: .65rem .45rem;
    border-bottom: 2px solid transparent;
}

.mw-category-nav a.active,
.mw-category-nav a:hover,
.mw-category-nav .btn-link:hover {
    color: var(--mw-accent-strong);
    border-bottom-color: var(--mw-accent);
}

.mw-footer {
    border-top: 1px solid var(--mw-border);
    background: var(--bs-body-bg);
}

.mw-footer a {
    color: var(--bs-secondary-color);
    text-decoration: none;
}

.mw-footer a:hover {
    color: var(--mw-accent-strong);
}

.mw-auth-shell {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(340px, 480px);
    gap: 2rem;
    align-items: stretch;
    min-height: min(720px, calc(100vh - 220px));
}

.mw-auth-copy {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: clamp(2rem, 5vw, 4rem);
    border-radius: .5rem;
    color: #111827;
    background:
        linear-gradient(135deg, rgba(242, 122, 26, .18), rgba(37, 99, 235, .10)),
        #fff;
    border: 1px solid var(--mw-border);
}

.mw-auth-copy-admin {
    background:
        linear-gradient(135deg, rgba(31, 41, 55, .12), rgba(242, 122, 26, .14)),
        #fff;
}

[data-bs-theme="dark"] .mw-auth-copy,
[data-bs-theme="dark"] .mw-auth-copy-admin {
    color: #f8fafc;
    background: #1f2937;
}

.mw-auth-kicker {
    width: fit-content;
    padding: .35rem .7rem;
    border-radius: 999px;
    background: var(--mw-accent-soft);
    color: var(--mw-accent-strong);
    font-weight: 700;
    margin-bottom: 1rem;
}

.mw-auth-copy h1 {
    max-width: 680px;
    font-weight: 800;
    line-height: 1.08;
}

.mw-auth-copy p {
    max-width: 560px;
    color: var(--mw-muted);
    font-size: 1.05rem;
}

.mw-auth-card {
    padding: clamp(1.5rem, 4vw, 2.5rem);
    background: var(--bs-body-bg);
    border: 1px solid var(--mw-border);
    box-shadow: var(--mw-shadow);
}

.mw-market-filter {
    padding: 1rem;
    background: var(--bs-body-bg);
    border: 1px solid var(--mw-border);
    box-shadow: var(--mw-shadow);
}

.mw-model-card-img {
    background: var(--bs-tertiary-bg);
    transition: transform .18s ease;
}

.mw-card:hover .mw-model-card-img {
    transform: scale(1.025);
}

.mw-level-panel {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 1rem;
    border: 1px solid rgba(242, 122, 26, .28);
    border-radius: .5rem;
    background: color-mix(in srgb, var(--mw-accent-soft) 70%, var(--bs-body-bg));
}

.mw-level-badge {
    display: grid;
    place-items: center;
    width: 4.5rem;
    height: 4.5rem;
    border-radius: .5rem;
    background: var(--mw-accent);
    color: #fff;
    font-weight: 800;
    font-size: 1.25rem;
    flex: 0 0 auto;
}

.mw-badge-tile {
    padding: 1rem;
    border: 1px solid var(--mw-border);
    border-radius: .5rem;
    background: var(--bs-body-bg);
    cursor: pointer;
}

.mw-badge-icon {
    display: inline-grid;
    place-items: center;
    min-width: 2.75rem;
    height: 2.75rem;
    padding: 0 .45rem;
    border-radius: .5rem;
    background: var(--mw-accent-soft);
    color: var(--mw-accent-strong);
    font-weight: 800;
    font-size: .76rem;
    text-align: center;
}

.mw-mini-badge {
    display: inline-flex;
    align-items: center;
    max-width: 100%;
    padding: .22rem .5rem;
    border-radius: 999px;
    background: var(--mw-accent-soft);
    color: var(--mw-accent-strong);
    font-size: .75rem;
    font-weight: 700;
}

.mw-earned {
    border-color: rgba(22, 163, 74, .38);
}

.mw-locked {
    opacity: .72;
}

.mw-user-xp {
    padding-top: .7rem;
    border-top: 1px solid var(--mw-border);
}

.mw-viewer {
    min-height: 420px;
    background:
        linear-gradient(180deg, rgba(255, 244, 232, .9), rgba(248, 250, 252, .88)),
        var(--bs-tertiary-bg);
}

[data-bs-theme="dark"] .mw-viewer {
    background: #111827;
}

.mw-viewer canvas {
    min-height: 420px;
}

.mw-viewer-status {
    padding: 1rem;
    text-align: center;
    font-weight: 600;
}

@media (max-width: 991.98px) {
    .mw-auth-shell {
        grid-template-columns: 1fr;
        min-height: auto;
    }

    .mw-auth-copy {
        padding: 2rem;
    }

    .mw-header-search {
        width: 100%;
        order: 3;
    }
}

@media (max-width: 575.98px) {
    .mw-header-search {
        flex-direction: column;
    }

    .mw-level-panel {
        align-items: stretch;
        flex-direction: column;
    }

    .mw-level-badge {
        width: 100%;
        height: auto;
        min-height: 3.25rem;
    }
}

/* V11 forum and responsive marketplace header */
.mw-icon {
    width: 1.15rem;
    height: 1.15rem;
    flex: 0 0 auto;
}

.mw-site-header {
    position: sticky;
    top: 0;
    z-index: 1030;
    background: var(--bs-body-bg);
    box-shadow: 0 8px 24px rgba(15, 23, 42, .06);
}

.mw-main-nav {
    padding: .75rem 0;
    border-bottom: 1px solid var(--mw-border);
    background: var(--bs-body-bg);
}

.mw-desktop-header,
.mw-mobile-header {
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
}

.mw-desktop-header {
    display: grid;
    grid-template-columns: minmax(190px, 250px) minmax(360px, 1fr) auto;
}

.mw-brand {
    display: inline-flex;
    align-items: center;
    gap: .65rem;
    min-width: 0;
    color: var(--mw-ink);
    font-weight: 800;
    text-decoration: none;
}

.mw-brand span:last-child {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.mw-brand-mobile {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    max-width: 52vw;
    justify-content: center;
}

.mw-icon-button {
    display: inline-grid;
    place-items: center;
    width: 2.45rem;
    height: 2.45rem;
    border: 1px solid var(--mw-border);
    border-radius: .5rem;
    background: var(--bs-body-bg);
    color: var(--mw-ink);
    text-decoration: none;
    transition: border-color .16s ease, color .16s ease, background .16s ease, transform .16s ease;
}

.mw-icon-button:hover,
.mw-icon-button:focus-visible {
    border-color: rgba(242, 122, 26, .45);
    color: var(--mw-accent-strong);
    background: var(--mw-accent-soft);
    transform: translateY(-1px);
}

.mw-header-actions {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: .5rem;
}

.mw-upload-button {
    display: inline-flex;
    align-items: center;
    gap: .45rem;
    white-space: nowrap;
}

.mw-header-search {
    position: relative;
    display: flex;
    gap: .5rem;
    width: 100%;
    min-width: 0;
}

.mw-header-search .form-control,
.mw-mobile-search .form-control {
    min-height: 2.75rem;
    border-color: rgba(242, 122, 26, .22);
    background: var(--bs-tertiary-bg);
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .25);
}

.mw-header-search .btn {
    display: inline-flex;
    align-items: center;
    gap: .45rem;
}

.mw-mobile-search {
    display: flex;
    gap: .5rem;
    width: 100%;
    margin-top: .75rem;
}

.mw-mobile-search .btn {
    width: 3rem;
    flex: 0 0 3rem;
}

.mw-notification-dot {
    position: absolute;
    top: -.35rem;
    right: -.35rem;
    display: grid;
    place-items: center;
    min-width: 1.2rem;
    height: 1.2rem;
    padding: 0 .25rem;
    border-radius: 999px;
    background: var(--mw-accent);
    color: #fff;
    font-size: .68rem;
    font-weight: 800;
}

[data-bs-theme="dark"] .mw-theme-moon,
[data-bs-theme="light"] .mw-theme-sun {
    display: none;
}

.mw-mobile-offcanvas {
    width: min(86vw, 360px);
    border-right: 1px solid var(--mw-border);
}

.mw-offcanvas-links {
    display: grid;
    gap: .35rem;
}

.mw-offcanvas-links a {
    display: flex;
    align-items: center;
    min-height: 2.75rem;
    padding: .65rem .8rem;
    border-radius: .5rem;
    color: var(--mw-ink);
    text-decoration: none;
    font-weight: 700;
}

.mw-offcanvas-links a.active,
.mw-offcanvas-links a:hover {
    color: var(--mw-accent-strong);
    background: var(--mw-accent-soft);
}

.mw-forum-hero,
.mw-forum-topic-detail,
.mw-forum-category-hero {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1.5rem;
    padding: clamp(1.25rem, 3vw, 2rem);
    border: 1px solid var(--mw-border);
    border-radius: .5rem;
    background:
        linear-gradient(135deg, rgba(242, 122, 26, .12), rgba(20, 184, 166, .08)),
        var(--bs-body-bg);
    box-shadow: var(--mw-shadow);
}

.mw-forum-topic-detail {
    display: block;
}

.mw-forum-category-hero {
    justify-content: flex-start;
    background:
        linear-gradient(135deg, color-mix(in srgb, var(--forum-color) 14%, transparent), rgba(37, 99, 235, .06)),
        var(--bs-body-bg);
}

.mw-forum-stat {
    padding: 1rem;
    border: 1px solid var(--mw-border);
    border-radius: .5rem;
    background: var(--bs-body-bg);
    box-shadow: var(--mw-shadow);
    text-align: center;
}

.mw-forum-stat strong {
    display: block;
    color: var(--mw-accent-strong);
    font-size: clamp(1.4rem, 3vw, 2rem);
    line-height: 1;
}

.mw-forum-stat span {
    display: block;
    margin-top: .35rem;
    color: var(--mw-muted);
    font-size: .85rem;
}

.mw-forum-category-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
}

.mw-forum-category-card,
.mw-forum-topic-card,
.mw-forum-post {
    border: 1px solid var(--mw-border);
    border-radius: .5rem;
    background: var(--bs-body-bg);
    box-shadow: var(--mw-shadow);
}

.mw-forum-category-card {
    display: flex;
    gap: .9rem;
    min-height: 132px;
    padding: 1rem;
    color: var(--mw-ink);
    text-decoration: none;
    transition: transform .16s ease, border-color .16s ease;
}

.mw-forum-category-card:hover {
    transform: translateY(-2px);
    border-color: color-mix(in srgb, var(--forum-color) 55%, var(--mw-border));
}

.mw-forum-category-icon {
    display: inline-grid;
    place-items: center;
    min-width: 3rem;
    height: 3rem;
    padding: 0 .5rem;
    border-radius: .5rem;
    background: color-mix(in srgb, var(--forum-color, var(--mw-accent)) 16%, var(--bs-body-bg));
    color: color-mix(in srgb, var(--forum-color, var(--mw-accent)) 82%, #111827);
    font-size: .75rem;
    font-weight: 800;
    text-align: center;
}

.mw-forum-topic-card {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 1rem;
    padding: 1rem;
}

.mw-forum-topic-main {
    min-width: 0;
}

.mw-forum-topic-stats {
    display: grid;
    grid-template-columns: repeat(3, minmax(76px, 1fr));
    gap: .5rem;
    align-self: center;
    text-align: center;
}

.mw-forum-topic-stats div {
    padding: .65rem .5rem;
    border-radius: .5rem;
    background: var(--bs-tertiary-bg);
}

.mw-forum-topic-stats strong {
    display: block;
    line-height: 1.05;
}

.mw-forum-topic-stats span {
    display: block;
    color: var(--mw-muted);
    font-size: .72rem;
}

.mw-forum-category-badge {
    background: color-mix(in srgb, var(--forum-color, var(--mw-accent)) 14%, var(--bs-body-bg));
    color: color-mix(in srgb, var(--forum-color, var(--mw-accent)) 78%, #111827);
}

.mw-forum-tag {
    display: inline-flex;
    align-items: center;
    gap: .35rem;
    max-width: 100%;
    padding: .28rem .58rem;
    border: 1px solid rgba(242, 122, 26, .22);
    border-radius: 999px;
    background: var(--mw-accent-soft);
    color: var(--mw-accent-strong);
    font-size: .8rem;
    font-weight: 700;
    text-decoration: none;
}

.mw-forum-mini-topic {
    display: grid;
    gap: .2rem;
    padding-bottom: .75rem;
    border-bottom: 1px solid var(--mw-border);
    color: var(--mw-ink);
    text-decoration: none;
}

.mw-forum-mini-topic:last-child {
    padding-bottom: 0;
    border-bottom: 0;
}

.mw-forum-post {
    display: grid;
    grid-template-columns: 220px minmax(0, 1fr);
    gap: 1rem;
    padding: 1rem;
}

.mw-forum-post.is-solution {
    border-color: rgba(22, 163, 74, .45);
    background:
        linear-gradient(90deg, rgba(22, 163, 74, .08), transparent 38%),
        var(--bs-body-bg);
}

.mw-forum-post-author {
    display: flex;
    gap: .75rem;
    align-items: flex-start;
}

.mw-avatar-sm {
    width: 2.75rem;
    height: 2.75rem;
    border-radius: .5rem;
    object-fit: cover;
}

.mw-forum-post-body {
    min-width: 0;
}

.mw-prose {
    overflow-wrap: anywhere;
}

.mw-prose img {
    max-width: 100%;
    height: auto;
}

.mw-content-image {
    display: block;
    max-width: min(100%, 760px);
    max-height: 520px;
    margin: .75rem 0;
    border: 1px solid var(--mw-border);
    border-radius: .5rem;
    object-fit: contain;
    background: var(--bs-tertiary-bg);
}

@media (max-width: 991.98px) {
    body {
        padding-bottom: env(safe-area-inset-bottom);
    }

    .mw-site-header {
        position: sticky;
    }

    .mw-main-nav {
        padding: .6rem 0 .75rem;
    }

    .mw-forum-hero,
    .mw-forum-category-hero {
        align-items: stretch;
        flex-direction: column;
    }

    .mw-forum-category-grid {
        grid-template-columns: 1fr;
    }

    .mw-forum-topic-card {
        grid-template-columns: 1fr;
    }

    .mw-forum-topic-stats {
        grid-template-columns: repeat(3, 1fr);
    }

    .mw-forum-post {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 575.98px) {
    .mw-mobile-header {
        position: relative;
        min-height: 2.7rem;
    }

    .mw-brand-mobile .mw-brand-mark {
        width: 2.25rem;
        height: 2.25rem;
    }

    .mw-brand-mobile span:last-child {
        max-width: 38vw;
    }

    .mw-forum-topic-stats {
        gap: .35rem;
    }

    .mw-forum-topic-stats div {
        padding: .55rem .35rem;
    }
}
