/* Neutralize WordPress theme styles inside the form scope */
.wniosek-scope, .wniosek-scope * { box-sizing: border-box; }
.wniosek-scope {
  font-family: ui-sans-serif, system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
  color: #0f172a;
  line-height: 1.5;
}
.wniosek-scope input[type="text"],
.wniosek-scope input[type="email"],
.wniosek-scope input[type="tel"],
.wniosek-scope input[type="number"],
.wniosek-scope input[type="date"],
.wniosek-scope input[type="password"],
.wniosek-scope input:not([type]),
.wniosek-scope select,
.wniosek-scope textarea {
  background-color: #ffffff !important;
  background-image: none !important;
  color: #0f172a !important;
  border: 1px solid #e5e7eb !important;
  border-radius: 4px !important;
  box-shadow: none !important;
  padding: 8px 12px !important;
  font-size: 14px !important;
  line-height: 1.4 !important;
  width: 100% !important;
  height: auto !important;
  min-height: 0 !important;
  max-width: 100% !important;
  appearance: auto;
}
.wniosek-scope input[type="checkbox"] {
  width: 16px !important; height: 16px !important;
  min-height: 0 !important; padding: 0 !important; margin: 0 !important;
  background: #fff !important; border: 1px solid #cbd5e1 !important;
  appearance: auto;
}
.wniosek-scope button {
  background-image: none !important;
  text-shadow: none !important;
  box-shadow: none !important;
  text-transform: none !important;
  font-weight: 500 !important;
  letter-spacing: normal !important;
  line-height: 1.4 !important;
  cursor: pointer;
  appearance: none;
  border-radius: 4px;
}
.wniosek-scope button[type="submit"] {
  background-color: oklch(0.45 0.22 295) !important;
  color: #ffffff !important;
  border: none !important;
}
.wniosek-scope button[type="submit"]:hover { filter: brightness(1.05); }
.wniosek-scope button[type="button"] {
  background-color: #ffffff !important;
  color: #0f172a !important;
  border: 1px solid #e5e7eb !important;
}
.wniosek-scope button.border-dashed {
  background-color: rgba(241,245,249,0.4) !important;
  color: oklch(0.45 0.22 295) !important;
  border: 1px dashed #e5e7eb !important;
}
.wniosek-scope h1 {
  font-size: 1.875rem !important;
  font-weight: 600 !important;
  line-height: 1.2 !important;
  margin: 0 !important;
  color: #0f172a !important;
}
.wniosek-scope h2 {
  font-size: 0.9375rem !important;
  font-weight: 600 !important;
  text-transform: uppercase !important;
  letter-spacing: 0.025em !important;
  margin: 0 !important;
  color: #0f172a !important;
}
.wniosek-scope label, .wniosek-scope p { margin: 0; }
.wniosek-scope a { color: oklch(0.45 0.22 295); text-decoration: underline; }
.wniosek-scope ul, .wniosek-scope ol { list-style: none; padding: 0; margin: 0; }
