
.richtext ul {
    margin-top:0;
    margin-left: 20px;
    list-style: square;
    margin-bottom:20px;
}
.richtext li {
    margin-top:10px;
}
.richtext ol {
    list-style:auto;
    margin-left:20px;
    margin-top:0;
    margin-bottom:20px;
}
.main-content {
    flex: 1;
    padding: var(--spacing-md);
    padding-bottom: 4rem;
}

.footer-links a {
    padding-right:10px;
}
.footer-links a:not(:last-child)::after {
    content: "";
    position: absolute;
    right: -2px;
    top: 50%;
    transform: translateY(-50%);
    width: 4px;
    height: 4px;
    border-radius: var(--radius-full);
    background: color-mix(in srgb, var(--muted-color), transparent 38%);
    color: var(--accent-color) !important;
}

