/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: May 17 2025 | 03:57:13 */
/* Estilo para links en títulos de tabs con hide-initial-tab */
.hide-initial-tab .kt-tabs-title a {
  display: flex !important;
  align-items: center !important;
  height: 100% !important;
  padding: 0.75em 1em !important;
  color: inherit !important;
  text-decoration: none !important;
  font-weight: inherit !important;
  font-size: inherit !important;
  width: 100%;
  box-sizing: border-box;
  cursor: pointer;
}

/* Hover para los links */
.hide-initial-tab .kt-tabs-title a:hover {
  text-decoration: underline !important;
}

/* Cuando el tab está activo */
.hide-initial-tab .kt-tabs-title.kt-tabs-title-active a {
  font-weight: 600 !important;
  color: #000 !important; /* Cambialo por el color de tu tema */
}
