html,
body {
    max-width: 100%;
    overflow-x: hidden;
}

html {
    touch-action: pan-y pinch-zoom;
}

.advisor-evidence-method {
    max-width: 52rem;
    margin: 1.5rem 0 2rem;
    color: #00a8ff;
    font-size: 0.95rem;
    line-height: 1.6;
}

.adv-stats-toolbar {
    display: none !important;
}

.advisor-legal-links {
    position: relative;
    z-index: 10;
    display: flex;
    justify-content: center;
    gap: 0.7rem;
    padding: 0.8rem 1rem 1.4rem;
    background: #071b33;
    color: #ffffff;
    font: 600 0.75rem/1.4 Raleway, sans-serif;
    letter-spacing: 0.09em;
    text-transform: uppercase;
}

.advisor-legal-links a {
    color: #00a8ff;
    text-decoration-thickness: 1px;
    text-underline-offset: 0.25em;
}

.advisor-legal-links a:focus-visible {
    outline: 2px solid #00a8ff;
    outline-offset: 4px;
}

.page-template-default .site-main,
.page-template-default main {
    overflow-wrap: anywhere;
}

@media (max-width: 700px) {
    img,
    iframe,
    video,
    canvas,
    svg {
        max-width: 100%;
    }
}
