/*
  StewardGrove illustrated icons
  Hand-drawn style SVGs embedded as CSS backgrounds
  Warm, botanical, trustworthy — built for 60+ audience
*/

.sg-icon {
  display: block;
  width: 64px;
  height: 64px;
  flex-shrink: 0;
}

.sg-icon-lg { width: 96px; height: 96px; }
.sg-icon-sm { width: 40px; height: 40px; }

/* Inline SVG helper classes */
.icon-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 72px;
  height: 72px;
  border-radius: 20px;
  margin-bottom: 18px;
}

.icon-wrap.sage  { background: var(--sage-pale);  }
.icon-wrap.clay  { background: var(--clay-pale);  }
.icon-wrap.gold  { background: var(--gold-pale);  }
.icon-wrap.cream { background: var(--cream);      }

.icon-wrap svg { width: 40px; height: 40px; }
