/* TinyMKT p606o — readable segmentation profile cards. CSS-only served-runtime parity. */
body .tmk-profile-card {
  padding: 14px !important;
}
body .tmk-profile-card > .tmk-card-grid {
  grid-template-columns: 1fr !important;
  gap: 10px !important;
}
body .tmk-profile-card .tmk-flow-help {
  min-height: 0 !important;
  margin-top: 0 !important;
  padding: 10px 12px !important;
  border: 1px solid rgba(15, 23, 42, .07) !important;
  border-radius: 14px !important;
  background: rgba(248, 250, 252, .78) !important;
  line-height: 1.35 !important;
}
body .tmk-profile-card .tmk-flow-help:first-child {
  background: linear-gradient(180deg, #f6f9ff, #fff) !important;
  border-color: rgba(59, 130, 246, .16) !important;
}
body .tmk-profile-card .tmk-flow-help > div:first-child {
  font-size: 10px !important;
  text-transform: uppercase !important;
  letter-spacing: .09em !important;
  color: #6b7280 !important;
  font-weight: 900 !important;
  margin-bottom: 5px !important;
}
body .tmk-profile-card .tmk-flow-help .tmk-mono {
  display: block !important;
  max-width: 100% !important;
  white-space: normal !important;
  word-break: normal !important;
  overflow-wrap: anywhere !important;
  font-size: 11px !important;
  line-height: 1.3 !important;
}
body .tmk-profile-card-summary {
  display: flex !important;
  flex-direction: column !important;
  gap: 10px !important;
  margin-top: 12px !important;
}
body .tmk-profile-summary-row {
  border: 1px solid rgba(15, 23, 42, .07) !important;
  background: rgba(248, 250, 252, .78) !important;
  border-radius: 14px !important;
  padding: 10px 12px !important;
  min-width: 0 !important;
}
body .tmk-profile-summary-row.root {
  background: linear-gradient(180deg, #f6f9ff, #fff) !important;
  border-color: rgba(59, 130, 246, .16) !important;
}
body .tmk-profile-summary-kicker {
  font-size: 10px !important;
  text-transform: uppercase !important;
  letter-spacing: .09em !important;
  color: #6b7280 !important;
  font-weight: 900 !important;
  margin-bottom: 5px !important;
}
body .tmk-profile-summary-title {
  font-size: 14px !important;
  line-height: 1.3 !important;
  font-weight: 850 !important;
  color: #111827 !important;
  white-space: normal !important;
  overflow-wrap: anywhere !important;
}
body .tmk-profile-summary-sub {
  font-size: 12px !important;
  line-height: 1.35 !important;
  color: #6b7280 !important;
  margin-top: 3px !important;
  white-space: normal !important;
  overflow-wrap: anywhere !important;
}
body .tmk-profile-object-pills,
body .tmk-profile-card .tmk-flow-help div[style*="flex-wrap"] {
  display: flex !important;
  gap: 6px !important;
  flex-wrap: wrap !important;
  align-items: center !important;
}
body .tmk-profile-mapping-list {
  display: flex !important;
  flex-direction: column !important;
  gap: 7px !important;
}
body .tmk-profile-mapping-item {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr) !important;
  gap: 8px !important;
  align-items: center !important;
  border-radius: 10px !important;
  background: #fff !important;
  border: 1px solid rgba(15, 23, 42, .06) !important;
  padding: 8px !important;
}
body .tmk-mapping-endpoint {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace !important;
  font-size: 11px !important;
  line-height: 1.3 !important;
  color: #374151 !important;
  white-space: normal !important;
  overflow-wrap: anywhere !important;
}
body .tmk-mapping-link {
  font-size: 13px !important;
  font-weight: 900 !important;
  color: #2563eb !important;
}
