﻿:root {
  --logius-rule-background: rgb(241, 246, 253);
}

/*-- Design rule block ------------------------------------------------------------*/
.rule {
  margin: 1em 0;
  padding: 1em 2em;
  border-left-width: 0.5em;
  border-left-style: solid;
  border-bottom-width: 0.25em;
  border-bottom-style: solid;
  border-color: #8CCBF2;
  background: var(--logius-rule-background);
}

.rulelab {
  color: var(--a-normal-text);
}

.rulelab a {
  font-weight: bold;
}

.flag {
  float: right;
  text-decoration: underline dotted;
  text-transform: capitalize;
}
