/*
Theme Name: FinansBrug Custom
Theme URI: https://finansbrug.nl
Author: FinansBrug Advies
Author URI: https://finansbrug.nl
Description: Aangepaste thema voor FinansBrug Advies B.V.
Version: 1.0.3
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: finansbrug
*/

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
  line-height: 1.6;
  color: #1e293b;
  background: #f8fafc;
}

.cookie-banner {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: white;
  box-shadow: 0 -4px 20px rgba(0,0,0,0.15);
  padding: 24px;
  z-index: 9999;
  display: none;
}

.cookie-banner.active {
  display: block;
}

@media print {
  .cookie-banner {
    display: none !important;
  }
}