/* supplement.css — generic restoration styles (Wayback Fixer)
   Site: Passion Connects / Tina Schumacher — equestrian coaching (hello-elementor + Elementor) */

:root {
  --pc-accent: #F35448;
  --pc-accent-2: #FBCA30;
  --pc-ink: #3a3a3a;
}

/* Sensible base typography fallback where per-widget CSS is missing */
body { color: var(--pc-ink); }

/* Buttons / links pick up the brand accent when theme granular CSS is absent */
a { color: var(--pc-accent); }
.elementor-button, button.single_add_to_cart_button, .button.wc-forward,
.woocommerce a.button, .woocommerce button.button {
  background-color: var(--pc-accent);
  color: #fff;
}
.elementor-button:hover, .woocommerce a.button:hover, .woocommerce button.button:hover {
  background-color: #d8382d;
}

/* WooCommerce price/sale accents */
.woocommerce span.price, .woocommerce div.product p.price { color: var(--pc-ink); }
.woocommerce span.onsale { background: var(--pc-accent-2); color: #3a3a3a; }

/* Keep images fluid so missing intrinsic sizes don't overflow */
img { max-width: 100%; height: auto; }
