/* Rowland Made Website V164 — Centred Success Ticks
   The inherited .basket-success span text rule was more specific than the
   icon wrapper, so it changed the wrapper from grid to block and moved the
   SVG into the upper-left of its green circle. Keep circular success marks
   geometrically centred and independent of surrounding text styles. */

.rm-success-icon {
  display: block;
  flex: none;
  width: 18px;
  height: 18px;
  margin: 0;
  overflow: visible;
}

.basket-success > .basket-success-icon {
  display: grid;
  place-items: center;
  align-self: center;
  margin-top: 0;
  font-size: 0;
  line-height: 0;
}

.basket-success > .basket-success-icon > .rm-success-icon {
  width: 18px;
  height: 18px;
}

.page-add-success > .page-add-success-icon,
.rm-ymal-added > .rm-ymal-added-icon {
  display: grid;
  place-items: center;
  margin: 0;
  font-size: 0;
  line-height: 0;
}

.page-add-success > .page-add-success-icon > .rm-success-icon {
  width: 16px;
  height: 16px;
}

.rm-ymal-added > .rm-ymal-added-icon {
  flex: 0 0 24px;
  width: 24px;
  height: 24px;
}

.rm-ymal-added > .rm-ymal-added-icon > .rm-success-icon {
  width: 15px;
  height: 15px;
}
