.link-url { display: inline-flex; align-items: center; gap: 6px; font-weight: 500; text-decoration: none; transition: color 0.2s; }
.link-url:hover { color: #0a60ff; text-decoration: underline; }
.link-url::after { content: ""; display: inline-block; width: 20px; height: 20px; background: #0a60ff url("../img/content/ico-new-tab.png") center/7px 7px no-repeat; border-radius: 50%; flex-shrink: 0; }