<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/**
 * @file
 * Terms of service element styles.
 */

.webform-terms-of-service-details {
  margin: 0.5em 0;
  padding: 0.5em 1em;
  border: 1px solid #ccc;
}

.webform-terms-of-service-details--title {
  font-weight: bold;
}
</pre></body></html>