/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: May 19 2025 | 04:53:25 */
/* Evita borde al hacer clic en los enlaces del menú */
.wp-block-navigation a:focus,
.wp-block-navigation a:active,
.wp-block-navigation-item__content:focus,
.wp-block-navigation-item__content:active,
.wp-block-navigation__responsive-container-open:focus,
.wp-block-navigation__responsive-container-open:active,
.wp-block-navigation__responsive-container-close:focus,
.wp-block-navigation__responsive-container-close:active {
  outline: none !important;
  box-shadow: none !important;
  border: none !important;
}
