#stcm-wrapper {
  --fontFamily: "Inter", "Helvetica Neue", Arial, sans-serif;
  --primaryColor: #25628f;
  --backgroundColor: #ffffff;
  --textColor: #1f2933;
  --boxShadow: 0 16px 45px rgba(31, 41, 51, 0.18);
  --backdropBackgroundColor: rgba(0, 0, 0, 0.35);
  --backdropBackgroundBlur: 2px;
  --iconColor: #ffffff;
  --iconBackgroundColor: #25628f;
  z-index: 999999;
}

#stcm-wrapper #stcm-banner,
#stcm-wrapper #stcm-modal {
  border: 1px solid rgba(37, 98, 143, 0.16);
}

#stcm-wrapper .stcm-button {
  border-radius: 6px;
  font-weight: 700;
}

#stcm-wrapper .stcm-button-primary {
  color: #ffffff;
}

#stcm-wrapper .stcm-button-primary:hover {
  background-color: #1f5278;
  border-color: #1f5278;
  color: #ffffff;
}

#stcm-wrapper .stcm-button-secondary {
  color: #25628f;
}

#stcm-wrapper .stcm-button-secondary:hover {
  color: #ffffff;
}

#stcm-wrapper #stcm-banner p,
#stcm-wrapper #stcm-modal p {
  font-size: 15px;
  line-height: 1.5;
}

#stcm-wrapper #stcm-icon {
  box-shadow: 0 8px 25px rgba(31, 41, 51, 0.2);
}

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

#stcm-wrapper #stcm-banner .stcm-reject-all {
  display: none;
}

@media (max-width: 640px) {
  #stcm-wrapper #stcm-banner {
    left: 10px;
    right: 10px;
    bottom: 10px;
    width: auto;
    max-width: calc(100vw - 20px);
    max-height: calc(100dvh - 20px);
    padding: 14px;
    border-radius: 8px;
  }

  #stcm-wrapper #stcm-banner p {
    font-size: 12px;
    line-height: 1.35;
    margin-bottom: 10px;
  }

  #stcm-wrapper #stcm-banner .stcm-actions {
    gap: 8px;
    margin-top: 10px;
  }

  #stcm-wrapper #stcm-banner .stcm-button {
    width: 100%;
    padding: 8px 12px;
    font-size: 12px;
    line-height: 18px;
  }

  #stcm-wrapper #stcm-banner .stcm-preferences-button {
    padding: 8px 0 0;
    font-size: 12px;
  }
}
