/* ================================
   AB Performance - About Text Links CSS
   For use on 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;
}
