div.callout.cc-warning-a {
  --cc-callout-accent: #c73535;
  --cc-callout-dark: #8d2020;
  --cc-callout-soft: #fff6f4;
  --cc-callout-border: #efc8c1;
  --cc-callout-bg: #ffffff;
  --cc-callout-icon: "";
}

div.callout.cc-warning-a.callout-style-default > .callout-header {
  min-height: 3.25rem;
}

div.callout.cc-warning-a .callout-icon-container {
  position: relative;
  background: var(--cc-callout-accent);
}

div.callout.cc-warning-a .callout-icon-container::before {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 1.08rem;
  height: 1rem;
  background: center / contain no-repeat
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 22'%3E%3Cpath d='M12 2.2 22 19.8H2Z' fill='%23ffd25f' stroke='%232f6fe4' stroke-width='1.15' stroke-linejoin='round'/%3E%3Crect x='11.05' y='7.15' width='1.9' height='6.8' rx='0.95' fill='%232f6fe4'/%3E%3Ccircle cx='12' cy='16.7' r='1.05' fill='%232f6fe4'/%3E%3C/svg%3E");
  content: "";
  transform: translate(-50%, -50%);
}

div.callout.cc-warning-a .callout-icon-container::after {
  content: none;
}

div.callout.cc-warning-a .callout-title-container,
div.callout.cc-warning-a a {
  color: var(--cc-callout-dark) !important;
}
