/* Need to check with designer */
/* Need to check with designer */
:host {
  font-family: var(--fw-font-family, -apple-system, blinkmacsystemfont, "Segoe UI", roboto, oxygen, ubuntu, cantarell, "Open Sans", "Helvetica Neue", sans-serif);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  box-sizing: border-box;
}

:host {
  flex: 1;
  overflow-y: auto;
  font-size: 14px;
  font-weight: 400;
  color: #12344d;
  line-height: 20px;
}

.content {
  padding: 12px 32px 32px;
  overflow: visible;
  box-sizing: border-box;
}