/* Service list — i2t3 component styles
 * An optional intro plus a grid of services (icon, title, text, link). No script.
 */

.i2t3-servicelist__intro { margin-bottom: 2rem; max-width: 48rem; }
.i2t3-servicelist__lead > :last-child { margin-bottom: 0; }

.i2t3-servicelist__item { height: 100%; }
.i2t3-servicelist__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 3.25rem;
    height: 3.25rem;
    border-radius: .75rem;
    margin-bottom: .85rem;
    font-size: 1.4rem;
    color: var(--i2t3-primary, #0d6efd);
    background: color-mix(in srgb, var(--i2t3-primary, #0d6efd) 12%, transparent);
}
.i2t3-servicelist__title { margin-bottom: .5rem; }
.i2t3-servicelist__text > :last-child { margin-bottom: 0; }
.i2t3-servicelist__link { display: inline-block; margin-top: .5rem; }
