.ia-header-social-icons { display: flex; align-items: center; justify-content: flex-end; gap: 9px; margin-left: auto; padding-left: 18px; } .ia-header-social-icons a { width: 28px; height: 28px; border-radius: 50%; border: 1px solid rgba(255, 255, 255, 0.28); display: inline-flex; align-items: center; justify-content: center; color: #ffffff; background: rgba(255, 255, 255, 0.04); text-decoration: none; line-height: 1; opacity: 0.88; transition: color 0.18s ease, border-color 0.18s ease, background 0.18s ease, opacity 0.18s ease; } .ia-header-social-icons a:hover, .ia-header-social-icons a:focus { color: #74c476; border-color: rgba(116, 196, 118, 0.75); background: rgba(116, 196, 118, 0.1); opacity: 1; } .ia-header-social-icons svg { width: 15px; height: 15px; display: block; } .ia-header-social-icons .ia-social-instagram svg { fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; } @media (max-width: 768px) { .ia-header-social-icons { width: 100%; justify-content: flex-start; margin-left: 0; padding: 8px 0 0; } .ia-header-social-icons a { width: 30px; height: 30px; } }