:root {
  --color-bg: #EEEDEB;
  --color-title: #0E1C4E;
  --color-summary-1: #FFF6EE;
  --color-summary-1-highlight: #FFC48B;
  --color-summary-2: #FAFAFF;
  --color-summary-2-highlight: #004987;
  --color-summary-3: #FFF0F3;
  --color-summary-3-highlight: #FFB3C0;
  --font-ibm-plex-sans: "IBM Plex Sans", sans-serif;
}

.card12 details {
  display: flex;
  border-radius: 5px;
  overflow: hidden;
  background: rgba(0, 0, 0, 0.05);
  border-left: 15px solid gray;
}

.card12 details {
  margin-top: 15px;
}

.card12 details.warning {
  background: var(--color-summary-1);
  border-left-color: var(--color-summary-1-highlight);
}

.card12 details.info {
  background: #00498F30;
  border-left-color: #00498F;
}

.card12 details.alert {
  background: var(--color-summary-3);
  border-left-color: var(--highlight);
}

.card12 details summary, .card12 details p {
  display: flex;
  flex-direction: row;
  align-content: center;
  color: #004987;
  padding: 7px 5px 10px 10px;
  cursor: pointer;
  margin-bottom: 0;
}

.card12 details summary::-webkit-details-marker, .card12 details p::-webkit-details-marker {
  display: none;
}

.card12 details summary::before {
  width: 1rem;
  height: 1rem;
  left: 0rem;
  margin-right: 0.5rem;
  content: url("data:image/svg+xml,%3Csvg width='100%' height='100%' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M22.6066 12H1.3934' stroke='%23202842' stroke-width='1.875' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M12 1.39343V22.6066' stroke='%23202842' stroke-width='1.875' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}

.card12 details[open] summary {
  font-weight: 700;
}

.card12 details[open] summary::before {
  transform: rotate(45deg);
  content: url("data:image/svg+xml,%3Csvg width='100%' height='100%' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M22.6066 12H1.3934' stroke='%23202842' stroke-width='3.6' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M12 1.39343V22.6066' stroke='%23202842' stroke-width='3.6' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}

