/* ----------------------------------------------------------------
	Custom CSS

	Add all your Custom Styled CSS here for New Styles or
	Overwriting Default Theme Styles for Better Hanlding Updates
-----------------------------------------------------------------*/
.highlight-link {
    background-color: #F9F8B9;
    padding: 2px 5px;
    border-radius: 3px;
    color: black; /* Para mejor visibilidad */
    text-decoration: none; /* Opcional: Quita el subrayado */
}

