/* Responsive */
@media (max-width: 900px) {
  .secuseek-findings-wrapper {
    flex-direction: column;
    gap: 16px;
  }
  .secuseek-findings-left, .secuseek-findings-right {
    width: 100%;
    min-width: 0;
    max-width: 100%;
    border-radius: 12px;
    padding: 12px;
    max-height: none;
  }
}
@media (max-width: 700px) {
  .secuseek-findings-filters {
    gap: 12px;
    flex-direction: column;
    align-items: stretch;
  }
  .secuseek-multiselect {
    min-width: 120px;
  }
} 