@media (max-width: 1023px) {
  .ec-topbar {
    height: auto;
    min-height: 64px;
    padding: 0.625rem 0.75rem;
    gap: 0.5rem;
  }

  .ec-content {
    padding: 1rem;
  }
}

@media (max-width: 640px) {
  .ec-page-head {
    margin-bottom: 1.25rem;
  }

  .ec-page-title {
    font-size: 1.25rem;
  }

  .ec-page-desc {
    font-size: 0.8125rem;
  }

  #ec-notifications-panel {
    right: -0.25rem;
    width: min(95vw, 360px);
  }
}
