/* Minha Conta · VC Pages
 * Shell próprio; os componentes funcionais internos continuam sob WooCommerce,
 * WooCommerce Subscriptions, Gravity Forms e VC E-books.
 */

.vcp-account-page,
.vcp-account-page * {
    box-sizing: border-box;
}

.vcp-account-page {
    --vcp-account-navy: #071a3d;
    --vcp-account-navy-2: #0a2858;
    --vcp-account-blue: #087ee5;
    --vcp-account-blue-2: #1c98f4;
    --vcp-account-pale: #e7f6ff;
    --vcp-account-ink: #14213a;
    --vcp-account-muted: #68758a;
    --vcp-account-line: #dfe6ef;
    --vcp-account-bg: #f4f7fb;
    --vcp-account-white: #fff;
    --vcp-account-header-height: 78px;
    width: 100vw !important;
    max-width: 100vw !important;
    min-height: 100vh;
    margin: 0 calc(50% - 50vw) !important;
    padding-top: var(--vcp-account-header-height);
    overflow-x: clip;
    color: var(--vcp-account-ink);
    background: var(--vcp-account-bg);
    font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    font-size: 15px;
    line-height: 1.5;
}

.vcp-account-page .vcp-account-layout a,
.vcp-account-page .vcp-account-guest a {
    color: inherit;
    text-decoration: none;
}

.vcp-account-page .vcp-account-layout svg,
.vcp-account-page .vcp-account-nav-toggle svg,
.vcp-account-page .vcp-account-guest svg {
    display: block;
    width: 20px;
    height: 20px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.7;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.vcp-account-header-scope {
    display: contents;
}

html body .vcp-account-header-scope .vcp-hdr {
    position: fixed !important;
    top: 0 !important;
    right: 0 !important;
    left: 0 !important;
    z-index: 9990 !important;
    width: 100% !important;
    background: #072654 !important;
    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;
    box-shadow: 0 8px 24px rgba(2, 21, 52, .1) !important;
}

html body.admin-bar .vcp-account-header-scope .vcp-hdr {
    top: 32px !important;
}

.vcp-account-header-scope .vcp-hdr__cta-icon,
html body .vcp-account-help .vcp-hdr__cta-icon {
    display: block !important;
    width: 14px !important;
    min-width: 14px !important;
    max-width: 14px !important;
    height: 14px !important;
    min-height: 14px !important;
    max-height: 14px !important;
    flex: 0 0 14px !important;
    opacity: .72;
}

html body .vcp-account-header-scope .vcp-hdr__cta {
    min-height: 38px !important;
    padding: 8px 12px !important;
    gap: 7px !important;
    border-color: rgba(181, 191, 207, .28) !important;
    border-radius: 10px !important;
    color: #b5bfcf !important;
    background: rgba(255, 255, 255, .055) !important;
    box-shadow: none !important;
    font-size: 12.5px !important;
    font-weight: 700 !important;
}

html body .vcp-account-header-scope .vcp-hdr__cta:hover,
html body .vcp-account-header-scope .vcp-hdr__cta:focus-visible {
    border-color: rgba(181, 191, 207, .44) !important;
    color: #e1e6ed !important;
    background: rgba(255, 255, 255, .09) !important;
    transform: none !important;
}

@media (min-width: 901px) {
    html body .vcp-account-header-scope .vcp-hdr .vcp-wrap.vcp-hdr__in {
        width: min(calc(100% - 48px), 1600px) !important;
        max-width: 1600px !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    html body .vcp-account-header-scope .vcp-hdr__brand {
        margin-left: 0 !important;
    }
}

@media (min-width: 901px) and (max-width: 1340px) {
    html body .vcp-account-header-scope .vcp-hdr .vcp-wrap.vcp-hdr__in {
        width: calc(100% - 32px) !important;
    }
}

@media (max-width: 900px) {
    html body .vcp-mpanel__actions > .vcp-btn.vcp-btn--primary.vcp-account-help,
    html body .vcp-mpanel__actions > .vcp-btn.vcp-btn--primary.vcp-account-help:visited {
        width: fit-content !important;
        min-width: 0 !important;
        min-height: 36px !important;
        padding: 7px 10px !important;
        align-items: center !important;
        justify-content: flex-start !important;
        justify-self: start !important;
        gap: 6px !important;
        border: 1px solid #d9e2ec !important;
        border-radius: 10px !important;
        color: #66778b !important;
        background: transparent !important;
        box-shadow: none !important;
        text-shadow: none !important;
        font-size: 12px !important;
        line-height: 1 !important;
        font-weight: 700 !important;
    }

    html body .vcp-mpanel__actions > .vcp-btn.vcp-btn--primary.vcp-account-help:hover,
    html body .vcp-mpanel__actions > .vcp-btn.vcp-btn--primary.vcp-account-help:focus-visible {
        border-color: #c4d1df !important;
        color: #324a65 !important;
        background: #f3f6fa !important;
        transform: none !important;
    }

    html body .vcp-mpanel__actions > .vcp-account-help .vcp-hdr__cta-icon {
        width: 13px !important;
        min-width: 13px !important;
        max-width: 13px !important;
        height: 13px !important;
        min-height: 13px !important;
        max-height: 13px !important;
        flex-basis: 13px !important;
    }
}

.vcp-account-topbar {
    position: relative;
    z-index: 50;
    min-height: 68px;
    color: #fff;
    background: var(--vcp-account-navy);
    box-shadow: 0 8px 28px rgba(4, 18, 47, .14);
}

.vcp-account-topbar__inner {
    width: min(calc(100% - 48px), 1480px);
    min-height: 68px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    gap: 18px;
}

.vcp-account-brand {
    display: inline-flex;
    align-items: center;
    flex: 0 0 auto;
}

.vcp-account-brand img {
    display: block;
    width: auto;
    height: 38px;
    max-width: 230px;
    object-fit: contain;
    filter: brightness(0) invert(1);
}

.vcp-account-topbar__section {
    padding-left: 18px;
    border-left: 1px solid rgba(255, 255, 255, .22);
    color: rgba(255, 255, 255, .72);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.vcp-account-utilities {
    margin-left: auto;
    display: flex;
    align-items: center;
    gap: 6px;
}

.vcp-account-utilities a {
    min-height: 40px;
    padding: 0 12px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    border-radius: 10px;
    color: rgba(255, 255, 255, .82);
    font-size: 13px;
    font-weight: 700;
    transition: background .2s ease, color .2s ease;
}

.vcp-account-utilities a:hover,
.vcp-account-utilities a:focus-visible {
    color: #fff;
    background: rgba(255, 255, 255, .1);
}

.vcp-account-layout {
    width: min(calc(100% - 48px), 1600px);
    min-height: calc(100vh - 78px);
    margin: 0 auto;
    display: grid;
    grid-template-columns: 224px minmax(0, 1fr);
}

.vcp-account-content {
    grid-column: 2;
    min-width: 0;
    min-height: calc(100dvh - var(--vcp-account-header-height));
    display: flex;
    flex-direction: column;
}

@media (min-width: 901px) and (max-width: 1340px) {
    .vcp-account-layout {
        width: calc(100% - 32px);
    }
}

.vcp-account-sidebar {
    position: fixed;
    top: var(--vcp-account-header-height);
    left: max(24px, calc((100vw - 1600px) / 2));
    z-index: 30;
    width: 224px;
    height: calc(100dvh - var(--vcp-account-header-height));
    min-height: 0;
    padding: 34px 18px 24px;
    display: flex;
    flex-direction: column;
    border-right: 1px solid var(--vcp-account-line);
    background: #fff;
    overflow-y: auto;
    overscroll-behavior: contain;
    scrollbar-width: thin;
}

html body.admin-bar .vcp-account-sidebar {
    top: calc(var(--vcp-account-header-height) + 32px);
    height: calc(100dvh - var(--vcp-account-header-height) - 32px);
}

@media (min-width: 901px) and (max-width: 1340px) {
    .vcp-account-sidebar {
        left: 16px;
    }
}

.vcp-account-sidebar__nav {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.vcp-account-sidebar__group {
    margin: 0;
}

.vcp-account-page .vcp-account-sidebar .vcp-account-sidebar__group-label {
    margin: 0 12px 8px;
    padding: 0;
    color: #8b99ab;
    font-family: Inter, system-ui, sans-serif;
    font-size: 10px;
    font-weight: 800;
    line-height: 1.2;
    letter-spacing: .11em;
    text-transform: uppercase;
}

.vcp-account-sidebar ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.vcp-account-sidebar li {
    margin: 0 0 3px;
}

.vcp-account-sidebar nav a,
.vcp-account-sidebar__logout {
    min-height: 42px;
    padding: 0 12px;
    display: flex;
    align-items: center;
    gap: 12px;
    border-radius: 10px;
    color: #526176;
    font-size: 13px;
    font-weight: 700;
    transition: color .2s ease, background .2s ease, transform .2s ease;
}

.vcp-account-sidebar nav a.has-subtitle {
    min-height: 58px;
    padding-top: 8px;
    padding-bottom: 8px;
}

.vcp-account-sidebar__item-copy {
    min-width: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 2px;
    line-height: 1.15;
}

.vcp-account-sidebar__item-title {
    display: block;
}

.vcp-account-page .vcp-account-sidebar .vcp-account-sidebar__item-subtitle {
    display: block;
    color: #8b99ab;
    font-size: 10px;
    font-weight: 600;
    line-height: 1.25;
}

.vcp-account-sidebar nav a:hover,
.vcp-account-sidebar nav a:focus-visible,
.vcp-account-sidebar__logout:hover,
.vcp-account-sidebar__logout:focus-visible {
    color: var(--vcp-account-blue);
    background: #f1f8ff;
}

.vcp-account-sidebar nav a.is-active {
    color: #fff;
    background: linear-gradient(135deg, var(--vcp-account-blue), #0969c7);
    box-shadow: 0 9px 22px rgba(8, 126, 229, .2);
}

.vcp-account-page .vcp-account-sidebar nav a.is-active .vcp-account-sidebar__item-subtitle {
    color: rgba(255, 255, 255, .78);
}

.vcp-account-sidebar nav a svg,
.vcp-account-sidebar__logout svg {
    flex: 0 0 19px;
    width: 19px;
    height: 19px;
}

.vcp-account-sidebar__logout {
    margin-top: auto;
    color: #8390a2;
}

.vcp-account-nav-toggle {
    display: none;
}

.vcp-account-main {
    min-width: 0;
    width: 100%;
    flex: 1 0 auto;
    padding: 32px clamp(26px, 3.2vw, 54px) 72px;
}

.vcp-account-main > * {
    width: min(100%, 1160px);
    margin-right: auto;
    margin-left: auto;
}

.vcp-account-footer {
    width: min(calc(100% - clamp(52px, 6.4vw, 108px)), 1160px);
    margin: 0 auto;
    padding: 22px 0 28px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 22px;
    border-top: 1px solid rgba(207, 218, 231, .82);
    color: #78869a;
    font-size: 11.5px;
    line-height: 1.5;
}

.vcp-account-footer p {
    margin: 0;
}

.vcp-account-footer nav {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-wrap: wrap;
    gap: 8px 20px;
}

.vcp-account-footer a {
    color: #5f6f84 !important;
    text-decoration: none;
    font-weight: 700;
    transition: color .2s ease;
}

.vcp-account-footer a:hover,
.vcp-account-footer a:focus-visible {
    color: var(--vcp-account-blue) !important;
}

.vcp-account-footer--guest {
    width: min(calc(100% - 48px), 1160px);
}

.vcp-account-main > .woocommerce-message,
.vcp-account-main > .woocommerce-info,
.vcp-account-main > .woocommerce-error {
    margin-top: 0 !important;
    margin-bottom: 18px !important;
    padding: 14px 18px !important;
    border: 0 !important;
    border-radius: 11px;
    color: #34506c;
    background: #fff;
    box-shadow: 0 9px 24px rgba(22, 45, 79, .07);
}

.vcp-account-eyebrow {
    display: block;
    margin-bottom: 5px;
    color: var(--vcp-account-blue);
    font-size: 10px;
    font-weight: 800;
    letter-spacing: .15em;
    text-transform: uppercase;
}

.vcp-account-welcome {
    position: relative;
    min-height: 206px;
    padding: 30px clamp(28px, 3.4vw, 48px);
    display: flex;
    align-items: center;
    overflow: hidden;
    border: 1px solid #d3ebfb;
    border-radius: 22px;
    background:
        radial-gradient(circle at 32% 18%, rgba(255, 255, 255, .94), transparent 35%),
        linear-gradient(120deg, #f2fbff 0%, #e7f6ff 54%, #d8effd 100%);
    box-shadow: 0 16px 40px rgba(19, 64, 110, .08);
}

.vcp-account-welcome::after {
    content: "";
    position: absolute;
    right: 28%;
    bottom: -45%;
    width: 280px;
    height: 170px;
    border: 1px solid rgba(8, 126, 229, .12);
    border-radius: 50%;
    transform: rotate(-10deg);
}

.vcp-account-welcome__identity {
    position: relative;
    z-index: 2;
    width: min(58%, 620px);
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    align-items: center;
    gap: 22px;
}

.vcp-account-avatar {
    position: relative;
    width: 112px;
    height: 112px;
    flex: 0 0 112px;
}

.vcp-account-avatar::before {
    content: "";
    position: absolute;
    inset: -5px;
    border: 1.5px solid rgba(8, 126, 229, .22);
    border-radius: 50%;
}

.vcp-account-avatar__image,
.vcp-account-avatar img,
.vcp-account-avatar__fallback {
    width: 112px !important;
    height: 112px !important;
    margin: 0 !important;
    display: block;
    object-fit: cover;
    border: 3px solid #fff;
    border-radius: 50% !important;
    box-shadow: 0 14px 28px rgba(9, 39, 78, .18);
}

.vcp-account-avatar__fallback {
    position: relative;
    overflow: hidden;
    display: grid !important;
    place-items: center;
    color: #0a3f78;
    background:
        radial-gradient(circle at 30% 22%, rgba(255, 255, 255, .92), transparent 34%),
        linear-gradient(145deg, #dff2ff 0%, #b9dffc 52%, #85bee9 100%);
}

.vcp-user-avatar-fallback__glyph {
    position: absolute;
    left: 50%;
    bottom: -8%;
    width: 82%;
    height: 82%;
    transform: translateX(-50%);
    fill: none;
    stroke: currentColor;
    stroke-width: 3;
    stroke-linecap: round;
    stroke-linejoin: round;
    opacity: .23;
}

.vcp-user-avatar-fallback__initials {
    position: relative;
    z-index: 1;
    min-width: 54px;
    min-height: 54px;
    padding: 0 8px;
    display: grid;
    place-items: center;
    border: 1px solid rgba(255, 255, 255, .78);
    border-radius: 50%;
    color: #072654;
    background: rgba(255, 255, 255, .72);
    box-shadow: 0 8px 24px rgba(7, 38, 84, .12);
    font-family: "Barlow Semi Condensed", Inter, sans-serif;
    font-size: 25px;
    line-height: 1;
    font-weight: 750;
    letter-spacing: .02em;
}

.vcp-account-avatar__edit {
    position: absolute;
    right: -3px;
    bottom: 1px;
    width: 30px;
    height: 30px;
    padding: 0;
    display: grid;
    place-items: center;
    border: 2px solid #e7f6ff;
    border-radius: 50%;
    color: #fff;
    background: var(--vcp-account-blue);
    box-shadow: 0 5px 14px rgba(7, 38, 84, .18);
    appearance: none;
    -webkit-appearance: none;
    line-height: 1;
    cursor: pointer;
    transition: transform .18s ease, background .18s ease;
}

.vcp-account-avatar__edit:hover,
.vcp-account-avatar__edit:focus-visible {
    background: #006fc8;
    transform: translateY(-1px);
}

.vcp-account-avatar__edit:focus-visible {
    outline: 3px solid rgba(0, 127, 223, .25);
    outline-offset: 2px;
}

.vcp-account-page .vcp-account-layout .vcp-account-avatar__edit svg {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 14px !important;
    height: 14px !important;
    transform: translate(-50%, -52%);
}

.vcp-account-avatar__menu {
    width: min(340px, calc(100vw - 32px));
    margin: auto;
    padding: 18px;
    border: 1px solid #d9e4ef;
    border-radius: 18px;
    color: var(--vcp-account-navy);
    background: #fff;
    box-shadow: 0 24px 70px rgba(7, 38, 84, .24);
}

.vcp-account-avatar__menu:not([open]) {
    display: none;
}

.vcp-account-avatar__menu::backdrop {
    background: rgba(7, 38, 84, .36);
    backdrop-filter: blur(2px);
}

.vcp-account-avatar__menu-head {
    margin-bottom: 14px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
}

.vcp-account-avatar__menu-head strong {
    font-size: 16px;
}

.vcp-account-avatar__menu button {
    width: 100%;
    min-height: 44px;
    padding: 10px 13px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
    border: 1px solid #cfdeec;
    border-radius: 11px;
    color: #173a61;
    background: #f7fbff;
    font: inherit;
    font-size: 13px;
    font-weight: 700;
    cursor: pointer;
}

.vcp-account-avatar__menu button + button {
    margin-top: 8px;
}

.vcp-account-avatar__menu button:hover,
.vcp-account-avatar__menu button:focus-visible {
    border-color: #8bc8f4;
    background: #eef8ff;
}

.vcp-account-page .vcp-account-layout .vcp-account-avatar__menu button svg {
    width: 17px;
    height: 17px;
}

.vcp-account-avatar__menu button.is-danger {
    color: #994342;
    background: #fffafa;
}

.vcp-account-avatar__menu-head button {
    width: 32px;
    min-height: 32px;
    padding: 0;
    justify-content: center;
    border-radius: 50%;
    color: #5d6d80;
    background: #fff;
    font-size: 21px;
    font-weight: 400;
    line-height: 1;
}

.vcp-account-avatar__menu small {
    margin-top: 12px;
    display: block;
    color: #718196;
    font-size: 11px;
    line-height: 1.4;
}

.vcp-account-avatar__confirm[hidden] {
    display: none;
}

.vcp-account-avatar__menu [data-vcp-avatar-actions][hidden],
.vcp-account-avatar__crop[hidden] {
    display: none;
}

.vcp-account-avatar__crop-frame {
    position: relative;
    width: min(280px, 100%);
    aspect-ratio: 1;
    margin: 0 auto;
    overflow: hidden;
    border: 1px solid #c9d9e8;
    border-radius: 16px;
    background: #dbe7f1;
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .5);
}

.vcp-account-avatar__crop-frame::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 2;
    border: 2px solid rgba(255, 255, 255, .95);
    border-radius: 50%;
    box-shadow: 0 0 0 999px rgba(7, 38, 84, .38);
    pointer-events: none;
}

.vcp-account-avatar__crop-frame::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 4;
    width: 30px;
    height: 30px;
    margin: -15px 0 0 -15px;
    display: none;
    border: 3px solid rgba(255, 255, 255, .55);
    border-top-color: #fff;
    border-radius: 50%;
    box-shadow: 0 5px 18px rgba(7, 38, 84, .2);
    animation: vcp-account-avatar-spin .75s linear infinite;
}

.vcp-account-avatar__crop.is-loading .vcp-account-avatar__crop-frame::before {
    display: block;
}

.vcp-account-avatar__crop.is-loading canvas {
    opacity: .42;
}

.vcp-account-avatar__crop canvas {
    width: 100%;
    height: 100%;
    display: block;
    cursor: grab;
    touch-action: none;
    transition: opacity .18s ease;
}

.vcp-account-avatar__crop canvas:active {
    cursor: grabbing;
}

.vcp-account-avatar__crop canvas:focus-visible {
    outline: 3px solid rgba(0, 127, 223, .4);
    outline-offset: -3px;
}

.vcp-account-avatar__crop > p {
    margin: 10px 0 12px;
    color: #60748a;
    font-size: 11px;
    line-height: 1.4;
    text-align: center;
}

.vcp-account-avatar__crop label {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    align-items: center;
    gap: 12px;
    color: #344f6c;
    font-size: 12px;
    font-weight: 700;
}

.vcp-account-avatar__crop input[type="range"] {
    width: 100%;
    accent-color: var(--vcp-account-blue);
}

.vcp-account-avatar__crop-actions {
    margin-top: 15px;
    display: grid;
    grid-template-columns: .7fr 1.3fr;
    gap: 8px;
}

.vcp-account-avatar__crop-actions button + button {
    margin-top: 0;
}

.vcp-account-avatar__menu button.is-primary {
    justify-content: center;
    color: #fff;
    border-color: var(--vcp-account-blue);
    background: var(--vcp-account-blue);
}

.vcp-account-avatar__menu button.is-primary:hover,
.vcp-account-avatar__menu button.is-primary:focus-visible {
    border-color: #006fc8;
    background: #006fc8;
}

.vcp-account-avatar__confirm p {
    margin: 0 0 16px;
    color: #233e5e;
    font-size: 13px;
    line-height: 1.5;
}

.vcp-account-avatar__confirm p strong,
.vcp-account-avatar__confirm p span {
    display: block;
}

.vcp-account-avatar__confirm p strong {
    margin-bottom: 5px;
    color: #173552;
    font-size: 15px;
}

.vcp-account-avatar__confirm-actions {
    display: grid;
    grid-template-columns: .8fr 1.2fr;
    gap: 8px;
}

.vcp-account-avatar__confirm-actions button + button {
    margin-top: 0;
}

.vcp-account-avatar__menu button.is-secondary {
    justify-content: center;
    color: #52677e;
    background: #fff;
}

.vcp-account-avatar__confirm-actions button.is-danger {
    justify-content: center;
    color: #fff;
    border-color: #a44946;
    background: #a44946;
}

.vcp-account-avatar__confirm-actions button.is-danger:hover,
.vcp-account-avatar__confirm-actions button.is-danger:focus-visible {
    border-color: #8f3734;
    background: #8f3734;
}

.vcp-account-avatar__status {
    min-height: 18px;
    margin-top: 7px;
    display: block;
    color: #45617d;
    font-size: 11px;
    line-height: 1.4;
}

.vcp-account-avatar__status.is-error {
    color: #a43d3a;
}

.vcp-account-avatar__menu.is-busy button:not([data-vcp-avatar-close]) {
    opacity: .55;
    pointer-events: none;
}

@keyframes vcp-account-avatar-spin {
    to { transform: rotate(360deg); }
}

.vcp-account-welcome h1 {
    margin: 0;
    color: var(--vcp-account-navy);
    font-family: "Barlow Semi Condensed", Inter, sans-serif;
    font-size: clamp(30px, 3vw, 42px);
    font-weight: 700;
    letter-spacing: -.035em;
    line-height: 1.02;
}

.vcp-account-welcome p {
    max-width: 480px;
    margin: 9px 0 12px;
    color: #607188;
    font-size: 13px;
    line-height: 1.55;
}

.vcp-account-status {
    width: fit-content;
    min-height: 27px;
    padding: 0 10px;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    border-radius: 999px;
    color: #08704d;
    background: rgba(35, 181, 127, .12);
    font-size: 11px;
    font-weight: 800;
}

.vcp-account-status.is-inactive {
    color: #5f7187;
    background: rgba(91, 113, 139, .11);
}

.vcp-account-status svg {
    width: 14px;
    height: 14px;
}

.vcp-account-welcome__scene {
    position: absolute;
    z-index: 1;
    right: 0;
    bottom: 0;
    width: min(46%, 500px);
    height: auto;
    max-height: 218px;
    object-fit: contain;
    object-position: right bottom;
    pointer-events: none;
    opacity: .9;
}

.vcp-account-section {
    margin-top: 30px;
}

.vcp-account-section__head {
    margin-bottom: 15px;
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 24px;
}

.vcp-account-section__head h2 {
    margin: 0;
    color: var(--vcp-account-navy);
    font-family: "Barlow Semi Condensed", Inter, sans-serif;
    font-size: 27px;
    font-weight: 700;
    letter-spacing: -.025em;
    line-height: 1.05;
}

.vcp-account-section__head > p {
    margin: 0 0 2px;
    color: #8995a5;
    font-size: 12px;
}

.vcp-account-study-feature {
    position: relative;
    min-height: 214px;
    padding: 27px clamp(30px, 3.2vw, 44px);
    display: grid;
    grid-template-columns: minmax(235px, .7fr) minmax(410px, 1.3fr);
    align-items: center;
    gap: clamp(18px, 2.3vw, 34px);
    overflow: hidden;
    border: 1px solid #d2e0eb;
    border-radius: 20px;
    background:
        radial-gradient(circle at 78% 48%, rgba(184, 222, 249, .2), transparent 35%),
        linear-gradient(118deg, #fff 0%, #f8fbfe 51%, #f1f8fd 100%);
    box-shadow: 0 12px 32px rgba(22, 45, 79, .055);
    transition: border-color .2s ease, transform .2s ease, box-shadow .2s ease;
}

.vcp-account-study-feature:hover,
.vcp-account-study-feature:focus-visible {
    border-color: #a9cfea;
    transform: translateY(-3px);
    box-shadow: 0 18px 40px rgba(14, 58, 108, .095);
}

.vcp-account-study-feature__body {
    position: relative;
    z-index: 2;
    min-width: 0;
}

.vcp-account-study-feature__title {
    display: flex;
    align-items: center;
    gap: 17px;
}

.vcp-account-study-feature__icon {
    width: 60px;
    height: 60px;
    display: grid;
    flex: 0 0 60px;
    place-items: center;
    color: #0a3974;
}

.vcp-account-page .vcp-account-layout .vcp-account-study-feature__icon svg {
    width: 54px;
    height: 54px;
    stroke-width: 1.45;
}

.vcp-account-page .vcp-account-layout .vcp-account-study-feature__icon .vcp-icon-courses {
    stroke-width: 1.55;
}

.vcp-icon-courses__detail {
    opacity: .55;
    stroke-width: 1.2;
}

.vcp-icon-courses__play {
    fill: #f1f8fe;
    color: var(--vcp-account-blue);
    stroke: currentColor;
}

.vcp-icon-courses__play-mark {
    fill: var(--vcp-account-blue);
    stroke: none;
}

.vcp-account-study-feature__title strong {
    color: var(--vcp-account-navy);
    font-size: clamp(22px, 1.8vw, 27px);
    font-weight: 800;
    letter-spacing: -.035em;
    line-height: 1.05;
}

.vcp-account-study-feature__body > small {
    margin: 11px 0 12px;
    display: block;
    color: #68788d;
    font-size: 13px;
    line-height: 1.5;
}

.vcp-account-study-feature__action {
    display: inline-flex;
    align-items: flex-start;
    flex-direction: column;
    gap: 8px;
}

.vcp-account-study-feature__state,
.vcp-account-study-card__state {
    position: relative;
    z-index: 1;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: #7b8798;
    font-size: 10px;
    font-weight: 800;
    line-height: 1.2;
}

.vcp-account-page .vcp-account-layout .vcp-account-study-feature__state svg,
.vcp-account-page .vcp-account-layout .vcp-account-study-card__state svg {
    width: 13px;
    height: 13px;
    flex: 0 0 13px;
    stroke-width: 2;
}

.vcp-account-study-feature__state.is-active,
.vcp-account-study-card__state.is-active {
    color: #14805e;
}

.vcp-account-study-feature__state.is-expired,
.vcp-account-study-card__state.is-expired {
    color: #b96c09;
}

.vcp-account-study-feature__state.is-inactive,
.vcp-account-study-feature__state.is-none,
.vcp-account-study-feature__state.is-unknown,
.vcp-account-study-card__state.is-inactive,
.vcp-account-study-card__state.is-none,
.vcp-account-study-card__state.is-unknown {
    color: #7b8798;
}

.vcp-account-study-feature__cta {
    min-height: 44px;
    padding: 0 17px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 18px;
    border-radius: 10px;
    color: #fff;
    background: linear-gradient(135deg, var(--vcp-account-blue), #0969c7);
    box-shadow: 0 9px 20px rgba(8, 126, 229, .2);
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .025em;
    text-transform: uppercase;
}

.vcp-account-study-feature__cta i {
    font-style: normal;
    font-size: 15px;
}

.vcp-account-study-feature__illustration {
    position: relative;
    z-index: 1;
    min-width: 0;
    color: #78add4;
}

.vcp-account-page .vcp-account-layout .vcp-account-study-feature__illustration svg {
    width: 100%;
    height: auto;
    max-height: 190px;
    overflow: visible;
    stroke-width: 1.75;
}

.vcp-course-illustration__surface {
    fill: rgba(255, 255, 255, .7);
}

.vcp-course-illustration__shadow {
    fill: rgba(34, 105, 163, .09);
    stroke: none;
}

.vcp-course-illustration__accent {
    color: #9bc9ea;
    opacity: .42;
}

.vcp-course-illustration__notebook {
    color: #3f7fb6;
}

.vcp-course-illustration__screen {
    color: #447daf;
}

.vcp-course-illustration__pen {
    fill: rgba(224, 241, 253, .9);
}

.vcp-course-illustration__play {
    fill: #f6fbff;
    stroke: var(--vcp-account-blue);
}

.vcp-course-illustration__play-mark {
    fill: var(--vcp-account-blue);
    stroke: none;
}

.vcp-course-illustration__progress {
    color: #0a3974;
}

.vcp-account-study-grid {
    margin-top: 16px;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
}

.vcp-account-study-card {
    position: relative;
    min-height: 152px;
    padding: 18px 20px;
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    grid-template-rows: 1fr auto;
    align-items: start;
    column-gap: 16px;
    overflow: hidden;
    border: 1px solid var(--vcp-account-line);
    border-radius: 18px;
    background: linear-gradient(145deg, #fff 0%, #fbfdff 100%);
    box-shadow: 0 10px 28px rgba(22, 45, 79, .06);
    transition: border-color .2s ease, transform .2s ease, box-shadow .2s ease;
}

.vcp-account-study-card__watermark {
    position: absolute;
    right: 17px;
    top: 14px;
    display: block;
    color: #0a3974;
    opacity: .045;
    transform: rotate(5deg);
    pointer-events: none;
}

.vcp-account-page .vcp-account-layout .vcp-account-study-card__watermark svg {
    width: 72px;
    height: 72px;
    stroke-width: 1.2;
}

.vcp-account-study-card:hover,
.vcp-account-study-card:focus-visible {
    border-color: #b7daf3;
    transform: translateY(-3px);
    box-shadow: 0 16px 34px rgba(14, 58, 108, .1);
}

.vcp-account-study-card__icon,
.vcp-account-manage-card__icon {
    width: 50px;
    height: 50px;
    display: grid;
    place-items: center;
    color: #0a3974;
}

.vcp-account-page .vcp-account-layout .vcp-account-study-card__icon svg {
    width: 40px;
    height: 40px;
    stroke-width: .85;
}

.vcp-account-study-card__copy {
    position: relative;
    z-index: 1;
    display: block;
}

.vcp-account-study-card__copy strong,
.vcp-account-manage-card strong {
    display: block;
    color: var(--vcp-account-navy);
    font-size: 15px;
    font-weight: 800;
}

.vcp-account-study-card__copy small,
.vcp-account-manage-card small {
    margin-top: 4px;
    display: block;
    color: #7b8798;
    font-size: 11px;
    line-height: 1.45;
}

.vcp-account-study-card__action {
    position: relative;
    z-index: 1;
    grid-column: 1 / -1;
    margin-top: 12px;
    padding-top: 11px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    border-top: 1px solid rgba(210, 224, 235, .82);
}

.vcp-account-study-card__cta {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 14px;
    flex: 0 0 auto;
    color: var(--vcp-account-blue);
    font-size: 11px;
    font-weight: 800;
}

.vcp-account-study-card--sqd .vcp-account-study-card__icon {
    color: #0a3974;
}

.vcp-account-page .vcp-account-layout .vcp-account-study-card--sqd .vcp-icon-sqd {
    stroke-width: .9;
}

.vcp-account-page .vcp-account-layout .vcp-icon-accent {
    color: var(--vcp-account-blue);
    stroke: currentColor;
}

.vcp-account-section--compact {
    margin-top: 30px;
}

.vcp-account-manage-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    overflow: hidden;
    border: 1px solid #e2e8f0;
    border-radius: 17px;
    background: #fff;
    box-shadow: 0 8px 24px rgba(22, 45, 79, .045);
}

.vcp-account-manage-card {
    min-height: 80px;
    padding: 16px 18px;
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    align-items: center;
    gap: 12px;
    border-left: 1px solid #e7ecf2;
    background: transparent;
    transition: color .2s ease, background-color .2s ease;
}

.vcp-account-manage-card:first-child {
    border-left: 0;
}

.vcp-account-manage-card:hover,
.vcp-account-manage-card:focus-visible {
    color: var(--vcp-account-blue);
    background: #f4f9fd;
}

.vcp-account-manage-card__icon {
    width: 34px;
    height: 34px;
    border: 0;
    border-radius: 0;
    color: #0d3f78;
    background: transparent;
}

.vcp-account-page .vcp-account-layout .vcp-account-manage-card__icon svg {
    width: 19px;
    height: 19px;
}

.vcp-account-manage-card > i {
    color: #315d86;
    font-size: 13px;
    font-style: normal;
    font-weight: 800;
}

/* Endpoints e conteúdo nativo */
.vcp-account-endpoint {
    min-height: 520px;
}

.vcp-account-endpoint__head {
    margin-bottom: 20px;
}

.vcp-account-endpoint__head > a {
    margin-bottom: 20px;
    display: inline-flex;
    color: #718095;
    font-size: 12px;
    font-weight: 700;
}

.vcp-account-endpoint__head > a:hover,
.vcp-account-endpoint__head > a:focus-visible {
    color: var(--vcp-account-blue);
}

.vcp-account-endpoint__head h1 {
    margin: 0;
    color: var(--vcp-account-navy);
    font-family: "Barlow Semi Condensed", Inter, sans-serif;
    font-size: clamp(32px, 4vw, 46px);
    font-weight: 700;
    letter-spacing: -.035em;
    line-height: 1;
}

.vcp-account-endpoint__summary {
    margin-top: 13px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
}

.vcp-account-endpoint__summary p {
    margin: 0;
    color: #718096;
    font-size: 13px;
}

.vcp-account-endpoint__summary > span {
    min-height: 30px;
    padding: 0 11px;
    display: inline-flex;
    align-items: center;
    flex: 0 0 auto;
    border: 1px solid #d5e5f2;
    border-radius: 999px;
    color: #426582;
    background: #eef7fd;
    font-size: 11px;
    font-weight: 800;
}

.vcp-account-native {
    padding: clamp(22px, 3vw, 36px);
    overflow: hidden;
    border: 1px solid var(--vcp-account-line);
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 12px 32px rgba(22, 45, 79, .06);
}

.vcp-account-native--ebooks {
    padding: 0;
    overflow: visible;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
}

.vcp-account-native--subscriptions {
    padding: 0;
    overflow: visible;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
}

/* Detalhes do pedido: refinamento da saída nativa do WooCommerce */
.vcp-account-native--order-details {
    padding: clamp(24px, 2.5vw, 31px);
}

.vcp-account-native--order-details > p:first-child,
.vcp-account-native--order-details .woocommerce-order-details + p {
    margin: 0 0 18px;
    color: #455a70;
    font-size: 13px;
    line-height: 1.55;
}

.vcp-account-native--order-details h2,
.vcp-account-native--order-details .woocommerce-order-details__title,
.vcp-account-native--order-details .woocommerce-order-downloads__title,
.vcp-account-native--order-details .woocommerce-column__title {
    margin: 24px 0 10px;
    font-size: clamp(21px, 2vw, 25px);
    font-weight: 700;
    letter-spacing: -.02em;
    line-height: 1.08;
}

.vcp-account-native--order-details > p:first-child + h2,
.vcp-account-native--order-details .woocommerce-order-downloads__title:first-child {
    margin-top: 0;
}

.vcp-account-native--order-details table {
    margin: 0 0 22px !important;
    border-radius: 11px;
}

.vcp-account-native--order-details th,
.vcp-account-native--order-details td {
    padding: 11px 13px !important;
    color: #4d6176;
    font-size: 12px;
    line-height: 1.48;
}

.vcp-account-native--order-details thead th {
    color: #53677b;
    font-size: 9px;
    letter-spacing: .08em;
}

.vcp-account-native--order-details td a:not(.button) {
    font-weight: 680;
    line-height: 1.42;
}

.vcp-account-native--order-details .product-total,
.vcp-account-native--order-details tfoot td {
    text-align: right;
    white-space: nowrap;
}

.vcp-account-native--order-details tfoot th,
.vcp-account-native--order-details tfoot td {
    font-weight: 760;
}

.vcp-account-native--order-details .woocommerce-table--order-downloads .download-file {
    display: none !important;
}

.vcp-account-native--order-details .woocommerce-table--order-downloads .download-product {
    width: 56%;
}

.vcp-account-native--order-details .woocommerce-table--order-downloads .download-remaining,
.vcp-account-native--order-details .woocommerce-table--order-downloads .download-expires {
    width: 22%;
}

.vcp-account-native--order-details .order-again {
    margin: 15px 0 24px;
}

.vcp-account-native--order-details .woocommerce-customer-details {
    margin-top: 25px;
    padding-top: 24px;
    border-top: 1px solid var(--vcp-account-line);
}

.vcp-account-native--order-details .woocommerce-customer-details h2,
.vcp-account-native--order-details .woocommerce-customer-details .woocommerce-column__title {
    margin-top: 0;
    margin-bottom: 8px;
}

.vcp-account-native--order-details .woocommerce-customer-details address {
    margin: 0;
    color: #617386;
    font-size: 13px;
    font-style: normal;
    line-height: 1.62;
}

.vcp-account-native--order-details .woocommerce-customer-details address p {
    margin: 5px 0 0;
}

.vcp-account-native--order-details + .vcp-account-endpoint__shortcuts {
    margin-top: 17px;
}

/* Detalhes da assinatura: resumo compacto sobre a saída nativa do WCS */
.vcp-account-native--subscription-details {
    padding: clamp(24px, 2.5vw, 31px);
    overflow: visible;
}

.vcp-account-native--subscription-details h2,
.vcp-account-native--subscription-details .woocommerce-order-details__title,
.vcp-account-native--subscription-details .woocommerce-column__title {
    margin: 24px 0 10px;
    font-size: clamp(21px, 2vw, 25px);
    font-weight: 700;
    letter-spacing: -.02em;
    line-height: 1.08;
}

.vcp-account-native--subscription-details .subscription_details {
    min-width: 0 !important;
    margin: 0 0 26px !important;
    display: block;
    overflow: visible;
    border: 0 !important;
    border-radius: 0;
}

.vcp-account-native--subscription-details .subscription_details tbody {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(190px, 1fr));
    gap: 10px;
}

.vcp-account-native--subscription-details .subscription_details tr {
    min-width: 0;
    min-height: 67px;
    padding: 11px 13px;
    display: grid;
    align-content: center;
    border: 1px solid #e0e9f1;
    border-radius: 11px;
    background: #f8fafc;
}

.vcp-account-native--subscription-details .subscription_details td {
    padding: 0 !important;
    display: block;
    border: 0 !important;
}

.vcp-account-native--subscription-details .subscription_details td:first-child {
    color: #8090a3;
    font-size: 9px;
    font-weight: 850;
    letter-spacing: .08em;
    line-height: 1.2;
    text-transform: uppercase;
}

.vcp-account-native--subscription-details .subscription_details td:last-child {
    margin-top: 5px;
    color: #19334f;
    font-size: 13px;
    font-weight: 760;
    line-height: 1.35;
}

.vcp-account-native--subscription-details .subscription_details tr:first-child td:last-child {
    width: max-content;
    min-height: 27px;
    margin-top: 6px;
    padding: 0 10px !important;
    display: inline-flex;
    align-items: center;
    border: 1px solid #d8e1ea !important;
    border-radius: 999px;
    color: #657589;
    background: #f3f6f8;
    font-size: 10px;
    font-weight: 850;
}

.vcp-account-native--subscription-details.is-active .subscription_details tr:first-child td:last-child {
    color: #087756;
    border-color: #bee4d7 !important;
    background: #edf9f5;
}

.vcp-account-native--subscription-details.is-pending .subscription_details tr:first-child td:last-child {
    color: #1b679d;
    border-color: #c8e0f1 !important;
    background: #f0f8fd;
}

.vcp-account-native--subscription-details.is-warning .subscription_details tr:first-child td:last-child {
    color: #916307;
    border-color: #ead9ad !important;
    background: #fff9ea;
}

.vcp-account-native--subscription-details .subscription_details tr:has(.button) {
    min-height: 56px;
    grid-column: 1 / -1;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    background: #fff;
}

.vcp-account-native--subscription-details .subscription_details tr:has(.button) td:last-child {
    margin: 0 0 0 auto;
}

.vcp-account-native--subscription-details .subscription_details .button.cancel,
.vcp-account-native--subscription-details .subscription_details a.button[href*="cancel"] {
    min-height: 37px !important;
    color: #a1443f !important;
    border: 1px solid #e1b8b5 !important;
    background: #fff7f6 !important;
    box-shadow: none !important;
}

.vcp-account-native--subscription-details .subscription_details .button.cancel:hover,
.vcp-account-native--subscription-details .subscription_details .button.cancel:focus-visible,
.vcp-account-native--subscription-details .subscription_details a.button[href*="cancel"]:hover,
.vcp-account-native--subscription-details .subscription_details a.button[href*="cancel"]:focus-visible {
    color: #8b312d !important;
    border-color: #d49490 !important;
    background: #fff0ee !important;
}

.vcp-account-native--subscription-details table:not(.subscription_details) {
    margin: 0 0 24px !important;
    border-radius: 11px;
}

.vcp-account-native--subscription-details table:not(.subscription_details) th,
.vcp-account-native--subscription-details table:not(.subscription_details) td {
    padding: 11px 13px !important;
    color: #4d6176;
    font-size: 12px;
    line-height: 1.48;
}

.vcp-account-native--subscription-details table:not(.subscription_details) thead th {
    color: #53677b;
    font-size: 9px;
    letter-spacing: .08em;
}

.vcp-account-native--subscription-details table:not(.subscription_details) td a:not(.button) {
    font-weight: 680;
    line-height: 1.42;
}

.vcp-account-native--subscription-details .product-total,
.vcp-account-native--subscription-details tfoot td {
    text-align: right;
    white-space: nowrap;
}

.vcp-account-native--subscription-details tfoot tr:last-child th,
.vcp-account-native--subscription-details tfoot tr:last-child td {
    color: #19334f;
    background: #f8fafc;
    font-weight: 800;
}

.vcp-account-native--subscription-details .my_account_orders .order-actions {
    width: 116px;
    text-align: right;
    white-space: nowrap;
}

.vcp-account-native--subscription-details .my_account_orders .order-actions .button {
    min-height: 34px !important;
    padding: 0 13px !important;
    color: var(--vcp-account-blue) !important;
    border: 1px solid #bfddf2 !important;
    background: #fff !important;
    box-shadow: none !important;
}

.vcp-account-native--subscription-details .my_account_orders .order-actions .button:hover,
.vcp-account-native--subscription-details .my_account_orders .order-actions .button:focus-visible {
    color: #065ca8 !important;
    border-color: #88c3ec !important;
    background: #f3f9fd !important;
}

.vcp-account-native--subscription-details .woocommerce-customer-details {
    margin-top: 25px;
    padding-top: 24px;
    border-top: 1px solid var(--vcp-account-line);
}

.vcp-account-native--subscription-details .woocommerce-customer-details h2,
.vcp-account-native--subscription-details .woocommerce-customer-details .woocommerce-column__title {
    margin-top: 0;
    margin-bottom: 8px;
}

.vcp-account-native--subscription-details .woocommerce-customer-details address {
    margin: 0;
    color: #617386;
    font-size: 13px;
    font-style: normal;
    line-height: 1.62;
}

.vcp-account-native--subscription-details .woocommerce-customer-details address p {
    margin: 5px 0 0;
}

.vcp-account-native--subscription-details + .vcp-account-endpoint__shortcuts {
    margin-top: 17px;
}

/* Assinaturas: dados e estados do WooCommerce Subscriptions */
.vcp-account-subscriptions {
    display: grid;
    gap: 28px;
}

.vcp-account-subscriptions__group {
    min-width: 0;
}

.vcp-account-subscriptions__group-head {
    margin: 0 0 12px;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 18px;
}

.vcp-account-subscriptions__group-head .vcp-account-eyebrow {
    margin-bottom: 3px;
}

.vcp-account-subscriptions__group-head h2 {
    margin: 0;
    color: var(--vcp-account-navy);
    font-family: "Barlow Semi Condensed", Inter, sans-serif;
    font-size: clamp(21px, 2vw, 25px);
    font-weight: 800;
    letter-spacing: -.02em;
    line-height: 1.08;
}

.vcp-account-subscriptions__group-head > span {
    min-height: 28px;
    padding: 0 10px;
    display: inline-flex;
    align-items: center;
    border: 1px solid #d8e5ee;
    border-radius: 999px;
    color: #61758a;
    background: #f5f9fc;
    font-size: 10px;
    font-weight: 800;
    white-space: nowrap;
}

.vcp-account-subscriptions__list {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 14px;
}

.vcp-account-subscription-card {
    padding: 20px 22px;
    overflow: hidden;
    border: 1px solid #dce5ee;
    border-radius: 17px;
    background:
        radial-gradient(circle at 96% 2%, rgba(0, 127, 223, .06), transparent 27%),
        #fff;
    box-shadow: 0 10px 28px rgba(24, 48, 81, .055);
    transition: border-color .18s ease, box-shadow .18s ease, transform .18s ease;
}

.vcp-account-subscription-card:hover {
    border-color: #c6ddee;
    box-shadow: 0 14px 34px rgba(24, 48, 81, .09);
    transform: translateY(-1px);
}

.vcp-account-subscription-card.is-active {
    border-color: #bfe3d7;
    box-shadow: 0 12px 30px rgba(19, 90, 72, .07);
}

.vcp-account-subscription-card__head {
    display: grid;
    grid-template-columns: 46px minmax(0, 1fr) auto;
    align-items: center;
    gap: 15px;
}

.vcp-account-subscription-card__icon,
.vcp-account-subscriptions-empty__icon {
    width: 46px;
    height: 46px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 46px;
    border: 1px solid #d5e5f2;
    border-radius: 13px;
    color: #0c5b99;
    background: #eff8fe;
}

.vcp-account-page .vcp-account-layout .vcp-account-subscription-card__icon svg,
.vcp-account-page .vcp-account-layout .vcp-account-subscriptions-empty__icon svg {
    width: 24px;
    height: 24px;
    stroke-width: 1.45;
}

.vcp-account-subscription-card__identity {
    min-width: 0;
}

.vcp-account-subscription-card__identity > span {
    display: block;
    color: #6f879b;
    font-size: 9px;
    font-weight: 800;
    letter-spacing: .07em;
    text-transform: uppercase;
}

.vcp-account-subscription-card__identity h3 {
    margin: 4px 0 0;
    color: var(--vcp-account-navy);
    font-family: Inter, system-ui, sans-serif;
    font-size: clamp(15px, 1.55vw, 18px);
    font-weight: 760;
    letter-spacing: -.018em;
    line-height: 1.3;
}

.vcp-account-subscription-card__identity h3 a:hover,
.vcp-account-subscription-card__identity h3 a:focus-visible {
    color: var(--vcp-account-blue);
}

.vcp-account-subscription-card__status {
    min-height: 30px;
    padding: 0 11px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    border: 1px solid #d8e1ea;
    border-radius: 999px;
    color: #657589;
    background: #f6f8fa;
    font-size: 10px;
    font-weight: 850;
    white-space: nowrap;
}

.vcp-account-page .vcp-account-layout .vcp-account-subscription-card__status svg {
    width: 14px;
    height: 14px;
    stroke-width: 1.8;
}

.vcp-account-subscription-card__status.is-active {
    color: #087756;
    border-color: #bee4d7;
    background: #edf9f5;
}

.vcp-account-subscription-card__status.is-pending {
    color: #1b679d;
    border-color: #c8e0f1;
    background: #f0f8fd;
}

.vcp-account-subscription-card__status.is-warning {
    color: #916307;
    border-color: #ead9ad;
    background: #fff9ea;
}

.vcp-account-subscription-card__facts {
    min-width: 0;
    margin: 0;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(3, minmax(140px, 205px));
    gap: 10px;
}

.vcp-account-subscription-card__facts > div {
    min-width: 0;
    padding: 10px 12px;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    gap: 4px;
    border: 1px solid #e2eaf1;
    border-radius: 11px;
    background: #f8fafc;
}

.vcp-account-subscription-card__facts dt {
    width: 100%;
    margin: 0;
    display: block;
    color: #8090a3;
    font-size: 9px;
    font-weight: 850;
    letter-spacing: .08em;
    line-height: 1.2;
    text-transform: uppercase;
}

.vcp-account-subscription-card__facts dd {
    width: 100%;
    margin: 0;
    display: block;
    color: #19334f;
    font-size: 13px;
    font-weight: 780;
    line-height: 1.35;
}

.vcp-account-subscription-card__footer {
    margin-top: 16px;
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: end;
    justify-content: space-between;
    gap: 22px;
}

.vcp-account-page .vcp-account-layout .vcp-account-subscription-card__cta {
    min-height: 40px;
    padding: 0 15px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 18px;
    border: 1px solid #087ee5;
    border-radius: 9px;
    color: #fff;
    background: #087ee5;
    font-size: 11px;
    font-weight: 850;
    box-shadow: 0 8px 18px rgba(8, 126, 229, .16);
    transition: color .18s ease, background .18s ease, border-color .18s ease, transform .18s ease, box-shadow .18s ease;
}

.vcp-account-page .vcp-account-layout .vcp-account-subscription-card__cta:hover,
.vcp-account-page .vcp-account-layout .vcp-account-subscription-card__cta:focus-visible {
    color: #fff;
    border-color: #066fc9;
    background: #066fc9;
    box-shadow: 0 10px 22px rgba(8, 103, 190, .23);
    transform: translateY(-1px);
}

.vcp-account-subscription-card__cta i,
.vcp-account-subscription-history-card__cta i,
.vcp-account-subscriptions-empty i {
    font-size: 15px;
    font-style: normal;
    line-height: 1;
}

.vcp-account-subscriptions-history__list {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 9px;
}

.vcp-account-subscription-history-card {
    min-height: 82px;
    padding: 11px 14px;
    display: grid;
    grid-template-columns: 38px minmax(250px, 1fr) minmax(215px, auto) auto;
    align-items: center;
    gap: 13px;
    border: 1px solid #dee6ed;
    border-radius: 14px;
    background: rgba(255, 255, 255, .88);
    box-shadow: 0 7px 20px rgba(24, 48, 81, .035);
    transition: border-color .18s ease, background .18s ease;
}

.vcp-account-subscription-history-card:hover {
    border-color: #cddde9;
    background: #fff;
}

.vcp-account-subscription-history-card__icon {
    width: 38px;
    height: 38px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #dde6ed;
    border-radius: 11px;
    color: #60758a;
    background: #f5f8fa;
}

.vcp-account-page .vcp-account-layout .vcp-account-subscription-history-card__icon svg {
    width: 20px;
    height: 20px;
    stroke-width: 1.4;
}

.vcp-account-subscription-history-card__identity {
    min-width: 0;
}

.vcp-account-subscription-history-card__meta {
    display: flex;
    align-items: center;
    gap: 9px;
    flex-wrap: wrap;
}

.vcp-account-subscription-history-card__meta > span:first-child {
    color: #7890a5;
    font-size: 9px;
    font-weight: 820;
    letter-spacing: .07em;
    text-transform: uppercase;
}

.vcp-account-subscription-history-card__meta .vcp-account-subscription-card__status {
    min-height: 24px;
    padding: 0 8px;
    font-size: 9px;
}

.vcp-account-subscription-history-card__identity h3 {
    margin: 4px 0 0;
    color: var(--vcp-account-navy);
    font-family: Inter, system-ui, sans-serif;
    font-size: 13px;
    font-weight: 720;
    letter-spacing: -.01em;
    line-height: 1.35;
}

.vcp-account-subscription-history-card__facts {
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 7px;
    color: #667a8e;
    font-size: 11px;
    font-weight: 620;
    line-height: 1.3;
    white-space: nowrap;
}

.vcp-account-subscription-history-card__facts strong,
.vcp-account-subscription-history-card__facts .woocommerce-Price-amount {
    color: #354b62;
    font-weight: 760;
}

.vcp-account-subscription-history-card__facts i {
    color: #b2bfcb;
    font-style: normal;
}

.vcp-account-page .vcp-account-layout .vcp-account-subscription-history-card__cta {
    min-height: 36px;
    padding: 0 11px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 13px;
    border: 1px solid #d7e5ef;
    border-radius: 8px;
    color: #0a70c8;
    background: #fff;
    font-size: 10px;
    font-weight: 820;
    white-space: nowrap;
    transition: color .18s ease, border-color .18s ease, background .18s ease;
}

.vcp-account-page .vcp-account-layout .vcp-account-subscription-history-card__cta:hover,
.vcp-account-page .vcp-account-layout .vcp-account-subscription-history-card__cta:focus-visible {
    color: #075da8;
    border-color: #b9d8ed;
    background: #f4faff;
}

.vcp-account-subscriptions-history__more {
    margin-top: 10px;
}

.vcp-account-subscriptions-history__more > summary {
    min-height: 44px;
    padding: 0 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    border: 1px dashed #cadce9;
    border-radius: 11px;
    color: #0a69b5;
    background: rgba(244, 250, 255, .75);
    font-size: 11px;
    font-weight: 820;
    cursor: pointer;
    list-style: none;
    transition: color .18s ease, border-color .18s ease, background .18s ease;
}

.vcp-account-subscriptions-history__more > summary::-webkit-details-marker {
    display: none;
}

.vcp-account-subscriptions-history__more > summary:hover,
.vcp-account-subscriptions-history__more > summary:focus-visible {
    color: #07528f;
    border-color: #a9cce4;
    background: #f2f9fe;
}

.vcp-account-subscriptions-history__more > summary small {
    color: #7b8ea1;
    font-size: 9px;
    font-weight: 700;
}

.vcp-account-subscriptions-history__more > summary i {
    font-size: 16px;
    font-style: normal;
    line-height: 1;
    transition: transform .18s ease;
}

.vcp-account-subscriptions-history__more[open] > summary i {
    transform: rotate(180deg);
}

.vcp-account-subscriptions-history__more[open] > summary {
    margin-bottom: 9px;
}

.vcp-account-subscriptions-empty a {
    display: inline-flex;
    align-items: center;
    gap: 20px;
    color: #087ee5;
    font-size: 11px;
    font-weight: 850;
}

.vcp-account-subscriptions-empty a:hover,
.vcp-account-subscriptions-empty a:focus-visible {
    color: #065ca8;
}

.vcp-account-subscriptions-empty {
    min-height: 190px;
    padding: 30px 32px;
    display: flex;
    align-items: center;
    gap: 22px;
    border: 1px solid #dce5ee;
    border-radius: 16px;
    background:
        radial-gradient(circle at 94% 6%, rgba(0, 127, 223, .065), transparent 28%),
        #fff;
    box-shadow: 0 10px 28px rgba(24, 48, 81, .055);
}

.vcp-account-subscriptions-empty h2 {
    margin: 5px 0 5px;
    color: var(--vcp-account-navy);
    font-family: "Barlow Semi Condensed", Inter, sans-serif;
    font-size: 25px;
    line-height: 1.08;
}

.vcp-account-subscriptions-empty p {
    max-width: 650px;
    margin: 0 0 13px;
    color: #718096;
    font-size: 12px;
}

.vcp-account-subscriptions-empty.is-unavailable .vcp-account-subscriptions-empty__icon {
    color: #916307;
    border-color: #ead9ad;
    background: #fff9ea;
}

/* Biblioteca interna de e-books */
.vcp-account-library__list {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 13px;
}

.vcp-account-library-card {
    min-height: 142px;
    padding: 17px 19px;
    display: grid;
    grid-template-columns: 84px minmax(0, 1fr) auto;
    align-items: center;
    gap: 20px;
    border: 1px solid #dce5ee;
    border-radius: 16px;
    background:
        radial-gradient(circle at 95% 0%, rgba(0, 127, 223, .055), transparent 27%),
        #fff;
    box-shadow: 0 10px 28px rgba(24, 48, 81, .055);
    transition: border-color .18s ease, box-shadow .18s ease, transform .18s ease;
}

.vcp-account-library-card:hover {
    border-color: #c6ddee;
    box-shadow: 0 14px 34px rgba(24, 48, 81, .09);
    transform: translateY(-1px);
}

.vcp-account-library-card__cover {
    position: relative;
    width: 84px;
    height: 108px;
    display: block;
    overflow: hidden;
    border: 1px solid #d6e1eb;
    border-radius: 9px 12px 12px 9px;
    background: #edf6fc;
    box-shadow: 0 8px 17px rgba(24, 58, 92, .13);
}

.vcp-account-library-card__cover::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 8px;
    width: 1px;
    background: rgba(11, 73, 126, .14);
    box-shadow: 2px 0 0 rgba(255, 255, 255, .36);
}

.vcp-account-library-card__cover img {
    width: 100% !important;
    height: 100% !important;
    display: block;
    object-fit: cover;
}

.vcp-account-library-card__cover > small {
    position: absolute;
    right: 6px;
    bottom: 6px;
    z-index: 2;
    min-width: 27px;
    padding: 3px 5px;
    border-radius: 5px;
    color: #fff;
    background: rgba(5, 50, 94, .86);
    font-size: 11px;
    font-weight: 850;
    letter-spacing: .06em;
    line-height: 1;
    text-align: center;
}

.vcp-account-library-card__fallback {
    width: 100%;
    height: 100%;
    padding: 16px 10px 12px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: column;
    color: #0b568f;
    background:
        linear-gradient(145deg, rgba(255, 255, 255, .72), transparent 54%),
        linear-gradient(160deg, #e9f7ff, #bfddf2);
}

.vcp-account-page .vcp-account-layout .vcp-account-library-card__fallback svg {
    width: 35px;
    height: 35px;
    stroke-width: 1.45;
}

.vcp-account-library-card__fallback b {
    font-family: "Barlow Semi Condensed", Inter, sans-serif;
    font-size: 13px;
    letter-spacing: .03em;
    text-transform: uppercase;
}

.vcp-account-library-card__body {
    min-width: 0;
}

.vcp-account-library-card__type {
    display: block;
    color: var(--vcp-account-blue);
    font-size: 11px;
    font-weight: 850;
    letter-spacing: .09em;
    text-transform: uppercase;
}

.vcp-account-library-card__body h2 {
    max-width: 760px;
    margin: 5px 0 12px;
    color: var(--vcp-account-navy);
    font-family: Inter, system-ui, sans-serif;
    font-size: clamp(16px, 1.65vw, 19px);
    font-weight: 750;
    letter-spacing: -.018em;
    line-height: 1.32;
}

.vcp-account-library-card__body h2 a:hover,
.vcp-account-library-card__body h2 a:focus-visible {
    color: var(--vcp-account-blue);
}

.vcp-account-library-card__meta {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px 16px;
}

.vcp-account-library-card__state,
.vcp-account-library-card__validity {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 11px;
    font-weight: 750;
}

.vcp-account-library-card__state {
    color: #087756;
}

.vcp-account-library-card--expired .vcp-account-library-card__state {
    color: #9a6808;
}

.vcp-account-library-card__validity {
    color: #78879a;
    font-weight: 650;
}

.vcp-account-page .vcp-account-layout .vcp-account-library-card__state svg {
    width: 15px;
    height: 15px;
    stroke-width: 1.7;
}

.vcp-account-library-card__cta {
    min-width: 145px;
    min-height: 44px;
    padding: 0 15px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 19px;
    border: 1px solid #b9daf2;
    border-radius: 9px;
    color: #086bbd !important;
    background: #eef8ff;
    font-size: 11px;
    font-weight: 850;
    transition: color .18s ease, background .18s ease, border-color .18s ease;
}

.vcp-account-library-card--active .vcp-account-library-card__cta {
    color: #fff !important;
    border-color: var(--vcp-account-blue);
    background: var(--vcp-account-blue);
    box-shadow: 0 9px 20px rgba(8, 126, 229, .17);
}

.vcp-account-library-card__cta:hover,
.vcp-account-library-card__cta:focus-visible {
    color: #fff !important;
    border-color: #066fc9;
    background: #066fc9;
}

.vcp-account-library-card__cta i {
    font-size: 15px;
    font-style: normal;
    line-height: 1;
}

.vcp-account-library--empty {
    min-height: 176px;
    padding: 28px 32px;
    display: flex;
    align-items: center;
    gap: 22px;
    border: 1px solid #dce5ee;
    border-radius: 16px;
    background: #fff;
    box-shadow: 0 10px 28px rgba(24, 48, 81, .055);
}

.vcp-account-library-empty__icon {
    width: 66px;
    height: 66px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 66px;
    border-radius: 18px;
    color: #0b568f;
    background: #eaf6ff;
}

.vcp-account-page .vcp-account-layout .vcp-account-library-empty__icon svg {
    width: 30px;
    height: 30px;
    stroke-width: 1.5;
}

.vcp-account-library--empty h2 {
    margin: 5px 0 4px;
    color: var(--vcp-account-navy);
    font-family: "Barlow Semi Condensed", Inter, sans-serif;
    font-size: 24px;
    line-height: 1.1;
}

.vcp-account-library--empty p {
    margin: 0;
    color: #718096;
    font-size: 12px;
}

.vcp-account-native h2,
.vcp-account-native h3,
.vcp-account-native legend {
    color: var(--vcp-account-navy);
    font-family: "Barlow Semi Condensed", Inter, sans-serif;
}

.vcp-account-native table {
    width: 100%;
    border: 1px solid var(--vcp-account-line) !important;
    border-collapse: separate !important;
    border-spacing: 0 !important;
    border-radius: 12px;
    overflow: hidden;
}

.vcp-account-native th,
.vcp-account-native td {
    padding: 14px 16px !important;
    border: 0 !important;
    border-bottom: 1px solid var(--vcp-account-line) !important;
    text-align: left;
    vertical-align: middle;
}

.vcp-account-native thead th {
    color: #58677a;
    background: #f5f8fc;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: .09em;
    text-transform: uppercase;
}

.vcp-account-native tr:last-child td,
.vcp-account-native tr:last-child th {
    border-bottom: 0 !important;
}

.vcp-account-native input[type="text"],
.vcp-account-native input[type="email"],
.vcp-account-native input[type="password"],
.vcp-account-native input[type="tel"],
.vcp-account-native input[type="number"],
.vcp-account-native select,
.vcp-account-native textarea {
    width: 100%;
    min-height: 44px;
    padding: 10px 12px;
    border: 1px solid #cfd8e5;
    border-radius: 9px;
    color: var(--vcp-account-ink);
    background: #fff;
    font: inherit;
    box-shadow: none;
}

.vcp-account-native textarea {
    min-height: 120px;
}

.vcp-account-native input:focus,
.vcp-account-native select:focus,
.vcp-account-native textarea:focus {
    border-color: var(--vcp-account-blue);
    outline: 3px solid rgba(8, 126, 229, .12);
}

.vcp-account-native button,
.vcp-account-native .button,
.vcp-account-native a.button,
.vcp-account-native input[type="submit"] {
    min-height: 42px !important;
    padding: 0 17px !important;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    border: 0 !important;
    border-radius: 9px !important;
    color: #fff !important;
    background: var(--vcp-account-blue) !important;
    font-size: 12px !important;
    font-weight: 800 !important;
    line-height: 1 !important;
    box-shadow: 0 9px 20px rgba(8, 126, 229, .18) !important;
}

.vcp-account-native button:hover,
.vcp-account-native .button:hover,
.vcp-account-native a.button:hover,
.vcp-account-native input[type="submit"]:hover {
    background: #066fc9 !important;
}

.vcp-account-native a:not(.button) {
    color: var(--vcp-account-blue);
    font-weight: 700;
}

.vcp-account-native--subscriptions .vcp-account-subscription-card__identity h3 a,
.vcp-account-native--subscriptions .vcp-account-subscription-history-card__identity h3 a {
    color: var(--vcp-account-navy);
    font-weight: inherit;
}

.vcp-account-native--subscriptions .vcp-account-subscription-card__identity h3 a:hover,
.vcp-account-native--subscriptions .vcp-account-subscription-card__identity h3 a:focus-visible,
.vcp-account-native--subscriptions .vcp-account-subscription-history-card__identity h3 a:hover,
.vcp-account-native--subscriptions .vcp-account-subscription-history-card__identity h3 a:focus-visible {
    color: var(--vcp-account-blue);
}

.vcp-account-native--subscriptions .vcp-account-subscriptions-empty a {
    color: #087ee5;
    font-weight: 850;
}

.vcp-account-native--subscriptions .vcp-account-subscriptions-empty a:hover,
.vcp-account-native--subscriptions .vcp-account-subscriptions-empty a:focus-visible {
    color: #065ca8;
}

.vcp-account-native .woocommerce-message,
.vcp-account-native .woocommerce-info,
.vcp-account-native .woocommerce-error {
    margin: 0 0 18px !important;
    padding: 14px 16px 14px 45px !important;
    border: 0 !important;
    border-radius: 10px;
    color: #34506c;
    background: #eef7ff;
}

.vcp-account-page .vcp-account-layout .vcp-account-native label .optional,
.vcp-account-page .vcp-account-layout .vcp-account-native label .vcp-account-optional {
    margin-left: 3px !important;
    display: inline-block;
    color: #8492a2 !important;
    font-size: 9px !important;
    font-weight: 500 !important;
    letter-spacing: 0 !important;
    line-height: 1 !important;
    text-transform: lowercase !important;
    vertical-align: baseline;
}

/* Nome, e-mail e senha: refinamento do formulário nativo */
.vcp-account-native--profile {
    padding: clamp(25px, 2.7vw, 34px);
}

.vcp-account-native--profile .woocommerce-EditAccountForm {
    display: flow-root;
}

.vcp-account-native--profile .form-row {
    margin: 0 0 17px;
}

.vcp-account-native--profile .form-row-first,
.vcp-account-native--profile .form-row-last {
    width: calc(50% - 8px);
}

.vcp-account-native--profile .form-row-first {
    float: left;
}

.vcp-account-native--profile .form-row-last {
    float: right;
}

.vcp-account-native--profile label {
    margin: 0 0 6px;
    display: block;
    color: #263c55;
    font-size: 12px;
    font-weight: 750;
    line-height: 1.35;
}

.vcp-account-native--profile input[type="text"],
.vcp-account-native--profile input[type="email"],
.vcp-account-native--profile input[type="password"] {
    min-height: 44px;
    padding: 10px 12px;
    border-color: #d5e0ea;
    color: #263c55;
    background: #fbfdff;
    font-size: 13px;
    line-height: 1.35;
    transition: border-color .18s ease, background .18s ease, box-shadow .18s ease;
}

.vcp-account-native--profile input[type="text"]:focus,
.vcp-account-native--profile input[type="email"]:focus,
.vcp-account-native--profile input[type="password"]:focus {
    border-color: #72b8e9;
    outline: 0;
    background: #fff;
    box-shadow: 0 0 0 3px rgba(8, 126, 229, .11);
}

.vcp-account-native--profile .woocommerce-EditAccountForm > span {
    margin: -10px 2px 18px;
    display: block;
    color: #718196;
    font-size: 11px;
    line-height: 1.45;
}

.vcp-account-native--profile .woocommerce-EditAccountForm > span em {
    font-style: normal;
}

.vcp-account-native--profile .form-row:has(input[type="checkbox"]) {
    margin: 3px 0 24px;
    padding: 11px 13px;
    display: flex;
    align-items: flex-start;
    gap: 10px;
    border: 1px solid #dce7f0;
    border-radius: 10px;
    color: #4c6177;
    background: #f7fafc;
    font-size: 11px;
    font-weight: 650;
    line-height: 1.48;
}

.vcp-account-native--profile .form-row:has(input[type="checkbox"]) label {
    margin: 0;
    display: flex;
    align-items: flex-start;
    gap: 10px;
    color: inherit;
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit;
}

.vcp-account-native--profile input[type="checkbox"] {
    width: 17px;
    height: 17px;
    min-height: 0;
    margin: 0;
    flex: 0 0 17px;
    accent-color: var(--vcp-account-blue);
}

.vcp-account-native--profile fieldset {
    min-width: 0;
    margin: 25px 0 20px;
    padding: 20px 20px 3px;
    border: 1px solid #dce6ef;
    border-radius: 14px;
    background: #f8fafc;
}

.vcp-account-native--profile fieldset legend {
    width: auto;
    margin-left: -8px;
    padding: 0 8px;
    color: var(--vcp-account-navy);
    background: #fff;
    font-family: "Barlow Semi Condensed", Inter, sans-serif;
    font-size: 21px;
    font-weight: 700;
    letter-spacing: -.015em;
    line-height: 1.1;
}

.vcp-account-native--profile fieldset .form-row {
    margin-bottom: 15px;
}

.vcp-account-native--profile fieldset input[type="password"] {
    background: #fff;
}

.vcp-account-native--profile .woocommerce-Button,
.vcp-account-native--profile button[name="save_account_details"] {
    min-width: 154px;
    min-height: 44px !important;
    margin-top: 2px;
}

/* Endereços: resumo compacto e formulário de cobrança organizado */
.vcp-account-native--address-list,
.vcp-account-native--address-form {
    padding: clamp(24px, 2.7vw, 34px);
}

.vcp-account-native--address-list > p:first-child {
    display: none;
}

.vcp-account-native--address-list .woocommerce-Addresses {
    margin: 0 !important;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 16px;
}

.vcp-account-native--address-list .woocommerce-Address,
.vcp-account-native--address-list .woocommerce-Addresses > div {
    width: auto !important;
    min-height: 184px;
    margin: 0 !important;
    padding: 21px 22px;
    float: none !important;
    border: 1px solid #dce6ef;
    border-radius: 14px;
    background: #f8fafc;
}

.vcp-account-native--address-list .woocommerce-Address-title {
    margin: 0 0 16px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
}

.vcp-account-native--address-list .woocommerce-Address-title h2 {
    margin: 0;
    color: var(--vcp-account-navy);
    font-size: 22px;
    font-weight: 700;
    letter-spacing: -.015em;
    line-height: 1.1;
}

.vcp-account-native--address-list .woocommerce-Address-title .edit {
    min-height: 36px;
    padding: 0 13px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    border: 1px solid #c8deef;
    border-radius: 8px;
    color: #086bbd;
    background: #eef8ff;
    font-size: 10px;
    font-weight: 850;
    transition: color .18s ease, border-color .18s ease, background .18s ease;
}

.vcp-account-native--address-list .woocommerce-Address-title .edit:hover,
.vcp-account-native--address-list .woocommerce-Address-title .edit:focus-visible {
    color: #fff;
    border-color: var(--vcp-account-blue);
    background: var(--vcp-account-blue);
}

.vcp-account-native--address-list address {
    margin: 0;
    color: #64778b;
    font-size: 13px;
    font-style: normal;
    line-height: 1.62;
}

.vcp-account-native--address-list address p {
    margin: 5px 0 0;
}

.vcp-account-native--address-form > form,
.vcp-account-native--address-form .woocommerce-address-fields {
    display: flow-root;
}

.vcp-account-native--address-form > h2,
.vcp-account-native--address-form form > h2 {
    display: none;
}

.vcp-account-native--address-form .woocommerce-address-fields__field-wrapper {
    display: grid;
    grid-template-columns: repeat(12, minmax(0, 1fr));
    gap: 16px;
}

.vcp-account-native--address-form .woocommerce-address-fields__field-wrapper > .form-row {
    width: auto;
    margin: 0;
    grid-column: 1 / -1;
    float: none;
}

.vcp-account-native--address-form .woocommerce-address-fields__field-wrapper > .form-row-first,
.vcp-account-native--address-form .woocommerce-address-fields__field-wrapper > .form-row-last,
.vcp-account-native--address-form #billing_cpf_field,
.vcp-account-native--address-form #billing_country_field,
.vcp-account-native--address-form #billing_neighborhood_field,
.vcp-account-native--address-form #billing_city_field,
.vcp-account-native--address-form #billing_state_field,
.vcp-account-native--address-form #billing_cellphone_field {
    grid-column: span 6;
}

.vcp-account-native--address-form #billing_postcode_field,
.vcp-account-native--address-form #billing_number_field {
    grid-column: span 4;
}

.vcp-account-native--address-form #billing_address_1_field,
.vcp-account-native--address-form #billing_address_2_field {
    grid-column: span 8;
}

.vcp-account-native--address-form label {
    margin: 0 0 6px;
    display: block;
    color: #263c55;
    font-size: 12px;
    font-weight: 750;
    line-height: 1.35;
}

.vcp-account-native--address-form label .optional,
.vcp-account-native--address-form label .vcp-account-optional {
    color: #7c8b9c !important;
    font-size: 9px !important;
    font-weight: 500 !important;
}

.vcp-account-native--address-form label .required,
.vcp-account-native--address-form label abbr.required {
    color: #087ee5;
    text-decoration: none;
}

.vcp-account-native--address-form input[type="text"],
.vcp-account-native--address-form input[type="email"],
.vcp-account-native--address-form input[type="tel"],
.vcp-account-native--address-form input[type="number"],
.vcp-account-native--address-form select {
    min-height: 44px;
    padding: 10px 12px;
    border-color: #d5e0ea;
    color: #263c55;
    background: #fbfdff;
    font-size: 13px;
    line-height: 1.35;
    transition: border-color .18s ease, background .18s ease, box-shadow .18s ease;
}

.vcp-account-native--address-form input:focus,
.vcp-account-native--address-form select:focus {
    border-color: #72b8e9;
    outline: 0;
    background: #fff;
    box-shadow: 0 0 0 3px rgba(8, 126, 229, .11);
}

.vcp-account-native--address-form .select2-container {
    width: 100% !important;
}

.vcp-account-native--address-form .select2-container .select2-selection--single {
    height: 44px;
    border-color: #d5e0ea;
    border-radius: 9px;
    background: #fbfdff;
}

.vcp-account-native--address-form .select2-container .select2-selection--single .select2-selection__rendered {
    padding: 0 35px 0 12px;
    color: #263c55;
    font-size: 13px;
    line-height: 42px;
}

.vcp-account-native--address-form .select2-container .select2-selection--single .select2-selection__arrow {
    height: 42px;
    right: 8px;
}

.vcp-account-native--address-form .woocommerce-address-fields > p:has(input[type="checkbox"]),
.vcp-account-native--address-form form > p:has(input[type="checkbox"]),
.vcp-account-native--address-form .form-row:has(input[type="checkbox"]) {
    margin: 22px 0 19px;
    padding: 11px 13px;
    display: flex;
    align-items: flex-start;
    gap: 10px;
    border: 1px solid #dce7f0;
    border-radius: 10px;
    color: #4c6177;
    background: #f7fafc;
    font-size: 11px;
    font-weight: 650;
    line-height: 1.48;
}

.vcp-account-native--address-form p:has(input[type="checkbox"]) label,
.vcp-account-native--address-form .form-row:has(input[type="checkbox"]) label {
    margin: 0;
    display: flex;
    align-items: flex-start;
    gap: 10px;
    color: inherit;
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit;
}

.vcp-account-native--address-form input[type="checkbox"] {
    width: 17px;
    height: 17px;
    min-height: 0;
    margin: 0;
    flex: 0 0 17px;
    accent-color: var(--vcp-account-blue);
}

.vcp-account-native--address-form .vcp-account-address-duplicate-document {
    display: none !important;
}

.vcp-account-native--address-form button[name="save_address"] {
    min-width: 154px;
    min-height: 44px !important;
}

/* Oferta contextual da biblioteca de e-books */
.vcp-account-ebook-offer {
    position: relative;
    min-height: 214px;
    margin-top: 20px;
    padding: clamp(26px, 3.2vw, 38px);
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(260px, 34%);
    align-items: center;
    gap: clamp(22px, 4vw, 54px);
    overflow: hidden;
    border: 1px solid #cce3f5;
    border-radius: 18px;
    background:
        radial-gradient(circle at 88% 16%, rgba(0, 127, 223, .12), transparent 38%),
        linear-gradient(112deg, #fafdff 0%, #edf8ff 56%, #e6f5ff 100%);
    box-shadow: 0 14px 34px rgba(22, 45, 79, .07);
}

.vcp-account-ebook-offer::before {
    content: "";
    position: absolute;
    inset: auto -60px -128px auto;
    width: 390px;
    height: 260px;
    border: 1px solid rgba(0, 127, 223, .12);
    border-radius: 50%;
    pointer-events: none;
}

.vcp-account-ebook-offer__content,
.vcp-account-ebook-offer__visual {
    position: relative;
    z-index: 1;
}

.vcp-account-ebook-offer__content {
    min-width: 0;
}

.vcp-account-ebook-offer__content h2 {
    max-width: 620px;
    margin: 8px 0 10px;
    color: var(--vcp-account-navy);
    font-family: "Barlow Semi Condensed", Inter, sans-serif;
    font-size: clamp(25px, 2.2vw, 31px);
    font-weight: 700;
    letter-spacing: -.025em;
    line-height: 1.07;
}

.vcp-account-ebook-offer__content h2 strong {
    color: var(--vcp-account-blue);
    font-weight: 750;
}

.vcp-account-nowrap {
    white-space: nowrap;
}

.vcp-account-ebook-offer__content > p:not(.vcp-account-ebook-offer__terms):not(.vcp-account-ebook-offer__status) {
    max-width: 650px;
    margin: 0;
    color: #60728a;
    font-size: 13px;
    line-height: 1.55;
}

.vcp-account-ebook-offer__actions {
    margin-top: 20px;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    gap: 11px;
}

.vcp-account-page .vcp-account-layout .vcp-account-ebook-offer__cta,
.vcp-account-page .vcp-account-layout .vcp-account-ebook-offer__cta:visited {
    min-height: 48px;
    padding: 0 18px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 18px;
    border-radius: 10px;
    color: #fff !important;
    -webkit-text-fill-color: #fff !important;
    background: #0068bd;
    font-size: 12px;
    font-weight: 800;
    text-shadow: 0 1px 0 rgba(0, 37, 73, .18);
    box-shadow: 0 10px 22px rgba(0, 89, 165, .23);
    transition: background .18s ease, transform .18s ease, box-shadow .18s ease, outline-color .18s ease;
}

.vcp-account-page .vcp-account-layout .vcp-account-ebook-offer__cta:hover,
.vcp-account-page .vcp-account-layout .vcp-account-ebook-offer__cta:focus-visible {
    color: #fff !important;
    -webkit-text-fill-color: #fff !important;
    background: #005fae;
    transform: translateY(-1px);
    box-shadow: 0 12px 26px rgba(0, 79, 148, .3);
}

.vcp-account-page .vcp-account-layout .vcp-account-ebook-offer__cta:focus-visible {
    outline: 3px solid rgba(0, 104, 189, .24);
    outline-offset: 3px;
}

.vcp-account-ebook-offer__cta i {
    font-size: 15px;
    font-style: normal;
    line-height: 1;
}

.vcp-account-ebook-coupon {
    min-height: 48px;
    padding: 5px 5px 5px 13px;
    display: grid;
    grid-template-columns: auto auto auto;
    align-items: center;
    gap: 10px;
    border: 1px dashed #8cbfe4;
    border-radius: 10px;
    color: #51667d;
    background: rgba(255, 255, 255, .78);
}

.vcp-account-ebook-coupon > span {
    font-size: 11px;
    font-weight: 700;
}

.vcp-account-ebook-coupon code {
    color: #073b70;
    background: transparent;
    font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: .04em;
    text-transform: uppercase;
}

.vcp-account-page .vcp-account-ebook-coupon button {
    min-height: 38px;
    padding: 0 12px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    border: 1px solid #c9dfef;
    border-radius: 8px;
    color: #0a4c88;
    background: #fff;
    font-family: inherit;
    font-size: 11px;
    font-weight: 800;
    cursor: pointer;
    transition: color .18s ease, border-color .18s ease, background .18s ease;
}

.vcp-account-page .vcp-account-ebook-coupon button:hover,
.vcp-account-page .vcp-account-ebook-coupon button:focus-visible,
.vcp-account-page .vcp-account-ebook-coupon button.is-copied {
    color: #08714f;
    border-color: #a9dcca;
    background: #eefaf6;
}

.vcp-account-page .vcp-account-ebook-coupon button svg {
    width: 16px;
    height: 16px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.7;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.vcp-account-ebook-offer__terms {
    margin: 11px 0 0;
    color: #74859a;
    font-size: 11px;
    line-height: 1.45;
}

.vcp-account-ebook-offer__status {
    min-height: 0;
    margin: 3px 0 0;
    color: #08714f;
    font-size: 11px;
    font-weight: 700;
}

.vcp-account-ebook-offer__status:empty {
    display: none;
}

.vcp-account-ebook-offer__visual {
    width: 100%;
    max-width: 410px;
    justify-self: end;
    color: #2b80bd;
}

.vcp-account-page .vcp-account-layout .vcp-account-ebook-offer__visual svg {
    width: 100%;
    height: auto;
    display: block;
    overflow: visible;
}

.vcp-ebook-offer-art__accent,
.vcp-ebook-offer-art__books path,
.vcp-ebook-offer-art__page rect,
.vcp-ebook-offer-art__page path,
.vcp-ebook-offer-art__ticket path,
.vcp-ebook-offer-art__ticket circle {
    fill: rgba(255, 255, 255, .72);
    stroke: currentColor;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.vcp-ebook-offer-art__accent {
    fill: none;
    opacity: .2;
}

.vcp-ebook-offer-art__shadow {
    fill: rgba(25, 90, 139, .1);
}

.vcp-ebook-offer-art__books .vcp-ebook-offer-art__bookmark {
    fill: #dff2ff;
}

.vcp-ebook-offer-art__ticket circle {
    fill: #e8f8f2;
    stroke: #168b65;
}

.vcp-ebook-offer-art__ticket path:last-child {
    fill: none;
    stroke: #168b65;
}

.vcp-account-endpoint__shortcuts {
    margin-top: 16px;
    display: flex;
    flex-wrap: wrap;
    gap: 9px;
}

.vcp-account-endpoint__shortcuts a {
    min-height: 36px;
    padding: 0 13px;
    display: inline-flex;
    align-items: center;
    border: 1px solid var(--vcp-account-line);
    border-radius: 9px;
    color: #5e6e82;
    background: #fff;
    font-size: 11px;
    font-weight: 800;
}

.vcp-account-endpoint__shortcuts a:hover,
.vcp-account-endpoint__shortcuts a:focus-visible {
    color: var(--vcp-account-blue);
    border-color: #b7daf3;
}

/* Login */
.vcp-account-page--guest {
    display: flex;
    flex-direction: column;
}

.vcp-account-guest {
    width: 100%;
    min-height: calc(100dvh - var(--vcp-account-header-height) - 78px);
    padding: clamp(42px, 5vw, 72px) 24px clamp(48px, 6vw, 78px);
    display: flex;
    align-items: center;
    background:
        radial-gradient(circle at 13% 9%, rgba(8, 126, 229, .12), transparent 29%),
        radial-gradient(circle at 88% 82%, rgba(28, 152, 244, .07), transparent 27%),
        var(--vcp-account-bg);
}

.vcp-account-guest__inner {
    width: min(100%, 1160px);
    margin: 0 auto;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(470px, 540px);
    align-items: center;
    gap: clamp(48px, 7vw, 86px);
}

.vcp-account-guest__intro {
    min-width: 0;
}

.vcp-account-guest__intro > h1 {
    max-width: 590px;
    margin: 0;
    color: var(--vcp-account-navy);
    font-family: "Barlow Semi Condensed", Inter, sans-serif;
    font-size: clamp(46px, 4.4vw, 60px);
    font-weight: 700;
    line-height: .98;
    letter-spacing: -.04em;
}

.vcp-account-guest__intro > p {
    max-width: 560px;
    margin: 18px 0 0;
    color: var(--vcp-account-muted);
    font-size: 15px;
    line-height: 1.6;
}

.vcp-account-guest__highlights {
    max-width: 520px;
    margin: 30px 0 0;
    padding: 0;
    display: grid;
    gap: 10px;
    list-style: none;
}

.vcp-account-guest__highlights li {
    min-height: 59px;
    padding: 9px 12px;
    display: grid;
    grid-template-columns: 40px minmax(0, 1fr);
    align-items: center;
    gap: 12px;
    border: 1px solid rgba(207, 220, 234, .78);
    border-radius: 12px;
    background: rgba(255, 255, 255, .67);
}

.vcp-account-guest__highlight-icon {
    width: 40px;
    height: 40px;
    display: grid;
    place-items: center;
    border: 1px solid #d7e7f4;
    border-radius: 10px;
    color: #096fca;
    background: #eef8ff;
}

.vcp-account-page .vcp-account-guest__highlight-icon svg {
    width: 22px;
    height: 22px;
    stroke-width: 1.45;
}

.vcp-account-page .vcp-account-guest__highlight-icon .vcp-icon-courses {
    width: 25px;
    height: 25px;
}

.vcp-account-guest__highlights strong,
.vcp-account-guest__highlights small {
    display: block;
}

.vcp-account-guest__highlights strong {
    color: #19324f;
    font-size: 12px;
    font-weight: 800;
    line-height: 1.3;
}

.vcp-account-guest__highlights small {
    margin-top: 2px;
    color: #748296;
    font-size: 10.5px;
    line-height: 1.35;
}

.vcp-account-guest__auth {
    min-width: 0;
    padding: clamp(27px, 3vw, 34px);
    border: 1px solid #dce5ee;
    border-radius: 20px;
    background:
        radial-gradient(circle at 100% 0%, rgba(8, 126, 229, .055), transparent 34%),
        #fff;
    box-shadow: 0 18px 46px rgba(20, 49, 84, .09);
}

.vcp-account-guest__auth-head {
    margin-bottom: 23px;
}

.vcp-account-guest__auth-head > span {
    display: block;
    margin-bottom: 4px;
    color: var(--vcp-account-blue);
    font-size: 9.5px;
    font-weight: 850;
    letter-spacing: .14em;
    text-transform: uppercase;
}

.vcp-account-guest__auth-head h2 {
    margin: 0;
    color: var(--vcp-account-navy);
    font-family: "Barlow Semi Condensed", Inter, sans-serif;
    font-size: 28px;
    font-weight: 700;
    letter-spacing: -.025em;
    line-height: 1.05;
}

.vcp-account-guest__auth-head p {
    margin: 7px 0 0;
    color: #718096;
    font-size: 11.5px;
    line-height: 1.45;
}

.vcp-account-native--login {
    padding: 0;
    overflow: visible;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
}

.vcp-account-native--login .woocommerce-form-login {
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
}

/* Login/Register Modal: somente apresentação, sem alterar o fluxo do plugin. */
.vcp-account-native--login .lrm-user-modal,
.vcp-account-native--login .lrm-user-modal-container,
.vcp-account-native--login .lrm-user-modal-inner {
    position: static !important;
    width: 100% !important;
    max-width: none !important;
    height: auto !important;
    max-height: none !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: visible !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    transform: none !important;
}

.vcp-account-native--login .lrm-switcher {
    width: 100% !important;
    margin: 0 0 22px !important;
    padding: 5px !important;
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 5px;
    border: 1px solid #e0e7ef;
    border-radius: 12px;
    background: #f2f6fa !important;
    list-style: none !important;
}

.vcp-account-native--login .lrm-switcher li {
    width: auto !important;
    margin: 0 !important;
    padding: 0 !important;
    float: none !important;
}

.vcp-account-native--login .lrm-switcher a {
    width: 100% !important;
    min-height: 43px !important;
    padding: 8px 10px !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
    gap: 7px;
    border: 0 !important;
    border-radius: 8px !important;
    color: #67778a !important;
    background: transparent !important;
    font: 750 11.5px/1.25 Inter, sans-serif !important;
    text-align: center;
    white-space: normal !important;
    box-shadow: none !important;
}

.vcp-account-native--login .lrm-switcher a.selected,
.vcp-account-native--login .lrm-switcher a.is-selected,
.vcp-account-native--login .lrm-switcher li.selected > a,
.vcp-account-native--login .lrm-switcher li.is-selected > a,
.vcp-account-native--login .lrm-switcher a:hover,
.vcp-account-native--login .lrm-switcher a:focus-visible {
    color: #0b315f !important;
    background: #fff !important;
    box-shadow: 0 4px 12px rgba(24, 55, 91, .09) !important;
}

.vcp-account-native--login .lrm-switcher svg,
.vcp-account-native--login .lrm-switcher i {
    flex: 0 0 auto;
    color: #087ee5 !important;
}

.vcp-account-native--login form.lrm-form,
.vcp-account-native--login .lrm-form form,
.vcp-account-native--login .lrm-form {
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
}

.vcp-account-native--login .lrm-signin-section,
.vcp-account-native--login .lrm-signup-section,
.vcp-account-native--login .lrm-reset-password-section {
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
}

.vcp-account-native--login .lrm-form .fieldset,
.vcp-account-native--login .lrm-form p {
    margin: 0 0 13px !important;
}

.vcp-account-native--login .lrm-form input[type="text"],
.vcp-account-native--login .lrm-form input[type="email"],
.vcp-account-native--login .lrm-form input[type="password"] {
    width: 100% !important;
    min-height: 48px !important;
    margin: 0 !important;
    padding-top: 10px !important;
    padding-right: 47px !important;
    padding-bottom: 10px !important;
    padding-left: 47px !important;
    border: 1px solid #d3dce7 !important;
    border-radius: 9px !important;
    color: #1e344e !important;
    background: #fff !important;
    font: 500 13px/1.3 Inter, sans-serif !important;
    box-shadow: none !important;
}

.vcp-account-native--login .lrm-form input::placeholder {
    color: #9aa7b6 !important;
    opacity: 1 !important;
}

.vcp-account-native--login .lrm-form input:focus {
    border-color: #2e93e7 !important;
    outline: 3px solid rgba(8, 126, 229, .1) !important;
}

.vcp-account-native--login .lrm-form label.image-replace,
.vcp-account-native--login .lrm-form .hide-password {
    color: #718196 !important;
    opacity: .78;
}

.vcp-account-native--login .lrm-form label[for*="remember"],
.vcp-account-native--login .lrm-form .lrm-remember-me {
    color: #40566e !important;
    font-size: 11.5px !important;
    font-weight: 700 !important;
}

.vcp-account-native--login .lrm-form input[type="checkbox"] {
    width: 17px !important;
    height: 17px !important;
    margin-right: 7px !important;
    accent-color: var(--vcp-account-blue);
}

.vcp-account-native--login .lrm-form button[type="submit"],
.vcp-account-native--login .lrm-form input[type="submit"],
.vcp-account-native--login .lrm-form .button {
    width: 100% !important;
    min-height: 47px !important;
    margin-top: 4px !important;
    border-radius: 9px !important;
    font-size: 12px !important;
    box-shadow: 0 10px 22px rgba(8, 126, 229, .19) !important;
}

.vcp-account-native--login .g-recaptcha,
.vcp-account-native--login [class*="recaptcha"] {
    max-width: 100%;
    margin-right: 0 !important;
    margin-left: 0 !important;
    transform-origin: left top;
}

.vcp-account-native--login .lrm-form-bottom-message,
.vcp-account-native--login .lrm-form-message {
    margin: 17px 0 0 !important;
    padding: 0 !important;
    color: #65778d !important;
    background: transparent !important;
    font-size: 11.5px !important;
    text-align: center !important;
}

.vcp-account-native--login .lrm-form-bottom-message a,
.vcp-account-native--login .lrm-form-message a {
    color: #0876d5 !important;
    font-weight: 750 !important;
}

.vcp-account-login-help {
    margin: 19px 0 0 !important;
    padding: 13px 15px !important;
    border: 1px solid #e1e8ef !important;
    border-radius: 10px !important;
    color: #65768a !important;
    background: #f6f8fb !important;
    font-size: 11.5px !important;
    line-height: 1.5 !important;
    text-align: center !important;
}

.vcp-account-login-help a {
    color: #0876d5 !important;
    font-weight: 800 !important;
}

@media (max-width: 1000px) {
    .vcp-account-guest {
        align-items: flex-start;
    }

    .vcp-account-guest__inner {
        width: min(100%, 760px);
        grid-template-columns: minmax(0, 1fr);
        gap: 34px;
    }

    .vcp-account-guest__intro {
        text-align: center;
    }

    .vcp-account-guest__intro > h1,
    .vcp-account-guest__intro > p,
    .vcp-account-guest__highlights {
        margin-right: auto;
        margin-left: auto;
    }

    .vcp-account-guest__intro > h1 {
        max-width: 650px;
        font-size: clamp(42px, 7vw, 54px);
    }

    .vcp-account-guest__highlights {
        max-width: 760px;
        grid-template-columns: repeat(3, minmax(0, 1fr));
        text-align: left;
    }

    .vcp-account-guest__highlights li {
        min-height: 76px;
        padding: 10px;
    }

    .vcp-account-guest__auth {
        width: min(100%, 560px);
        margin: 0 auto;
    }
}

@media (max-width: 680px) {
    .vcp-account-guest {
        min-height: 0;
        padding: 32px 15px 46px;
    }

    .vcp-account-guest__inner {
        gap: 27px;
    }

    .vcp-account-guest__intro > h1 {
        font-size: 37px;
        line-height: 1;
    }

    .vcp-account-guest__intro > p {
        margin-top: 13px;
        font-size: 13px;
    }

    .vcp-account-guest__highlights {
        margin-top: 22px;
        grid-template-columns: minmax(0, 1fr);
        gap: 8px;
    }

    .vcp-account-guest__highlights li {
        min-height: 57px;
    }

    .vcp-account-guest__auth {
        padding: 22px 18px;
        border-radius: 16px;
    }

    .vcp-account-guest__auth-head {
        margin-bottom: 18px;
    }

    .vcp-account-guest__auth-head h2 {
        font-size: 25px;
    }

    .vcp-account-native--login .lrm-switcher {
        margin-bottom: 18px !important;
    }

    .vcp-account-native--login .lrm-switcher a {
        padding-right: 7px !important;
        padding-left: 7px !important;
        gap: 4px;
        font-size: 10.5px !important;
    }

    .vcp-account-footer--guest {
        width: calc(100% - 30px);
    }
}

@media (max-width: 380px) {
    .vcp-account-native--login .g-recaptcha {
        transform: scale(.88);
        margin-bottom: -12px !important;
    }
}

/* Login compacto: revisão baseada na marcação efetivamente renderizada. */
.vcp-account-page--guest {
    min-height: 100dvh;
}

.vcp-account-guest {
    min-height: calc(100dvh - var(--vcp-account-header-height) - 74px);
    padding: 36px 18px 46px;
    display: block;
    background:
        radial-gradient(circle at 18% 4%, rgba(8, 126, 229, .08), transparent 30%),
        var(--vcp-account-bg);
}

.vcp-account-guest__card {
    width: min(100%, 510px);
    margin: 0 auto;
    padding: 28px 30px 26px;
    border: 1px solid #dce5ee;
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 14px 38px rgba(20, 49, 84, .08);
}

.vcp-account-guest__intro {
    margin: 0 0 20px;
    text-align: left;
}

.vcp-account-guest__intro .vcp-account-eyebrow {
    margin-bottom: 4px;
}

.vcp-account-guest__intro > h1 {
    max-width: none;
    margin: 0;
    color: var(--vcp-account-navy);
    font-family: "Barlow Semi Condensed", Inter, sans-serif;
    font-size: 34px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: -.025em;
}

.vcp-account-guest__intro > p {
    max-width: none;
    margin: 7px 0 0;
    color: var(--vcp-account-muted);
    font-size: 11.5px;
    line-height: 1.45;
}

.vcp-account-native--login,
.vcp-account-native--login > .vc_row,
.vcp-account-native--login .vc_row,
.vcp-account-native--login .wpb_column,
.vcp-account-native--login .vc_column-inner,
.vcp-account-native--login .wpb_wrapper,
.vcp-account-native--login .wpb_text_column,
.vcp-account-native--login .wpb_content_element,
.vcp-account-native--login .woocommerce,
.vcp-account-native--login .lrm-main,
.vcp-account-native--login .lrm-user-modal,
.vcp-account-native--login .lrm-user-modal-container,
.vcp-account-native--login .lrm-user-modal-container-inner,
.vcp-account-native--login .lrm-user-modal-inner {
    position: static !important;
    width: 100% !important;
    max-width: none !important;
    min-height: 0 !important;
    height: auto !important;
    max-height: none !important;
    margin: 0 !important;
    padding: 0 !important;
    float: none !important;
    overflow: visible !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    transform: none !important;
}

.vcp-account-native--login .vc_row::before,
.vcp-account-native--login .vc_row::after {
    display: none !important;
}

.vcp-account-native--login .vc_row > .vc_col-sm-1 {
    display: none !important;
}

.vcp-account-native--login .vc_row > .vc_col-sm-10 {
    display: block !important;
    width: 100% !important;
    margin: 0 !important;
}

.vcp-account-native--login .lrm-switcher {
    width: 100% !important;
    margin: 0 0 16px !important;
    padding: 4px !important;
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 4px;
    border: 1px solid #e0e7ef;
    border-radius: 10px;
    background: #f2f6fa !important;
}

.vcp-account-native--login .lrm-switcher li {
    width: auto !important;
    margin: 0 !important;
    padding: 0 !important;
    float: none !important;
}

.vcp-account-native--login .lrm-switcher a {
    min-height: 38px !important;
    padding: 7px 8px !important;
    gap: 6px;
    border-radius: 7px !important;
    font-size: 10.5px !important;
    line-height: 1.2 !important;
}

.vcp-account-native--login .lrm-fieldset-wrap,
.vcp-account-native--login .lrm-integrations,
.vcp-account-native--login .lrm-integrations-before-btn,
.vcp-account-native--login .lrm-integrations-after-btn,
.vcp-account-native--login .lrm-integrations-otp {
    width: 100% !important;
    max-width: none !important;
    margin-right: 0 !important;
    margin-left: 0 !important;
    padding-right: 0 !important;
    padding-left: 0 !important;
}

.vcp-account-native--login .lrm-form .fieldset {
    margin: 0 0 10px !important;
}

.vcp-account-native--login .lrm-form p {
    margin: 0 !important;
}

.vcp-account-native--login .lrm-form-message:empty,
.vcp-account-native--login .lrm-integrations:empty,
.vcp-account-native--login .lrm-integrations-otp:empty {
    display: none !important;
}

.vcp-account-native--login .lrm-form input[type="text"],
.vcp-account-native--login .lrm-form input[type="email"],
.vcp-account-native--login .lrm-form input[type="password"] {
    min-height: 44px !important;
    padding-top: 8px !important;
    padding-right: 43px !important;
    padding-bottom: 8px !important;
    padding-left: 43px !important;
    border-radius: 8px !important;
    font-size: 12px !important;
}

.vcp-account-native--login .lrm-form label[for*="remember"],
.vcp-account-native--login .lrm-form .lrm-remember-me {
    font-size: 10.5px !important;
}

.vcp-account-native--login .lrm-form input[type="checkbox"] {
    width: 16px !important;
    height: 16px !important;
}

.vcp-account-native--login .lrm-grecaptcha,
.vcp-account-native--login .g-recaptcha {
    width: 304px !important;
    max-width: 100% !important;
    margin: 10px auto 0 !important;
    transform: none !important;
}

.vcp-account-native--login .lrm-form .fieldset--submit,
.vcp-account-native--login .lrm-form .fieldset--default {
    margin: 9px 0 0 !important;
}

.vcp-account-native--login .lrm-form button[type="submit"],
.vcp-account-native--login .lrm-form input[type="submit"],
.vcp-account-native--login .lrm-form .button {
    min-height: 43px !important;
    margin-top: 0 !important;
    border-radius: 8px !important;
    font-size: 11px !important;
    box-shadow: 0 8px 18px rgba(8, 126, 229, .16) !important;
}

.vcp-account-native--login .lrm-form-bottom-message,
.vcp-account-native--login .lrm-form-message {
    margin: 13px 0 0 !important;
    font-size: 10.5px !important;
    line-height: 1.4 !important;
}

.vcp-account-login-help {
    margin: 17px 0 0 !important;
    padding: 15px 0 0 !important;
    border: 0 !important;
    border-top: 1px solid #e5ebf1 !important;
    border-radius: 0 !important;
    color: #6d7d90 !important;
    background: transparent !important;
    font-size: 10.5px !important;
    line-height: 1.45 !important;
    text-align: center !important;
}

@media (max-width: 560px) {
    .vcp-account-guest {
        min-height: 0;
        padding: 26px 13px 38px;
    }

    .vcp-account-guest__card {
        padding: 23px 18px 22px;
        border-radius: 15px;
    }

    .vcp-account-guest__intro {
        margin-bottom: 17px;
    }

    .vcp-account-guest__intro > h1 {
        font-size: 31px;
    }

    .vcp-account-native--login .lrm-switcher a {
        min-height: 37px !important;
        padding-right: 5px !important;
        padding-left: 5px !important;
        font-size: 9.5px !important;
    }

    .vcp-account-footer--guest {
        width: calc(100% - 26px);
    }
}

@media (max-width: 360px) {
    .vcp-account-native--login .lrm-grecaptcha,
    .vcp-account-native--login .g-recaptcha {
        transform: scale(.86) !important;
        transform-origin: left top !important;
        margin-right: 0 !important;
        margin-bottom: -11px !important;
        margin-left: 0 !important;
    }
}

@media (max-width: 1100px) {
    .vcp-account-layout {
        grid-template-columns: 204px minmax(0, 1fr);
    }

    .vcp-account-sidebar {
        width: 204px;
    }

    .vcp-account-main {
        padding-right: 28px;
        padding-left: 28px;
    }

    .vcp-account-study-feature {
        grid-template-columns: minmax(210px, .68fr) minmax(340px, 1.32fr);
        gap: 22px;
    }

    .vcp-account-welcome__identity {
        width: 64%;
    }

    .vcp-account-welcome__scene {
        right: -24px;
        width: 49%;
    }

    .vcp-account-ebook-offer {
        grid-template-columns: minmax(0, 1fr) minmax(230px, 30%);
        gap: 22px;
    }

}

@media (max-width: 900px) {
    .vcp-account-page {
        --vcp-account-header-height: 68px;
    }

    html body.admin-bar .vcp-account-header-scope .vcp-mpanel {
        top: 100px;
    }

    .vcp-account-topbar__inner {
        width: calc(100% - 30px);
    }

    .vcp-account-topbar__section,
    .vcp-account-utilities span {
        display: none;
    }

    .vcp-account-brand img {
        height: 32px;
        max-width: 190px;
    }

    .vcp-account-utilities a {
        width: 40px;
        padding: 0;
        justify-content: center;
    }

    .vcp-account-nav-toggle {
        width: calc(100% - 30px);
        min-height: 50px;
        margin: 14px auto 0;
        padding: 5px 14px;
        display: flex;
        align-items: center;
        gap: 9px;
        border: 1px solid var(--vcp-account-line);
        border-radius: 10px;
        color: var(--vcp-account-navy);
        background: #fff;
        font: 800 12px/1 Inter, sans-serif;
    }

    .vcp-account-nav-toggle svg {
        width: 18px;
        height: 18px;
    }

    .vcp-account-layout {
        width: 100%;
        min-height: 0;
        display: block;
    }

    .vcp-account-content {
        grid-column: auto;
        min-height: calc(100dvh - var(--vcp-account-header-height));
    }

    .vcp-account-sidebar {
        position: relative;
        top: auto;
        left: auto;
        z-index: auto;
        width: calc(100% - 30px);
        height: auto;
        min-height: 0;
        max-height: 0;
        margin: 8px auto 0;
        padding: 0 10px;
        visibility: hidden;
        overflow: hidden;
        border: 1px solid transparent;
        border-radius: 12px;
        opacity: 0;
        transition: max-height .25s ease, opacity .2s ease, padding .2s ease;
    }

    .vcp-account-footer {
        width: calc(100% - 30px);
        padding: 20px 0 24px;
        align-items: flex-start;
        flex-direction: column;
        gap: 10px;
    }

    .vcp-account-footer nav {
        justify-content: flex-start;
    }

    .vcp-account-sidebar.is-open {
        z-index: 20;
        max-height: calc(100dvh - var(--vcp-account-header-height) - 92px);
        padding: 15px 10px;
        visibility: visible;
        overflow-y: auto;
        border-color: var(--vcp-account-line);
        opacity: 1;
        box-shadow: 0 14px 30px rgba(16, 42, 79, .1);
    }

    .vcp-account-sidebar__logout {
        display: none;
    }

    .vcp-account-main {
        padding-top: 20px;
    }

    .vcp-account-welcome {
        min-height: 238px;
    }

    .vcp-account-welcome__identity {
        width: 68%;
    }

    .vcp-account-avatar,
    .vcp-account-avatar__image,
    .vcp-account-avatar img,
    .vcp-account-avatar__fallback {
        width: 94px !important;
        height: 94px !important;
    }

    .vcp-account-welcome__scene {
        right: -46px;
        width: 53%;
        max-height: 190px;
    }

    .vcp-account-study-feature {
        min-height: 204px;
        padding: 25px 26px;
    }

    .vcp-account-page .vcp-account-layout .vcp-account-study-feature__illustration svg {
        max-height: 175px;
    }

    .vcp-account-study-grid {
        gap: 12px;
    }

    .vcp-account-study-card {
        min-height: 152px;
        padding: 17px 16px;
        column-gap: 12px;
    }

    .vcp-account-study-card__action {
        gap: 8px;
        flex-wrap: wrap;
    }

    .vcp-account-manage-card {
        padding-right: 14px;
        padding-left: 14px;
        gap: 9px;
    }

    .vcp-account-manage-card strong {
        font-size: 13px;
    }

    .vcp-account-subscription-history-card {
        grid-template-columns: 38px minmax(0, 1fr) auto;
        align-items: start;
    }

    .vcp-account-subscription-history-card__facts {
        grid-column: 2;
    }

    .vcp-account-page .vcp-account-layout .vcp-account-subscription-history-card__cta {
        grid-column: 3;
        grid-row: 1 / span 2;
        align-self: center;
    }
}

@media (max-width: 782px) {
    html body.admin-bar .vcp-account-header-scope .vcp-hdr {
        top: 46px !important;
    }

    html body.admin-bar .vcp-account-header-scope .vcp-mpanel {
        top: 114px;
    }
}

@media (max-width: 680px) {
    .vcp-account-main {
        padding: 18px 15px 54px;
    }

    .vcp-account-endpoint__head {
        margin-bottom: 16px;
    }

    .vcp-account-endpoint__head > a {
        margin-bottom: 14px;
    }

    .vcp-account-endpoint__head h1 {
        font-size: 30px;
        line-height: 1.02;
    }

    .vcp-account-footer {
        font-size: 11px;
    }

    .vcp-account-footer nav {
        gap: 7px 15px;
    }

    .vcp-account-welcome {
        min-height: 360px;
        padding: 24px 22px 164px;
        align-items: flex-start;
    }

    .vcp-account-welcome__identity {
        width: 100%;
        grid-template-columns: 76px minmax(0, 1fr);
        align-items: start;
        gap: 16px;
    }

    .vcp-account-avatar,
    .vcp-account-avatar__image,
    .vcp-account-avatar img,
    .vcp-account-avatar__fallback {
        width: 76px !important;
        height: 76px !important;
    }

    .vcp-account-avatar__edit {
        width: 27px;
        height: 27px;
    }

    .vcp-user-avatar-fallback__initials {
        min-width: 43px;
        min-height: 43px;
        font-size: 21px;
    }

    .vcp-account-welcome h1 {
        font-size: 30px;
    }

    .vcp-account-welcome p {
        font-size: 12px;
    }

    .vcp-account-welcome__scene {
        right: 5%;
        bottom: 0;
        width: 90%;
        max-height: 165px;
        object-position: center bottom;
    }

    .vcp-account-section__head {
        align-items: flex-start;
        flex-direction: column;
        gap: 5px;
    }

    .vcp-account-section__head > p {
        margin: 0;
    }

    .vcp-account-study-feature {
        min-height: 372px;
        padding: 24px 22px 192px;
        display: block;
    }

    .vcp-account-study-feature__title {
        gap: 11px;
    }

    .vcp-account-study-feature__title strong {
        font-size: 23px;
    }

    .vcp-account-study-feature__icon {
        width: 52px;
        height: 52px;
        flex-basis: 52px;
    }

    .vcp-account-page .vcp-account-layout .vcp-account-study-feature__icon svg {
        width: 48px;
        height: 48px;
    }

    .vcp-account-study-feature__body > small {
        margin: 12px 0;
    }

    .vcp-account-study-feature__illustration {
        position: absolute;
        right: 15px;
        bottom: 10px;
        left: 15px;
        display: flex;
        justify-content: center;
    }

    .vcp-account-page .vcp-account-layout .vcp-account-study-feature__illustration svg {
        width: min(100%, 475px);
        max-height: 177px;
    }

    .vcp-account-study-grid {
        grid-template-columns: 1fr;
        gap: 12px;
    }

    .vcp-account-study-card {
        min-height: 142px;
        padding: 16px 18px;
    }

    .vcp-account-study-card__action {
        margin-top: 10px;
        padding-top: 10px;
    }

    .vcp-account-manage-grid {
        grid-template-columns: 1fr;
    }

    .vcp-account-manage-card {
        min-height: 72px;
        border-top: 1px solid var(--vcp-account-line);
        border-left: 0;
    }

    .vcp-account-manage-card:first-child {
        border-top: 0;
    }

    .vcp-account-native {
        padding: 18px 15px;
        overflow-x: auto;
    }

    .vcp-account-native table,
    .vcp-account-native .woocommerce-orders-table,
    .vcp-account-native .shop_table {
        width: 100%;
        min-width: 0;
    }

    /* As listagens do WooCommerce deixam de ser tabelas comprimidas no mobile. */
    .vcp-account-native .woocommerce-orders-table,
    .vcp-account-native table.my_account_orders {
        display: block !important;
        overflow: visible !important;
        border: 0 !important;
        border-radius: 0 !important;
        background: transparent !important;
    }

    .vcp-account-native .woocommerce-orders-table thead,
    .vcp-account-native table.my_account_orders thead {
        display: none !important;
    }

    .vcp-account-native .woocommerce-orders-table tbody,
    .vcp-account-native table.my_account_orders tbody {
        display: grid !important;
        gap: 11px;
    }

    .vcp-account-native .woocommerce-orders-table tbody tr,
    .vcp-account-native table.my_account_orders tbody tr {
        margin: 0 !important;
        padding: 14px !important;
        display: grid !important;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 12px 15px;
        border: 1px solid #dce6ef !important;
        border-radius: 12px;
        background: #fbfdff;
        box-shadow: 0 5px 16px rgba(22, 45, 79, .04);
    }

    .vcp-account-native .woocommerce-orders-table tbody th,
    .vcp-account-native .woocommerce-orders-table tbody td,
    .vcp-account-native table.my_account_orders tbody th,
    .vcp-account-native table.my_account_orders tbody td {
        width: auto !important;
        min-width: 0;
        padding: 0 !important;
        display: block !important;
        border: 0 !important;
        color: #40566d;
        font-size: 12px;
        line-height: 1.45;
        text-align: left !important;
        white-space: normal !important;
        overflow-wrap: anywhere;
    }

    .vcp-account-native .woocommerce-orders-table tbody th::before,
    .vcp-account-native .woocommerce-orders-table tbody td::before,
    .vcp-account-native table.my_account_orders tbody th::before,
    .vcp-account-native table.my_account_orders tbody td::before {
        content: attr(data-title) !important;
        margin: 0 0 4px;
        display: block !important;
        float: none !important;
        color: #8291a3;
        font-size: 8.5px;
        font-weight: 850;
        letter-spacing: .08em;
        line-height: 1.25;
        text-transform: uppercase;
    }

    .vcp-account-native .woocommerce-orders-table__cell-order-number,
    .vcp-account-native table.my_account_orders .order-number {
        grid-column: 1 / -1;
        padding-bottom: 11px !important;
        border-bottom: 1px solid #e1e9f0 !important;
    }

    .vcp-account-native .woocommerce-orders-table__cell-order-date,
    .vcp-account-native table.my_account_orders .order-date {
        grid-column: 1;
    }

    .vcp-account-native .woocommerce-orders-table__cell-order-status,
    .vcp-account-native table.my_account_orders .order-status {
        grid-column: 2;
    }

    .vcp-account-native .woocommerce-orders-table__cell-order-total,
    .vcp-account-native table.my_account_orders .order-total,
    .vcp-account-native .woocommerce-orders-table__cell-order-actions,
    .vcp-account-native table.my_account_orders .order-actions {
        grid-column: 1 / -1;
    }

    .vcp-account-native .woocommerce-orders-table tbody .woocommerce-orders-table__cell-order-actions::before,
    .vcp-account-native table.my_account_orders tbody .order-actions::before {
        content: "" !important;
        display: none !important;
    }

    .vcp-account-native .woocommerce-orders-table__cell-order-actions,
    .vcp-account-native table.my_account_orders .order-actions {
        width: 100% !important;
        text-align: left !important;
    }

    .vcp-account-native .woocommerce-orders-table__cell-order-actions .button,
    .vcp-account-native table.my_account_orders .order-actions .button {
        width: 100%;
        min-height: 40px !important;
        justify-content: center;
    }

    .vcp-account-native .woocommerce-Pagination {
        margin-top: 14px;
        display: grid;
        gap: 9px;
    }

    .vcp-account-native .woocommerce-Pagination .button {
        width: 100%;
        justify-content: center;
    }

    .vcp-account-endpoint__summary {
        align-items: flex-start;
        flex-direction: column;
        gap: 9px;
    }

    .vcp-account-subscriptions {
        gap: 24px;
    }

    .vcp-account-subscriptions__group-head {
        align-items: flex-start;
    }

    .vcp-account-subscriptions__group-head h2 {
        font-size: 22px;
    }

    .vcp-account-subscription-card {
        padding: 17px 15px;
    }

    .vcp-account-subscription-card__head {
        grid-template-columns: 42px minmax(0, 1fr);
        align-items: start;
        gap: 12px;
    }

    .vcp-account-subscription-card__icon {
        width: 42px;
        height: 42px;
        flex-basis: 42px;
    }

    .vcp-account-subscription-card__status {
        width: max-content;
        max-width: 100%;
        min-height: 28px;
        grid-column: 2;
        justify-self: start;
    }

    .vcp-account-subscription-card__facts {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .vcp-account-subscription-card__facts > div {
        padding: 11px 13px;
    }

    .vcp-account-subscription-card__footer {
        align-items: flex-start;
        grid-template-columns: 1fr;
        gap: 10px;
    }

    .vcp-account-page .vcp-account-layout .vcp-account-subscription-card__cta {
        width: 100%;
    }

    .vcp-account-subscription-history-card {
        min-height: 0;
        padding: 14px;
        grid-template-columns: 40px minmax(0, 1fr);
        grid-template-areas:
            "history-icon history-identity"
            ". history-facts"
            "history-cta history-cta";
        align-items: start;
        gap: 11px 12px;
    }

    .vcp-account-subscription-history-card__icon {
        grid-area: history-icon;
    }

    .vcp-account-subscription-history-card__identity {
        min-width: 0;
        grid-area: history-identity;
    }

    .vcp-account-subscription-history-card__identity h3,
    .vcp-account-subscription-history-card__identity h3 a {
        word-break: normal;
        overflow-wrap: anywhere;
    }

    .vcp-account-subscription-history-card__facts {
        grid-area: history-facts;
        grid-column: 2;
        justify-content: flex-start;
        flex-wrap: wrap;
        white-space: normal;
    }

    .vcp-account-page .vcp-account-layout .vcp-account-subscription-history-card__cta {
        width: 100%;
        grid-area: history-cta;
        grid-column: 1 / -1;
        grid-row: auto;
        align-self: auto;
        justify-content: center;
    }

    .vcp-account-native--order-details tfoot td,
    .vcp-account-native--subscription-details tfoot td {
        white-space: normal !important;
        overflow-wrap: anywhere;
    }

    .vcp-account-subscriptions-history__more > summary {
        flex-wrap: wrap;
    }

    .vcp-account-subscriptions-empty {
        min-height: 0;
        padding: 23px 20px;
        align-items: flex-start;
        flex-direction: column;
        gap: 16px;
    }

    .vcp-account-native--order-details {
        padding: 19px 16px;
    }

    .vcp-account-native--order-details h2,
    .vcp-account-native--order-details .woocommerce-order-details__title,
    .vcp-account-native--order-details .woocommerce-order-downloads__title,
    .vcp-account-native--order-details .woocommerce-column__title {
        font-size: 21px;
    }

    .vcp-account-native--order-details th,
    .vcp-account-native--order-details td {
        padding: 10px !important;
        font-size: 11px;
    }

    .vcp-account-native--order-details table {
        width: 100% !important;
        min-width: 0 !important;
        table-layout: fixed;
    }

    .vcp-account-native--order-details .product-name {
        width: 70%;
        overflow-wrap: anywhere;
    }

    .vcp-account-native--order-details .product-total {
        width: 30%;
    }

    .vcp-account-native--order-details .woocommerce-table--order-downloads .download-product,
    .vcp-account-native--order-details .woocommerce-table--order-downloads .download-remaining,
    .vcp-account-native--order-details .woocommerce-table--order-downloads .download-expires {
        width: auto;
    }

    .vcp-account-native--subscription-details {
        padding: 19px 16px;
    }

    .vcp-account-native--subscription-details h2,
    .vcp-account-native--subscription-details .woocommerce-order-details__title,
    .vcp-account-native--subscription-details .woocommerce-column__title {
        font-size: 21px;
    }

    .vcp-account-native--subscription-details .subscription_details {
        min-width: 0 !important;
    }

    .vcp-account-native--subscription-details .subscription_details tbody {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .vcp-account-native--subscription-details .subscription_details tr {
        min-height: 63px;
        padding: 10px 11px;
        display: flex !important;
        flex-direction: column;
        align-items: flex-start;
        justify-content: center;
    }

    .vcp-account-native--subscription-details .subscription_details tr:has(.button) {
        grid-column: 1 / -1;
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
    }

    .vcp-account-native--subscription-details .subscription_details td {
        width: 100% !important;
        display: block !important;
        white-space: normal !important;
    }

    .vcp-account-native--subscription-details .subscription_details td:last-child {
        overflow-wrap: anywhere;
    }

    .vcp-account-native--subscription-details .subscription_details tr:first-child td:last-child {
        width: max-content !important;
        display: inline-flex !important;
    }

    .vcp-account-native--subscription-details .subscription_details tr:has(.button) td,
    .vcp-account-native--subscription-details .subscription_details tr:has(.button) td:last-child {
        width: auto !important;
    }

    .vcp-account-native--subscription-details table:not(.subscription_details) {
        width: 100% !important;
        min-width: 0 !important;
        table-layout: fixed;
    }

    .vcp-account-native--subscription-details table:not(.subscription_details) .product-name {
        width: 70%;
        overflow-wrap: anywhere;
    }

    .vcp-account-native--subscription-details table:not(.subscription_details) .product-total {
        width: 30%;
    }

    .vcp-account-native--subscription-details table:not(.subscription_details) th,
    .vcp-account-native--subscription-details table:not(.subscription_details) td {
        padding: 10px !important;
        font-size: 11px;
    }

    .vcp-account-native--profile {
        padding: 20px 16px;
    }

    .vcp-account-native--profile .form-row-first,
    .vcp-account-native--profile .form-row-last {
        width: 100%;
        float: none;
    }

    .vcp-account-native--profile fieldset {
        margin-top: 22px;
        padding: 17px 14px 2px;
    }

    .vcp-account-native--profile fieldset legend {
        font-size: 19px;
    }

    .vcp-account-native--profile .form-row:has(input[type="checkbox"]) {
        padding: 10px 11px;
    }

    .vcp-account-native--profile .woocommerce-Button,
    .vcp-account-native--profile button[name="save_account_details"] {
        width: 100%;
    }

    .vcp-account-native--address-list,
    .vcp-account-native--address-form {
        padding: 20px 16px;
    }

    .vcp-account-native--address-list .woocommerce-Addresses {
        grid-template-columns: 1fr;
    }

    .vcp-account-native--address-list .woocommerce-Address,
    .vcp-account-native--address-list .woocommerce-Addresses > div {
        min-height: 0;
        padding: 18px 17px;
    }

    .vcp-account-native--address-list .woocommerce-Address-title {
        align-items: flex-start;
        flex-direction: column;
        gap: 10px;
    }

    .vcp-account-native--address-list .woocommerce-Address-title h2 {
        font-size: 20px;
    }

    .vcp-account-native--address-list .woocommerce-Address-title .edit {
        width: 100%;
        justify-content: center;
    }

    .vcp-account-native--address-form .woocommerce-address-fields__field-wrapper {
        grid-template-columns: 1fr;
        gap: 14px;
    }

    .vcp-account-native--address-form .woocommerce-address-fields__field-wrapper > .form-row,
    .vcp-account-native--address-form .woocommerce-address-fields__field-wrapper > .form-row-first,
    .vcp-account-native--address-form .woocommerce-address-fields__field-wrapper > .form-row-last,
    .vcp-account-native--address-form #billing_cpf_field,
    .vcp-account-native--address-form #billing_country_field,
    .vcp-account-native--address-form #billing_postcode_field,
    .vcp-account-native--address-form #billing_address_1_field,
    .vcp-account-native--address-form #billing_number_field,
    .vcp-account-native--address-form #billing_address_2_field,
    .vcp-account-native--address-form #billing_neighborhood_field,
    .vcp-account-native--address-form #billing_city_field,
    .vcp-account-native--address-form #billing_state_field,
    .vcp-account-native--address-form #billing_cellphone_field {
        width: 100%;
        grid-column: 1;
        float: none;
    }

    .vcp-account-native--address-form .woocommerce-address-fields > p:has(input[type="checkbox"]),
    .vcp-account-native--address-form form > p:has(input[type="checkbox"]),
    .vcp-account-native--address-form .form-row:has(input[type="checkbox"]) {
        padding: 10px 11px;
    }

    .vcp-account-native--address-form button[name="save_address"] {
        width: 100%;
    }

    .vcp-account-library-card {
        min-height: 0;
        padding: 15px;
        grid-template-columns: 66px minmax(0, 1fr);
        align-items: start;
        gap: 14px;
    }

    .vcp-account-library-card__cover {
        width: 66px;
        height: 88px;
    }

    .vcp-account-library-card__cover > small {
        right: 4px;
        bottom: 4px;
        font-size: 11px;
    }

    .vcp-account-library-card__fallback {
        padding: 12px 7px 9px;
    }

    .vcp-account-page .vcp-account-layout .vcp-account-library-card__fallback svg {
        width: 27px;
        height: 27px;
    }

    .vcp-account-library-card__fallback b {
        font-size: 11px;
    }

    .vcp-account-library-card__body h2 {
        margin: 4px 0 9px;
        font-size: 16px;
    }

    .vcp-account-library-card__meta {
        align-items: flex-start;
        flex-direction: column;
        gap: 4px;
    }

    .vcp-account-library-card__cta {
        width: 100%;
        min-width: 0;
        grid-column: 1 / -1;
    }

    .vcp-account-library--empty {
        min-height: 0;
        padding: 23px 20px;
        align-items: flex-start;
        flex-direction: column;
        gap: 16px;
    }

    .vcp-account-library-empty__icon {
        width: 55px;
        height: 55px;
        flex-basis: 55px;
        border-radius: 15px;
    }

    .vcp-account-ebook-offer {
        min-height: 0;
        padding: 23px 20px;
        display: block;
    }

    .vcp-account-ebook-offer__content h2 {
        max-width: 92%;
        font-size: 27px;
    }

    .vcp-account-ebook-offer__actions {
        display: grid;
        grid-template-columns: 1fr;
    }

    .vcp-account-ebook-offer__cta {
        width: 100%;
    }

    .vcp-account-ebook-coupon {
        width: 100%;
        grid-template-columns: minmax(0, 1fr) auto;
    }

    .vcp-account-ebook-coupon > span {
        grid-column: 1 / -1;
    }

    .vcp-account-ebook-coupon code {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .vcp-account-ebook-offer__visual {
        position: absolute;
        right: -52px;
        bottom: -34px;
        width: 250px;
        opacity: .12;
    }

    .vcp-account-endpoint__shortcuts {
        display: grid;
        grid-template-columns: 1fr;
    }

    .vcp-account-endpoint__shortcuts a {
        justify-content: center;
    }
}

@media (max-width: 420px) {
    .vcp-account-endpoint__head h1 {
        font-size: 27px;
    }

    .vcp-account-subscriptions__group-head {
        flex-direction: column;
        gap: 8px;
    }

    .vcp-account-subscription-card__facts {
        grid-template-columns: 1fr;
    }

    .vcp-account-native .woocommerce-orders-table tbody tr,
    .vcp-account-native table.my_account_orders tbody tr {
        grid-template-columns: 1fr;
    }

    .vcp-account-native .woocommerce-orders-table tbody th,
    .vcp-account-native .woocommerce-orders-table tbody td,
    .vcp-account-native table.my_account_orders tbody th,
    .vcp-account-native table.my_account_orders tbody td {
        grid-column: 1 !important;
    }

    .vcp-account-native--subscription-details .subscription_details tbody {
        grid-template-columns: 1fr;
    }

    .vcp-account-native--subscription-details .subscription_details tr:has(.button) {
        align-items: stretch;
        flex-direction: column;
    }

    .vcp-account-native--subscription-details .subscription_details tr:has(.button) td:last-child,
    .vcp-account-native--subscription-details .subscription_details tr:has(.button) .button {
        width: 100% !important;
        margin-left: 0;
    }
}

@media (prefers-reduced-motion: reduce) {
    .vcp-account-page *,
    .vcp-account-page *::before,
    .vcp-account-page *::after {
        scroll-behavior: auto !important;
        transition-duration: .01ms !important;
        animation-duration: .01ms !important;
        animation-iteration-count: 1 !important;
    }
}
