/* SVG icon fallback sizes to prevent oversized 300x150 default rendering */
svg[viewBox]:not([width]):not([height]) {
    width: 1em;
    height: 1em;
}

svg.w-4 {
    width: 1rem;
    height: 1rem;
}

svg.w-5 {
    width: 1.25rem;
    height: 1.25rem;
}

.social-icon-btn svg {
    width: 1rem;
    height: 1rem;
    flex: 0 0 auto;
}
