/* ==========================================================================
   nav-submenu-th.css - Fix submenu Talento Humano V1. [layout/nav]
   Fase 1: movido TAL CUAL desde tqc.css (orden preservado => cascada identica).
   ========================================================================== */
/* ===== FIX SUBMENU TALENTO HUMANO V1 ===== */
.module-subbar {
  background: linear-gradient(135deg, #071B3A 0%, #0B2D5C 100%) !important;
  border-bottom: 2px solid #FFC000 !important;
  padding: 10px 24px !important;
  box-shadow: 0 8px 18px rgba(7, 27, 58, .16);
}

.module-subbar-inner {
  max-width: 1380px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  overflow-x: auto;
}

.module-title-pill {
  color: #FFC000 !important;
  background: transparent !important;
  border: 0 !important;
  border-radius: 0;
  padding: 5px 2px;
  font-size: 15px;
  font-weight: 900;
  white-space: nowrap;
}

.module-action-strip {
  margin: 0 0 14px;
}

/* Accesos iniciales de Dirección Técnica: navegación breve, sin tarjetas vacías. */
.compact-module-access {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 12px;
  margin-top: 0;
}

.compact-module-access .module-card {
  flex: 0 0 auto;
  width: fit-content;
  min-width: 154px;
  min-height: 0;
  padding: 14px;
  gap: 9px;
}

.compact-module-access .module-card p {
  display: none;
}

.compact-module-access .module-card .btn {
  align-self: flex-start;
  padding: 8px 11px;
  font-size: 12px;
}

.module-subbar .sub-nav {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: nowrap;
  overflow-x: auto;
  padding: 2px 0;
}

.module-subbar .sub-nav a {
  color: #ffffff !important;
  background: rgba(255, 255, 255, .08) !important;
  border: 1px solid rgba(255, 255, 255, .16);
  border-radius: var(--radius-pill);
  padding: 8px 12px;
  white-space: nowrap;
}

.module-subbar .sub-nav a:hover {
  text-decoration: none;
  background: rgba(255, 255, 255, .16) !important;
}

.module-subbar .sub-nav a.active {
  color: #FFC000 !important;
  background: rgba(255, 192, 0, .14) !important;
  border-color: rgba(255, 192, 0, .55) !important;
  box-shadow: inset 0 0 0 1px rgba(255, 192, 0, .25);
}
/* ===== FIN FIX SUBMENU TALENTO HUMANO V1 ===== */

