/* Shared, header-only WhatsApp CTA treatment. */
.site-header .kissna-whatsapp-header-cta{
  display:inline-flex!important;
  align-items:center;
  justify-content:center;
  gap:9px;
  padding:11px 19px;
  border:1px solid #16a70d!important;
  border-radius:14px;
  background:#16a70d!important;
  box-shadow:0 3px 8px rgba(18,140,20,.25);
  color:#fff!important;
  font-size:16px;
  font-weight:800;
  line-height:24px;
  text-decoration:none;
  white-space:nowrap;
}
.site-header .kissna-whatsapp-header-cta:hover{background:#108408!important;border-color:#108408!important;color:#fff!important}
.site-header .kissna-whatsapp-header-cta:focus-visible{outline:3px solid #108408;outline-offset:3px}
.site-header .kissna-whatsapp-header-cta:active{background:#0b6906!important;transform:scale(.98)}
.site-header .kissna-whatsapp-header-cta svg{width:25px;height:25px;flex:0 0 auto;fill:currentColor}
@media(max-width:620px){
  .site-header .kissna-whatsapp-header-cta{gap:6px;padding:8px 10px;border-radius:10px;font-size:12px;line-height:18px}
  .site-header .kissna-whatsapp-header-cta svg{width:19px;height:19px}
}
