.games-section { margin-bottom: 48px; }
.games-section .game-card { background-color: #ffffff; border-radius: 12px; padding: 24px; border: 1px solid #e0e0e6; margin-bottom: 16px; box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04); }
.games-section .game-card-header { display: flex; align-items: center; gap: 12px; margin-bottom: 12px; }
.games-section .game-badge { display: inline-flex; align-items: center; justify-content: center; padding: 4px 12px; background-color: #ededff; color: #1F25DB; font-size: 12px; font-weight: 700; border-radius: 6px; }
.games-section .game-title { font-size: 20px; font-weight: 700; color: #1a1a2e; margin: 0; }
.games-section .game-image { margin: 0 auto 16px auto; border-radius: 8px; overflow: hidden; max-width: 55%; }
.games-section .game-image img { width: 100%; height: auto; display: block; }
.games-section .game-text { font-size: 15px; line-height: 1.7; color: #444444; margin-bottom: 12px; }
.games-section .game-text:last-child { margin-bottom: 0; }
.games-section .game-list { padding-left: 20px; margin-bottom: 12px; }
.games-section .game-list li { font-size: 15px; line-height: 1.7; color: #444444; margin-bottom: 6px; }
@media (min-width: 768px) {
  .games-section .game-card { padding: 28px; }
  .games-section .game-title { font-size: 22px; }
}
