/*---WIDGETS---*/

.widget-link { display: block; text-decoration: none; color: inherit; font-family: Inter, system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif; } .cta-wrap { padding-bottom: 20px } .cta-card { background: rgba(8, 34, 48, .55); border: 1px solid rgba(255,255,255,.10); padding: 0 14px; height: 38px; display: grid; place-items: center; text-align: center; transition: background .15s, transform .15s; overflow: hidden; border-radius: 999px; } .cta-text { font-size: 14px; font-weight: 400; line-height: 1; color: rgba(255,255,255,.78); max-width: 100%; overflow: hidden; text-overflow: ellipsis; display: block; white-space: nowrap; } .widget-link:hover .cta-card { background: rgba(255,255,255,.08); transform: translateY(-1px); } .widget-link:focus-visible .cta-card { outline: 2px solid rgba(255,255,255,.35); outline-offset: 3px; } @media (max-width: 480px) { .cta-card { padding: 0 12px } }