/* Main Layout */
.secuseek-findings-wrapper {
  display: flex;
  gap: 15px;
  align-items: flex-start;
  margin-top: 24px;
  padding: 0 10px 10px 10px;
}

.secuseek-findings-left {
  width: 450px;
  min-width: 340px;
  max-width: 450px;
  max-height: 80vh;
  overflow-y: auto;
  background: #FAFAFA;
  border-radius: 16px;
  box-shadow: 0 2px 12px rgba(0,0,0,0.06);
  padding: 5px 0px 20px 0px;
  height: 100%;
  min-height: 600px;
  display: flex;
  flex-direction: column;
}

.secuseek-findings-right {
  flex: 1;
  min-width: 0;
  background: white;
  border-radius: 16px;
  padding: 0px;
} 