      @media print {
        .c-float-container:has(.c-float-container__info:not(.-right)) .c-textarea:first-of-type, .c-float-container:has(.c-float-container__info:not(.-right)) .c-input:first-of-type, .c-float-container:has(.c-float-container__icon:not(.-right)) .c-textarea:first-of-type, .c-float-container:has(.c-float-container__icon:not(.-right)) .c-input:first-of-type {
        padding-left: 1rem !important;

        }
    
    .c-float-container:has(.c-float-container__info:not(.-right)) .c-label:first-of-type, .c-float-container:has(.c-float-container__icon:not(.-right)) .c-label:first-of-type {
    
    margin-left: 1rem !important;
    text-overflow: unset;
   
}
  .c-float-container.-is-active:has(.c-float-container__info:not(.-right))>.c-label:first-of-type, .c-float-container.-is-active:has(.c-float-container__icon:not(.-right))>.c-label:first-of-type, .c-float-container:has(:focus-within):has(.c-float-container__info:not(.-right))>.c-label:first-of-type, .c-float-container:has(:focus-within):has(.c-float-container__icon:not(.-right))>.c-label:first-of-type, .c-float-container:has(select:valid):not(:has(input)):has(.c-float-container__info:not(.-right))>.c-label:first-of-type, .c-float-container:has(select:valid):not(:has(input)):has(.c-float-container__icon:not(.-right))>.c-label:first-of-type, .c-float-container:has(select:disabled):not(:has(input)):has(.c-float-container__info:not(.-right))>.c-label:first-of-type, .c-float-container:has(select:disabled):not(:has(input)):has(.c-float-container__icon:not(.-right))>.c-label:first-of-type, .c-float-container:has(input:not(:placeholder-shown)):has(.c-float-container__info:not(.-right))>.c-label:first-of-type, .c-float-container:has(input:not(:placeholder-shown)):has(.c-float-container__icon:not(.-right))>.c-label:first-of-type, .c-float-container:has(textarea:not(:placeholder-shown)):has(.c-float-container__info:not(.-right))>.c-label:first-of-type, .c-float-container:has(textarea:not(:placeholder-shown)):has(.c-float-container__icon:not(.-right))>.c-label:first-of-type {
  width: auto !important;
}
        
      }