/* =================== fav-bottom-grid.css =================== */
.fav-bottom-grid {margin-top: var(--hc-sp-2); padding: var(--hc-sp-4); background: var(--hc-paper-2); display: grid; grid-template-columns: 1.2fr 1.2fr auto; gap: 24px; align-items: center}
.fav-bottom-grid__text {margin-top: 6px; font-size: 13px; line-height: 1.55; color: var(--hc-ink-soft, rgba(26, 23, 20, 0.65)); margin: 0}
@media(max-width:1024px) {
  .fav-bottom-grid {grid-template-columns: 1fr; gap: 16px}
  .fav-bottom-grid .hc-btn {width: 100%; justify-content: center}
  .fav-bottom-grid > div strong {font-family: 'Playfair Display', Georgia, serif; font-size: 17px; font-weight: 400; color: var(--hc-ink, #1a1714); display: block; margin-bottom: 6px}
}
