/* ODPADY — výrazný rok a typ odpadu v titulku */
.odpady-scope .odpady-headline{
  display:flex;
  flex-wrap:nowrap;
  align-items:baseline;
  gap:8px;
  margin:6px 0 4px;
  color:inherit;
  white-space:nowrap;
}
.odpady-scope .odpady-headline__label{
  font-size:1.25rem;
  font-weight:600;
  color:var(--muted, #5b6b7a);
}
.odpady-scope .odpady-headline__value{
  font-size:1.25rem !important;
  font-weight:800;
  line-height:1.2;
  color:inherit;
}
.odpady-scope .odpady-headline__sep{
  font-size:1.25rem !important;
  font-weight:700;
  line-height:1.2;
  color:var(--muted, #5b6b7a);
}

/* ODPADY — Mobile hardening (scoped) */
@media (max-width: 900px){
  .odpady-scope .odpady-headline{
    gap:6px;
    overflow-x:auto;
  }
  .odpady-scope .odpady-headline__label,
  .odpady-scope .odpady-headline__value,
  .odpady-scope .odpady-headline__sep{
    font-size:1.15rem !important;
  }

  html, body { overflow-x:hidden; }
  .odpady-scope, .odpady-scope * { box-sizing:border-box; max-width:100%; }
  .odpady-scope [style*="min-width"]{ min-width:0 !important; }
  .odpady-scope [style*="width:100vw"], .odpady-scope .w-100vw { width:100% !important; }
  .odpady-scope .row, .odpady-scope .columns, .odpady-scope .grid { display:block !important; flex-wrap:wrap !important; }
  .odpady-scope [class*="col-"], .odpady-scope .column, .odpady-scope .col { width:100% !important; flex:0 0 100% !important; max-width:100% !important; min-width:0 !important; }
  .odpady-scope .card { min-width:0 !important; max-width:100% !important; }
  .odpady-scope .table-wrap{ overflow-x:auto; -webkit-overflow-scrolling:touch; }
  .odpady-scope table{ width:100% !important; min-width:0 !important; border-collapse:collapse; table-layout:auto !important; }
  .odpady-scope th, .odpady-scope td { white-space:normal !important; word-break:break-word !important; overflow-wrap:anywhere !important; }
  .odpady-scope table{ display:table !important; }
  .odpady-scope tbody{ display:table-row-group !important; }
  .odpady-scope tr{ display:table-row !important; }
  .odpady-scope th, .odpady-scope td{ display:table-cell !important; }
}