label {
      font-weight: bold;
      display: block;
      margin-bottom: 6px;
      color: #555;
    }
    textarea {
      width: 100%;
      max-width: 600px;
      height: 120px;
      padding: 8px;
      border: 1px solid #ccc;
      resize: vertical;
      font-size: 14px;
      box-sizing: border-box;
    }

    /* Result box styling */
    #result {
      background-color: #fff;
      border: 1px solid #ccc;
      padding: 10px;
      white-space: pre-wrap;
      min-height: 30px;
      max-width: 600px;
      /* Scroll for large spintax outputs */
      max-height: 200px;
      overflow-y: auto;
    }
    .info {
      color: #666;
      font-size: 12px;
      max-width: 600px;
      margin-top: 10px;
    }
    .button-group {
      margin-bottom: 10px;
    }
    .copied-message {
      color: green;
      margin-left: 10px;
      display: none;
    }