/* v61 - Konu başlığı kartını kaldırır, takip düğmesini sağda tutar. */
body.fx-thread-compact-v36:not(.admin-console-body) .thread-title-card,
body.fx-thread-compact-v37:not(.admin-console-body) .thread-title-card {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) auto !important;
  align-items: center !important;
  gap: 12px !important;
  min-height: 0 !important;
  margin: 6px 0 12px !important;
  padding: 12px 4px !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  overflow: visible !important;
  text-align: left !important;
}

body.fx-thread-compact-v36:not(.admin-console-body) .thread-title-copy,
body.fx-thread-compact-v37:not(.admin-console-body) .thread-title-copy {
  grid-column: 1 !important;
  min-width: 0 !important;
  text-align: left !important;
}

body.fx-thread-compact-v36:not(.admin-console-body) .thread-title-card h1,
body.fx-thread-compact-v37:not(.admin-console-body) .thread-title-card h1 {
  text-align: left !important;
}

body.fx-thread-compact-v36:not(.admin-console-body) .thread-title-meta,
body.fx-thread-compact-v37:not(.admin-console-body) .thread-title-meta {
  justify-content: flex-start !important;
  text-align: left !important;
}

body.fx-thread-compact-v36:not(.admin-console-body) .thread-title-actions,
body.fx-thread-compact-v37:not(.admin-console-body) .thread-title-actions {
  grid-column: 2 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: flex-end !important;
  justify-self: end !important;
  align-self: center !important;
  width: auto !important;
  min-width: 0 !important;
  margin: 0 !important;
  gap: 6px !important;
}

body.fx-thread-compact-v36:not(.admin-console-body) .thread-title-actions form,
body.fx-thread-compact-v37:not(.admin-console-body) .thread-title-actions form {
  display: block !important;
  width: auto !important;
  margin: 0 !important;
}

body.fx-thread-compact-v36:not(.admin-console-body) .thread-title-actions .button,
body.fx-thread-compact-v37:not(.admin-console-body) .thread-title-actions .button {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: auto !important;
  min-width: 112px !important;
  min-height: 38px !important;
  padding: 8px 11px !important;
  border-radius: 10px !important;
  white-space: nowrap !important;
}

body.fx-thread-compact-v36:not(.admin-console-body) .thread-title-actions .button span,
body.fx-thread-compact-v37:not(.admin-console-body) .thread-title-actions .button span {
  display: inline !important;
}

@media (max-width: 700px) {
  body.fx-thread-compact-v36:not(.admin-console-body) .thread-title-card,
  body.fx-thread-compact-v37:not(.admin-console-body) .thread-title-card {
    margin-top: 4px !important;
    padding: 10px 10px !important;
    gap: 9px !important;
  }

  body.fx-thread-compact-v36:not(.admin-console-body) .thread-title-card h1,
  body.fx-thread-compact-v37:not(.admin-console-body) .thread-title-card h1 {
    font-size: 1.28rem !important;
  }

  body.fx-thread-compact-v36:not(.admin-console-body) .thread-title-actions .button,
  body.fx-thread-compact-v37:not(.admin-console-body) .thread-title-actions .button {
    min-width: 108px !important;
    min-height: 36px !important;
    padding: 7px 9px !important;
    font-size: .72rem !important;
  }
}

@media (max-width: 390px) {
  body.fx-thread-compact-v36:not(.admin-console-body) .thread-title-card,
  body.fx-thread-compact-v37:not(.admin-console-body) .thread-title-card {
    grid-template-columns: minmax(0, 1fr) auto !important;
    padding-inline: 7px !important;
  }

  body.fx-thread-compact-v36:not(.admin-console-body) .thread-title-meta,
  body.fx-thread-compact-v37:not(.admin-console-body) .thread-title-meta {
    font-size: .69rem !important;
  }

  body.fx-thread-compact-v36:not(.admin-console-body) .thread-title-actions .button,
  body.fx-thread-compact-v37:not(.admin-console-body) .thread-title-actions .button {
    min-width: 100px !important;
    padding-inline: 8px !important;
  }
}
