.social-media-items{display:flex;gap:15px;justify-content:flex-start}.social-media-items.centered{justify-content:center}.social-media-items.righted{justify-content:flex-end}.social-media-items .social-item{align-items:center;background:#000;display:flex;height:30px;justify-content:center;position:relative;width:30px}.social-media-items .social-item svg{fill:#fff;display:block;height:25px}.social-media-items .social-item:after{background:#000;border-left:10px solid #fff;border-top:7px solid #000;content:"";left:0;position:absolute;top:100%;width:100%}