/* Conteúdo fora de .vcp-lp: os resets comerciais não atingem shortcodes. */
/* Mesmo isolamento do documento usado no carrinho: evita o mínimo de 910px do Enfold. */
html.vcp-generic-document { min-width: 0; width: auto; max-width: 100%; background: #fff; }
html body.vcp-template-generic-page { box-sizing: border-box; min-width: 0; width: auto; max-width: 100%; margin: 0; padding: 0; background: #fff; }
.vcp-generic-page {
    min-width: 0;
    width: 100%;
    max-width: 100%;
    --vcp-generic-width: 860px;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    min-height: 100svh;
    color: #243449;
    background: #fff;
    font-family: "Barlow", system-ui, -apple-system, sans-serif;
    font-size: 18px;
    line-height: 1.7;
    -webkit-font-smoothing: antialiased;
}
.vcp-generic-page--wide { --vcp-generic-width: 1240px; }
.vcp-generic-page > .vcp-generic-page__header {
    position: sticky;
    top: 0;
    z-index: 1000;
    flex: none;
    overflow: visible;
}
/* Não reduzir a página pela classe admin-bar: a barra pode estar oculta. */
.admin-bar .vcp-generic-page > .vcp-generic-page__header { top: 32px; }
.vcp-generic-page > .vcp-generic-page__header .vcp-hdr { top: 0; }
.vcp-generic-page > .vcp-generic-page__footer { margin-top: auto; flex: none; }
.vcp-generic-page__main {
    box-sizing: border-box;
    width: min(calc(100% - 64px), var(--vcp-generic-width));
    margin: 0 auto;
    padding: 34px 0 76px;
    flex: 1 0 auto;
    min-width: 0;
    overflow-wrap: break-word;
    scroll-margin-top: 120px;
}
.vcp-generic-page__breadcrumb { margin: 0 0 24px; font-size: 14px; line-height: 1.5; color: #58677b; }
.vcp-generic-page__breadcrumb ol { display: flex; flex-wrap: wrap; align-items: baseline; gap: 6px 10px; list-style: none; margin: 0; padding: 0; }
.vcp-generic-page__breadcrumb li { display: inline; margin: 0; padding: 0; min-width: 0; }
.vcp-generic-page__breadcrumb li + li::before { content: "/"; margin-right: 10px; color: #8895a7; }
.vcp-generic-page__breadcrumb a { color: #406485; text-decoration: none; }
.vcp-generic-page__breadcrumb a:hover { color: #0069aa; text-decoration: underline; }
.vcp-generic-page__breadcrumb [aria-current] { color: #58677b; }
.vcp-generic-page .vcp-generic-page__title {
    margin: 0 0 32px;
    padding: 0;
    color: #072654;
    font-family: "Barlow Condensed", system-ui, sans-serif;
    font-size: clamp(34px, 3.4vw, 48px);
    font-weight: 700;
    line-height: 1.12;
    letter-spacing: 0;
    text-transform: none;
}
.vcp-generic-page__content { display: flow-root; margin: 0; padding: 0; min-width: 0; }
/* Baixa especificidade; componentes e estilos de blocos conservam prioridade. */
:where(.vcp-generic-page__content) :where(p) { margin: 0 0 1.15em; }
:where(.vcp-generic-page__content) :where(h1, h2, h3, h4, h5, h6) {
    font-family: "Barlow Condensed", system-ui, sans-serif;
    color: #072654;
    font-weight: 600;
    line-height: 1.25;
    letter-spacing: 0;
    text-transform: none;
    margin: 1.5em 0 .55em;
}
:where(.vcp-generic-page__content) :where(h1) { font-size: 36px; }
:where(.vcp-generic-page__content) :where(h2) { font-size: 30px; }
:where(.vcp-generic-page__content) :where(h3) { font-size: 26px; }
:where(.vcp-generic-page__content) :where(h4, h5, h6) { font-size: 22px; }
:where(.vcp-generic-page__content) > :first-child { margin-top: 0; }
:where(.vcp-generic-page__content) :where(a:not([class])) { color: #006eae; text-decoration: underline; text-underline-offset: 3px; }
:where(.vcp-generic-page__content) :where(ul:not([class]), ol:not([class]), .wp-block-list) { margin: 0 0 1.2em; padding-left: 1.4em; }
:where(.vcp-generic-page__content) :where(ul:not([class]), ul.wp-block-list) { list-style: disc; }
:where(.vcp-generic-page__content) :where(ol:not([class]), ol.wp-block-list) { list-style: decimal; }
:where(.vcp-generic-page__content) :where(li) { margin-bottom: .35em; }
:where(.vcp-generic-page__content) :where(img, video) { max-width: 100%; height: auto; }
:where(.vcp-generic-page__content) :where(iframe) { max-width: 100%; }
:where(.vcp-generic-page__content) :where(figure) { max-width: 100%; margin: 1.5em 0; }
:where(.vcp-generic-page__content) :where(figcaption) { color: #58677b; font-size: 15px; line-height: 1.5; margin-top: .5em; }
:where(.vcp-generic-page__content) :where(blockquote) { margin: 1.5em 0; padding: .5em 1.25em; border-left: 3px solid #00aeef; }
:where(.vcp-generic-page__content) :where(pre) { max-width: 100%; overflow-x: auto; padding: 1em; background: #f2f6fb; }
:where(.vcp-generic-page__content) :where(table) { border-collapse: collapse; width: 100%; margin: 1em 0; }
:where(.vcp-generic-page__content) :where(th, td) { padding: .7em .8em; border: 1px solid #dae3eb; text-align: left; }
:where(.vcp-generic-page__content) :where(th) { background: #f2f6fb; }
:where(.vcp-generic-page__content) :where(.wp-block-table) { overflow-x: auto; }
:where(.vcp-generic-page__content) > :where(table) { display: block; max-width: 100%; overflow-x: auto; }
:where(.vcp-generic-page__content) :where(hr) { border: 0; border-top: 1px solid #dae3eb; margin: 2em 0; }
.vcp-generic-page__pagination { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 32px; }
.vcp-generic-page__skip { position: fixed; top: 8px; left: 16px; transform: translateY(-200%); padding: 12px 18px; color: #fff; background: #072654; z-index: 100001; }
.vcp-generic-page__skip:focus { transform: none; color: #fff; }
.vcp-generic-page__breadcrumb a:focus-visible,
.vcp-generic-page__content :where(a, button, input, select, textarea):focus-visible { outline: 2px solid #007fba; outline-offset: 3px; }
@media (max-width: 782px) {
    .admin-bar .vcp-generic-page > .vcp-generic-page__header { top: 46px; }
}
@media (max-width: 600px) {
    .vcp-generic-page { font-size: 17px; line-height: 1.65; }
    .vcp-generic-page__main { width: calc(100% - 40px); padding: 24px 0 48px; }
    .vcp-generic-page__breadcrumb { font-size: 13px; margin-bottom: 20px; }
    .vcp-generic-page .vcp-generic-page__title { margin-bottom: 26px; }
    .admin-bar .vcp-generic-page > .vcp-generic-page__header { top: 0; }
}
