#stcm-wrapper {
  --primaryColor: #dfff00;
  --backgroundColor: #000c2c;
  --textColor: #ffffff;
  --fontFamily: "DM Sans", system-ui, sans-serif;
}

#stcm-wrapper .stcm-banner {
  border-radius: 20px;
  box-shadow: 0 18px 60px rgba(0, 12, 44, .25);
}

#stcm-wrapper .stcm-banner > p:first-child {
  margin-bottom: 6px;
  font-family: Manrope, "DM Sans", system-ui, sans-serif;
  font-size: 18px;
}

#stcm-wrapper a {
  text-underline-offset: 3px;
}

#stcm-wrapper #stcm-icon {
  width: 44px;
  height: 44px;
}

#stcm-wrapper #stcm-icon svg {
  width: 26px;
  height: 26px;
}
