.elementor-5503 .elementor-element.elementor-element-ac2f969{--display:flex;}/* Start custom CSS for html, class: .elementor-element-cef781a */.evol-coach-results-link {
    display: inline-block;
    margin-top: 10px;
    font-size: 13px;
    font-weight: 600;
    color: var(--evol-primary-gold);
    text-decoration: none;
    letter-spacing: 0.5px;
    transition: all 0.3s ease;
}

.evol-coach-results-link:hover {
    color: var(--evol-text-primary);
    transform: translateX(4px);
}

/* ============================================
   CLICKABLE COACH CARDS - Add to existing CSS
   ============================================ */

/* Make the link cover the entire card */
.evol-coach-card {
    position: relative;
}

.evol-coach-card .evol-coach-results-link {
    position: static;
}

/* Stretch the link to cover entire card */
.evol-coach-card .evol-coach-results-link::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
}

/* Keep the link text visible */
.evol-coach-card .evol-coach-results-link {
    position: relative;
    z-index: 2;
}

/* Cursor pointer on entire card */
.evol-coach-card:hover {
    cursor: pointer;
}/* End custom CSS */