.cs-js-disabled,
.cs-not-supported {
  font-family: 'Nunito Sans', Arial, sans-serif; text-align: center; font-weight: normal; line-height: 1.5;
}
.cs-not-supported {
  flex-grow: 1; text-align: center;
}
.cs-js-disabled > div,
.cs-not-supported > div {
  margin: 1rem; display: flex; flex-direction: column;
}
.cs-js-disabled > div > img,
.cs-not-supported > div > img {
  height: 3rem; width: auto;
}
.cs-js-disabled > p,
.cs-not-supported > p {
  background: #FFECC5; border: 1px solid #FFC992; display: block; margin: 1rem; padding: 1rem;
}
