/* ../webroot/review.css */
body {
  margin: 0;
  color: #293642;
  font-family:
    system-ui,
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    sans-serif;
  font-size: 16px;
  line-height: 1.5;
}
input,
button,
select,
textarea {
  font: inherit;
}
h1,
h2,
h3 {
  color: #293642;
  font-weight: 600;
  line-height: 1.3;
}
h1 {
  font-size: 1.75rem;
}
h2 {
  font-size: 1.5rem;
  margin: 0 0 1rem;
}
h3 {
  font-size: 1rem;
}
#banner {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: 0.25rem 1rem;
  min-height: 48px;
  padding: 0.5rem 1rem 0.5rem 7rem;
  background: #305070;
  color: #fff;
}
#banner #title,
#banner #username {
  font-size: 0.875rem;
  font-weight: 600;
}
#banner a {
  color: #fff;
  text-decoration: underline;
  text-underline-offset: 3px;
}
#banner a:hover {
  color: #e2efff;
}
#banner a:focus-visible {
  outline-color: #fff;
}
.cms-icon {
  display: block;
  width: 1.125rem;
  height: 1.125rem;
  flex: 0 0 1.125rem;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.75;
  stroke-linecap: round;
  stroke-linejoin: round;
}
button,
a,
select,
textarea,
input {
  outline-offset: 3px;
}
button:focus-visible,
a:focus-visible,
select:focus-visible,
textarea:focus-visible,
input:focus-visible {
  outline: 2px solid #2467a2;
}
button.nav {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  box-sizing: border-box;
  min-height: 2.5rem;
  padding: 0.5rem 0.75rem;
  margin: 0;
  border: 1px solid #b8c5d0;
  border-radius: 0.375rem;
  background: #fff;
  color: #305070;
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1.4;
  cursor: pointer;
}
button.nav:hover:not(:disabled) {
  background: #eef4fa;
  border-color: #7893ac;
}
button.nav:disabled {
  color: #596773;
  background: #edf0f3;
  cursor: not-allowed;
}
nav {
  display: block;
  width: 100%;
  padding-bottom: 2px;
  margin: 0;
  background-color: #fcfcf8;
  border-bottom: thin lightgrey solid;
}
nav a {
  display: inline-block;
  background-color: #607D8B;
  color: white;
  padding: 0.1em 0.4em;
  margin: 0;
  border-bottom-left-radius: 0.3em;
  border-bottom-right-radius: 0.3em;
}
a {
  color: inherit;
  background-color: inherit;
  text-decoration: none;
}
nav a.active {
  background-color: #406870;
  color: #f0b0c0;
}
nav a:hover {
  color: #e8b8c8;
}

/* angular:styles/global:styles */
/*# sourceMappingURL=styles.css.map */
