@media (max-width: 600px) {
      .logo {
        left: 1rem;
    }

      .language-switch {
        right: 1rem;
    }
  
      .hero h1 {
        font-size: 1.5rem;
        font-size: 1.5rem;
        margin-bottom: 0.5rem;
        padding-bottom: 1.5rem; /* přidáno */
        padding-top: 100px;
    }

    #rotating-question {
        max-width: 90%;
        margin: 0 auto;
        text-align: center;
        word-wrap: break-word;
        overflow-wrap: break-word;
        hyphens: auto;
      }

      .thought-form form {
        flex-direction: column;
        width: 100%;
        gap: 0.75rem;
        padding: 0 1rem; /* okraje formuláře */
        box-sizing: border-box;
      }
    
      .thought-form input[type="text"] {
        width: 100%;
      }
    
      .thought-form button {
        width: 100%;
      }

      
}
