.culex-anchor-page {
    --culex-anchor-offset: 110px;
    color: inherit;
    padding: 100px 0;
}

.culex-anchor-title {
    margin-bottom: 16px;
    font-family: var(--heading-font);
}

.culex-anchor-content .culex-anchor-nav {
    position: sticky;
    top: calc(var(--culex-anchor-offset) + var(--wp-admin--admin-bar--height, 0px));
    z-index: 980;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 22px;
    padding: 14px 0;
    margin: 0 0 24px;
    list-style: none;
    background: #fff;
    border-bottom: 2px solid var(--thm-base);
    box-shadow: 0 6px 13px rgba(0, 0, 0, 0.06);
}

.culex-anchor-content .culex-anchor-nav li {
    margin: 0;
}

.culex-anchor-content .culex-anchor-nav a {
    text-decoration: none;
    font-weight: 600;
    font-size: 17px;
    color: var(--thm-black);
    transition: color 200ms ease;
}

.culex-anchor-content .culex-anchor-nav a:hover {
    color: var(--thm-base);
}

.culex-anchor-section {
    scroll-margin-top: calc(var(--culex-anchor-offset) + 20px);
    padding-top: 8px;
    margin-bottom: 32px;
}

.culex-anchor-section h2 {
    margin-top: 0;
    font-family: var(--heading-font);
}

.culex-anchor-section h3 {
    margin-bottom: 8px;
    font-family: var(--heading-font);
}

.culex-anchor-section ul {
    padding-left: 18px;
}

.culex-anchor-content {
    overflow: visible;
}

@media (max-width: 900px) {
    .culex-anchor-page {
        --culex-anchor-offset: 90px;
    }

    .culex-anchor-content .culex-anchor-nav {
        gap: 14px;
    }
}
