@import url(../../css/common2026.css);

:root {
  --special-theme-color-rgb: 0, 80, 190; /* #0050be */
}

h2, h3,
.table > thead > tr > th {
  color: var(--bs-body-bg);
  background-color: rgba(var(--special-theme-color-rgb), 0.9);
}

h4 {
  background-color: var(--bs-body-bg);
  border-bottom: solid 2px rgba(var(--special-theme-color-rgb), 1);
  border-radius: 0 !important;
}

ul.icon-head li::before {
  color: rgba(var(--special-theme-color-rgb), 1.0);
}
