diff --git a/components/interactive-elements.html b/components/interactive-elements.html
index 0aecb61..8bf30b2 100644
--- a/components/interactive-elements.html
+++ b/components/interactive-elements.html
@@ -195,6 +195,17 @@
+
+
+
Variante ohne Label
+
+
@@ -306,6 +317,18 @@
>
+
+
+
Variante ohne Label
+
+
+
+
@@ -471,6 +494,26 @@
Option nicht verfügbar
+
+
+ Variante ohne Gesamtlabel
+
+
+
+
+ Radio 1
+
+
+
+ Radio 2
+
+
+
+
diff --git a/styles/10-components-interactive-elements.css b/styles/10-components-interactive-elements.css
index 38d92aa..c4b8764 100644
--- a/styles/10-components-interactive-elements.css
+++ b/styles/10-components-interactive-elements.css
@@ -1346,6 +1346,10 @@
margin-left: var(--spacing-large);
}
+ #component-radio-field .sg-radio-field-row--without-label > .sg-radio-activatable-group__choices {
+ margin-left: 0;
+ }
+
@media (max-width: 48rem) {
#component-radio-field .sg-checkbox-field-option {
grid-template-columns: 1fr;