.my-main-menu li {
    list-style: none;
}


img.brand-logo-img {
    max-width: 64px !important;
}


/* Hide on mobile devices by default */
a.btn.btn--primary.btn--sm.desktop-only {
  display: none !important;
}

/* Display on tablet/desktop screens */
@media (min-width: 768px) {
  a.btn.btn--primary.btn--sm.desktop-only {
    display: inline-flex !important; /* Or inline-block / flex based on your button styling */
  }
}