
.toolfa-loremfe{display:block}
.toolfa-loremfe .controls{display:flex;gap:12px;flex-wrap:wrap;align-items:flex-end}
.toolfa-loremfe .field{display:flex;flex-direction:column;min-width:160px}
.toolfa-loremfe label{margin:.25rem 0}
.toolfa-loremfe select,
.toolfa-loremfe input[type=number],
.toolfa-loremfe textarea{padding:8px;box-sizing:border-box;width:100%}
/* Single custom arrow, avoid double icons and overlap */
.toolfa-loremfe select{
  appearance:none;-webkit-appearance:none;-moz-appearance:none;
  padding-inline-end:32px;
  background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 24 24' fill='none' stroke='%23999' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'><polyline points='6 9 12 15 18 9'/></svg>");
  background-repeat:no-repeat;
  background-position: right 10px center;
}
html[dir='rtl'] .toolfa-loremfe select{ background-position: left 10px center; }
/* Buttons: transparent background */
.toolfa-loremfe .buttons{display:flex;gap:8px;flex-wrap:wrap}
.toolfa-loremfe .btn{display:inline-block;padding:8px 12px;border:1px solid #ddd;border-radius:8px;cursor:pointer;}
/* Output readability */
.toolfa-loremfe .out{line-height:1.8;white-space:pre-wrap}
/* Responsive */
@media (max-width:640px){
  .toolfa-loremfe .field{min-width:100%;width:100%}
  .toolfa-loremfe .buttons{width:100%}
}
