/* =====================================================================
   COMPONENT STYLES: <bk-goat-art>
   Sizes the goat illustration to its container and adds a soft outline.
   ===================================================================== */
.bk-goat-art { display: block; width: 100%; }
.bk-goat-art svg {
  width: 100%; height: auto;
  /* thin outline around the whole silhouette, then a soft lift */
  filter: drop-shadow(0 0 0.6px rgba(42, 33, 28, 0.55)) drop-shadow(0 6px 10px rgba(42, 33, 28, 0.08));
}
