/*
 Theme Name: Divi Child - Kittypupfinder
 Theme URI: https://kittypupfinder.local/
 Description: A lightweight Divi child theme tailored for Kittypupfinder: clean templates for front-end submissions, search pages, and small UX tweaks. Safe to use on local and production.
 Author: ChatGPT
 Template: Divi
 Version: 1.0.0
 Text Domain: kp-divi-child
*/

/* Place small overrides here, bigger chunks in /assets/css/child.css */
:root{
  --kp-accent:#ff7a59;
  --kp-accent-2:#2c3e50;
  --kp-bg:#fffdf8;
}

body{
  background-color: var(--kp-bg);
}

.kp-form .acf-field, .kp-form .ff-el-group{
  margin-bottom: 14px;
}

.kp-form .button, .kp-form button, .kp-btn{
  display:inline-block;
  padding: 12px 18px;
  border-radius: 10px;
  background: var(--kp-accent);
  color: #fff;
  text-decoration: none;
  border: none;
  cursor: pointer;
}

.kp-hidden{display:none !important;}
.kp-container{max-width: 1080px; margin: 0 auto; padding: 24px;}
*/
