/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jan 15 2026 | 13:24:32 */
.lawyer-acard {
    transition: filter ease-out 300ms;
}
.shadow-link {
    pointer-events: none;
    position: absolute;
    color: var(--e-global-color-secondary);
    z-index: 2;
    background-color: var(--e-global-color-text);
    padding: 0.6em 1.3em;
    border-radius: 10px;
    color: white;
}
/*.lawyer-acard:hover {
    filter: contrast(0.85) brightness(1.15) sepia(0.01);
}*/