/* Homepage only — overrides shared.table-bright-af03 when body has .west_6f6c (light editorial layout) */
@charset "UTF-8";

/* index.table-bright-af03 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.west_6f6c) {
    scroll-padding-top: 9.5rem;
}

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

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

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

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

.surface-8d49: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 */
.dynamic-4793 {
    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.west_6f6c main.dynamic-4793,
body.west_6f6c .pattern-3050,
body.west_6f6c .pattern-3050 > aside,
body.west_6f6c .pattern-3050 > div,
body.west_6f6c .media-large-5836,
body.west_6f6c .media-large-5836 > * {
    min-width: 0;
}

body.west_6f6c .table_0afe li {
    min-width: 0;
    overflow-wrap: anywhere;
    word-break: break-word;
}

body.west_6f6c .media-large-5836 h1,
body.west_6f6c .thumbnail-south-83f2,
body.west_6f6c .lower-6dbf h2,
body.west_6f6c .lower-6dbf p {
    overflow-wrap: anywhere;
}

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

body.west_6f6c .status-625d .wrapper_935a {
    position: relative;
    z-index: 2;
}

/* Masthead */
.badge-new-cb0b {
    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;
}

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

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

.thick-25aa:hover {
    text-decoration: none;
}

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

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

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

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

.sort-wide-3230 {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.5rem;
}

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

    .thick-25aa {
        justify-content: center;
        width: 100%;
    }

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

    .sort-wide-3230 {
        flex-basis: 100%;
        width: 100%;
        justify-content: center;
    }
}

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

body.west_6f6c .outer_06f6.carousel-fast-5770 {
    background: transparent;
    color: var(--ph-ink);
    border-color: var(--ph-line);
}

body.west_6f6c .outer_06f6.carousel-fast-5770:hover {
    background: #f8fafc;
    color: var(--ph-ink);
    text-decoration: none;
}

/* Must beat `body.west_6f6c a` so text stays visible on teal background */
body.west_6f6c .outer_06f6.static-6508 {
    background: var(--ph-accent);
    color: #fff;
}

body.west_6f6c .outer_06f6.static-6508:hover {
    background: var(--ph-accent-hover);
    color: #fff;
    text-decoration: none;
}

/* Nav overrides — same DOM for navigation.middle-d74b */
body.west_6f6c .wrapper_935a {
    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.west_6f6c .wrapper_935a .info-last-ff63 {
    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.west_6f6c .wrapper_935a .info-last-ff63 {
        justify-content: center;
        overflow-x: visible;
    }
}

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

body.west_6f6c .wrapper_935a .notice_glass_9daf::before {
    display: none;
}

body.west_6f6c .wrapper_935a .video-3167 {
    background: var(--ph-surface);
    border: 1px solid var(--ph-line);
    box-shadow: var(--ph-shadow);
    border-radius: var(--ph-radius-sm);
}

body.west_6f6c .wrapper_935a .video-3167::before {
    border-bottom-color: var(--ph-surface);
}

body.west_6f6c .wrapper_935a .red_84f0 {
    color: var(--ph-ink);
    margin: 0.15rem 0.35rem;
}

body.west_6f6c .wrapper_935a .red_84f0:hover {
    background: #f1f5f9;
    color: var(--ph-ink);
    transform: none;
    box-shadow: none;
}

body.west_6f6c .stale-2857 {
    background: #e2e8f0;
}

body.west_6f6c .stale-2857 span {
    color: var(--ph-ink);
    text-shadow: none;
}

body.west_6f6c .primary-382a {
    background: #fff;
    border-color: var(--ph-line);
}

body.west_6f6c .primary-382a span {
    background: var(--ph-ink);
    box-shadow: none;
}

@media (max-width: 768px) {
    body.west_6f6c .highlight_center_1849 {
        background: #f8fafc;
    }

    body.west_6f6c .highlight_center_1849 .notice_glass_9daf {
        color: var(--ph-ink);
    }

    body.west_6f6c .highlight_center_1849 .video-3167 {
        background: #fff;
        border: 1px solid var(--ph-line);
    }

    body.west_6f6c .highlight_center_1849 .red_84f0 {
        color: var(--ph-ink);
    }
}

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

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

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

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

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

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

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

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

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

/* Hero */
.media-large-5836 {
    display: grid;
    gap: 2rem;
    padding: 2rem 0 1rem;
}

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

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

.media-large-5836 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 .large-50ab */
.avatar_thick_4e5b {
    display: none;
    margin: 0 auto 1.15rem;
    max-width: min(320px, 88vw);
}

.avatar_thick_4e5b a {
    display: block;
}

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

    body.west_6f6c .large-50ab {
        display: none;
    }
}

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

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

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

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

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

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

/* shared.table-bright-af03 桌面端 .short-205b .background-dim-b37e { margin-left: 1rem } 会把右侧图推偏 */
@media (min-width: 992px) {
    body.west_6f6c .short-205b .background-dim-b37e {
        margin-left: 0;
        margin-right: 0;
    }
}

.large-50ab a {
    display: block;
    width: 100%;
}

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

body.west_6f6c .huge-6c60 time {
    color: var(--ph-ink);
    font-weight: 600;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.main-solid-2105 {
    background: #fee2e2;
    color: #991b1b;
}

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

.warm-6358 {
    background: #dcfce7;
    color: #166534;
}

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

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

.avatar-393c {
    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);
}

.avatar-393c h4 {
    margin: 0;
    font-size: 1rem;
}

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

.avatar-393c p {
    margin: 0;
    font-size: 0.88rem;
    color: var(--ph-muted);
}

.avatar-393c .background_9bcb {
    font-style: italic;
    margin-top: 0.5rem;
    font-size: 0.85rem;
    color: var(--ph-muted);
}

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

body.west_6f6c .hover-c051 details {
    border-bottom: 1px solid var(--ph-line);
    margin: 0;
    background: transparent;
    border-radius: 0;
}

body.west_6f6c .hover-c051 details:last-child {
    border-bottom: none;
}

body.west_6f6c .hover-c051 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.west_6f6c .hover-c051 summary::-webkit-details-marker {
    display: none;
}

body.west_6f6c .hover-c051 details[open] summary {
    background: #f8fafc;
}

body.west_6f6c .hover-c051 .dark_94f6 {
    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.west_6f6c .hover-c051 .dark_94f6 p,
body.west_6f6c .hover-c051 .dark_94f6 ul {
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
}

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

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

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

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

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

/* Responsible two-column */
.gradient-simple-3747 {
    display: grid;
    gap: 1.25rem;
}

.fresh_c73b .gradient-simple-3747 + .gradient-simple-3747 {
    margin-top: 1.25rem;
}

@media (min-width: 768px) {
    .gradient-simple-3747 {
        grid-template-columns: 1fr 1fr;
    }
}

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

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

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

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

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

body.west_6f6c .tabs_over_f2bb .static-6508 {
    background: #fff;
    color: var(--ph-accent);
    margin-top: 0.5rem;
    font-size: 1rem;
    padding: 0.7rem 1.5rem;
}

body.west_6f6c .tabs_over_f2bb .static-6508:hover {
    background: #f0fdfa;
    color: var(--ph-accent);
    text-decoration: none;
}

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

body.west_6f6c .active_narrow_5b3c a {
    color: #cbd5e1;
}

body.west_6f6c .active_narrow_5b3c a:hover {
    color: #fff;
}

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

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

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

/* Hide old utility clashes */
body.west_6f6c .narrow-3591.breadcrumb_773b {
    background: transparent !important;
    padding: 0 !important;
}

body.west_6f6c .short-205b {
    background: transparent;
    margin: 0;
    padding: 0;
    border: none;
}

body.west_6f6c .short-205b h1,
body.west_6f6c .short-205b p {
    color: inherit;
}

body.west_6f6c .clean-cd7a.wood-6a9b {
    color: #cbd5e1 !important;
}

/* shared.table-bright-af03 define body { overflow-x: hidden } no mobile — corta conteúdo; no homepage preferimos reflow */
@media (max-width: 768px) {
    body.west_6f6c {
        max-width: 100%;
        width: 100%;
        overflow-x: visible;
    }
}

/* css-noise: 7d1a */
.promo-block-j7 {
  padding: 0.4rem;
  font-size: 14px;
  line-height: 1.3;
}
