.voucher-categories-demo {
  --vc-bg: #f6f7fb;
  --vc-card: #ffffff;
  --vc-border: #e6e8ef;
  --vc-text: #1e2330;
  --vc-muted: #6d7383;
  --vc-accent: #fb8602;
  --vc-accent-strong: #d96f00;
  --vc-accent-soft: #fff4e8;
  --vc-shadow: 0 10px 24px rgba(17, 24, 39, 0.05);
  color: var(--vc-text);
}

.voucher-categories-demo__container {
  max-width: 1240px;
  margin: 0 auto;
  padding: 20px 16px 48px;
}

.voucher-categories-demo__breadcrumbs {
  margin-bottom: 12px;
  font-size: 13px;
  color: var(--vc-muted);
}

.voucher-categories-demo__breadcrumbs a {
  color: inherit;
  text-decoration: none;
}

.voucher-categories-demo__hero {
  margin-bottom: 18px;
}

.voucher-categories-demo__hero-content,
.voucher-categories-demo__quick-nav-group,
.voucher-categories-demo__category-card,
.voucher-categories-demo__popular,
.voucher-categories-demo__seo-box {
  background: var(--vc-card);
  border: 1px solid var(--vc-border);
  border-radius: 10px;
}

.voucher-categories-demo__hero-content {
  padding: 0;
  background: transparent;
  border: 0;
  border-radius: 0;
}

.voucher-categories-demo__eyebrow,
.voucher-categories-demo__section-kicker {
  display: none;
}

.voucher-categories-demo__title {
  font-size: clamp(1.9rem, 3vw, 2.5rem);
  line-height: 1.12;
  margin: 0;
  letter-spacing: -0.02em;
}

.voucher-categories-demo__lead {
  max-width: 860px;
  margin: 8px 0 0;
  font-size: 15px;
  line-height: 1.65;
  color: var(--vc-muted);
}

.voucher-categories-demo__quick-nav {
  display: grid;
  grid-template-columns: minmax(280px, 0.95fr) minmax(0, 1.35fr);
  gap: 16px;
  margin-bottom: 28px;
}

.voucher-categories-demo__quick-nav-group {
  padding: 16px;
}

.voucher-categories-demo__quick-nav-group--anchors {
  grid-column: 1/-1;
}

.voucher-categories-demo__quick-nav-title {
  font-size: 1.05rem;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 14px;
}

.voucher-categories-demo__popular-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
}

.voucher-categories-demo__brand-card {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 112px;
  padding: 10px 8px;
  border: 1px solid var(--vc-border);
  border-radius: 8px;
  background: #fff;
  text-decoration: none;
  text-align: center;
  color: var(--vc-text);
  transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.voucher-categories-demo__brand-card:hover {
  border-color: rgba(251, 134, 2, 0.32);
  box-shadow: var(--vc-shadow);
  transform: translateY(-1px);
  color: var(--vc-text);
}

.voucher-categories-demo__brand-image-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 54px;
  margin-bottom: 10px;
}

.voucher-categories-demo__brand-image {
  max-width: 100%;
  max-height: 38px;
  object-fit: contain;
}

.voucher-categories-demo__brand-name {
  font-size: 13px;
  font-weight: 700;
  line-height: 1.3;
}

.voucher-categories-demo__brand-meta {
  margin-top: 4px;
  font-size: 11px;
  line-height: 1.3;
  color: var(--vc-muted);
}

.voucher-categories-demo__chips {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.voucher-categories-demo__chips--letters {
  display: grid;
  grid-template-columns: repeat(9, minmax(0, 1fr));
  gap: 8px;
}

.voucher-categories-demo__chip {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 36px;
  padding: 8px 12px;
  border-radius: 8px;
  background: var(--vc-accent-soft);
  color: var(--vc-accent-strong);
  text-decoration: none;
  font-size: 14px;
  font-weight: 600;
  transition: background-color 0.2s ease, color 0.2s ease;
}

.voucher-categories-demo__chip:hover {
  background: #ffe7cb;
  color: var(--vc-accent-strong);
}

.voucher-categories-demo__chip--letter {
  padding-inline: 0;
  background: #fff;
  color: var(--vc-text);
  border: 1px solid var(--vc-border);
}

.voucher-categories-demo__chip--letter:hover {
  background: var(--vc-accent-soft);
  border-color: rgba(251, 134, 2, 0.28);
  color: var(--vc-accent-strong);
}

.voucher-categories-demo__quick-nav-link {
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  width: 100%;
  margin-top: 12px;
  font-size: 14px;
  font-weight: 700;
  color: var(--vc-accent-strong);
  text-decoration: none;
}

.voucher-categories-demo__quick-nav-link:hover {
  text-decoration: underline;
  color: var(--vc-accent-strong);
}

.voucher-categories-demo__categories {
  margin-bottom: 28px;
}

.voucher-categories-demo__section-head {
  margin-bottom: 14px;
}

.voucher-categories-demo__section-title {
  font-size: 1.4rem;
  line-height: 1.2;
  margin: 0;
}

.voucher-categories-demo__grid {
  display: block;
}

.voucher-categories-demo__category-block + .voucher-categories-demo__category-block {
  margin-top: 18px;
}

.voucher-categories-demo__category-heading {
  margin: 0 0 8px;
  font-size: 1.18rem;
  line-height: 1.25;
}

.voucher-categories-demo__category-card {
  display: grid;
  grid-template-columns: minmax(230px, 31%) minmax(0, 1fr);
  gap: 16px;
  padding: 12px;
  box-shadow: none;
}

.voucher-categories-demo__category-image-wrap {
  overflow: hidden;
  min-height: 178px;
  border-radius: 8px;
  background: #f8fafc;
}

.voucher-categories-demo__category-image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.voucher-categories-demo__category-body {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-width: 0;
  padding: 2px 0;
}

.voucher-categories-demo__category-top,
.voucher-categories-demo__category-stats,
.voucher-categories-demo__subcats-title,
.voucher-categories-demo__featured-title,
.voucher-categories-demo__featured-brands,
.voucher-categories-demo__category-description {
  display: none;
}

.voucher-categories-demo__subcats {
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
  gap: 8px;
}

.voucher-categories-demo__subcat {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 36px;
  padding: 8px 12px;
  border-radius: 8px;
  background: var(--vc-accent-soft);
  color: var(--vc-accent-strong);
  text-decoration: none;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.3;
  transition: background-color 0.2s ease, color 0.2s ease;
}

.voucher-categories-demo__subcat:hover {
  background: #ffe7cb;
  color: var(--vc-accent-strong);
}

.voucher-categories-demo__category-actions {
  margin-top: 12px;
  display: flex;
  justify-content: flex-end;
}

.voucher-categories-demo__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 0;
  border-radius: 0;
  background: transparent;
  text-decoration: none;
  font-weight: 700;
  transition: color 0.2s ease;
}

.voucher-categories-demo__category-link,
.voucher-categories-demo__btn--primary,
.voucher-categories-demo__btn--small {
  font-size: 14px;
  font-weight: 700;
  color: var(--vc-accent-strong);
  text-decoration: none;
}

.voucher-categories-demo__category-link:hover,
.voucher-categories-demo__btn--primary:hover {
  text-decoration: underline;
  color: var(--vc-accent-strong);
}

.voucher-categories-demo__popular {
  padding: 16px;
  margin-bottom: 28px;
}

.voucher-categories-demo__best-shops-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.voucher-categories-demo__best-shops-list {
  border: 1px solid var(--vc-border);
  border-radius: 8px;
  overflow: hidden;
  background: #fff;
}

.voucher-categories-demo__best-shop {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px;
  text-decoration: none;
  color: var(--vc-text);
  border-bottom: 1px solid var(--vc-border);
  transition: background-color 0.2s ease;
}

.voucher-categories-demo__best-shop:last-child {
  border-bottom: 0;
}

.voucher-categories-demo__best-shop:hover {
  background: #fffaf4;
  color: var(--vc-text);
}

.voucher-categories-demo__best-shop-media {
  flex: 0 0 78px;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
}

.voucher-categories-demo__best-shop-logo {
  max-width: 75px;
  max-height: 38px;
  object-fit: contain;
}

.voucher-categories-demo__best-shop-mark {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 999px;
  background: var(--vc-accent-soft);
  color: var(--vc-accent-strong);
  font-weight: 800;
}

.voucher-categories-demo__best-shop-body {
  min-width: 0;
}

.voucher-categories-demo__best-shop-name {
  display: block;
  font-weight: 700;
  line-height: 1.35;
}

.voucher-categories-demo__best-shop-count {
  display: block;
  margin-top: 2px;
  font-size: 12px;
  line-height: 1.35;
  color: var(--vc-muted);
}

.voucher-categories-demo__seo-box {
  padding: 16px;
}

.voucher-categories-demo__seo-content {
  font-size: 14px;
  line-height: 1.7;
  color: var(--vc-muted);
}

.voucher-categories-demo__seo-content p:last-child {
  margin-bottom: 0;
}

@media (max-width: 1199px) {
  .voucher-categories-demo__popular-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .voucher-categories-demo__chips--letters {
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }
}
@media (max-width: 991px) {
  .voucher-categories-demo__quick-nav,
  .voucher-categories-demo__best-shops-grid,
  .voucher-categories-demo__category-card {
    grid-template-columns: 1fr;
  }
  .voucher-categories-demo__quick-nav-group--anchors {
    grid-column: auto;
  }
  .voucher-categories-demo__popular-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .voucher-categories-demo__category-image-wrap {
    min-height: 220px;
  }
}
@media (max-width: 767px) {
  .voucher-categories-demo__container {
    padding-left: 14px;
    padding-right: 14px;
    padding-bottom: 36px;
  }
  .voucher-categories-demo__title {
    font-size: 1.75rem;
  }
  .voucher-categories-demo__lead {
    font-size: 14px;
  }
  .voucher-categories-demo__quick-nav-group,
  .voucher-categories-demo__popular,
  .voucher-categories-demo__seo-box {
    padding: 14px;
  }
  .voucher-categories-demo__popular-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .voucher-categories-demo__chips--letters {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
  .voucher-categories-demo__category-card {
    padding: 10px;
    gap: 12px;
  }
  .voucher-categories-demo__category-image-wrap {
    min-height: 180px;
  }
  .voucher-categories-demo__subcat,
  .voucher-categories-demo__chip {
    font-size: 13px;
  }
  .voucher-categories-demo__section-title {
    font-size: 1.2rem;
  }
  .voucher-categories-demo__category-heading {
    font-size: 1.05rem;
  }
}

/*# sourceMappingURL=page-voucher-categories-demo.css.map */
