/* Rosaifa 4.14.13 — compact homepage category-card copy spacing.
 * Scope: homepage category cards on phones only. Keeps category imagery,
 * destinations and reveal behavior intact while bringing the SHOP action
 * closer to the category name.
 */
@media (max-width: 760px) {
  .rf-front-page .rf-category-card-copy {
    flex: 0 0 auto;
    min-height: 0;
    padding: 14px 14px 16px;
  }

  .rf-front-page .rf-category-card-copy strong {
    min-height: 2.12em;
  }

  .rf-front-page .rf-category-card-copy em {
    align-self: flex-start;
    margin-top: 10px;
    padding-top: 0;
  }
}
