/*
Theme Name: Landeseiten
Theme URI:
Author: Dominique Rademacher
Author URI:  https://landeseiten.de
Version: 1.1.0

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

/* =================================================================== */
/* LANDESEITEN FORM - CHILD THEME CUSTOMIZATION
/* -------------------------------------------------------------------
/* Use this section to easily override the default form styles.
/* Just change the values below to match your theme's branding.
/* =================================================================== */

.cs-landeseiten-form {
  /* --- 🎨 Key Colors --- */
  --landeseiten-form-accent-color: linear-gradient(-80deg, var(--e-global-color-a753f82) 0%, var(--e-global-color-2749687) 100%); /* Main brand color for buttons and selections */
  --landeseiten-form-accent-contrast: #ffffff; /* Text color on top of the accent color (e.g., button text) */
  --landeseiten-form-text-color: #222222; /* General text for labels and inputs */
  --landeseiten-form-border-color: #d1d1d1; /* Border color for text fields */

  /* --- 📏 Sizing & Spacing --- */
  --landeseiten-form-input-height: 45px; /* Height of text boxes and selection buttons */
  --landeseiten-form-field-vertical-padding: 35px; /* Space between each question (field) */
  --landeseiten-form-input-border-radius: 4px; /* How rounded the corners are for text inputs */
  --landeseiten-form-button-border-radius: 4px; /* How rounded the corners are for Next/Submit buttons */
  --landeseiten-form-choice-border-radius: 99px; /* Border radius for radio/checkbox "pill" buttons */

  /* --- ✒️ Typography --- */
  --landeseiten-form-label-font-size: 26px; /* Font size for the main question/label */
  --landeseiten-form-input-font-size: 16px; /* Font size for the user's input text */
}