.rvrn-icon {
  width: var(--rvrn-icon-size, 1em);
  height: var(--rvrn-icon-size, 1em);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  color: currentColor;
  line-height: 1;
}

.rvrn-icon svg {
  width: 100%;
  height: 100%;
  display: block;
  fill: none;
  stroke: currentColor;
}

.rvrn-icon--accent {
  color: var(--rvrn-accent, #d00a07);
}
