/* Shared styles for feature icons */
.feature-icon-graphic {
    width: 28px;
    height: 28px;
    stroke: #014990;
    stroke-width: 1.7;
    stroke-linecap: round;
    stroke-linejoin: round;
    fill: none;
}

/* Force all inner SVG shapes of feature icons to white to avoid dark backgrounds */
.feature-icon-graphic circle,
.feature-icon-graphic rect,
.feature-icon-graphic path,
.feature-icon-graphic polygon,
.feature-icon-graphic polyline,
.feature-icon-graphic ellipse {
    fill: #ffffff !important;
}

.feature-icon-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 58px;
    height: 58px;
    border-radius: 18px;
    background: #EAF2FB;
    border: 1px solid rgba(1, 73, 144, 0.15);
    box-shadow: none;
    margin: 0 auto;
}
