/*
 * Log Contact Us — Icon sizing
 * Source: contact_us_2.html — .icon base rule + all per-context overrides
 * Missing entirely before this file existed, so every inline SVG rendered
 * at its unconstrained intrinsic size instead of the reference's small
 * icon sizes.
 */

.log-co-icon {
    width: 1em;
    height: 1em;
    stroke: currentColor;
    fill: none;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.log-co-h-chip .log-co-icon { width: 12px; height: 12px; color: var(--sage-600); }

.log-co-hbtn-primary .log-co-icon,
.log-co-hbtn-ghost .log-co-icon { width: 15px; height: 15px; }

.log-co-hsb-icon .log-co-icon { width: 18px; height: 18px; }

.log-co-cc-icon .log-co-icon { width: 22px; height: 22px; }

.log-co-cc-badge .log-co-icon { width: 11px; height: 11px; }

.log-co-bfw-stat-icon .log-co-icon { width: 16px; height: 16px; }

.log-co-bfw-card-icon .log-co-icon { width: 17px; height: 17px; }

.log-co-bfw-badge .log-co-icon { width: 11px; height: 11px; }
