/**
 * Gorset: permanent active styling for all homepage service cards.
 * Matches Avril theme hover state (Internet / 2nd column default).
 */

/* Small visible gap between cards (2px padding = 4px between neighbors). */
#service-section.service-section .service-row > [class*="av-column-"] {
    padding: 2px;
}

#service-section.service-section .service-row .service-item {
    border-bottom-color: var(--sp-primary);
    background-color: #ffffff;
    -webkit-box-shadow: 0 10px 25px 0 rgba(0, 0, 0, 0.05);
    box-shadow: 0 10px 25px 0 rgba(0, 0, 0, 0.05);
}

#service-section.service-section .service-row .service-item .service-icon {
    color: var(--sp-primary);
}

#service-section.service-section .service-row .service-item .service-content > a {
    opacity: 1;
    visibility: visible;
}

#service-section.service-section .service-row .service-item .service-content > a:before {
    opacity: 1;
    visibility: visible;
}
