.trpro-ic {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  flex-shrink: 0;
  vertical-align: middle;
  color: inherit;
}
.trpro-ic svg {
  width: 100%;
  height: 100%;
}
.trpro-ic-lg {
  width: 22px;
  height: 22px;
}
.trpro-ic-sm {
  width: 16px;
  height: 16px;
}

/* Paste button: text when row is wide enough, icon-only when narrow */
.trpro-input-wrap,
.trdash-modal-url-wrap {
  container-type: inline-size;
}

@container (max-width: 380px) {
  .trpro-paste-label {
    display: none;
  }
  #transcribe-pro-app .trpro-paste-btn,
  #transcribe-dashboard-app .trdash-modal-url-paste,
  .trdash-transcribe-body .trpro-paste-btn {
    padding-left: 12px !important;
    padding-right: 12px !important;
    gap: 0;
  }
}
