/* v0.51 — Multimedia bajo demanda, inversión administrable y bandeja de contacto */
.admin-panel-header-split {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem;
}
.centered-actions { justify-content: center; margin-top: 1.1rem; }
.admin-empty-state {
  padding: 1.2rem;
  border: 1px dashed #cad6eb;
  border-radius: 18px;
  background: linear-gradient(180deg, #fff, #f7f9ff);
  color: #68758e;
}
.admin-empty-state strong { display: block; color: #17244d; margin-bottom: .35rem; }
.media-grid-paged article { align-items: start; }
.media-grid-paged form { margin-top: .55rem; }
.media-grid-paged .button-ghost { border-color: #e2e8f4; background: #fff; color: #4d3f87; }
.media-grid-paged .button-ghost:hover { border-color: #bfcbea; background: #f8f6ff; }
.admin-message-preview {
  max-width: 34rem;
  margin: 0;
  color: #5f6d88;
  line-height: 1.55;
  white-space: pre-wrap;
}
.admin-investment-list {
  display: grid;
  gap: 1rem;
}
.admin-investment-item header {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  align-items: start;
}
.investment-detail-grid .investment-route-card {
  display: flex;
  flex-direction: column;
  min-height: 100%;
}
.investment-route-detail {
  margin-top: .7rem;
  color: #5f6d88;
  line-height: 1.58;
}
.investment-route-detail p { margin: 0 0 .65rem; }
.investment-route-detail ul,
.investment-route-detail ol { margin: .35rem 0 .75rem; padding-left: 1.2rem; }
.investment-route-card .text-link { margin-top: auto; padding-top: .8rem; }
.admin-table-modern .text-link.admin-edit-profile-link {
  display: inline-flex;
  margin-bottom: .5rem;
  padding: .35rem .6rem;
  border: 1px solid #dfe6f3;
  border-radius: 999px;
  background: #fff;
  white-space: nowrap;
}
@media (max-width: 900px) {
  .admin-panel-header-split,
  .admin-investment-item header { flex-direction: column; }
}
