.pp-top-nav {
  position: sticky;
  top: 0;
  z-index: 50;
  height: 76px;
  background: var(--cge-card-header-bg);
  border-bottom: 1px solid var(--cge-border);
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 32px;
  gap: 16px;
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
}

.pp-brand-group {
  display: inline-flex;
  align-items: center;
}

.pp-org-logo {
  height: 38px;
  width: auto;
  display: block;
}

.pp-top-nav-meta {
  display: inline-flex;
  align-items: center;
}

.pp-user-menu-wrap {
  position: relative;
}

.pp-user-menu-toggle {
  border: 0;
  background: transparent;
  padding: 0;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  cursor: pointer;
}

.pp-header-user-meta {
  display: grid;
  gap: 2px;
  text-align: right;
}

.pp-header-user-name {
  font-size: 14px;
  line-height: 18px;
  font-weight: 800;
  color: var(--cge-text-main);
}

.pp-header-user-type {
  font-size: 12px;
  line-height: 16px;
  font-weight: 600;
  color: var(--cge-text-muted);
}

.pp-header-avatar {
  width: 44px;
  height: 44px;
  border-radius: var(--cge-radius-full);
  display: grid;
  place-items: center;
  background: linear-gradient(135deg, #4f46e5 0%, #3b82f6 100%);
  color: #ffffff;
  border: 2px solid #ffffff;
  font-size: 16px;
  font-weight: 800;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  box-shadow: 0 4px 10px rgba(59, 130, 246, 0.3);
}

.pp-user-menu.is-hidden,
.is-hidden {
  display: none !important;
}

.pp-footer {
  border-top: 1px solid #e2e8f0;
  padding: 16px 24px;
  text-align: center;
  color: #94a3b8;
  font-size: 11px;
  background: transparent;
}

body.pp-modal-open {
  overflow: hidden;
}

.onb-backdrop {
  position: fixed;
  inset: 0;
  z-index: 80;
  background: rgba(15, 23, 42, 0.35);
  display: grid;
  place-items: center;
  padding: 16px;
}

.onb-backdrop.is-hidden {
  display: none;
}

.onb-modal {
  width: min(800px, calc(100vw - 32px));
  height: min(800px, calc(100vh - 32px));
  border-radius: 12px;
  border: 1px solid #dbe3ef;
  background: #ffffff;
  box-shadow: 0 24px 48px -20px rgba(15, 23, 42, 0.38);
  overflow: hidden;
  position: relative;
}

.onb-stage {
  width: 100%;
  height: 100%;
}

.onb-stage.is-hidden {
  display: none;
}

.onb-top-close {
  position: absolute;
  top: 14px;
  right: 14px;
  border: 0;
  background: transparent;
  font-family: 'Material Symbols Outlined', sans-serif;
  font-size: 20px;
  color: #94a3b8;
  cursor: pointer;
  z-index: 2;
}

.onb-tutorial-body {
  height: calc(100% - 122px);
  padding: 30px 64px 18px;
  display: grid;
  align-content: center;
  justify-items: center;
  gap: 16px;
  text-align: center;
}

.onb-tutorial-tag {
  margin: 0;
  border-radius: 999px;
  background: #eff6ff;
  color: #2563eb;
  border: 1px solid #dbeafe;
  padding: 5px 12px;
  font: 700 10px/14px 'Manrope', sans-serif;
  letter-spacing: 0.8px;
}

.onb-tutorial-art {
  width: 250px;
  height: 250px;
  border-radius: 999px;
  background: radial-gradient(circle at 30% 25%, #f1f5ff 0%, #dbe8ff 75%);
  display: grid;
  place-items: center;
  overflow: hidden;
}

.onb-tutorial-image {
  width: 100%;
  height: 100%;
  object-fit: contain;
  border-radius: inherit;
}

.onb-robot {
  width: 140px;
  height: 140px;
  border-radius: 18px;
  background: linear-gradient(135deg, #355196 0%, #111b35 100%);
  position: relative;
}

.onb-robot::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 70px;
  height: 32px;
  transform: translate(-50%, -50%);
  border-radius: 12px;
  background: #8fb8ff;
}

.onb-preview-grid {
  width: 330px;
  height: 220px;
  border-radius: 10px;
  border: 1px solid #dbe3ef;
  background: #f8fafc;
  padding: 14px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}

.onb-preview-grid span {
  border-radius: 8px;
  border: 1px solid #e2e8f0;
  background: linear-gradient(145deg, #d7e5ff 0%, #f8fbff 100%);
}

.onb-profile-card {
  width: 200px;
  height: 220px;
  border-radius: 14px;
  background: linear-gradient(160deg, #f8fafc 0%, #e2e8f0 100%);
  position: relative;
}

.onb-profile-card::before {
  content: '';
  position: absolute;
  top: 28px;
  left: 50%;
  transform: translateX(-50%);
  width: 78px;
  height: 78px;
  border-radius: 999px;
  background: #dbeafe;
}

.onb-profile-card::after {
  content: '';
  position: absolute;
  bottom: 36px;
  left: 50%;
  transform: translateX(-50%);
  width: 120px;
  height: 9px;
  border-radius: 999px;
  background: #cbd5e1;
}

.onb-tutorial-title {
  margin: 0;
  max-width: 520px;
  font: 800 50px/54px 'Manrope', sans-serif;
  color: #0f172a;
  letter-spacing: -1px;
}

.onb-tutorial-description {
  margin: 0;
  max-width: 560px;
  font: 500 22px/34px 'Manrope', sans-serif;
  color: #64748b;
}

.onb-tutorial-primary {
  min-width: 190px;
}

.onb-paddle {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 42px;
  height: 42px;
  border-radius: 999px;
  border: 1px solid #dbe3ef;
  background: #ffffff;
  font-family: 'Material Symbols Outlined', sans-serif;
  font-size: 20px;
  color: #2563eb;
  cursor: pointer;
  z-index: 2;
}

.onb-paddle:disabled {
  opacity: 0.4;
  cursor: not-allowed;
}

.onb-paddle-left {
  left: 12px;
}

.onb-paddle-right {
  right: 12px;
}

.onb-tutorial-footer {
  height: 122px;
  border-top: 1px solid #e2e8f0;
  padding: 14px 22px;
  display: grid;
  gap: 10px;
}

.onb-tutorial-actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.onb-optout-intro {
  font-size: 11px;
  color: #64748b;
}

.onb-pagination-wrap {
  display: grid;
  justify-items: center;
  gap: 6px;
}

.onb-pagination-dots {
  display: flex;
  align-items: center;
  gap: 6px;
}

.onb-dot {
  width: 8px;
  height: 8px;
  border-radius: 999px;
  border: 0;
  background: #bfdbfe;
  cursor: pointer;
}

.onb-dot.is-active {
  width: 24px;
  background: #2563eb;
}

.onb-pagination-text {
  margin: 0;
  font: 700 10px/14px 'Manrope', sans-serif;
  letter-spacing: 0.8px;
  color: #94a3b8;
}

.onb-headline-wrap {
  padding: 24px 24px 0;
}

.onb-form-scroll {
  display: grid;
  gap: 14px;
  padding: 0 24px 24px;
  max-height: calc(100% - 96px);
  overflow: auto;
}

.onb-headline-wrap h2 {
  margin: 0;
  font: 800 30px/36px 'Manrope', sans-serif;
  color: #0f172a;
}

.onb-headline-wrap p {
  margin: 8px 0 0;
  font: 500 13px/18px 'Manrope', sans-serif;
  color: #64748b;
}

.onb-field-group {
  display: grid;
  gap: 6px;
}

.onb-field-group label {
  font: 700 12px/16px 'Manrope', sans-serif;
  color: #334155;
}

.onb-field-group input,
.onb-field-group select {
  height: 42px;
  border-radius: 8px;
  border: 1px solid #dbe3ef;
  background: #f8fafc;
  padding: 0 12px;
  font: 500 14px/20px 'Manrope', sans-serif;
  color: #0f172a;
}

.onb-field-group input:focus,
.onb-field-group select:focus {
  border-color: #135bec;
  outline: 2px solid rgba(19, 91, 236, 0.2);
  outline-offset: 1px;
  background: #ffffff;
}

.onb-profile-row {
  display: grid;
  gap: 10px;
}

.onb-profile-image-wrap {
  display: inline-flex;
  align-items: center;
  gap: 12px;
}

.onb-profile-image {
  width: 66px;
  height: 66px;
  border-radius: 999px;
  border: 1px dashed #9ab4e7;
  background: #eff6ff;
  display: grid;
  place-items: center;
  font: 700 22px/1 'Manrope', sans-serif;
  color: #5b7ccf;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.onb-upload-meta {
  display: grid;
  gap: 2px;
}

.onb-upload-meta small {
  font: 500 11px/14px 'Manrope', sans-serif;
  color: #94a3b8;
}

.onb-link-btn {
  border: 0;
  background: transparent;
  color: #135bec;
  font: 700 12px/16px 'Manrope', sans-serif;
  padding: 0;
  text-align: left;
  cursor: pointer;
}

.onb-chip-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.onb-chip {
  border: 1px solid #dbe3ef;
  background: #f8fafc;
  border-radius: 999px;
  padding: 6px 12px;
  font: 600 12px/16px 'Manrope', sans-serif;
  color: #475569;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  cursor: pointer;
}

.onb-chip.is-selected {
  border-color: #8dafff;
  color: #135bec;
  background: #eff6ff;
}

.onb-chip-close {
  font-size: 14px;
  line-height: 1;
}

.onb-vendor-wrap {
  display: grid;
  gap: 10px;
}

.onb-vendor-help {
  margin: 0;
  font: 500 12px/16px 'Manrope', sans-serif;
  color: #64748b;
}

.onb-vendor-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
}

.onb-vendor-card {
  position: relative;
  border-radius: 8px;
  border: 1px solid #dbe3ef;
  background: #ffffff;
  min-height: 72px;
  padding: 10px;
  display: grid;
  gap: 6px;
  justify-items: start;
  align-content: center;
  cursor: pointer;
  text-align: left;
}

.onb-vendor-card img {
  width: 20px;
  height: 20px;
  border-radius: 4px;
  object-fit: cover;
}

.onb-vendor-name {
  font: 600 12px/16px 'Manrope', sans-serif;
  color: #334155;
}

.onb-vendor-check {
  position: absolute;
  top: 8px;
  right: 8px;
  width: 14px;
  height: 14px;
  border-radius: 999px;
  border: 1px solid #cbd5e1;
  display: grid;
  place-items: center;
  font-family: 'Material Symbols Outlined', sans-serif;
  font-size: 11px;
  line-height: 1;
  color: #ffffff;
}

.onb-vendor-card.is-selected {
  border-color: #135bec;
  background: #f8fbff;
}

.onb-vendor-card.is-selected .onb-vendor-check {
  border-color: #135bec;
  background: #135bec;
}

.onb-personalized-note {
  border-radius: 8px;
  background: #eff6ff;
  color: #2563eb;
  border: 1px solid #dbeafe;
  padding: 10px 12px;
  font: 600 11px/15px 'Manrope', sans-serif;
}

.onb-footer {
  border-top: 1px solid #e2e8f0;
  margin-top: 4px;
  padding-top: 14px;
  display: grid;
  gap: 12px;
}

.onb-optout {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font: 600 12px/16px 'Manrope', sans-serif;
  color: #475569;
}

.onb-optout input {
  width: 14px;
  height: 14px;
}

.onb-actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
}

.onb-btn {
  height: 38px;
  border-radius: 8px;
  border: 1px solid #dbe3ef;
  background: #ffffff;
  color: #475569;
  font: 700 13px/18px 'Manrope', sans-serif;
  padding: 0 14px;
  cursor: pointer;
}

.onb-btn.onb-btn-primary {
  border-color: #135bec;
  background: #135bec;
  color: #ffffff;
}

.onb-btn.onb-btn-link {
  border-color: transparent;
  color: #94a3b8;
  background: transparent;
}

.onb-btn:disabled {
  opacity: 0.55;
  cursor: not-allowed;
}

.onb-status {
  margin: 0;
  border-radius: 8px;
  padding: 10px 12px;
  font: 700 12px/16px 'Manrope', sans-serif;
}

.onb-status.is-hidden {
  display: none;
}

.onb-status-error {
  border: 1px solid #fecaca;
  background: #fff1f2;
  color: #be123c;
}

.onb-empty-inline {
  margin: 0;
  color: #94a3b8;
  font: 500 12px/16px 'Manrope', sans-serif;
}

@media (max-width: 900px) {
  .pp-top-nav {
    padding: 10px 12px;
  }

  .pp-header-user-meta {
    display: none;
  }

  .onb-modal {
    width: calc(100vw - 24px);
    height: calc(100vh - 24px);
  }

  .onb-tutorial-body {
    padding: 42px 44px 12px;
    gap: 12px;
  }

  .onb-tutorial-art {
    width: 190px;
    height: 190px;
  }

  .onb-preview-grid {
    width: 240px;
    height: 160px;
  }

  .onb-tutorial-title {
    font-size: 34px;
    line-height: 40px;
  }

  .onb-tutorial-description {
    font-size: 17px;
    line-height: 26px;
  }

  .onb-tutorial-footer {
    height: 138px;
  }

  .onb-tutorial-actions {
    flex-direction: column;
    align-items: flex-start;
  }

  .onb-paddle {
    top: auto;
    bottom: 154px;
  }

  .onb-headline-wrap h2 {
    font-size: 24px;
    line-height: 30px;
  }

  .onb-headline-wrap {
    padding: 16px 16px 0;
  }

  .onb-form-scroll {
    padding: 0 16px 16px;
  }

  .onb-vendor-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .onb-actions {
    flex-wrap: wrap;
    justify-content: flex-end;
  }
}

/* ==========================================================================
   Universal Sidebar Styles
   ========================================================================== */

body.has-sidebar {
  padding-left: 260px !important;
  transition: padding-left 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}

body.has-sidebar.has-sidebar-collapsed {
  padding-left: 72px !important;
}

body.has-sidebar .pp-top-nav {
  /* Ensure header remains aligned inside the shifted layout */
  border-left: 1px solid var(--cge-border);
}

@media (min-width: 901px) {
  body.has-sidebar .pp-top-nav #orgLogo {
    display: none !important;
  }
}

/* Overrides for catalog pages inside the shifted layout */
body.has-sidebar .content {
  grid-template-columns: 1fr !important;
  min-height: calc(100vh - 76px);
}

body.has-sidebar aside.filters {
  display: none !important;
}

body.has-sidebar #backLink {
  display: none !important;
}

/* Sidebar Container */
.pp-sidebar {
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  width: 260px;
  background-color: #ffffff;
  border-right: 1px solid #e2e8f0;
  box-shadow: 2px 0 12px rgba(15, 23, 42, 0.03);
  z-index: 100;
  transition: transform 0.2s ease, width 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}

.pp-sidebar.is-collapsed {
  width: 72px;
}

.pp-sidebar-inner {
  height: 100%;
  display: flex;
  flex-direction: column;
  overflow-y: auto;
  padding: 24px 16px;
  box-sizing: border-box;
  transition: padding 0.2s ease;
}

.pp-sidebar.is-collapsed .pp-sidebar-inner {
  padding: 24px 8px;
}

/* Custom Scrollbar for Sidebar */
.pp-sidebar-inner::-webkit-scrollbar {
  width: 4px;
}
.pp-sidebar-inner::-webkit-scrollbar-track {
  background: transparent;
}
.pp-sidebar-inner::-webkit-scrollbar-thumb {
  background-color: #cbd5e1;
  border-radius: 4px;
}
.pp-sidebar-inner {
  scrollbar-width: thin;
  scrollbar-color: #cbd5e1 transparent;
}

/* Brand Header */
.pp-sidebar-brand {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 12px 20px 12px;
  border-bottom: 1px solid #f1f5f9;
  margin-bottom: 16px;
  transition: all 0.2s ease;
}

.pp-sidebar.is-collapsed .pp-sidebar-brand {
  justify-content: center;
  padding: 0 0 20px 0;
  flex-direction: column;
  gap: 8px;
}

.pp-sidebar-logo {
  max-height: 32px;
  max-width: 140px;
  object-fit: contain;
  transition: all 0.2s ease;
}

.pp-sidebar.is-collapsed .pp-sidebar-logo {
  max-width: 40px;
}

.pp-sidebar-brand-text {
  font-size: 16px;
  font-weight: 800;
  color: var(--cge-text-main, #0f172a);
  letter-spacing: -0.5px;
  background: linear-gradient(135deg, #4f46e5 0%, #3b82f6 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.pp-sidebar.is-collapsed .pp-sidebar-brand-text {
  display: none;
}

/* Sidebar Toggle Buttons */
.pp-sidebar-toggle-btn {
  background: transparent;
  border: none;
  color: #64748b;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 4px;
  border-radius: 6px;
  transition: all 0.2s ease;
}
.pp-sidebar-toggle-btn:hover {
  background-color: #f1f5f9;
  color: #0f172a;
}
.pp-sidebar.is-collapsed .pp-sidebar-toggle-btn {
  margin-top: 8px;
}

/* Hamburger button in mobile header */
.pp-hamburger-btn {
  display: none;
}

/* Nav Sections */
.pp-sidebar-nav {
  display: flex;
  flex-direction: column;
  gap: 20px;
  flex: 1;
}

.pp-sidebar-section {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.pp-sidebar-section-header {
  font-size: 10px;
  font-weight: 800;
  color: #94a3b8;
  letter-spacing: 0.1em;
  padding: 8px 12px;
  text-transform: uppercase;
}

.pp-sidebar.is-collapsed .pp-sidebar-section-header {
  display: none;
}

/* Sidebar Links */
.pp-sidebar-link {
  position: relative;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 10px 14px;
  color: #475569;
  font-size: 13.5px;
  font-weight: 600;
  text-decoration: none;
  border-radius: 8px;
  transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  cursor: pointer;
  user-select: none;
}

.pp-sidebar.is-collapsed .pp-sidebar-link {
  justify-content: center;
  padding: 10px 0;
}

.pp-sidebar-link span.material-symbols-outlined {
  font-size: 20px;
  color: #64748b;
  transition: color 0.2s ease;
}

/* Hover State */
.pp-sidebar-link:hover {
  background-color: #f8fafc;
  color: #0f172a;
}
.pp-sidebar-link:hover span.material-symbols-outlined {
  color: #334155;
}

/* Active State */
.pp-sidebar-link.is-active {
  background-color: rgba(79, 70, 229, 0.06);
  color: #4f46e5;
}

.pp-sidebar-link.is-active span.material-symbols-outlined {
  color: #4f46e5;
}

.pp-sidebar-link.is-active::before {
  content: '';
  position: absolute;
  left: 0;
  top: 8px;
  bottom: 8px;
  width: 4px;
  background-color: #4f46e5;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  transition: all 0.2s ease;
}

.pp-sidebar.is-collapsed .pp-sidebar-link.is-active::before {
  left: 0;
}

.pp-sidebar.is-collapsed .pp-sidebar-link span:not(.material-symbols-outlined) {
  display: none;
}

/* Badges */
.pp-badge {
  margin-left: auto;
  font-size: 10px;
  font-weight: 800;
  padding: 2px 6px;
  border-radius: 6px;
  text-transform: uppercase;
}

.pp-sidebar.is-collapsed .pp-badge {
  display: none;
}

.pp-badge-tbd {
  background-color: #f1f5f9;
  color: #94a3b8;
  font-size: 9px;
  font-weight: 700;
}

.pp-badge-count {
  background-color: rgba(79, 70, 229, 0.08);
  color: #4f46e5;
}

/* Accordion Submenus */
.pp-sidebar-submenu {
  list-style: none;
  padding: 8px 0 8px 12px;
  margin: 0 0 8px 14px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.pp-sidebar.is-collapsed .pp-sidebar-submenu {
  display: none !important;
}

.pp-sidebar-subitem-group {
  position: relative;
  padding-left: 20px;
}

/* Vertical connector line */
.pp-sidebar-subitem-group::before {
  content: '';
  position: absolute;
  left: 0;
  top: -8px;
  width: 1px;
  height: calc(100% + 8px);
  background-color: #e2e8f0;
}

.pp-sidebar-subitem-group:last-child::before {
  height: 18px; /* truncate vertical line at last branch header */
}

/* Group Headers with curved horizontal branches */
.pp-sidebar-group-title {
  font-size: 10px;
  font-weight: 700;
  color: #94a3b8;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin-bottom: 8px;
  position: relative;
}

.pp-sidebar-group-title::before {
  content: '';
  position: absolute;
  left: -20px;
  top: -6px;
  width: 14px;
  height: 14px;
  border-left: 1px solid #e2e8f0;
  border-bottom: 1px solid #e2e8f0;
  border-bottom-left-radius: 4px;
}

/* Checkbox option lists inside submenus */
.pp-sidebar-filter-options {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.pp-sidebar-filter-options .option {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 12.5px;
  color: #475569;
  cursor: pointer;
  user-select: none;
  transition: color 0.15s ease;
  margin: 0;
}

.pp-sidebar-filter-options .option:hover {
  color: #0f172a;
}

.pp-sidebar-filter-options .option .option-text {
  transition: color 0.15s ease, background-color 0.15s ease;
  padding: 2px 6px;
  border-radius: 4px;
  margin-left: -4px;
}

.pp-sidebar-filter-options .option .option-text:hover {
  color: #4f46e5;
  background-color: rgba(79, 70, 229, 0.08);
}

.pp-sidebar-filter-options .option input[type="checkbox"] {
  width: 14px;
  height: 14px;
  border-radius: 4px;
  border: 1px solid #cbd5e1;
  accent-color: #4f46e5;
  cursor: pointer;
}

/* Footer Section */
.pp-sidebar-footer {
  margin-top: auto;
  padding-top: 16px;
  border-top: 1px solid #f1f5f9;
}

/* Responsive Hide for Mobile/Tablets */
@media (max-width: 900px) {
  body.has-sidebar {
    padding-left: 0 !important;
  }
  
  .pp-sidebar {
    transform: translateX(-100%);
    width: 260px !important;
    display: flex !important;
    z-index: 1001;
    box-shadow: 4px 0 24px rgba(15, 23, 42, 0.15);
  }
  
  .pp-sidebar.is-mobile-open {
    transform: translateX(0);
  }
  
  /* Force text, headers, and submenus to show on mobile even if collapsed on desktop */
  .pp-sidebar.is-mobile-open .pp-sidebar-link span:not(.material-symbols-outlined) {
    display: inline !important;
  }
  
  .pp-sidebar.is-mobile-open .pp-sidebar-section-header {
    display: block !important;
  }
  
  .pp-sidebar.is-mobile-open .pp-sidebar-submenu {
    display: flex !important;
  }
  
  .pp-sidebar.is-mobile-open .pp-badge {
    display: inline-block !important;
  }
  
  .pp-sidebar.is-mobile-open .pp-sidebar-link {
    justify-content: flex-start !important;
    padding: 10px 14px !important;
  }
  
  .pp-sidebar.is-mobile-open .pp-sidebar-brand {
    justify-content: space-between !important;
    padding: 0 12px 20px 12px !important;
    flex-direction: row !important;
  }
  
  .pp-sidebar-backdrop {
    position: fixed;
    inset: 0;
    background-color: rgba(15, 23, 42, 0.4);
    backdrop-filter: blur(4px);
    z-index: 1000;
    display: none;
    opacity: 0;
    transition: opacity 0.2s ease;
  }
  
  .pp-sidebar-backdrop.is-visible {
    display: block;
    opacity: 1;
  }
  
  body.has-sidebar .pp-top-nav {
    border-left: none;
  }
  
  body.has-sidebar .content {
    grid-template-columns: 1fr !important;
  }
  
  body.has-sidebar aside.filters {
    display: none !important;
  }
  
  /* Hamburger button styling on mobile */
  .pp-hamburger-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: transparent;
    border: none;
    color: var(--cge-text-main, #0f172a);
    cursor: pointer;
    margin-right: 16px;
    padding: 8px;
    border-radius: 8px;
    transition: background-color 0.2s ease;
  }
  
  .pp-hamburger-btn:hover {
    background-color: rgba(15, 23, 42, 0.05);
  }
  
  .pp-hamburger-btn span {
    font-size: 24px;
  }
}

.catalog-header .header-left {
  flex: 1;
  margin-right: 24px;
}

.heading-row {
  display: flex;
  align-items: center;
  gap: 16px;
  width: 100%;
}

.heading-row .top-search {
  max-width: 280px;
  width: 280px;
  margin-left: auto;
  margin-bottom: 0;
}

@media (max-width: 900px) {
  .view-toggle {
    display: none !important;
  }
}

@media (max-width: 600px) {
  .catalog {
    padding-left: 10% !important;
    padding-right: 10% !important;
  }
}


