/* Keep admonitions visually aligned with the opcua-lua Read the Docs theme. */
.rst-content .admonition.warning,
.rst-content .warning {
  background: #f5f7f8;
  border-left: 4px solid #b7791f;
  box-shadow: none;
}

.rst-content .admonition.warning .admonition-title,
.rst-content .warning .admonition-title {
  background: #314452;
  color: #fff;
}

.rst-content .admonition.warning .admonition-title::before,
.rst-content .warning .admonition-title::before {
  color: #f0c05a;
}
