/**
 * Shortcode Block Styles
 * Block mit Header und Shortcode-Ausgabe
 */

/* Header */
.shortcode-block__header {
  margin-bottom: clamp(2rem, 4vw, 3rem);
}

.shortcode-block__subline {
  font-size: clamp(0.875rem, 1vw, 1rem);
  letter-spacing: 0.05em;
}

.shortcode-block__headline {
  font-size: clamp(1.75rem, 3vw, 2.5rem);
  line-height: 1.2;
}

.shortcode-block__text {
  font-size: clamp(1rem, 1.5vw, 1.125rem);
  line-height: 1.6;
  color: var(--bs-secondary-color, #6c757d);
}

/* Content */
.shortcode-block__content {
  /* Ermöglicht Styling für Shortcode-Output */
}
