#easy-character-counter textarea {
      width: 100%;
      height: 200px;
      padding: 10px;
      border: 1px solid #ccc;
      border-radius: 4px;
      font-size: 16px;
      resize: vertical;
      margin-bottom: 20px;
    }

    #easy-character-counter .counters {
      display: flex;
      justify-content: space-between;
      flex-wrap: wrap;
    }

    #easy-character-counter .counters p {
      margin: 10px 0;
      font-size: 18px;
      color: #555;
    }

    #easy-character-counter .counters span {
      font-weight: bold;
      color: #000;
    }