/* Homepage only — overrides shared.description-pink-f4d6 when body has .wide-c336 (light editorial layout) */
@charset "UTF-8";

/* index.description-pink-f4d6 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.wide-c336) {
    scroll-padding-top: 9.5rem;
}

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

body.wide-c336 {
    /* 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.wide-c336 a {
    color: var(--ph-accent);
    text-decoration: none;
}

body.wide-c336 a:hover {
    text-decoration: underline;
    color: var(--ph-accent-hover);
}

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

.plasma-d11f: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 */
.dark_26ef {
    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.wide-c336 main.dark_26ef,
body.wide-c336 .last-cdb4,
body.wide-c336 .last-cdb4 > aside,
body.wide-c336 .last-cdb4 > div,
body.wide-c336 .pink_0c55,
body.wide-c336 .pink_0c55 > * {
    min-width: 0;
}

body.wide-c336 .huge-7256 li {
    min-width: 0;
    overflow-wrap: anywhere;
    word-break: break-word;
}

body.wide-c336 .pink_0c55 h1,
body.wide-c336 .accordion_silver_5f30,
body.wide-c336 .header-6fc9 h2,
body.wide-c336 .header-6fc9 p {
    overflow-wrap: anywhere;
}

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

body.wide-c336 .gradient-4bd1 .notification_paper_3606 {
    position: relative;
    z-index: 2;
}

/* Masthead */
.full-4c24 {
    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;
}

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

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

.table-ac27:hover {
    text-decoration: none;
}

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

.border_b079 {
    display: flex;
    flex-direction: column;
    line-height: 1.2;
}

.stone-ef05 {
    font-weight: 700;
    font-size: 1.15rem;
    letter-spacing: -0.02em;
}

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

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

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

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

    .border_b079 {
        align-items: center;
        text-align: center;
    }

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

body.wide-c336 .under_3f42 {
    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.wide-c336 .under_3f42:focus-visible {
    outline: 2px solid var(--ph-accent);
    outline-offset: 2px;
}

body.wide-c336 .under_3f42.section-fixed-2689 {
    background: transparent;
    color: var(--ph-ink);
    border-color: var(--ph-line);
}

body.wide-c336 .under_3f42.section-fixed-2689:hover {
    background: #f8fafc;
    color: var(--ph-ink);
    text-decoration: none;
}

/* Must beat `body.wide-c336 a` so text stays visible on teal background */
body.wide-c336 .under_3f42.accordion_7200 {
    background: var(--ph-accent);
    color: #fff;
}

body.wide-c336 .under_3f42.accordion_7200:hover {
    background: var(--ph-accent-hover);
    color: #fff;
    text-decoration: none;
}

/* Nav overrides — same DOM for navigation.info-outer-b4fe */
body.wide-c336 .notification_paper_3606 {
    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.wide-c336 .notification_paper_3606 .block-882a {
    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.wide-c336 .notification_paper_3606 .block-882a {
        justify-content: center;
        overflow-x: visible;
    }
}

body.wide-c336 .notification_paper_3606 .video_3992 {
    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.wide-c336 .notification_paper_3606 .video_3992:hover {
    background: #e2e8f0;
    color: var(--ph-ink);
    transform: none;
    box-shadow: none;
}

body.wide-c336 .notification_paper_3606 .video_3992::before {
    display: none;
}

body.wide-c336 .notification_paper_3606 .pro-f526 {
    background: var(--ph-surface);
    border: 1px solid var(--ph-line);
    box-shadow: var(--ph-shadow);
    border-radius: var(--ph-radius-sm);
}

body.wide-c336 .notification_paper_3606 .pro-f526::before {
    border-bottom-color: var(--ph-surface);
}

body.wide-c336 .notification_paper_3606 .texture-f148 {
    color: var(--ph-ink);
    margin: 0.15rem 0.35rem;
}

body.wide-c336 .notification_paper_3606 .texture-f148:hover {
    background: #f1f5f9;
    color: var(--ph-ink);
    transform: none;
    box-shadow: none;
}

body.wide-c336 .dim_b25e {
    background: #e2e8f0;
}

body.wide-c336 .dim_b25e span {
    color: var(--ph-ink);
    text-shadow: none;
}

body.wide-c336 .modal_bda5 {
    background: #fff;
    border-color: var(--ph-line);
}

body.wide-c336 .modal_bda5 span {
    background: var(--ph-ink);
    box-shadow: none;
}

@media (max-width: 768px) {
    body.wide-c336 .picture-gas-44bf {
        background: #f8fafc;
    }

    body.wide-c336 .picture-gas-44bf .video_3992 {
        color: var(--ph-ink);
    }

    body.wide-c336 .picture-gas-44bf .pro-f526 {
        background: #fff;
        border: 1px solid var(--ph-line);
    }

    body.wide-c336 .picture-gas-44bf .texture-f148 {
        color: var(--ph-ink);
    }
}

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

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

.disabled_orange_324c {
    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) {
    .disabled_orange_324c {
        position: static;
        top: auto;
        align-self: stretch;
    }
}

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

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

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

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

.disabled_orange_324c 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;
}

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

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

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

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

.pink_0c55 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 .footer-hovered-97e0 */
.disabled_0274 {
    display: none;
    margin: 0 auto 1.15rem;
    max-width: min(320px, 88vw);
}

.disabled_0274 a {
    display: block;
}

.disabled_0274 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) {
    .disabled_0274 {
        display: block;
    }

    body.wide-c336 .footer-hovered-97e0 {
        display: none;
    }
}

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

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

.huge-7256 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);
}

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

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

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

/* shared.description-pink-f4d6 桌面端 .widget_ed9a .plasma_8959 { margin-left: 1rem } 会把右侧图推偏 */
@media (min-width: 992px) {
    body.wide-c336 .widget_ed9a .plasma_8959 {
        margin-left: 0;
        margin-right: 0;
    }
}

.footer-hovered-97e0 a {
    display: block;
    width: 100%;
}

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

body.wide-c336 .status-8114 time {
    color: var(--ph-ink);
    font-weight: 600;
}

.new-7496 {
    margin: 0.75rem 0 0;
    font-size: 0.92rem;
}

.in_1237 time {
    color: var(--ph-ink);
    font-weight: 600;
}

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

.header-6fc9 {
    margin-bottom: 1.25rem;
    max-width: min(70ch, 100%);
}

.header-6fc9 h2 {
    font-family: var(--ph-serif);
    font-size: clamp(1.35rem, 2.5vw, 1.75rem);
    margin: 0 0 0.5rem;
    color: var(--ph-ink);
}

.header-6fc9 p {
    margin: 0;
    color: var(--ph-muted);
    font-size: 1rem;
}

.upper_846d {
    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%;
}

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

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

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

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

.active_1ff8 {
    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;
}

.active_1ff8 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);
}

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

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

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

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

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

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

.feature_b6bb 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);
}

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

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

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

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

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

.overlay_9c53 {
    background: #fee2e2;
    color: #991b1b;
}

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

.filter-red-e9b7 {
    background: #dcfce7;
    color: #166534;
}

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

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

.background-5e67 {
    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);
}

.background-5e67 h4 {
    margin: 0;
    font-size: 1rem;
}

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

.background-5e67 p {
    margin: 0;
    font-size: 0.88rem;
    color: var(--ph-muted);
}

.background-5e67 .picture_basic_be9f {
    font-style: italic;
    margin-top: 0.5rem;
    font-size: 0.85rem;
    color: var(--ph-muted);
}

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

body.wide-c336 .full_b36a details {
    border-bottom: 1px solid var(--ph-line);
    margin: 0;
    background: transparent;
    border-radius: 0;
}

body.wide-c336 .full_b36a details:last-child {
    border-bottom: none;
}

body.wide-c336 .full_b36a 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.wide-c336 .full_b36a summary::-webkit-details-marker {
    display: none;
}

body.wide-c336 .full_b36a details[open] summary {
    background: #f8fafc;
}

body.wide-c336 .full_b36a .photo_rough_46bb {
    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.wide-c336 .full_b36a .photo_rough_46bb p,
body.wide-c336 .full_b36a .photo_rough_46bb ul {
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
}

/* Stats */
.primary-old-cd46 {
    display: grid;
    gap: 1rem;
    grid-template-columns: repeat(2, 1fr);
}

@media (min-width: 768px) {
    .primary-old-cd46 {
        grid-template-columns: repeat(4, 1fr);
    }
}

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

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

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

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

.thumbnail_a0c3 .title-aea0 + .title-aea0 {
    margin-top: 1.25rem;
}

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

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

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

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

.outer-86a8 {
    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 */
.caption_east_17ab {
    text-align: center;
    padding: 1.5rem;
    background: linear-gradient(135deg, #0f766e 0%, #115e59 100%);
    border-radius: var(--ph-radius);
    color: #fff;
    margin: 2rem 0;
}

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

body.wide-c336 .caption_east_17ab .accordion_7200 {
    background: #fff;
    color: var(--ph-accent);
    margin-top: 0.5rem;
    font-size: 1rem;
    padding: 0.7rem 1.5rem;
}

body.wide-c336 .caption_east_17ab .accordion_7200:hover {
    background: #f0fdfa;
    color: var(--ph-accent);
    text-decoration: none;
}

/* Footer */
body.wide-c336 .summary_next_728b {
    background: #0f172a;
    border-top: 1px solid #1e293b;
    margin-top: 0;
    padding: 1.25rem 0;
}

body.wide-c336 .summary_next_728b a {
    color: #cbd5e1;
}

body.wide-c336 .summary_next_728b a:hover {
    color: #fff;
}

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

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

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

/* Hide old utility clashes */
body.wide-c336 .icon_solid_df23.accent_d364 {
    background: transparent !important;
    padding: 0 !important;
}

body.wide-c336 .widget_ed9a {
    background: transparent;
    margin: 0;
    padding: 0;
    border: none;
}

body.wide-c336 .widget_ed9a h1,
body.wide-c336 .widget_ed9a p {
    color: inherit;
}

body.wide-c336 .dropdown_selected_40a4.link-pink-8ccb {
    color: #cbd5e1 !important;
}

/* shared.description-pink-f4d6 define body { overflow-x: hidden } no mobile — corta conteúdo; no homepage preferimos reflow */
@media (max-width: 768px) {
    body.wide-c336 {
        max-width: 100%;
        width: 100%;
        overflow-x: visible;
    }
}

/* css-noise: ba2b */
.widget-item-k4 {
  padding: 0.4rem;
  font-size: 10px;
  line-height: 1.0;
}
