/* ═══════════════════════════════════════════
   OPCELERATE PROFESSIONAL SVG ICONS
   Clean monoline icons for B2B industrial clients
   ═══════════════════════════════════════════ */

.ico {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 1em;
    height: 1em;
    flex-shrink: 0;
}

.ico svg {
    width: 100%;
    height: 100%;
    stroke-linecap: round;
    stroke-linejoin: round;
}

/* Icon sizes */
.ico-lg {
    width: 2rem;
    height: 2rem
}

.ico-xl {
    width: 2.5rem;
    height: 2.5rem
}

.ico-2x {
    width: 1.8rem;
    height: 1.8rem
}

.ico-hero {
    width: 6rem;
    height: 6rem
}

/* Card icon wrapper (replaces emoji card-icon) */
.card .ico {
    margin-bottom: .75rem
}