#stcm-wrapper {
  --primaryColor: #f8b69d;
  --backgroundColor: #59364f;
  --textColor: #ffffff;
  --fontFamily: "DM Sans", system-ui, sans-serif;
}

#stcm-wrapper .stcm-banner {
  border-radius: 20px;
  box-shadow: 0 18px 60px rgba(89, 54, 79, .28);
}

#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;
}
