/* v0.87 — Revisión de perfiles con miniatura, columnas separadas y hero de noticias sin cajas innecesarias. */

.admin-profiles-review-v87 .table-wrap table {
  min-width: 1180px;
  table-layout: fixed;
  border-collapse: separate;
  border-spacing: 0 .7rem;
}

.admin-profiles-review-v87 th:nth-child(1) { width: 27%; }
.admin-profiles-review-v87 th:nth-child(2) { width: 20%; }
.admin-profiles-review-v87 th:nth-child(3) { width: 12%; }
.admin-profiles-review-v87 th:nth-child(4) { width: 15%; }
.admin-profiles-review-v87 th:nth-child(5) { width: 13%; }
.admin-profiles-review-v87 th:nth-child(6) { width: 13%; }

.admin-profiles-review-v87 .profile-review-row td {
  background: #fff;
  border-top: 0 !important;
  box-shadow: 0 10px 24px rgba(29, 42, 74, .04);
}

.admin-profiles-review-v87 .profile-review-row td:first-child {
  border-radius: 18px 0 0 18px;
}

.admin-profiles-review-v87 .profile-review-row td:last-child {
  border-radius: 0 18px 18px 0;
}

.profile-review-with-thumb {
  display: grid;
  grid-template-columns: 78px minmax(0, 1fr);
  gap: .85rem;
  align-items: start;
}

.profile-review-thumb {
  width: 78px;
  height: 66px;
  overflow: hidden;
  border: 1px solid #dfe7f3;
  border-radius: 16px;
  background: linear-gradient(135deg, #f0edff, #eef8fb);
}

.profile-review-thumb img,
.profile-review-thumb span {
  width: 100%;
  height: 100%;
}

.profile-review-thumb img {
  display: block;
  object-fit: cover;
}

.profile-review-thumb span {
  display: grid;
  place-items: center;
  color: #534189;
  font-size: 1rem;
  font-weight: 950;
}

.admin-profiles-review-v87 .profile-review-main strong,
.admin-profiles-review-v87 .profile-review-contact strong {
  line-height: 1.25;
}

.admin-profiles-review-v87 .profile-review-main small,
.admin-profiles-review-v87 .profile-review-contact small {
  line-height: 1.38;
}

.profile-review-control label {
  display: grid;
  gap: .28rem;
  margin: 0;
  color: #3d4d70;
  font-size: .72rem;
  font-weight: 850;
}

.profile-review-control select,
.profile-review-control input {
  width: 100%;
  min-height: 42px;
  border: 1px solid #d8e1ef;
  border-radius: 12px;
  background: #fff;
  font-size: .84rem;
}

.profile-review-followup {
  display: grid;
  gap: .55rem;
}

.profile-review-followup .button {
  width: 100%;
}

/* Noticias: mantener los textos del hero aireados, sin encerrar cada renglón en tarjetas. */
.page-news .news-hero-side-cards {
  display: grid;
  gap: .62rem;
  max-width: 620px;
  padding-top: .35rem;
}

.page-news .news-hero-insight {
  display: grid;
  grid-template-columns: 132px minmax(0, 1fr);
  gap: .65rem;
  align-items: baseline;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  backdrop-filter: none;
}

.page-news .news-hero-insight strong {
  color: #fff;
  font-size: .95rem;
  line-height: 1.25;
}

.page-news .news-hero-insight span {
  color: rgba(238, 245, 255, .88);
  font-size: .95rem;
  line-height: 1.45;
}

@media (max-width: 1120px) {
  .admin-profiles-review-v87 .table-wrap table,
  .admin-profiles-review-v87 thead,
  .admin-profiles-review-v87 tbody,
  .admin-profiles-review-v87 tr,
  .admin-profiles-review-v87 th,
  .admin-profiles-review-v87 td {
    display: block;
  }

  .admin-profiles-review-v87 thead {
    display: none;
  }

  .admin-profiles-review-v87 .profile-review-row {
    display: grid;
    grid-template-columns: 1fr;
    gap: .65rem;
    margin-bottom: 1rem;
    padding: 1rem;
    border: 1px solid #dfe7f3;
    border-radius: 22px;
    background: #fff;
  }

  .admin-profiles-review-v87 .profile-review-row td {
    padding: 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    box-shadow: none;
  }
}

@media (max-width: 760px) {
  .profile-review-with-thumb {
    grid-template-columns: 64px minmax(0, 1fr);
  }

  .profile-review-thumb {
    width: 64px;
    height: 58px;
  }

  .page-news .news-hero-insight {
    grid-template-columns: 1fr;
    gap: .1rem;
  }
}
