@media (max-width: 768px) {
  /* Layout adjustments */
  .layout {
    display: block;
    padding: 0 12px;
  }

  .sidebar,
  .content {
    width: 100%;
    margin-bottom: 20px;
  }

  /* Header scaling */
  header {
    padding: 30px 12px 20px;
    text-align: center;
  }

  header h1 {
    font-size: 1.8rem;
    line-height: 1.3;
  }

  header p {
    font-size: 0.95rem;
    line-height: 1.5;
  }

  /* Chart entry spacing */
  .image-first {
    margin-bottom: 20px;
  }

  /* Game overlay adjustments */
  .game-overlay {
    padding: 12px;
    background: none;
    position: static;
    color: inherit;
  }

  .game-overlay .rank {
    font-size: 1rem;
  }

  .game-overlay a {
    font-size: 1.1rem;
  }

  .game-overlay .meta,
  .game-overlay .summary {
    font-size: 0.9rem;
  }

  /* Sidebar section spacing */
  .sidebar-section {
    padding: 12px;
    margin-bottom: 20px;
  }

  .sidebar-section h3 {
    font-size: 1rem;
    margin-bottom: 10px;
  }

  .sidebar-section a,
  .sidebar-section button,
  .sidebar-section select {
    font-size: 0.9rem;
    width: 100%;
    box-sizing: border-box;
  }

  #voteSelect {
  width: 100%;
  padding: 8px;
  font-size: 1rem;
  box-sizing: border-box;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

  /* Ad box scaling */
  .ad-box {
    padding: 12px;
  }

  .ad-box p {
    font-size: 0.9rem;
  }

  /* Link row wrap */
  .link-row {
    flex-wrap: wrap;
    gap: 8px;
  }

  .official-link {
    font-size: 0.85rem;
    flex: 1 1 auto;
    min-width: 100px;
    text-align: center;
  }
}
