.profile-links-title { margin-top: 8px; padding-top: 18px; border-top: 1px solid #d9e6e8; }
.profile-links-title strong, .profile-links-title small { display: block; }
.profile-links-title small { margin-top: 4px; color: #647c82; font-size: 12px; }
.profile-link-field > span { display: flex; align-items: center; gap: 7px; }
.profile-link-field > span svg { width: 17px; height: 17px; fill: none; stroke: #0b8078; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.profile-link-field input { padding-left: 14px; }
.doctor-social-links { display: flex; align-items: center; flex-wrap: wrap; gap: 9px; margin: 15px 0 2px; }
.doctor-social-link { width: 40px; height: 40px; display: grid; place-items: center; border: 1px solid #d6e6e7; border-radius: 11px; background: #fff; color: #176c72; transition: transform .2s, border-color .2s, background .2s; }
.doctor-social-link:hover { transform: translateY(-2px); border-color: #72c1b9; background: #eef9f7; }
.doctor-social-link svg { width: 19px; height: 19px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.doctor-social-link.is-facebook svg path, .doctor-social-link.is-linkedin svg path { fill: currentColor; stroke: none; }
.doctor-social-link.is-youtube { color: #c63737; }
.doctor-social-link.is-instagram { color: #a43b78; }
.doctor-social-link.is-facebook { color: #2864b4; }
.doctor-social-link.is-linkedin { color: #146ca4; }
