
/* Round social icons shared by the home and AI course pages. */
.social-icons{display:flex;align-items:center;justify-content:center;gap:14px}
.social-icon{display:inline-flex;align-items:center;justify-content:center;flex:none;width:48px;height:48px;border:1px solid #ffffff6b;border-radius:50%;background:transparent;color:#fff}
.social-icon img{display:block;width:24px;height:24px;max-width:24px;object-fit:contain}
.social-icon:hover{background:#5d9c96;border-color:#5d9c96;text-decoration:none}
.social-icon:focus-visible{outline:3px solid #f16250;outline-offset:4px}
.course-footer .social-icons{justify-content:flex-start}.site-footer .social-icons{margin:24px 0 0;justify-content:flex-start}
.contacts .social-icons{margin:26px auto 0}.header-social .social-label{width:40px;height:40px;padding:8px;border:1px solid #ffffff6b;border-radius:50%;display:flex;align-items:center;justify-content:center}
.header-social .social-label img{width:22px;height:22px;object-fit:contain}
@media(max-width:620px){.header-social{gap:8px}.header-social .social-label{width:36px;height:36px;padding:7px}.header-social .social-label img{width:21px;height:21px}}
