.social-icon { font-size: 1.25rem; line-height: 1; }
.social-icon-large {
    font-size: 5rem;
    line-height: 1.35;
}

.social-facebook  { color: #1877F2; }
.social-x         { color: #000000; }
.social-twitter   { color: #1DA1F2; }
.social-linkedin  { color: #0A66C2; }
.social-instagram { color: #E1306C; }
.social-youtube   { color: #FF0000; }

[data-bs-theme="dark"] .social-facebook  { color: #4ea3ff; }
[data-bs-theme="dark"] .social-x         { color: #ffffff; }
[data-bs-theme="dark"] .social-twitter   { color: #7fd1ff; }
[data-bs-theme="dark"] .social-linkedin  { color: #66aef0; }
[data-bs-theme="dark"] .social-instagram { color: #ff7faf; }
[data-bs-theme="dark"] .social-youtube   { color: #ff6b6b; }
