/*
    This contains any overrides to basic breezer styles.
*/
:root {
  --background-colour: white;
  --primary-colour: #027F46;
  --background-highlight-colour: #A7D8BA26;
}
form-field[type="document-summary-model"] img {
  max-width: 100%;
}
editor-for[type="inline-list"][breezer-editor-for-inline-list],
inline-list-item[breezer-inline-list-item] {
  width: auto;
}
breezer-page.br-list[identifier="default-inspiration"] > header {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
breezer-page.br-display[identifier="witzer-user"] form-field.projects list-items[breezer-list-items],
breezer-page.br-display[identifier="witzer-user"] form-field.plans list-items[breezer-list-items] {
  grid-template-columns: 100%;
}
breezer-page.br-display[identifier="witzer-user"] form-field.company > display-for {
  margin-left: 20px;
}
breezer-page.br-display[identifier="witzer-user"] form-field.company > display-for > form-field:first-child {
  margin-top: 0;
}
breezer-page.br-display[identifier="witzer-user"] form-field.company > display-for > form-field:last-child {
  margin-bottom: 0;
}
