#wp-root .ws-record-modal {
  width: 880px;
}

#wp-root .ws-record-body {
  min-height: 0;
  flex: 1 1 auto;
  overflow: auto;
  padding: 14px;
  background: #f5f6f8;
}

#wp-root .ws-record-card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 10px;
  padding: 12px;
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
}

#wp-root .ws-muted {
  margin-top: 3px;
  color: #777;
  font-size: 12px;
}

#wp-root .ws-record-actions {
  flex: 0 0 auto;
  display: flex;
  gap: 6px;
}

#wp-root .ws-list-modal {
  width: 1380px;
}

#wp-root .ws-filter {
  display: grid;
  grid-template-columns: repeat(3, minmax(140px, 1fr)) 150px 100px;
  gap: 8px;
  padding: 12px;
  background: #fafafa;
  border-bottom: 1px solid #eee;
}

#wp-root .ws-filter input,
#wp-root .ws-filter select {
  min-width: 0;
  height: 32px;
  padding: 0 8px;
  border: 1px solid #d9d9d9;
  border-radius: 6px;
  outline: none;
}

#wp-root .ws-table-wrap {
  min-height: 0;
  flex: 1 1 auto;
  overflow: auto;
  padding: 10px 12px;
}

#wp-root .ws-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 12px;
}

#wp-root .ws-table th,
#wp-root .ws-table td {
  padding: 8px 6px;
  border-bottom: 1px solid #eee;
  text-align: left;
  white-space: nowrap;
}

#wp-root .ws-table th {
  position: sticky;
  top: 0;
  z-index: 1;
  background: #fafafa;
  font-weight: 700;
}

#wp-root .ws-table .wp-btn {
  height: 26px;
  padding: 0 8px;
  font-size: 12px;
}
