/* Start custom CSS for shortcode, class: .elementor-element-f56dbe9 *//* --- Wrapper --- */
.vc-form-wrap {
  max-width: 640px;
  margin: 0 auto;
  padding: 2rem 0;
  font-family: inherit;
}
 
/* --- Logo balk --- */
.vc-logo-bar {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 2rem;
}
.vc-logo-circle {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: #E85D1A;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 15px;
  font-weight: 700;
  flex-shrink: 0;
}
.vc-logo-name {
  font-size: 18px;
  font-weight: 500;
  color: #1a1a1a;
}
.vc-logo-name span {
  color: #E85D1A;
}
 
/* --- Titels en subtitels --- */
.vc-form-title {
  font-size: 22px !important;
  font-weight: 600 !important;
  color: #1a1a1a !important;
  margin: 0 0 0.25rem !important;
}
.vc-subtitle {
  font-size: 14px;
  color: #666;
  margin: 0 0 2rem;
  line-height: 1.6;
}
.vc-body-text {
  font-size: 13px;
  color: #666;
  margin: 0 0 1rem;
  line-height: 1.6;
}
 
/* --- Sectielabels --- */
.vc-section-label {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #E85D1A;
  margin: 1.75rem 0 0.75rem;
  display: block;
}
 
/* --- Regio melding --- */
.vc-regio-note {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  background: #fffbeb;
  border: 1px solid #fcd34d;
  border-radius: 8px;
  padding: 10px 14px;
  margin-bottom: 1.5rem;
}
.vc-regio-icon {
  flex-shrink: 0;
  margin-top: 1px;
}
.vc-regio-note span:last-child {
  font-size: 13px;
  color: #92400e;
  line-height: 1.5;
}
 
/* --- Veld layout --- */
.vc-field {
  margin-bottom: 1rem;
}
.vc-field > label,
.vc-field > .vc-label {
  display: block;
  font-size: 13px;
  font-weight: 500;
  color: #1a1a1a;
  margin-bottom: 4px;
}
.vc-field-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  margin-bottom: 0;
}
.vc-field-half {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  margin-bottom: 0;
}
.vc-field-row .vc-field,
.vc-field-half .vc-field {
  margin-bottom: 1rem;
}
 
/* --- Input, select, textarea styling --- */
.vc-form-wrap .wpcf7-form-control:not([type=submit]):not([type=checkbox]):not([type=radio]) {
  width: 100% !important;
  border: 1px solid #ddd !important;
  border-radius: 8px !important;
  padding: 9px 12px !important;
  font-size: 14px !important;
  color: #1a1a1a !important;
  background: #fafafa !important;
  font-family: inherit !important;
  transition: border-color 0.15s, box-shadow 0.15s !important;
  box-shadow: none !important;
  appearance: none !important;
}
.vc-form-wrap .wpcf7-form-control:not([type=submit]):not([type=checkbox]):not([type=radio]):focus {
  outline: none !important;
  border-color: #E85D1A !important;
  box-shadow: 0 0 0 3px rgba(232,93,26,0.1) !important;
  background: #fff !important;
}
 
/* --- Select pijltje --- */
.vc-form-wrap select.wpcf7-form-control {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%23888' stroke-width='2'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E") !important;
  background-repeat: no-repeat !important;
  background-position: right 12px center !important;
  padding-right: 32px !important;
  cursor: pointer !important;
}
 
/* --- Textarea hoogte --- */
.vc-form-wrap textarea.wpcf7-form-control {
  min-height: 90px !important;
  resize: vertical !important;
  line-height: 1.5 !important;
}
 
/* --- Hint tekst --- */
.vc-hint {
  display: block;
  font-size: 15px;
  color: #999;
  margin-top: 4px;
  line-height: 1.5;
  font-weight: bold;
}
 
/* --- Scheidingslijn --- */
.vc-divider {
  border: none;
  border-top: 1px solid #eee;
  margin: 1.5rem 0;
}
 
/* --- Checkboxes (wens-opties en offline) --- */
.vc-wens-field .wpcf7-checkbox,
.vc-form-wrap .wpcf7-checkbox {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.vc-form-wrap .wpcf7-checkbox .wpcf7-list-item {
  display: flex !important;
  align-items: flex-start !important;
  gap: 8px !important;
  margin: 0 !important;
  padding: 10px 12px !important;
  border: 1px solid #ddd !important;
  border-radius: 8px !important;
  cursor: pointer !important;
  transition: border-color 0.15s, background 0.15s !important;
  background: #fafafa !important;
}
.vc-form-wrap .wpcf7-checkbox .wpcf7-list-item:hover {
  border-color: #E85D1A !important;
  background: rgba(232,93,26,0.04) !important;
}
.vc-form-wrap .wpcf7-checkbox .wpcf7-list-item input[type=checkbox] {
  accent-color: #E85D1A !important;
  width: 15px !important;
  height: 15px !important;
  margin-top: 2px !important;
  flex-shrink: 0 !important;
  cursor: pointer !important;
}
.vc-form-wrap .wpcf7-checkbox .wpcf7-list-item .wpcf7-list-item-label {
  font-size: 13px !important;
  color: #1a1a1a !important;
  line-height: 1.5 !important;
}
 
/* --- Vereist / optioneel blokken --- */
.vc-eis-block {
  border: 1px solid #eee;
  border-radius: 8px;
  overflow: hidden;
  margin-bottom: 1rem;
}
.vc-eis-header {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 10px 14px;
}
.vc-eis-header.vereist {
  background: rgba(232,93,26,0.07);
  border-bottom: 1px solid rgba(232,93,26,0.15);
}
.vc-eis-header.optioneel {
  background: #f9f9f9;
  border-bottom: 1px solid #eee;
}
.vc-eis-badge {
  font-size: 11px;
  font-weight: 600;
  padding: 2px 8px;
  border-radius: 20px;
}
.vc-eis-badge.vereist {
  background: #E85D1A;
  color: white;
}
.vc-eis-badge.optioneel {
  background: white;
  color: #666;
  border: 1px solid #ddd;
}
.vc-eis-title {
  font-size: 13px;
  font-weight: 500;
  color: #1a1a1a;
}
.vc-eis-body {
  padding: 12px 14px;
}
.vc-eis-body > p {
  font-size: 13px;
  color: #666;
  margin-bottom: 10px !important;
  line-height: 1.6;
}
.vc-eis-list {
  list-style: none !important;
  padding: 0 !important;
  margin: 0 !important;
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.vc-eis-list li {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  font-size: 13px;
  color: #1a1a1a;
  line-height: 1.5;
}
.vc-eis-list li::before {
  content: "✓";
  color: #E85D1A;
  font-weight: 700;
  flex-shrink: 0;
  margin-top: 1px;
}
 
/* --- Akkoord checkbox --- */
.vc-akkoord .wpcf7-acceptance {
  display: flex !important;
  align-items: flex-start !important;
  gap: 10px !important;
  margin-top: 0.5rem !important;
}
.vc-akkoord .wpcf7-acceptance .wpcf7-list-item {
  margin: 0 !important;
  display: flex !important;
  align-items: flex-start !important;
  gap: 10px !important;
}
.vc-akkoord .wpcf7-acceptance input[type=checkbox] {
  accent-color: #E85D1A !important;
  width: 16px !important;
  height: 16px !important;
  margin-top: 3px !important;
  flex-shrink: 0 !important;
  cursor: pointer !important;
}
.vc-akkoord .wpcf7-acceptance .wpcf7-list-item-label {
  font-size: 13px !important;
  color: #1a1a1a !important;
  line-height: 1.5 !important;
}
 
/* --- Verzendknop --- */
.vc-form-wrap input[type=submit],
.vc-form-wrap .wpcf7-submit {
  width: 100% !important;
  padding: 13px !important;
  background: #E85D1A !important;
  color: white !important;
  border: none !important;
  border-radius: 8px !important;
  font-size: 15px !important;
  font-weight: 600 !important;
  cursor: pointer !important;
  margin-top: 1.5rem !important;
  transition: background 0.15s !important;
  font-family: inherit !important;
  letter-spacing: 0 !important;
}
.vc-form-wrap input[type=submit]:hover,
.vc-form-wrap .wpcf7-submit:hover {
  background: #c94e14 !important;
}
 
/* --- Laadspinner CF7 --- */
.vc-form-wrap .wpcf7-spinner {
  display: none !important;
}
 
/* --- Foutmeldingen --- */
.vc-form-wrap .wpcf7-not-valid-tip {
  font-size: 12px !important;
  color: #dc2626 !important;
  margin-top: 3px !important;
  display: block !important;
}
.vc-form-wrap .wpcf7-response-output {
  border-radius: 8px !important;
  font-size: 13px !important;
  margin-top: 1rem !important;
  padding: 10px 14px !important;
}
.vc-form-wrap .wpcf7-mail-sent-ok {
  background: #f0fdf4 !important;
  border-color: #86efac !important;
  color: #166534 !important;
}
.vc-form-wrap .wpcf7-validation-errors {
  background: #fef2f2 !important;
  border-color: #fca5a5 !important;
  color: #991b1b !important;
}
 
/* --- Privacy tekst --- */
.vc-privacy {
  font-size: 12px;
  color: #999;
  text-align: center;
  margin-top: 0.75rem !important;
  line-height: 1.6;
}
 
/* --- Responsive --- */
@media (max-width: 540px) {
  .vc-field-row,
  .vc-field-half {
    grid-template-columns: 1fr !important;
  }
  .vc-form-wrap {
    padding: 0;
  }
}/* End custom CSS */