/*
Theme Name: Sheshi Mobile Logo Polish
Version: 0.29.5
Description: Optically aligns the smaller mobile logo.
*/

/* The SVG contains a small optical inset before the round S. Shift only the
   visible artwork, while the brand link retains its full 44px touch target. */
@media (max-width: 767px) {
  .sheshi-site-header .sheshi-logo--header {
    height: 33px !important;
    transform: translateX(-4px);
  }
}
