/* 
 Theme Name:   Stichting Hene
 Theme URI:    
 Description:  
 Author:       Anux
 Author URI:   https://anux.nl/
 Template:     astra
 Version:      1.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html

 /* == Add your own styles below this line ==
--------------------------------------------*/

.form-switcher {
  display: inline-flex;
  gap: 0;
  padding: 6px;
  background: #2a2a2a;
  border: 1px solid #d9dee7;
  border-radius: 18px;
}

.form-switcher .toggle-btn {
  border: none;
  background: transparent;
  padding: 14px 28px;
  border-radius: 14px;
  font-size: 16px;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.25s ease;
}

.form-switcher .toggle-btn.active {
  background: #E99D4A;
  box-shadow: 0 2px 10px rgba(0,0,0,0.08);
}

.toggle-form {
  display: none;
}

.toggle-form.active-form {
  display: block;
}