<!-- start Simple Custom CSS and JS -->
<style type="text/css">
.ak-litters-cta .ak-litters-button{
display:inline-flex;
align-items:center;
justify-content:center;
background:transparent;
border:1px solid #b6ff00;
color:#b6ff00;
padding:14px 26px;
min-width:170px;
border-radius:999px;
font-size:1rem;
font-weight:800;
text-decoration:none;
transition:.2s;
}

.ak-litters-cta .ak-litters-button:hover{
background:#b6ff00;
color:#050505;
}</style>
<!-- end Simple Custom CSS and JS -->
