:host,
sc-information-box {
  font-size: 16px;
  font-style: normal;
  font-variant-ligatures: normal;
  font-variant-caps: normal;
  font-variant-numeric: normal;
  font-variant-east-asian: normal;
  font-weight: 400;
  font-stretch: normal;
  line-height: 1.2;
}

.information-box {
  padding: 16px;
  overflow-y: auto;
  height: 100%;
}

.content-center {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  height: 100%;
}

.cursor-pointer {
  cursor: pointer;
}

