/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jun 02 2025 | 18:01:28 */
/* Behåll flex och radbrytning */
tr.thwcfe-grid td.value {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 40px;
}

/* Bättre kolumnbredd + radbrytning */
tr.thwcfe-grid td.value label {
  display: flex;
  align-items: center;
  width: 30%; /* Mindre än en tredjedel för att få luft */
  gap: 6px;
  white-space: nowrap; /* Gör att orden hålls ihop */
  overflow-wrap: normal;
}
