.info-content {
    max-width: 55ch;
    margin-left: auto;
    margin-right: auto;
}

.info-section {
    margin-top: var(--space-l);
    padding-bottom: var(--space-l);
    border-bottom: 1px solid #eee;
}

.info-section:first-child {
    margin-top: 0;
}

.info-section:last-child {
    border-bottom: none;
}

.info-section h2 {
    font-family: var(--font-sans);
    font-size: 0.875rem;
    font-weight: 500;
    line-height: 1.4;
    color: var(--color-text-muted);
    margin-bottom: var(--space-m);
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.info-section p {
    font-family: var(--font-serif);
    font-size: 1rem;
    line-height: 1.5;
    margin-bottom: var(--space-m);
}

.info-section ul {
    list-style: none;
    padding-left: 0;
}

.info-section li {
    margin-bottom: var(--space-s);
    padding-left: var(--space-s);
    text-indent: -1rem;
}

.info-section li::before {
    content: "— ";
    color: var(--color-text-muted);
}

.info-section a {
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 2px;
}

.info-section a:hover {
    opacity: 0.7;
}
