/*!
 * Gap of a value that a website page takes from the configuration and that is
 * not set, rendered by the partial _WebsiteConfiguredValue.cshtml. Only
 * development can show it: outside development the application does not start
 * without the required values. Dashed in ink 2 like the placeholders of the
 * mockup docs/Design/mockups/website/rahmen-und-kontakt.html and like the sheet
 * of the customer in the map, which also lies outside.
 */

.website-configured-value-gap {
  display: inline-block;
  padding: 0 8px;
  border: 1px dashed var(--website-color-ink-2);
  border-radius: var(--website-radius);
  color: var(--website-color-ink-2);
  font-size: var(--website-font-size-small);
  line-height: 1.7;
  overflow-wrap: anywhere;
}
