/* Contraste reforzado para todos los accesos del Centro de Gestión. */
.mg-profile-action-grid .mg-action-listings {
  background: linear-gradient(135deg, #07588d, #087aa6) !important;
}
.mg-profile-action-grid .mg-action-publish {
  background: linear-gradient(135deg, #075f3c, #117347) !important;
}
.mg-profile-action-grid .mg-action-messages {
  background: linear-gradient(135deg, #5830a8, #812788) !important;
}
.mg-profile-action-grid .mg-action-orders {
  background: linear-gradient(135deg, #843000, #a84600) !important;
}
.mg-profile-action-grid .mg-action-sales {
  background: linear-gradient(135deg, #07584f, #087267) !important;
}
.mg-profile-action-grid .mg-action-favorites {
  background: linear-gradient(135deg, #8e123f, #ad1b50) !important;
}
.mg-profile-action-grid .mg-profile-action-card:not(.mg-action-wanted),
.mg-profile-action-grid .mg-profile-action-card:not(.mg-action-wanted) b,
.mg-profile-action-grid .mg-profile-action-card:not(.mg-action-wanted) small,
.mg-profile-action-grid .mg-profile-action-card:not(.mg-action-wanted) > span,
.mg-profile-action-grid .mg-profile-action-card:not(.mg-action-wanted) > i {
  color: #fff !important;
}
.mg-profile-action-grid .mg-profile-action-card:not(.mg-action-wanted) small {
  opacity: .92;
}

/* “Estoy buscando” conserva su personalidad amarilla, ahora con texto oscuro. */
.mg-profile-action-grid .mg-action-wanted {
  background: linear-gradient(135deg, #f4ffd7, #dff6ff) !important;
  border: 2px solid #9abe43 !important;
  color: #121a2d !important;
  box-shadow: 0 8px 20px rgba(55, 78, 31, .15);
}
.mg-profile-action-grid .mg-action-wanted b {
  color: #121a2d !important;
  font-weight: 900;
}
.mg-profile-action-grid .mg-action-wanted small {
  color: #425067 !important;
  font-weight: 750;
}
.mg-profile-action-grid .mg-action-wanted > span {
  background: #b8f34a !important;
  color: #11162b !important;
  box-shadow: inset 0 0 0 1px rgba(17, 22, 43, .16);
}
.mg-profile-action-grid .mg-action-wanted > i {
  background: #16213a !important;
  color: #fff !important;
}
.mg-profile-action-grid .mg-profile-action-card:focus-visible {
  outline: 4px solid #111827;
  outline-offset: 3px;
}

@media (max-width: 680px) {
  .mg-profile-action-grid .mg-profile-action-card b { font-size: 16px; }
  .mg-profile-action-grid .mg-profile-action-card small { font-size: 12px; }
}
