/*
Theme Name: HFT Child
Theme URI: https://www.havefunteaching.com/
Description: The active theme. Every site-specific override, experiment and future change goes HERE — never in the HFT parent. That way the parent can be updated, rebuilt or handed to a developer without anyone's custom work being overwritten.
Author: Have Fun Teaching
Template: hft
Version: 1.0.3
Requires PHP: 7.4
Text Domain: hft-child
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
*/

/* ---------------------------------------------------------------------
   THE FREE-DOWNLOAD BUTTON IS NO LONGER ORANGE.

   The old child theme hard-coded #fd8c29 on the Free Downloads button.
   Brand Kit V2.1: orange is not a CTA. Pink is the sale, and this button
   IS the sale — it's the moment she decides HFT is worth coming back to.

   White text, pill radius, same as every other button on the site.
   ------------------------------------------------------------------- */
.woocommerce .somdn-download-wrap button.button {
	background-color: var(--hft-cta);
	color: #fff;
	-webkit-text-fill-color: #fff;
	border: 0;
	border-radius: 999px;
	font-family: var(--hft-font-body);
	font-size: 17px;
	font-weight: 800;
	min-height: 48px;
	padding: 12px 26px;
	box-shadow: 0 12px 26px -14px rgba(214, 51, 123, .75);
	transition: background-color .18s, box-shadow .18s;
}

.woocommerce .somdn-download-wrap button.button:hover,
.woocommerce .somdn-download-wrap button.button:focus {
	background-color: var(--hft-cta-hover);
	color: #fff;
	-webkit-text-fill-color: #fff;
}

/* ---------------------------------------------------------------------
   Add site-specific overrides below this line.
   ------------------------------------------------------------------- */
