/* Sumava.eu Mobile Fixes — hide nav tabs + quotes on mobile */
@media (max-width: 768px) {
  /* Hide navigation links on mobile */
  .sth-topbar-right {
    display: none !important;
  }
  /* Hide quote on mobile */
  .sth-topbar-quote,
  .sth-quote {
    display: none !important;
  }
  /* Topbar: just logo, compact */
  .sth-topbar {
    flex-direction: row !important;
    height: 44px !important;
    padding: 0 12px !important;
    gap: 0 !important;
  }
  .sth-topbar-left {
    width: 100%;
    justify-content: center;
  }
}
