.gh-foot-llms {
    max-width: 760px;
    margin-top: 28px;
    color: var(--color-secondary-text);
    font-size: 1.2rem;
    line-height: 1.55;
    text-align: center;
}

.gh-foot-llms p + p {
    margin-top: 8px;
}

.gh-foot-llms a,
.gh-foot-llms a:hover {
    color: var(--color-white);
    text-decoration: underline;
    text-decoration-color: var(--ghost-accent-color);
    text-decoration-thickness: 1px;
    text-underline-offset: 3px;
}
