:root{
  --zqo-color-primary:#25a559;
  --zqo-color-btn-text:#ffffff;
  --zqo-color-primary-hover:#1e8948;
  --zqo-select-bg:#f3fff7;
  --zqo-select-border:#25a559;
  --zqo-wa-bg:#25D366;
  --zqo-wa-text:#ffffff;
  --zqo-red:#e10600;
}

/* Group blocks */
.zqo-groups{margin:12px 0 18px}
.zqo-group{border:1px solid #e8e8e8; padding:12px; border-radius:8px; margin-bottom:12px}
.zqo-group legend{font-weight:600; margin-bottom:6px}
.zqo-option{display:flex; align-items:center; justify-content:space-between; gap:12px; padding:8px 10px; border:1px solid #e8e8e8; border-radius:8px; transition:background .15s ease, border-color .15s ease, box-shadow .15s ease; cursor:pointer; margin-bottom:8px}
.zqo-option:hover{ border-color: var(--zqo-color-primary); }
.zqo-option.is-selected{ background: var(--zqo-select-bg); border-color: var(--zqo-select-border); box-shadow: 0 0 0 2px rgba(0,0,0,0.02) }
.zqo-option .zqo-left{display:flex; align-items:center; gap:10px}
.zqo-option input[type="checkbox"], .zqo-option input[type="radio"]{ width:16px; height:16px }
.zqo-price{font-weight:600}
.zqo-price-zero{min-width:1px}

/* Success notice = red bar */
.woocommerce-message{ background: var(--zqo-red) !important; color:#fff !important; border:0 !important; }
.woocommerce-message::before{ color:#fff !important; }
.woocommerce-message a{ color:#000 !important; text-decoration:none; }
.woocommerce-message a:hover{ opacity:.9; }

/* Buttons inside notice (white) */
.woocommerce-message a.button, 
.woocommerce-message a.button.alt, 
.woocommerce-message .button, 
.woocommerce-message a.zqo-notice-btn{
  display:inline-block; background:#fff !important; color:#111 !important; border:1px solid #fff !important; padding:6px 12px; border-radius:6px; margin-left:8px;
}

/* Cart page: WA under checkout */
.zqo-wa-under-checkout{ margin-top:10px }
.zqo-whatsapp{ background: var(--zqo-wa-bg) !important; color: var(--zqo-wa-text) !important; border-color: var(--zqo-wa-bg) !important }
.zqo-whatsapp:hover{ filter: brightness(0.92) }

/* v1.7.4: force button look even if theme has no .button styles */
.zqo-whatsapp{
  display:inline-block;
  padding:10px 16px !important;
  border-radius:8px !important;
  font-weight:600 !important;
  text-decoration:none !important;
}
.zqo-wa-under-checkout{ margin-top:12px; }
