/*
Theme Name: Vertier & Plezier Child
Theme URI: https://orchid-swallow-765643.hostingersite.com
Description: Child theme van Blocksy voor Vertier & Plezier
Author: Geeb.nl
Template: blocksy
Version: 1.0
Text Domain: vertier-plezier-child
*/

/* ==========================================================================
   Interesse-badge (localStorage aanvraaglijst)
   Gebruikt op: Producten, Pakketten, Contact
   ========================================================================== */

#interesse-badge {
  position: fixed;
  bottom: 16px;
  right: 16px;
  background: var(--theme-palette-color-1, #2C2A22);
  color: #fff;
  padding: 12px 18px;
  border-radius: 999px;
  font-size: 14px;
  text-decoration: none;
  z-index: 999;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
  display: none;
}

#interesse-badge:hover {
  opacity: 0.9;
}

/* Overige custom aanpassingen die niet via de Blocksy Customizer lopen
   kunnen hieronder toegevoegd worden. */

.btn-vraag-aan {
  background: #5F6B3E;
  color: #fff;
  border: none;
  padding: 12px 22px;
  border-radius: 999px;
  font-family: 'Work Sans', sans-serif;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  transition: background 0.15s ease;
}
.btn-vraag-aan:hover { background: #4A5330; }
.btn-vraag-aan.is-actief { background: #fff; color: #4A5330; border: 1px solid #5F6B3E; }
.btn-vraag-aan:focus-visible { outline: 2px solid #4A5330; outline-offset: 2px; }