/* Custom Styles for all changes made by onyva.xyz */

/* ===================================
   SHORTCODE BLOCK STYLES
   =================================== */

.shortcode-block {
  width: 100%;
}

.shortcode-block__content {
  /* Basis-Container für das Formular */
}

/* Responsive Anpassungen */
@media (max-width: 768px) {
  
  .shortcode-block {
    padding: 0 1rem;
  }
}


/* ===================================
   NINJA FORMS CUSTOM STYLES
   =================================== */

.nf-field-description, .nf-form-fields-required {
	margin-bottom: 1rem;
}