/* ================================
   AB Performance - Text Links CSS
   For use on Homepage and About page only
   ================================ */

/* Internal text links within paragraph content */
.ab-performance-text-link {
    color: #e1303a;
    text-decoration: none;
    font-weight: 600;
    transition: color 0.3s ease;
}

.ab-performance-text-link:hover {
    color: #c72730;
}

/* Light text variant for dark background sections */
.ab-performance-story-section .ab-performance-text-link {
    color: #ffffff;
}

.ab-performance-story-section .ab-performance-text-link:hover {
    color: #e1303a;
}