/* ================================
   TABLA GESTORÍAS - FRONT CSS
   ================================ */

.tablaRankingGestorias {
  width: 100%;
  border-collapse: collapse;
  font-family: inherit;
  font-size: 14px;
  color: #222;
}

.tablaRankingGestorias th,
.tablaRankingGestorias td {
  padding: 14px 12px;
  border-bottom: 1px solid #e5e5e5;
  vertical-align: middle;
}

.tablaRankingGestorias th {
  text-align: left;
  font-weight: 700;
  background: #f8f8f8;
  font-size: 14px;
}

.tablaRankingGestorias tr:last-child td {
  border-bottom: none;
}

/* Ranking */
.tablaRankingGestorias .colRanking {
  font-weight: 800;
  font-size: 18px;
  color: #222;
  width: 70px;
  white-space: nowrap;
}

/* Título */
.tablaRankingGestorias .nombreGestoria {
  font-weight: 700;
  font-size: 16px;
  margin-bottom: 4px;
  line-height: 1.2;
}

.tablaRankingGestorias .direccionGestoria {
  font-size: 13px;
  color: #555;
  margin-top: 2px;
  line-height: 1.3;
}

/* Badges */
.tablaRankingGestorias .badgeVerificada,
.tablaRankingGestorias .badgeRecomendada {
  display: inline-block;
  font-size: 11px;
  padding: 3px 7px;
  border-radius: 6px;
  margin-top: 6px;
  margin-right: 6px;
  font-weight: 700;
  line-height: 1;
}

.tablaRankingGestorias .badgeVerificada {
  background: #d7f7dd;
  color: #1d7a2e;
}

.tablaRankingGestorias .badgeRecomendada {
  background: #fff0b5;
  color: #8a6a00;
}

/* Recomendada fondo */
.tablaRankingGestorias tr.tg-recomendada {
  background: #fff8cc;
}

/* Rating */
.tablaRankingGestorias .ratingLine {
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 3px;
}

.tablaRankingGestorias .reviewsLine {
  font-size: 13px;
  color: #555;
}

/* Contacto */
.tablaRankingGestorias .colContacto {
  font-size: 13px;
}

.tablaRankingGestorias .contactItem {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
}

.tablaRankingGestorias .contactItem:last-child {
  margin-bottom: 0;
}

.tablaRankingGestorias .iconBox {
  width: 32px;
  height: 32px;
  border-radius: 8px;
  background: #f0f0f0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.tablaRankingGestorias .iconBox svg,
.tablaRankingGestorias .iconBox img {
  width: 18px;
  height: 18px;
}

.tablaRankingGestorias .contactItem a {
  text-decoration: none;
  color: #1a73e8;
  font-weight: 300;
  font-size: 14px;
}

.tablaRankingGestorias .contactItem a:hover {
  text-decoration: underline;
}

/* Teléfono ofuscado */
.tablaRankingGestorias .tg-phone {
  cursor: pointer;
  font-weight: 300;
  color: #1a73e8;
  white-space: nowrap;
}

/* TOP / Ranking etiqueta */
.tablaRankingGestorias .tg-top {
  font-size: 18px;
  font-weight: 300;
  color: #1a73e8;
}

/* ===================================
   RESPONSIVE MÓVIL (SIN AGRANDAR TEXTO)
   =================================== */

@media (max-width: 768px) {

  .tablaRankingGestorias {
    width: 100%;
    font-size: 14px;
  }

  .tablaRankingGestorias thead {
    display: none;
  }

  .tablaRankingGestorias tr {
    display: block;
    width: 100%;
    border: 1px solid #e5e5e5;
    border-radius: 14px;
    padding: 14px;
    margin-bottom: 16px;
    background: #fff;
    box-sizing: border-box;
  }

  .tablaRankingGestorias tr.tg-recomendada {
    background: #fff8cc;
    border-color: #f2e5a6;
  }

  .tablaRankingGestorias td {
    display: block;
    width: 100% !important;
    padding: 0 !important;
    border: none !important;
    margin-bottom: 12px;
    box-sizing: border-box;
  }

  .tablaRankingGestorias td:last-child {
    margin-bottom: 0;
  }

  /* Ranking: NO AGRANDAR */
  .tablaRankingGestorias .colRanking {
    font-size: 18px !important;
    font-weight: 800;
    width: auto;
    margin-bottom: 6px;
    line-height: 1.2;
  }

  .tablaRankingGestorias .tg-top {
    font-size: 18px !important;
    font-weight: 800;
  }

  /* Título mantiene tamaño escritorio */
  .tablaRankingGestorias .nombreGestoria {
    font-size: 16px !important;
    line-height: 1.2;
  }

  .tablaRankingGestorias .direccionGestoria {
    font-size: 13px !important;
    line-height: 1.3;
  }

  /* Badges */
  .tablaRankingGestorias .badgeVerificada,
  .tablaRankingGestorias .badgeRecomendada {
    font-size: 11px !important;
    padding: 3px 7px !important;
  }

  /* Contacto */
  .tablaRankingGestorias .colContacto,
  .tablaRankingGestorias .colContacto a,
  .tablaRankingGestorias .colContacto span {
    font-size: 13px !important;
  }

  .tablaRankingGestorias .contactItem {
    gap: 10px;
  }

  .tablaRankingGestorias .iconBox {
    width: 32px;
    height: 32px;
  }

  .tablaRankingGestorias .contactItem a {
    font-size: 13px !important;
  }

  .tablaRankingGestorias .tg-phone {
    font-size: 13px !important;
    white-space: nowrap;
  }
}
