/* Homepage only — overrides shared.text-lite-9558 when body has .input-953e (light editorial layout) */
@charset "UTF-8";

/* index.text-lite-9558 só no index — não esconder overflow no html (corta texto/imagem em vez de reflow) */
html {
    max-width: 100%;
}

/* Âncoras (#destaques etc.): não ficar por baixo do bloco sticky */
html:has(body.input-953e) {
    scroll-padding-top: 9.5rem;
}

@media (max-width: 1023px) {
    html:has(body.input-953e) {
        scroll-padding-top: 8.25rem;
    }
}

body.input-953e {
    /* Altura aproximada: barra de marca + menu (evita TOC/âncoras por baixo do sticky) */
    --ph-sticky-head-height: 9.5rem;
    --ph-bg: #eef1f4;
    --ph-surface: #ffffff;
    --ph-ink: #12151a;
    --ph-muted: #5c6570;
    --ph-line: #d8dee6;
    --ph-accent: #0f766e;
    --ph-accent-hover: #0d9488;
    --ph-warn: #b45309;
    --ph-radius: 14px;
    --ph-radius-sm: 10px;
    --ph-shadow: 0 1px 2px rgba(15, 23, 42, 0.06), 0 8px 24px rgba(15, 23, 42, 0.06);
    --ph-font: "Segoe UI", system-ui, -apple-system, Roboto, "Helvetica Neue", Arial, sans-serif;
    --ph-serif: Georgia, "Times New Roman", serif;
    background: var(--ph-bg);
    color: var(--ph-ink);
    font-family: var(--ph-font);
    line-height: 1.6;
}

body.input-953e a {
    color: var(--ph-accent);
    text-decoration: none;
}

body.input-953e a:hover {
    text-decoration: underline;
    color: var(--ph-accent-hover);
}

/* Skip link: visually hidden without off-screen position (avoids horizontal scroll) */
.basic-a55b:not(:focus) {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip-path: inset(50%);
    white-space: nowrap;
    border: 0;
}

.basic-a55b:focus {
    position: fixed;
    left: 1rem;
    top: 1rem;
    z-index: 10000;
    width: auto;
    height: auto;
    padding: 0.75rem 1rem;
    background: var(--ph-ink);
    color: #fff;
    border-radius: var(--ph-radius-sm);
    outline: 3px solid var(--ph-accent);
}

/* Shell */
.liquid-ff69 {
    max-width: 1180px;
    margin: 0 auto;
    padding: 0 1.25rem;
    width: 100%;
    box-sizing: border-box;
}

/* Filhos de grid/flex com min-width:auto não encolhem → texto/imagem “passa” da tela; min-width:0 permite quebra correta */
body.input-953e main.liquid-ff69,
body.input-953e .tabs_green_70bf,
body.input-953e .tabs_green_70bf > aside,
body.input-953e .tabs_green_70bf > div,
body.input-953e .primary_light_d433,
body.input-953e .primary_light_d433 > * {
    min-width: 0;
}

body.input-953e .block_cool_a405 li {
    min-width: 0;
    overflow-wrap: anywhere;
    word-break: break-word;
}

body.input-953e .primary_light_d433 h1,
body.input-953e .left_5d28,
body.input-953e .frame-tall-37ba h2,
body.input-953e .frame-tall-37ba p {
    overflow-wrap: anywhere;
}

/* Barra superior + menu: um único sticky (evita o menu subir por cima do conteúdo com z-index maior) */
body.input-953e .warm_7a2a {
    position: sticky;
    top: 0;
    z-index: 900;
    background: var(--ph-bg);
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
}

body.input-953e .warm_7a2a .shade-right-d133 {
    position: relative;
    z-index: 2;
}

/* Masthead */
.in_6488 {
    position: relative;
    z-index: 1;
    background: rgba(255, 255, 255, 0.92);
    border-bottom: 1px solid var(--ph-line);
    backdrop-filter: blur(10px);
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
}

.menu-pressed-5737 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: 0.65rem 0;
    flex-wrap: wrap;
}

.media_cf7a {
    display: flex;
    align-items: center;
    gap: 0.85rem;
    text-decoration: none;
    color: inherit;
}

.media_cf7a:hover {
    text-decoration: none;
}

.media_cf7a img {
    width: 52px;
    height: 52px;
    border-radius: 12px;
    object-fit: contain;
    border: 1px solid var(--ph-line);
}

.first-21a2 {
    display: flex;
    flex-direction: column;
    line-height: 1.2;
}

.active-copper-e39f {
    font-weight: 700;
    font-size: 1.15rem;
    letter-spacing: -0.02em;
}

.module-advanced-a973 {
    font-size: 0.78rem;
    color: var(--ph-muted);
    font-weight: 500;
}

.icon_81ea {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.5rem;
}

/* 手机端：品牌区与按钮居中 */
@media (max-width: 768px) {
    .menu-pressed-5737 {
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 0.75rem;
    }

    .media_cf7a {
        justify-content: center;
        width: 100%;
    }

    .first-21a2 {
        align-items: center;
        text-align: center;
    }

    .icon_81ea {
        flex-basis: 100%;
        width: 100%;
        justify-content: center;
    }
}

body.input-953e .element_tall_d801 {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.55rem 1.1rem;
    font-size: 0.9rem;
    font-weight: 600;
    border-radius: 8px;
    border: 1px solid transparent;
    cursor: pointer;
    text-decoration: none;
    transition: background 0.15s, color 0.15s, border-color 0.15s;
}

body.input-953e .element_tall_d801:focus-visible {
    outline: 2px solid var(--ph-accent);
    outline-offset: 2px;
}

body.input-953e .element_tall_d801.motion_6543 {
    background: transparent;
    color: var(--ph-ink);
    border-color: var(--ph-line);
}

body.input-953e .element_tall_d801.motion_6543:hover {
    background: #f8fafc;
    color: var(--ph-ink);
    text-decoration: none;
}

/* Must beat `body.input-953e a` so text stays visible on teal background */
body.input-953e .element_tall_d801.photo_solid_5d94 {
    background: var(--ph-accent);
    color: #fff;
}

body.input-953e .element_tall_d801.photo_solid_5d94:hover {
    background: var(--ph-accent-hover);
    color: #fff;
    text-decoration: none;
}

/* Nav overrides — same DOM for navigation.container_836d */
body.input-953e .shade-right-d133 {
    background: #f8fafc;
    margin: 0;
    border-radius: 0;
    border: none;
    border-bottom: 1px solid var(--ph-line);
    box-shadow: none;
    max-width: 100%;
    box-sizing: border-box;
}

body.input-953e .shade-right-d133 .hover_27d6 {
    justify-content: flex-start;
    flex-wrap: nowrap;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    gap: 0.15rem;
    padding: 0.35rem 0.75rem;
    scrollbar-width: thin;
    min-width: 0;
    max-width: 100%;
}

/* 电脑端：菜单居中；手机端保持左对齐便于横向滑动 */
@media (min-width: 769px) {
    body.input-953e .shade-right-d133 .hover_27d6 {
        justify-content: center;
        overflow-x: visible;
    }
}

body.input-953e .shade-right-d133 .stone_74bd {
    color: var(--ph-ink);
    text-transform: none;
    letter-spacing: 0;
    font-size: 0.875rem;
    font-weight: 600;
    padding: 0.45rem 0.9rem;
    border-radius: 8px;
    white-space: nowrap;
}

body.input-953e .shade-right-d133 .stone_74bd:hover {
    background: #e2e8f0;
    color: var(--ph-ink);
    transform: none;
    box-shadow: none;
}

body.input-953e .shade-right-d133 .stone_74bd::before {
    display: none;
}

body.input-953e .shade-right-d133 .wrapper-c3e1 {
    background: var(--ph-surface);
    border: 1px solid var(--ph-line);
    box-shadow: var(--ph-shadow);
    border-radius: var(--ph-radius-sm);
}

body.input-953e .shade-right-d133 .wrapper-c3e1::before {
    border-bottom-color: var(--ph-surface);
}

body.input-953e .shade-right-d133 .thick-9fa7 {
    color: var(--ph-ink);
    margin: 0.15rem 0.35rem;
}

body.input-953e .shade-right-d133 .thick-9fa7:hover {
    background: #f1f5f9;
    color: var(--ph-ink);
    transform: none;
    box-shadow: none;
}

body.input-953e .background_stale_a9c8 {
    background: #e2e8f0;
}

body.input-953e .background_stale_a9c8 span {
    color: var(--ph-ink);
    text-shadow: none;
}

body.input-953e .disabled-be59 {
    background: #fff;
    border-color: var(--ph-line);
}

body.input-953e .disabled-be59 span {
    background: var(--ph-ink);
    box-shadow: none;
}

@media (max-width: 768px) {
    body.input-953e .detail_3021 {
        background: #f8fafc;
    }

    body.input-953e .detail_3021 .stone_74bd {
        color: var(--ph-ink);
    }

    body.input-953e .detail_3021 .wrapper-c3e1 {
        background: #fff;
        border: 1px solid var(--ph-line);
    }

    body.input-953e .detail_3021 .thick-9fa7 {
        color: var(--ph-ink);
    }
}

/* Main layout: sidebar + content on large screens */
.tabs_green_70bf {
    display: grid;
    gap: 2rem;
    padding: 1.75rem 0 3rem;
}

@media (min-width: 1024px) {
    .tabs_green_70bf {
        grid-template-columns: 220px 1fr;
        align-items: start;
    }
}

.under_525c {
    position: sticky;
    top: 5.5rem;
    align-self: start;
    background: var(--ph-surface);
    border: 1px solid var(--ph-line);
    border-radius: var(--ph-radius);
    padding: 1rem 1.1rem;
    box-shadow: var(--ph-shadow);
}

/* 手机/平板窄屏：目录随页面滚动，不 sticky 挡内容 */
@media (max-width: 1023px) {
    .under_525c {
        position: static;
        top: auto;
        align-self: stretch;
    }
}

/* 桌面：目录 sticky 须让出整块顶栏（品牌行 + 主导航） */
@media (min-width: 1024px) {
    body.input-953e .under_525c {
        top: var(--ph-sticky-head-height);
    }
}

.under_525c h2 {
    font-size: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: var(--ph-muted);
    margin: 0 0 0.75rem;
    font-weight: 700;
}

.under_525c ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.under_525c li {
    margin-bottom: 0.35rem;
}

.under_525c a {
    font-size: 0.88rem;
    font-weight: 500;
    display: block;
    padding: 0.35rem 0;
    border-left: 3px solid transparent;
    padding-left: 0.5rem;
    margin-left: -0.5rem;
}

.under_525c a:hover {
    border-left-color: var(--ph-accent);
    text-decoration: none;
    background: #f8fafc;
}

/* Hero */
.primary_light_d433 {
    display: grid;
    gap: 2rem;
    padding: 2rem 0 1rem;
}

@media (min-width: 900px) {
    .primary_light_d433 {
        grid-template-columns: 1.05fr 0.95fr;
        align-items: center;
    }
}

.button-b4a1 {
    font-size: 0.8rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    color: var(--ph-accent);
    margin: 0 0 0.5rem;
}

.primary_light_d433 h1 {
    font-family: var(--ph-serif);
    font-size: clamp(1.85rem, 4vw, 2.45rem);
    font-weight: 700;
    line-height: 1.15;
    letter-spacing: -0.02em;
    margin: 0 0 1rem;
    color: var(--ph-ink);
}

/* Só telefone (≤768px): imagem logo após o H1, centrada; evita duplicar com .item_c5ab */
.complex-b16f {
    display: none;
    margin: 0 auto 1.15rem;
    max-width: min(320px, 88vw);
}

.complex-b16f a {
    display: block;
}

.complex-b16f img {
    width: 100%;
    max-width: 100%;
    height: auto;
    object-fit: contain;
    border-radius: var(--ph-radius-sm);
    border: 1px solid var(--ph-line);
    vertical-align: bottom;
}

@media (max-width: 768px) {
    .complex-b16f {
        display: block;
    }

    body.input-953e .item_c5ab {
        display: none;
    }
}

.left_5d28 {
    font-size: 1.05rem;
    color: var(--ph-muted);
    margin: 0 0 1.25rem;
    max-width: min(52ch, 100%);
}

.block_cool_a405 {
    list-style: none;
    margin: 0 0 1.25rem;
    padding: 0;
    display: grid;
    gap: 0.5rem;
}

.block_cool_a405 li {
    display: flex;
    gap: 0.6rem;
    align-items: flex-start;
    font-size: 0.95rem;
    padding: 0.5rem 0.65rem;
    background: #f8fafc;
    border-radius: var(--ph-radius-sm);
    border: 1px solid var(--ph-line);
}

.block_cool_a405 li::before {
    content: "";
    width: 6px;
    height: 6px;
    margin-top: 0.45rem;
    border-radius: 50%;
    flex-shrink: 0;
    background: var(--ph-accent);
}

.item_c5ab {
    background: var(--ph-surface);
    border: 1px solid var(--ph-line);
    border-radius: var(--ph-radius);
    padding: 1.25rem;
    box-shadow: var(--ph-shadow);
}

.item_c5ab img {
    width: 100%;
    max-width: 100%;
    height: auto;
    object-fit: contain;
    border-radius: var(--ph-radius-sm);
    display: block;
    vertical-align: bottom;
}

/* shared.text-lite-9558 桌面端 .brown-dbcf .wide-a20b { margin-left: 1rem } 会把右侧图推偏 */
@media (min-width: 992px) {
    body.input-953e .brown-dbcf .wide-a20b {
        margin-left: 0;
        margin-right: 0;
    }
}

.item_c5ab a {
    display: block;
    width: 100%;
}

.footer_warm_ac28 {
    font-size: 0.8rem;
    color: var(--ph-muted);
    margin-top: 0.75rem;
}

body.input-953e .footer_warm_ac28 time {
    color: var(--ph-ink);
    font-weight: 600;
}

.stale-e499 {
    margin: 0.75rem 0 0;
    font-size: 0.92rem;
}

.focus-complex-81b0 time {
    color: var(--ph-ink);
    font-weight: 600;
}

/* Sections */
.notification-754c {
    margin-bottom: 2.75rem;
    scroll-margin-top: var(--ph-sticky-head-height);
}

.frame-tall-37ba {
    margin-bottom: 1.25rem;
    max-width: min(70ch, 100%);
}

.frame-tall-37ba h2 {
    font-family: var(--ph-serif);
    font-size: clamp(1.35rem, 2.5vw, 1.75rem);
    margin: 0 0 0.5rem;
    color: var(--ph-ink);
}

.frame-tall-37ba p {
    margin: 0;
    color: var(--ph-muted);
    font-size: 1rem;
}

.filter_mini_065b {
    margin: 0 0 1.5rem;
    border-radius: var(--ph-radius);
    overflow: hidden;
    border: 1px solid var(--ph-line);
    background: var(--ph-surface);
    min-width: 0;
    max-width: 100%;
}

.filter_mini_065b img {
    width: 100%;
    max-width: 100%;
    height: auto;
    object-fit: contain;
    display: block;
    vertical-align: bottom;
}

/* Feature cards — grid, no brown gradients */
.icon_white_1594 {
    display: grid;
    gap: 1.25rem;
    grid-template-columns: 1fr;
    min-width: 0;
}

@media (min-width: 640px) {
    .icon_white_1594 {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (min-width: 1024px) {
    .icon_white_1594 {
        grid-template-columns: repeat(3, 1fr);
    }
}

.hidden_afa8 {
    background: var(--ph-surface);
    border: 1px solid var(--ph-line);
    border-radius: var(--ph-radius);
    padding: 1.25rem;
    box-shadow: var(--ph-shadow);
    display: flex;
    flex-direction: column;
    height: 100%;
    min-width: 0;
}

.hidden_afa8 img {
    width: 100%;
    max-width: 100%;
    height: auto;
    object-fit: contain;
    border-radius: var(--ph-radius-sm);
    margin-bottom: 1rem;
    border: 1px solid var(--ph-line);
}

.hidden_afa8 h3 {
    font-size: 1.05rem;
    margin: 0 0 0.5rem;
    color: var(--ph-ink);
}

.hidden_afa8 p {
    font-size: 0.92rem;
    color: var(--ph-muted);
    margin: 0 0 0.75rem;
    flex: 1;
}

.hidden_afa8 ul {
    margin: 0;
    padding-left: 1.1rem;
    font-size: 0.88rem;
    color: var(--ph-muted);
}

.hidden_afa8 ul li {
    margin-bottom: 0.35rem;
}

/* Table */
.overlay_down_be74 {
    overflow-x: auto;
    border: 1px solid var(--ph-line);
    border-radius: var(--ph-radius);
    background: var(--ph-surface);
    box-shadow: var(--ph-shadow);
}

.green_63c1 {
    width: 100%;
    border-collapse: collapse;
    font-size: 0.88rem;
}

.green_63c1 caption {
    caption-side: bottom;
    padding: 0.75rem 1rem;
    font-size: 0.8rem;
    color: var(--ph-muted);
    text-align: left;
    border-top: 1px solid var(--ph-line);
}

.green_63c1 th,
.green_63c1 td {
    padding: 0.65rem 0.85rem;
    text-align: left;
    border-bottom: 1px solid var(--ph-line);
}

.green_63c1 th {
    background: #f1f5f9;
    font-weight: 700;
    font-size: 0.78rem;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    color: var(--ph-muted);
}

.green_63c1 tbody tr:nth-child(even) {
    background: #fafbfc;
}

.green_63c1 td:nth-child(n + 3) {
    text-align: center;
}

.list_static_4956 {
    display: inline-block;
    padding: 0.15rem 0.5rem;
    border-radius: 999px;
    font-size: 0.75rem;
    font-weight: 600;
    background: #e2e8f0;
    color: var(--ph-ink);
}

.west-c599 {
    background: #fee2e2;
    color: #991b1b;
}

.element_794c {
    background: #ffedd5;
    color: #9a3412;
}

.complex-ee9c {
    background: #dcfce7;
    color: #166534;
}

/* Wins */
.tertiary_9fb7 {
    display: grid;
    gap: 1rem;
}

@media (min-width: 768px) {
    .tertiary_9fb7 {
        grid-template-columns: repeat(2, 1fr);
    }
}

.badge-7fd0 {
    background: var(--ph-surface);
    border: 1px solid var(--ph-line);
    border-radius: var(--ph-radius);
    padding: 1.1rem 1.2rem;
    border-left: 4px solid var(--ph-accent);
}

.badge-7fd0 h4 {
    margin: 0;
    font-size: 1rem;
}

.cold-1a93 {
    font-size: 1.5rem;
    font-weight: 800;
    margin: 0.5rem 0;
    letter-spacing: -0.02em;
}

.badge-7fd0 p {
    margin: 0;
    font-size: 0.88rem;
    color: var(--ph-muted);
}

.badge-7fd0 .container_96e5 {
    font-style: italic;
    margin-top: 0.5rem;
    font-size: 0.85rem;
    color: var(--ph-muted);
}

/* FAQ */
.popup-19e2 {
    border: 1px solid var(--ph-line);
    border-radius: var(--ph-radius);
    overflow: hidden;
    background: var(--ph-surface);
    box-shadow: var(--ph-shadow);
}

body.input-953e .popup-19e2 details {
    border-bottom: 1px solid var(--ph-line);
    margin: 0;
    background: transparent;
    border-radius: 0;
}

body.input-953e .popup-19e2 details:last-child {
    border-bottom: none;
}

body.input-953e .popup-19e2 summary {
    padding: 1rem 1.15rem;
    font-size: 0.95rem;
    font-weight: 700;
    color: var(--ph-ink);
    list-style: none;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
    user-select: none;
}

body.input-953e .popup-19e2 summary::-webkit-details-marker {
    display: none;
}

body.input-953e .popup-19e2 details[open] summary {
    background: #f8fafc;
}

body.input-953e .popup-19e2 .avatar-7586 {
    padding: 0 1.15rem 1.1rem;
    color: var(--ph-muted);
    font-size: 0.92rem;
    line-height: 1.65;
    border-top: 1px solid var(--ph-line);
}

body.input-953e .popup-19e2 .avatar-7586 p,
body.input-953e .popup-19e2 .avatar-7586 ul {
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
}

/* Stats */
.header-144f {
    display: grid;
    gap: 1rem;
    grid-template-columns: repeat(2, 1fr);
}

@media (min-width: 768px) {
    .header-144f {
        grid-template-columns: repeat(4, 1fr);
    }
}

.orange-c015 {
    background: var(--ph-surface);
    border: 1px solid var(--ph-line);
    border-radius: var(--ph-radius-sm);
    padding: 1rem;
    text-align: center;
}

.gallery-29a4 {
    font-size: 1.5rem;
    font-weight: 800;
    color: var(--ph-accent);
    letter-spacing: -0.02em;
}

.fixed_7511 {
    font-size: 0.78rem;
    color: var(--ph-muted);
    font-weight: 600;
    margin-top: 0.25rem;
}

/* Responsible two-column */
.cold-3503 {
    display: grid;
    gap: 1.25rem;
}

.background-old-9151 .cold-3503 + .cold-3503 {
    margin-top: 1.25rem;
}

@media (min-width: 768px) {
    .cold-3503 {
        grid-template-columns: 1fr 1fr;
    }
}

.blue_9cc1 {
    background: var(--ph-surface);
    border: 1px solid var(--ph-line);
    border-radius: var(--ph-radius);
    padding: 1.25rem;
}

.blue_9cc1 h3 {
    margin-top: 0;
    font-size: 1.05rem;
}

.blue_9cc1 ul {
    margin: 0;
    padding-left: 1.1rem;
    color: var(--ph-muted);
    font-size: 0.92rem;
}

.summary_bright_10b5 {
    background: #fffbeb;
    border: 1px solid #fde68a;
    border-radius: var(--ph-radius-sm);
    padding: 1rem;
    font-size: 0.9rem;
    color: var(--ph-warn);
    margin-top: 1rem;
}

/* CTA strip */
.feature_first_dba8 {
    text-align: center;
    padding: 1.5rem;
    background: linear-gradient(135deg, #0f766e 0%, #115e59 100%);
    border-radius: var(--ph-radius);
    color: #fff;
    margin: 2rem 0;
}

.feature_first_dba8 a {
    color: #fff;
    text-decoration: none;
}

body.input-953e .feature_first_dba8 .photo_solid_5d94 {
    background: #fff;
    color: var(--ph-accent);
    margin-top: 0.5rem;
    font-size: 1rem;
    padding: 0.7rem 1.5rem;
}

body.input-953e .feature_first_dba8 .photo_solid_5d94:hover {
    background: #f0fdfa;
    color: var(--ph-accent);
    text-decoration: none;
}

/* Footer */
body.input-953e .header-f893 {
    background: #0f172a;
    border-top: 1px solid #1e293b;
    margin-top: 0;
    padding: 1.25rem 0;
}

body.input-953e .header-f893 a {
    color: #cbd5e1;
}

body.input-953e .header-f893 a:hover {
    color: #fff;
}

.soft-cacd {
    padding: 2rem 0 3rem;
    max-width: 720px;
}

.soft-cacd h2 {
    font-size: 1.25rem;
    margin-top: 2rem;
}

.soft-cacd p {
    color: var(--ph-muted);
    font-size: 0.95rem;
}

/* Hide old utility clashes */
body.input-953e .slider-over-4d04.secondary-bd4e {
    background: transparent !important;
    padding: 0 !important;
}

body.input-953e .brown-dbcf {
    background: transparent;
    margin: 0;
    padding: 0;
    border: none;
}

body.input-953e .brown-dbcf h1,
body.input-953e .brown-dbcf p {
    color: inherit;
}

body.input-953e .menu_d013.wrapper-outer-6c44 {
    color: #cbd5e1 !important;
}

/* shared.text-lite-9558 define body { overflow-x: hidden } no mobile — corta conteúdo; no homepage preferimos reflow */
@media (max-width: 768px) {
    body.input-953e {
        max-width: 100%;
        width: 100%;
        overflow-x: visible;
    }
}

/* css-noise: 285e */
.ghost-box-r4 {
  padding: 0.2rem;
  font-size: 12px;
  line-height: 1.0;
}
