/* === 📱 Mobilbarátítás: v0.2 === */
@media (max-width: 600px) {
  body {
    padding: 1rem;
    font-size: 1rem;
  }

  h2 {
    font-size: 1.2rem;
    margin-top: 1rem;
  }

  textarea,
  input[type="text"],
  input[type="submit"],
  button {
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    font-size: 1rem;
    margin-bottom: 1rem;
  }

  fieldset {
    padding: 1rem;
  }

  fieldset label {
    display: block;
    margin-bottom: 0.5rem;
  }

  #szoveg-monospace,
  #szoveg-sans-serif {
    font-size: 0.95rem;
    overflow-wrap: break-word;
    word-break: break-word;
  }

  #theme-panel {
    position: static;
    margin-top: 20px;
    width: 100%;
  }

  .user-info,
  .stats-block,
  .article-card {
    padding: 1rem;
    margin: 1rem 0;
  }
}
