.client-assets-config-table .notion-row {
  grid-template-columns: minmax(150px, 0.75fr) minmax(260px, 1.4fr) minmax(130px, 0.55fr);
}

button.client-asset-config-row {
  width: 100%;
  border: 0;
  background: #fff;
  color: inherit;
  font: inherit;
}

.asset-title-cell {
  display: grid;
  gap: 6px;
}

.client-asset-field-list {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.client-asset-field-list span {
  border-radius: 999px;
  padding: 4px 8px;
  background: var(--panel-soft);
  color: var(--primary);
  font-size: 0.75rem;
  font-weight: 850;
}

.asset-edit-body {
  gap: 18px;
  background: #fff;
}

.asset-edit-hero,
.asset-edit-section {
  border: 1px solid var(--border);
  border-radius: 12px;
  padding: 14px;
  background: #fff;
}

.asset-edit-hero {
  display: flex;
  gap: 12px;
  align-items: center;
  background: var(--panel-soft);
  border-color: rgba(15, 118, 110, 0.18);
}

.asset-edit-hero p {
  margin: 2px 0 0;
  color: var(--muted);
}

.asset-edit-section h3 {
  font-size: 0.95rem;
}

.client-audit-list {
  display: grid;
  gap: 0;
  border: 1px solid var(--border);
  border-radius: 12px;
  overflow: hidden;
}

.client-audit-event {
  display: grid;
  grid-template-columns: 28px minmax(0, 1fr);
  gap: 10px;
  padding: 14px;
  background: #fff;
  border-bottom: 1px solid var(--border);
}

.client-audit-event:last-child {
  border-bottom: 0;
}

.client-audit-event header {
  display: flex;
  justify-content: space-between;
  gap: 12px;
}

.client-audit-event p,
.client-audit-event small {
  margin: 4px 0 0;
  color: var(--muted);
}

.client-audit-marker {
  width: 12px;
  height: 12px;
  margin: 5px auto 0;
  border-radius: 999px;
  background: var(--primary);
  box-shadow: 0 0 0 5px var(--panel-soft);
}

@media (max-width: 760px) {
  .client-assets-config-table {
    overflow-x: auto;
  }

  .client-assets-config-table .notion-row {
    min-width: 680px;
  }
}
