/* ===========================================
   spLinkPartials/aboutModal.css - About Modal
   =========================================== */

.link-about-section {
    margin-bottom: 24px;
}

.link-about-section:last-child {
    margin-bottom: 0;
}

.link-about-title {
    font-size: 16px;
    font-weight: 600;
    color: var(--link-text-primary);
    margin: 0 0 8px;
}

.link-about-content {
    font-size: 14px;
    color: var(--link-text-secondary);
    line-height: 1.6;
    margin: 0;
    white-space: pre-line;
}
