/* Sage line icons — used site-wide */
.maintane-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #7a9a7e;
  vertical-align: middle;
  flex-shrink: 0;
}
.maintane-icon svg {
  width: 100%;
  height: 100%;
  stroke: currentColor;
  fill: none;
  stroke-width: 1.5;
  stroke-linecap: round;
  stroke-linejoin: round;
}
