@import url('../gymtre/style.css');

/* ===== gymyogaintro: もっと見るリンク ===== */
.aff-see-more-btn {
  font-size: 13px;
  font-weight: 600;
  color: #888;
  text-decoration: none;
  white-space: nowrap;
  flex-shrink: 0;
  padding-top: 6px;
}
.aff-see-more-btn:hover { color: #1a1a1a; }

/* ===== gymyogaintro 一覧ページ ===== */
.gymlist-header {
  padding: 20px 0 14px;
  border-bottom: 1px solid #eee;
  margin-bottom: 20px;
}
.gymlist-header h1 {
  font-size: 20px;
  font-weight: 900;
  border-left: 4px solid var(--accent);
  padding-left: 10px;
}
.gymlist-card-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
}
@media (min-width: 640px) {
  .gymlist-card-grid { grid-template-columns: repeat(3, 1fr); }
}
