/* Cards artwork is shared by the homepage and the complete animal catalogue. */
.card-cta,.animal-actions .card-cta{
 --card-art:url('../assets/design/btn-velvet-cat-day.webp');
 display:flex;align-items:center;justify-content:center;box-sizing:border-box;
 width:100%;max-width:340px;min-height:72px;margin:12px auto 0;
 padding:16px 8% 16px 26%;border:0;border-radius:0;
 background:var(--card-art) center 46%/100% 150% no-repeat;
 color:#102d38;font:600 italic 1rem/1.3 Georgia,serif;text-shadow:none;text-decoration:none;
}
.card-cta--dog,.animal-actions .card-cta--dog{--card-art:url('../assets/design/btn-velvet-dog-day.webp')}
html:is([data-theme="night"],[data-theme="dark"]) .card-cta{--card-art:url('../assets/design/btn-velvet-cat-night.webp');color:#fff4db}
html:is([data-theme="night"],[data-theme="dark"]) .card-cta--dog{--card-art:url('../assets/design/btn-velvet-dog-night.webp')}
.animal-open .card-cta{margin-top:18px}
