/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jan 30 2026 | 16:44:57 */
/* MENU MOBILE SIDEBAR – allineamento e separatori */
@media (max-width: 768px) {

  .mfn-header-tmpl-menu-sidebar-wrapper ul li {
    text-align: left;
  }

  .mfn-header-tmpl-menu-sidebar-wrapper ul li:not(:last-child) {
    border-bottom: 1px solid #BE9272;
  }

  .mfn-header-tmpl-menu-sidebar-wrapper ul li a {
    display: block;
    padding: 16px 0;
  }
}
