/* Safe homepage tidy patch */

#statusText.status {
  display: none !important;
}

/* Save card text a little cleaner */
.fn-save-forever-card strong {
  display: block;
  margin-bottom: 4px;
}

.fn-save-forever-card span {
  line-height: 1.5;
}

/* Slightly cleaner info cards */
.fn-info-grid article p {
  line-height: 1.6;
}
