/* Compact actions inside the 30px report metadata strip only. */
@layer apple-proportions {
#view .ad-data-report-inline-meta .ad-data-report-post-actions {
  flex: 0 0 auto;
  align-items: center;
  gap: 6px;
}

#view .ad-data-report-inline-meta .ad-data-report-post-actions .ad-data-report-inline-copy {
  box-sizing: border-box !important;
  flex: 0 0 auto !important;
  width: auto !important;
  min-width: 0 !important;
  height: 26px !important;
  min-height: 26px !important;
  max-height: 26px !important;
  padding: 0 7px !important;
  margin: 0 !important;
  font-size: 12px !important;
  line-height: 24px !important;
  white-space: nowrap;
}
}
