/*
Theme Name: ComparaSoles Child
Theme URI: https://comparasoles.com
Description: ComparaSoles child theme for Neve
Template: neve
Version: 1.0
Author: ComparaSoles
*/

:root {
  --nv-primary-accent: #9F1239;
  --nv-secondary-accent: #D4A017;
  --nv-text-dark-bg: #ffffff;
  --nv-c-bg: #f8f5f0;
  --nv-text-color: #1a1a1a;
}

.nv-btn.button-primary,
.wp-block-button__link,
button[type='submit'] {
  background-color: #9F1239 !important;
  border-color: #9F1239 !important;
}
.nv-btn.button-primary:hover,
.wp-block-button__link:hover {
  background-color: #D4A017 !important;
  border-color: #D4A017 !important;
}

/* CS Offers placeholder cards */
.cs-offers-grid { display:grid; grid-template-columns:repeat(auto-fill,minmax(280px,1fr)); gap:20px; margin:24px 0; }
.cs-offer-card { background:#fff; border:1px solid #e5d7c4; border-radius:10px; padding:22px 20px; box-shadow:0 2px 8px rgba(0,0,0,.06); }
.cs-offer-card .cs-offer-badge { font-size:11px; font-weight:700; text-transform:uppercase; color:#9F1239; letter-spacing:.05em; margin-bottom:10px; }
.cs-offer-card .cs-offer-name { font-size:17px; font-weight:700; color:#1a1a1a; margin-bottom:14px; }
.cs-offer-card .cs-offer-row { display:flex; justify-content:space-between; font-size:13px; color:#555; margin-bottom:6px; }
.cs-offer-card .cs-offer-row strong { color:#1a1a1a; }
.cs-offer-card .cs-offer-cta { margin-top:16px; }
.cs-offer-card .cs-offer-cta a { display:block; text-align:center; background:#9F1239; color:#fff; font-weight:700; border-radius:6px; padding:10px 0; text-decoration:none; }
.cs-offer-card .cs-offer-cta a:hover { background:#D4A017; }
.cs-offer-card .cs-offer-sbs { font-size:11px; color:#888; margin-top:8px; text-align:center; }
.cs-offer-card .cs-prox { text-align:center; padding:18px 0; color:#aaa; font-size:14px; }
