﻿/* CTA button */


.pk-cta{
  display:inline-flex; align-items:center; justify-content:center;
  height:44px; padding:0 28px; border-radius:999px;
  background:#00A8E8; color:#fff; border:0;
  font-weight:700; font-size:14px; line-height:1;
  text-transform:uppercase; letter-spacing:.04em;
  cursor:pointer; transition:background-color .2s;
}
.pk-cta:hover{ background:#0F86B8; }
.pk-cta:focus-visible{ outline:3px solid rgba(0,168,232,.35); outline-offset:3px; }


/* hard no-underline (also kills underline on inner spans/icons) */
a.pk-cta, a.pk-cta *{
  color:#fff;
  text-decoration:none !important;
  box-shadow:none !important;
  border-bottom:0 !important;
}