athena-x-ai-headless 2.2.35 → 2.2.37

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -277,35 +277,6 @@
277
277
 
278
278
  /* --- autocomplete.css --- */
279
279
  /*==================
280
- Reset CSS
281
- ==================*/
282
- * {
283
- margin: 0;
284
- padding: 0;
285
- box-sizing: border-box;
286
- color: #4F4F69;
287
- word-break: break-word;
288
- }
289
- ol, li{
290
- list-style-type: none;
291
- }
292
- a{
293
- text-decoration: none;
294
- }
295
- button{
296
- border: 0;
297
- background: transparent;
298
- outline: none;
299
- cursor: pointer;
300
- appearance: none;
301
- }
302
- textarea:focus, input:focus{
303
- outline: none;
304
- }
305
- html{
306
- margin-left: calc(100vw - 100%)
307
- }
308
- /*==================
309
280
  Helper Classes
310
281
  ==================*/
311
282
  .athena-visibility-hidden {