/*
Theme Name: Sugar Mum Kenya Child
Template: sugarmum-kenya
Author: Sugar Mum Kenya Team
Author URI: https://sugarmumkenya.co.ke
Description: Child theme for Sugar Mum Kenya - Add your customizations here
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: sugarmum-kenya-child
*/

/* ==========================================================================
   CHILD THEME CUSTOMIZATIONS
   Add your custom CSS here to override parent theme styles
   ========================================================================== */

/* Example: Custom color override
:root {
  --color-primary: #E91E63;
  --color-secondary: #673AB7;
}
*/

/* Tag Styles (Pre-styled for SEO terms) */
.tag.sugar-mummy,
.tag[href*="sugar-mum"],
.tag[href*="sugar-mummy"] {
  background: linear-gradient(135deg, #E91E63, #9C27B0);
}

.tag.sugar-dad,
.tag.sugar-daddy,
.tag[href*="sugar-dad"],
.tag[href*="sugar-daddy"] {
  background: linear-gradient(135deg, #673AB7, #3F51B5);
}

.tag.sugar-babe,
.tag.sugar-baby,
.tag[href*="sugar-babe"],
.tag[href*="sugar-baby"] {
  background: linear-gradient(135deg, #FF4081, #F50057);
}

.tag.sugar-dating,
.tag[href*="sugar-dating"] {
  background: linear-gradient(135deg, #FF6B9D, #C44569);
}

.tag.sugar-relationship,
.tag[href*="relationship"] {
  background: linear-gradient(135deg, #FFA07A, #FA8072);
}

.tag.verified,
.tag[href*="verified"] {
  background: linear-gradient(135deg, #2196F3, #1976D2);
}

.tag.nairobi,
.tag.mombasa,
.tag.kisumu,
.tag[href*="nairobi"],
.tag[href*="mombasa"],
.tag[href*="kisumu"] {
  background: linear-gradient(135deg, #4CAF50, #388E3C);
}

/* Add your custom styles below */