/* Tokyo Mama Fre - Custom CSS */

/* カード内の行きたいボタンホバー */
.btn-interest:hover {
  transform: scale(1.05);
  transition: transform 0.15s ease;
}

/* イベントカードのホバー */
.card:hover {
  box-shadow: 0 0.25rem 0.75rem rgba(0,0,0,0.1);
  transition: box-shadow 0.2s ease;
}

/* スコアバッジ */
.badge {
  font-weight: 500;
}

/* モバイル対応 */
@media (max-width: 576px) {
  .container {
    padding-left: 12px;
    padding-right: 12px;
  }
}
