flex-direction: column;
gap: 8px;
}
}
/* === 赤字メッセージ === */
.smf-error-message {
color: red;
font-size: 0.85em;
margin-top: 4px;
}
.smf-error-radio::after {
content: attr(data-error);
display: block;
margin-top: 4px;
color: red;
font-size: 0.85em;
}
/* === 崩れ防止 === */
.smf-item__col--controls {
display: block !important;
}