/*
Theme Name: FietsAffiliate
Theme URI: https://elektrischefietsbatterij.com
Author: Robin Dielemans
Author URI: https://robindielemans.nl
Description: Een lichtgewicht affiliate thema voor fietsen
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: fietsaﬃliate
*/

/* == BASIC STYLING == */
body {
  font-family: 'Segoe UI', sans-serif;
  background-color: #ffffff;
  color: #222;
  margin: 0;
}

header, footer {
  background-color: #fff;
  padding: 20px;
  border-bottom: 1px solid #eaeef5;
}

.header-inner, .footer-inner {
  max-width: 1200px;
  margin: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

nav a {
  margin-left: 20px;
  text-decoration: none;
  color: #0b4fa3; /* marine-blauw accent */
}

.search-box {
  text-align: center;
  padding: 60px 20px;
}
.search-box input[type="search"] {
  width: 60%;
  padding: 15px;
  font-size: 18px;
  border-radius: 8px;
  border: 1px solid #dfe9f6;
  background: #f8fbff; /* net niet wit */
}