/* Config Standards Register Styles */
/* Mobile card styles are inherited from asset-register.css */

/* Styles for multi-line content in desktop table */
.config-standards-table .data-table-container {
  --row-height: auto;
}

.config-standards-table tbody tr {
  height: auto;
  min-height: 60px;
  vertical-align: top;
}

.config-standards-table tbody tr td {
  padding: 12px 16px;
  vertical-align: top;
  white-space: normal;
  word-wrap: break-word;
}

.config-standards-table .whitespace-normal {
  white-space: normal !important;
  line-height: 1.5;
}

.mobile-card {
  padding: 16px;
  margin-bottom: 12px;
  border-radius: 8px;
  cursor: pointer;
  transition: all 0.2s ease;
}

.mobile-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.mobile-card-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 8px;
}

.mobile-card-id {
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  opacity: 0.7;
}

.mobile-card-name {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 4px;
  line-height: 1.3;
}

.mobile-card-description {
  font-size: 14px;
  opacity: 0.8;
  line-height: 1.4;
  margin-bottom: 8px;
}
