#stcm-wrapper {
  --boxShadow: 0 12px 40px rgba(0, 0, 0, 0.28);
  --fontFamily: Montserrat, Helvetica Neue, Segoe UI, Arial, sans-serif;
  --primaryColor: #fe7f2a;
  --backgroundColor: #2e2e2e;
  --textColor: #ffffff;
  --backdropBackgroundColor: rgba(0, 0, 0, 0.55);
  --backdropBackgroundBlur: 2px;
  --iconColor: #fe7f2a;
  --iconBackgroundColor: #ffffff;
}

#stcm-banner,
#stcm-modal {
  border: 1px solid rgba(254, 127, 42, 0.45);
  border-radius: 16px;
}

#stcm-wrapper .stcm-button {
  border-radius: 100px;
  border-width: 2px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-family: var(--fontFamily);
  font-size: 11px;
  font-weight: 600;
  line-height: 1.3;
  padding: 12px 22px;
}

#stcm-banner p,
#stcm-modal p,
#stcm-modal h1,
#stcm-modal legend {
  font-family: var(--fontFamily);
}

#stcm-modal h1 {
  letter-spacing: -0.025em;
  font-weight: 500;
}

#stcm-banner .stcm-preferences-button {
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 600;
}

#stcm-icon {
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.28);
}

#stcm-banner a.stcm-logo,
#stcm-wrapper a.stcm-credit-link {
  display: none !important;
}
