a.ts-home-service-card,
a.ts-home-service-card:visited,
a.ts-home-service-card:hover,
a.ts-home-service-card:focus {
    color: #5B0443 !important;
    cursor: pointer;
    position: relative;
    text-decoration: none !important;
}

a.ts-home-service-card::after {
    background-color: #951272;
    background-image: url('/wp-content/uploads/2026/06/team-sanders-arrow-button.svg');
    background-position: right 5px top 5px;
    background-repeat: no-repeat;
    background-size: 16px 16px;
    border-radius: 24px 0 24px 24px;
    bottom: 25px;
    content: '';
    height: 33px;
    pointer-events: none;
    position: absolute;
    right: 25px;
    transition: background-color .2s ease, transform .2s ease;
    width: 33px;
}

a.ts-home-service-card:hover::after,
a.ts-home-service-card:focus-visible::after {
    background-color: #5B0443;
}

a.ts-home-service-card:focus-visible {
    outline: 3px solid #A70F79;
    outline-offset: 4px;
}
