/*
Theme Name: T.S. Kinley Books — Child
Theme URI: https://tskinleybooks.com
Template: tskinley-theme
Author: T.S. Kinley
Author URI: https://tskinleybooks.com
Description: Child theme for T.S. Kinley Books. Use this for safe customizations — your edits here survive parent-theme updates. Includes reliable Mailchimp newsletter wiring (set your Mailchimp form URL under Settings > Newsletter, or the Customizer). Avoids Customizer-framework conflicts.
Version: 1.2.0
Requires at least: 6.0
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: tskinley-child
*/

/* ===================================================================
   Add your custom CSS below. It loads AFTER the parent theme, so any
   rule here overrides the parent.
   =================================================================== */

/* Mailchimp response message shown under signup forms */
.tsk-mc-response{
  margin-top:1rem;
  font-family:var(--engrave, "Cinzel", serif);
  letter-spacing:.14em;
  text-transform:uppercase;
  font-size:.62rem;
  min-height:1em;
  color:var(--gold, #c6a568);
}
.tsk-mc-response.is-error{ color:var(--dusty, #8ba3bd); }
.tsk-mc-loading{ opacity:.6; pointer-events:none; }
