/* POS Qatar Blog — Zebra visual clone */

body.blog #content,
body.single-post #content,
body.category #content,
body.blog .site-content,
body.single-post .site-content,
body.category .site-content {
  background: #f2f2f2 !important;
}

body.blog .woocommerce-breadcrumb,
body.single-post .woocommerce-breadcrumb,
body.category .woocommerce-breadcrumb {
  display: none !important;
}

body.blog .site-content > .container,
body.category .site-content > .container {
  max-width: none !important;
  width: 100% !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

body.blog .site-content-inner.row,
body.category .site-content-inner.row {
  margin: 0 !important;
  width: 100% !important;
  max-width: none !important;
}

.pq-zbr {
  --zbr-blue: #003fbd;
  font-family: Arial, Helvetica, sans-serif;
  color: #000;
  margin: 0;
  padding: 0 0 64px;
  width: 100%;
}

.pq-zbr .hero-banner.cmp-hero-banner--inset {
  width: 100%;
  background: #f2f2f2;
}

.pq-zbr .cmp-hero-banner {
  overflow: hidden;
  background: #000;
}

.pq-zbr .hero-banner__container {
  display: flex;
  flex-direction: column;
  max-width: 1364px;
  margin: 0 auto;
  width: 100%;
}

@media (min-width: 992px) {
  .pq-zbr .hero-banner__container {
    flex-direction: row;
    min-height: 455px;
    padding: 0 50px;
    box-sizing: border-box;
  }
}

.pq-zbr .hero-banner__col { flex: 1 1 50%; min-width: 0; }

.pq-zbr .hero-banner__intro.semi-transparent {
  background: #000;
  color: #fff;
  padding: 32px 20px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  box-sizing: border-box;
}

@media (min-width: 992px) {
  .pq-zbr .hero-banner__intro.semi-transparent { padding: 57px 32px 57px 0; }
}

.pq-zbr .hero-banner__title {
  margin: 0 0 16px;
  font-size: 32px;
  line-height: 1.15;
  font-weight: 700;
  color: #fff;
}

@media (min-width: 992px) {
  .pq-zbr .hero-banner__title { font-size: 40px; }
}

.pq-zbr .hero-banner__line {
  border: 0;
  border-top: 1px solid rgba(255,255,255,.55);
  margin: 0 0 16px;
}

.pq-zbr .hero-banner__subtitle p {
  margin: 0 0 12px;
  font-size: 16px;
  line-height: 1.55;
  color: #fff;
}

.pq-zbr .hero-banner__contact,
.pq-zbr .hero-banner__contact a {
  color: #fff !important;
  font-size: 14px;
}

.pq-zbr .hero-banner__contact a {
  text-decoration: underline;
  font-weight: 700;
}

.pq-zbr .hero-banner__col--media img {
  width: 100%;
  height: clamp(240px, 42vw, 455px);
  object-fit: cover;
  display: block;
}

@media (min-width: 992px) {
  .pq-zbr .hero-banner__col--media img {
    height: 100%;
    min-height: 455px;
  }
}

.pq-zbr .featured-articles.list {
  width: 100%;
  background: #f2f2f2;
}

.pq-zbr .featured-articles__container {
  max-width: 1364px;
  margin: 0 auto;
  padding: 40px 20px 64px;
  box-sizing: border-box;
}

@media (min-width: 992px) {
  .pq-zbr .featured-articles__container { padding: 48px 50px 80px; }
}

.pq-zbr .featured-articles__header {
  display: flex;
  justify-content: center;
  margin: 0 0 2rem;
}

.pq-zbr .featured-articles__title {
  margin: 0;
  font-size: 28px;
  font-weight: 700;
  text-align: center;
}

@media (min-width: 992px) {
  .pq-zbr .featured-articles__title { font-size: 36px; }
}

.pq-zbr .featured-articles__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
}

@media (min-width: 768px) {
  .pq-zbr .featured-articles__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (min-width: 1100px) {
  .pq-zbr .featured-articles__grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 32px;
  }
  .pq-zbr .featured-articles__block--featured {
    grid-column: span 2;
    grid-row: span 2;
  }
}

.pq-zbr .featured-articles__link {
  background: #fff;
  border-radius: 16px;
  height: 100%;
  text-decoration: none !important;
  color: #000;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

.pq-zbr .featured-articles__link:hover {
  box-shadow: 0 8px 24px rgba(0,0,0,.08);
}

.pq-zbr .featured-articles__image {
  aspect-ratio: 16 / 10;
  overflow: hidden;
  background: #ddd;
}

.pq-zbr .featured-articles__block--featured .featured-articles__image {
  aspect-ratio: 16 / 11;
  flex: 1;
  min-height: 280px;
}

.pq-zbr .featured-articles__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.pq-zbr .featured-articles__content__outer {
  position: relative;
  padding-bottom: 48px;
}

.pq-zbr .featured-articles__content { padding: 20px 20px 0; }

.pq-zbr .featured-articles__eyebrow {
  margin: 0 0 8px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.pq-zbr .featured-articles__article-title {
  margin: 0 0 10px;
  font-size: 18px;
  line-height: 1.25;
  font-weight: 700;
}

.pq-zbr .featured-articles__block--featured .featured-articles__article-title { font-size: 28px; }

.pq-zbr .featured-articles__date {
  margin: 0 0 10px;
  font-size: 14px;
  color: #555;
}

.pq-zbr .featured-articles__excerpt {
  margin: 0;
  font-size: 15px;
  line-height: 1.5;
  color: #333;
}

.pq-zbr .featured-articles__link-cta {
  position: absolute;
  bottom: 16px;
  left: 0;
  padding: 0 20px;
  color: var(--zbr-blue);
  font-size: 14px;
  font-weight: 500;
}

.pq-zbr-cats {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: center;
  margin: 0 0 28px;
}

.pq-zbr-cats a {
  display: inline-flex !important;
  padding: 8px 14px !important;
  border-radius: 999px !important;
  border: 1px solid #000 !important;
  background: #fff !important;
  color: #000 !important;
  text-decoration: none !important;
  font-size: 13px !important;
  font-weight: 700 !important;
  width: auto !important;
  height: auto !important;
  float: none !important;
  margin: 0 !important;
}

.pq-zbr-cats a.is-active,
.pq-zbr-cats a:hover {
  background: #000 !important;
  color: #fff !important;
}

.pq-zbr-pagination {
  margin-top: 36px;
  display: flex;
  justify-content: center;
  gap: 8px;
  flex-wrap: wrap;
}

.pq-zbr-pagination a,
.pq-zbr-pagination span {
  display: inline-block;
  min-width: 40px;
  text-align: center;
  padding: 8px 12px;
  border-radius: 999px;
  border: 1px solid #000;
  background: #fff;
  color: #000;
  text-decoration: none;
  font-weight: 700;
}

.pq-zbr-pagination .current {
  background: #000;
  color: #fff;
}

.pq-zbr-sticky {
  position: sticky;
  bottom: 0;
  z-index: 40;
  background: #000;
  color: #fff;
  padding: 12px 16px;
  display: flex;
  justify-content: center;
  gap: 18px;
  flex-wrap: wrap;
  font-size: 14px;
  font-weight: 600;
}

.pq-zbr-sticky a {
  color: #fff;
  font-weight: 700;
  text-decoration: underline;
}

/* ===== SINGLE — full width on PC ===== */
body.single-post .site-content > .container {
  max-width: none !important;
  width: 100% !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

body.single-post .site-content-inner.row {
  margin: 0 !important;
  width: 100% !important;
  max-width: none !important;
}

.pq-zbr--single {
  width: 100%;
  background: #f2f2f2;
  padding-bottom: 48px;
}

.pq-zbr-single {
  max-width: 1364px;
  margin: 0 auto;
  padding: 32px 20px 40px;
  background: transparent;
  box-sizing: border-box;
}

@media (min-width: 992px) {
  .pq-zbr-single {
    padding: 40px 50px 56px;
  }
}

.pq-zbr-single .pq-single__header {
  background: #000;
  color: #fff;
  padding: 28px 24px;
  border-radius: 16px;
  margin-bottom: 20px;
}

@media (min-width: 992px) {
  .pq-zbr-single .pq-single__header {
    padding: 40px 48px;
  }
}

.pq-zbr-single .pq-single__cat {
  display: inline-block;
  margin-bottom: 12px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .08em;
  color: #fff;
  text-decoration: none;
  opacity: .85;
}

.pq-zbr-single .pq-single__title {
  margin: 0 0 14px;
  font-size: clamp(1.9rem, 3.4vw, 2.75rem);
  font-weight: 700;
  line-height: 1.15;
  color: #fff;
}

.pq-zbr-single .pq-single__byline {
  margin: 0;
  font-size: 14px;
  color: rgba(255,255,255,.85);
}

.pq-zbr-single .pq-single__byline a {
  color: #fff !important;
  font-weight: 700;
  text-decoration: underline;
}

.pq-zbr-single .pq-single__hero-img {
  border-radius: 16px;
  overflow: hidden;
  margin: 0 0 28px;
  aspect-ratio: 21 / 9;
  background: #ddd;
}

.pq-zbr-single .pq-single__hero-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.pq-zbr-single .pq-single__layout {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
}

@media (min-width: 1100px) {
  .pq-zbr-single .pq-single__layout {
    grid-template-columns: minmax(0, 1fr) 300px;
    gap: 32px;
    align-items: start;
  }
}

.pq-zbr-single .pq-content {
  background: #fff;
  border-radius: 16px;
  padding: 28px 22px;
  font-size: 17px;
  line-height: 1.75;
  color: #111;
  box-sizing: border-box;
}

@media (min-width: 992px) {
  .pq-zbr-single .pq-content {
    padding: 40px 44px;
  }
}

.pq-zbr-single .pq-content h2,
.pq-zbr-single .pq-content h3 {
  font-weight: 700;
  margin-top: 1.5em;
  line-height: 1.25;
}

.pq-zbr-single .pq-content img {
  max-width: 100%;
  height: auto;
  border-radius: 12px;
}

.pq-zbr-single .pq-content a {
  color: var(--zbr-blue);
  font-weight: 600;
}

.pq-zbr-single .pq-cta {
  margin: 36px 0 8px;
  padding: 26px 22px;
  border-radius: 16px;
  background: #000;
  color: #fff;
}

.pq-zbr-single .pq-cta h2 {
  margin: 0 0 8px;
  color: #fff;
}

.pq-zbr-single .pq-cta p { color: #ddd; }
.pq-zbr-single .pq-cta a { color: #fff !important; }

.pq-aside-card {
  background: #fff;
  border-radius: 16px;
  padding: 22px 20px;
  margin-bottom: 16px;
}

.pq-aside-card h2 {
  margin: 0 0 12px;
  font-size: 18px;
  font-weight: 700;
}

.pq-aside-card ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.pq-aside-card li {
  margin: 0 0 8px;
}

.pq-aside-card a {
  color: #000 !important;
  font-weight: 600;
  text-decoration: none;
  border-bottom: 1px solid #000;
}

.pq-aside-card--dark {
  background: #000;
  color: #fff;
}

.pq-aside-card--dark h2,
.pq-aside-card--dark p {
  color: #fff;
}

.pq-aside-card--dark a {
  color: #fff !important;
  border-bottom-color: rgba(255,255,255,.5);
}

.pq-related {
  max-width: 1364px;
  margin: 0 auto;
  padding: 8px 20px 40px;
  box-sizing: border-box;
}

@media (min-width: 992px) {
  .pq-related { padding: 8px 50px 56px; }
}

.pq-related h2 {
  text-align: center;
  font-weight: 700;
  margin: 0 0 24px;
  font-size: 28px;
}

.pq-related .featured-articles__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
}

@media (min-width: 768px) {
  .pq-related .featured-articles__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

/* Hide dates on blog cards and singles */
.pq-zbr .featured-articles__date,
.pq-zbr-single .pq-single__meta {
  display: none !important;
}

/* ===== BLOG SEARCH (Zebra Coveo clone) ===== */
.pq-zbr--search {
  background: #f2f2f2;
  padding-bottom: 80px;
}

.pq-search-hero {
  max-width: 1364px;
  margin: 0 auto;
  padding: 24px 20px 0;
  box-sizing: border-box;
}

@media (min-width: 992px) {
  .pq-search-hero { padding: 32px 50px 0; }
}

.pq-search-hero__inner {
  position: relative;
  background: #000;
  color: #fff;
  border-radius: 16px;
  padding: 36px 28px 48px;
  overflow: hidden;
}

@media (min-width: 768px) {
  .pq-search-hero__inner { padding: 48px 56px 64px; }
}

.pq-search-hero__title {
  margin: 0 0 22px;
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 700;
  line-height: 1.1;
  color: #fff;
}

.pq-search-hero__form {
  position: relative;
  max-width: 720px;
}

.pq-search-hero__input {
  width: 100%;
  height: 52px;
  border: 0;
  border-radius: 999px;
  padding: 0 52px 0 22px;
  font-size: 16px;
  color: #111;
  background: #fff;
  outline: none;
  box-sizing: border-box;
}

.pq-search-hero__btn {
  position: absolute;
  right: 8px;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  border: 0;
  border-radius: 50%;
  background: #000;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.pq-search-hero__accent {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 10px;
  background: linear-gradient(90deg, #7ac143 0%, #f2c94c 35%, #2f80ed 70%, #9b51e0 100%);
  opacity: .95;
}

.pq-coveo {
  max-width: 1364px;
  margin: 0 auto;
  padding: 28px 20px 40px;
  display: grid;
  grid-template-columns: 1fr;
  gap: 28px;
  box-sizing: border-box;
}

@media (min-width: 992px) {
  .pq-coveo {
    grid-template-columns: 280px minmax(0, 1fr);
    gap: 40px;
    padding: 36px 50px 56px;
  }
}

.pq-coveo__filter-title {
  margin: 0 0 18px;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.pq-facet {
  background: #fff;
  border-radius: 12px;
  margin-bottom: 14px;
  overflow: hidden;
}

.pq-facet__header {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 14px 16px;
  border: 0;
  background: #fff;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .04em;
  cursor: pointer;
  text-align: left;
}

.pq-facet__chev {
  transition: transform .2s ease;
}

.pq-facet.is-open .pq-facet__chev {
  transform: rotate(0deg);
}

.pq-facet:not(.is-open) .pq-facet__chev {
  transform: rotate(180deg);
}

.pq-facet__body {
  display: none;
  padding: 0 16px 16px;
}

.pq-facet.is-open .pq-facet__body {
  display: block;
}

.pq-facet__search {
  width: 100%;
  height: 36px;
  border: 1px solid #ccc;
  border-radius: 6px;
  padding: 0 10px;
  margin-bottom: 10px;
  font-size: 14px;
  box-sizing: border-box;
}

.pq-facet__list {
  list-style: none;
  margin: 0;
  padding: 0;
  max-height: 420px;
  overflow: auto;
}

.pq-facet__item.is-extra {
  display: none;
}

.pq-facet.is-expanded .pq-facet__item.is-extra {
  display: list-item;
}

.pq-facet__more {
  display: inline-block;
  margin-top: 8px;
  padding: 0;
  border: 0;
  background: transparent;
  color: #003fbd;
  font-size: 13px;
  font-weight: 700;
  cursor: pointer;
  text-decoration: underline;
}

.pq-facet__link {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  padding: 7px 0;
  color: #111 !important;
  text-decoration: none !important;
  font-size: 14px;
  line-height: 1.35;
}

.pq-facet__check {
  width: 16px;
  height: 16px;
  margin-top: 1px;
  border: 1px solid #777;
  border-radius: 3px;
  flex: 0 0 16px;
  background: #fff;
  box-sizing: border-box;
}

.pq-facet__link.is-active .pq-facet__check {
  background: #003fbd;
  border-color: #003fbd;
  box-shadow: inset 0 0 0 2px #fff;
}

.pq-facet__count {
  color: #555;
}

.pq-coveo__clear {
  margin: 12px 0 0;
  font-size: 14px;
}

.pq-coveo__clear a {
  color: #003fbd !important;
  font-weight: 700;
}

.pq-coveo__summary {
  margin: 0 0 18px;
  font-size: 16px;
  font-weight: 700;
}

.pq-coveo__list {
  background: #fff;
  border-radius: 12px;
  padding: 8px 0;
}

.pq-coveo__result {
  padding: 18px 22px;
  border-bottom: 1px solid #e6e6e6;
}

.pq-coveo__result:last-child {
  border-bottom: 0;
}

.pq-coveo__result-title {
  margin: 0 0 8px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.3;
}

.pq-coveo__result-title a {
  color: #003fbd !important;
  text-decoration: none !important;
}

.pq-coveo__result-title a:hover {
  text-decoration: underline !important;
}

.pq-coveo__result-excerpt {
  margin: 0;
  font-size: 14px;
  line-height: 1.55;
  color: #222;
}

.pq-coveo__empty {
  background: #fff;
  border-radius: 12px;
  padding: 28px 22px;
}

.pq-coveo__footer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-top: 22px;
  padding: 8px 0;
}

.pq-coveo__pager-list,
.pq-coveo__perpage-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  gap: 6px;
}

.pq-coveo__pager-link,
.pq-coveo__perpage-item {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 32px;
  height: 32px;
  padding: 0 8px;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 700;
  color: #111 !important;
  text-decoration: none !important;
  background: transparent;
}

.pq-coveo__pager-link.is-active,
.pq-coveo__perpage-item.is-active {
  background: #000;
  color: #fff !important;
}

.pq-coveo__pager-link:hover,
.pq-coveo__perpage-item:hover {
  background: #ddd;
}

.pq-coveo__pager-link.is-active:hover,
.pq-coveo__perpage-item.is-active:hover {
  background: #000;
}

.pq-coveo__perpage {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}

.pq-coveo__perpage-label {
  font-size: 14px;
  color: #333;
}

.screen-reader-text {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0,0,0,0);
  border: 0;
}

/* ===== Zebra's Blog and Podcast — exact zebra.com/blog clone ===== */
body.page-template-page-zebras-blog-and-podcast #content,
body.page-template-page-zebras-blog-and-podcast .site-content {
  background: #f2f2f2 !important;
}

body.page-template-page-zebras-blog-and-podcast .woocommerce-breadcrumb,
body.page-template-page-zebras-blog-and-podcast .entry-header,
body.page-template-page-zebras-blog-and-podcast .page-header,
body.page-template-page-zebras-blog-and-podcast h1.entry-title,
body.page-template-page-zebras-blog-and-podcast .pq-zbr-sticky {
  display: none !important;
}

body.page-template-page-zebras-blog-and-podcast .site-content > .container {
  max-width: none !important;
  width: 100% !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

body.page-template-page-zebras-blog-and-podcast .site-content-inner.row,
body.page-template-page-zebras-blog-and-podcast #primary,
body.page-template-page-zebras-blog-and-podcast #main,
body.page-template-page-zebras-blog-and-podcast #main.site-main {
  margin: 0 !important;
  padding: 0 !important;
  width: 100% !important;
  max-width: none !important;
  float: none !important;
  flex: 0 0 100% !important;
}

.pq-zbr--exact {
  --zbr-blue: #003fbd;
  background: #f2f2f2;
  padding: 0;
  font-family: Arial, Helvetica, sans-serif;
  color: #000;
  width: 100%;
  max-width: 100%;
  overflow-x: clip;
  box-sizing: border-box;
}

.pq-zbr--exact *,
.pq-zbr--exact *::before,
.pq-zbr--exact *::after {
  box-sizing: border-box;
}

/* Hero — exact 50/50 black + image */
.pq-zbr--exact .cmp-hero-banner {
  background: #f2f2f2;
  overflow: hidden;
}

.pq-zbr--exact .hero-banner__container {
  display: flex;
  flex-direction: column;
  max-width: 1364px;
  margin: 0 auto;
  width: 100%;
  background: #000;
}

@media (min-width: 992px) {
  .pq-zbr--exact .hero-banner__container {
    flex-direction: row;
    min-height: 455px;
    align-items: stretch;
  }
}

.pq-zbr--exact .hero-banner__col {
  flex: 1 1 50%;
  min-width: 0;
}

.pq-zbr--exact .hero-banner__intro.semi-transparent {
  background: #000;
  color: #fff;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  box-sizing: border-box;
  padding: 40px 24px;
}

@media (min-width: 992px) {
  .pq-zbr--exact .hero-banner__intro.semi-transparent {
    padding: 57px 40px 57px 50px;
  }
}

.pq-zbr--exact .hero-banner__title {
  margin: 0 0 16px;
  font-size: 32px;
  line-height: 1.15;
  font-weight: 700;
  color: #fff;
}

@media (min-width: 992px) {
  .pq-zbr--exact .hero-banner__title { font-size: 40px; }
}

.pq-zbr--exact .hero-banner__line {
  border: 0;
  border-top: 1px solid rgba(255,255,255,.55);
  margin: 0 0 16px;
  width: 100%;
}

.pq-zbr--exact .hero-banner__subtitle p {
  margin: 0;
  font-size: 16px;
  line-height: 1.55;
  color: #fff;
  font-weight: 400;
}

.pq-zbr--exact .hero-banner__col--media {
  display: flex;
}

.pq-zbr--exact .hero-banner__image,
.pq-zbr--exact .hero-banner__col--media img {
  width: 100%;
  height: clamp(240px, 42vw, 455px);
  object-fit: cover;
  display: block;
}

@media (min-width: 992px) {
  .pq-zbr--exact .hero-banner__image,
  .pq-zbr--exact .hero-banner__col--media img {
    height: 100%;
    min-height: 455px;
  }
}

.pq-zbr--exact .zbr-bg-container--gray-100 {
  background: #f2f2f2;
}

.pq-zbr--exact .cmp-container__wrapper {
  max-width: 1364px;
  margin: 0 auto;
  width: 100%;
  box-sizing: border-box;
}

/* Most Recent featured grid */
.pq-zbr--exact .featured-articles__container {
  padding: 48px 20px 56px;
  box-sizing: border-box;
}

@media (min-width: 992px) {
  .pq-zbr--exact .featured-articles__container {
    padding: 56px 50px 72px;
  }
}

.pq-zbr--exact .featured-articles__header {
  display: flex;
  justify-content: center;
  margin: 0 0 2rem;
}

.pq-zbr--exact .featured-articles__title {
  margin: 0;
  font-size: 28px;
  font-weight: 700;
  text-align: center;
  color: #000;
}

@media (min-width: 992px) {
  .pq-zbr--exact .featured-articles__title { font-size: 36px; }
}

.pq-zbr--exact .featured-articles__grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 24px;
  width: 100%;
}

.pq-zbr--exact .featured-articles__block {
  min-width: 0;
  width: 100%;
  max-width: 100%;
}

@media (min-width: 768px) {
  .pq-zbr--exact .featured-articles__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 28px;
  }
}

@media (min-width: 1100px) {
  .pq-zbr--exact .featured-articles__grid.article-count-5 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 32px;
  }
  .pq-zbr--exact .featured-articles__block--featured {
    grid-column: span 2;
    grid-row: span 2;
  }
  .pq-zbr--exact .featured-articles__block--featured .featured-articles__image {
    aspect-ratio: 16 / 11;
    flex: 1;
    min-height: 280px;
  }
}

.pq-zbr--exact .featured-articles__link {
  background: #fff;
  border-radius: 16px;
  height: 100%;
  width: 100%;
  text-decoration: none !important;
  color: #000 !important;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  box-shadow: none;
}

.pq-zbr--exact .featured-articles__link:hover {
  box-shadow: 0 8px 24px rgba(0,0,0,.08);
}

.pq-zbr--exact .featured-articles__image {
  aspect-ratio: 16 / 10;
  overflow: hidden;
  background: #ddd;
}

.pq-zbr--exact .featured-articles__block--featured .featured-articles__image {
  aspect-ratio: 16 / 10;
  flex: 0 0 auto;
  min-height: 0;
}

.pq-zbr--exact .featured-articles__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.pq-zbr--exact .featured-articles__content__outer {
  position: relative;
  padding-bottom: 48px;
  flex: 0 0 auto;
}

.pq-zbr--exact .featured-articles__block--featured .featured-articles__content__outer {
  flex: 0 0 auto;
}

.pq-zbr--exact .featured-articles__content {
  padding: 20px 20px 0;
}

.pq-zbr--exact .featured-articles__eyebrow {
  margin: 0 0 8px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .06em;
  text-transform: uppercase;
  color: #555;
}

.pq-zbr--exact .featured-articles__article-title {
  margin: 0 0 10px;
  font-size: 18px !important;
  line-height: 1.25;
  font-weight: 700;
  color: #000;
}

.pq-zbr--exact .featured-articles__block--featured .featured-articles__article-title {
  font-size: 18px !important;
}

@media (min-width: 1100px) {
  .pq-zbr--exact .featured-articles__block--featured .featured-articles__article-title {
    font-size: 28px !important;
  }
}

.pq-zbr--exact .featured-articles__date {
  margin: 0 0 10px;
  font-size: 14px;
  color: #555;
}

.pq-zbr--exact .featured-articles__excerpt {
  margin: 0;
  font-size: 15px;
  line-height: 1.5;
  color: #333;
}

.pq-zbr--exact .featured-articles__link-cta {
  position: absolute;
  bottom: 16px;
  left: 0;
  padding: 0 20px;
  color: var(--zbr-blue) !important;
  font-size: 14px;
  font-weight: 500;
}

/* Filterable list — Zebra dropdowns + card grid */
.pq-zbr--exact .filterable-list__container {
  max-width: 1364px;
  margin: 0 auto;
  padding: 24px 20px 64px;
  box-sizing: border-box;
}

@media (min-width: 992px) {
  .pq-zbr--exact .filterable-list__container {
    padding: 24px 50px 80px;
  }
}

.pq-zbr--exact .filterable-list__header h2 {
  margin: 0 0 28px;
  text-align: center;
  font-size: clamp(1.35rem, 2.5vw, 1.85rem);
  font-weight: 700;
  color: #000;
}

/* Beat Electro `section header { display:flex }` which crushes filters on mobile */
.pq-zbr--exact .fl-filter-container {
  display: block !important;
  width: 100%;
  max-width: 100%;
  background: #fff;
  border-radius: 16px;
  padding: 20px 16px 24px;
  margin: 0 0 32px;
  box-sizing: border-box;
}

@media (min-width: 992px) {
  .pq-zbr--exact .fl-filter-container {
    padding: 24px 28px 28px;
  }
}

.pq-zbr--exact .search--tagline {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 0 18px;
  gap: 12px;
  width: 100%;
  flex-wrap: wrap;
}

.pq-zbr--exact .filter-area-header {
  font-size: 14px;
  font-weight: 700;
  color: #000;
}

.pq-zbr--exact .clear-link {
  color: var(--zbr-blue) !important;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none !important;
}

.pq-zbr--exact .clear-link.is-disabled {
  opacity: .45;
  pointer-events: none;
}

.pq-zbr--exact .zebra--rkt__container {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 20px;
  width: 100%;
  max-width: 100%;
  margin: 0;
}

.pq-zbr--exact .zebra--searchContainer {
  min-width: 0;
  width: 100%;
}

@media (min-width: 768px) {
  .pq-zbr--exact .zebra--rkt__container {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 28px;
  }
}

.pq-zbr--exact .search-category {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .06em;
  text-transform: uppercase;
  color: #000;
  margin: 0 0 8px;
}

.pq-zbr--exact .form__field--select {
  position: relative;
}

.pq-zbr--exact .filter-dropdown {
  width: 100%;
  appearance: none;
  -webkit-appearance: none;
  background: transparent;
  border: 0;
  border-bottom: 1px solid #000;
  border-radius: 0;
  padding: 8px 28px 10px 0;
  font-size: 15px;
  color: #333;
  cursor: pointer;
  outline: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' fill='none' stroke='%23000' stroke-width='1.5'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 4px center;
}

.pq-zbr--exact .search--results {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr);
  gap: 24px;
  width: 100%;
  max-width: 100%;
  margin: 0 !important;
  padding: 0 !important;
}

@media (min-width: 640px) {
  .pq-zbr--exact .search--results {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 992px) {
  .pq-zbr--exact .search--results {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 28px;
  }
}

.pq-zbr--exact .result--anchor {
  text-decoration: none !important;
  color: inherit !important;
  display: block;
  height: 100%;
  width: 100%;
  min-width: 0;
  max-width: 100%;
}

.pq-zbr--exact .result {
  background: #fff;
  border-radius: 16px;
  overflow: hidden;
  height: 100%;
  display: flex;
  flex-direction: column;
  transition: box-shadow .15s ease;
}

.pq-zbr--exact .result--anchor:hover .result {
  box-shadow: 0 8px 24px rgba(0,0,0,.08);
}

.pq-zbr--exact .search--thumb {
  aspect-ratio: 16 / 10;
  overflow: hidden;
  background: #ddd;
}

.pq-zbr--exact .search--thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.pq-zbr--exact .search--text {
  padding: 18px 18px 20px;
  display: flex;
  flex-direction: column;
  flex: 1;
}

.pq-zbr--exact .metas,
.pq-zbr--exact .first-meta {
  margin: 0 0 8px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .06em;
  text-transform: uppercase;
  color: #555;
}

.pq-zbr--exact .result-card-title {
  margin: 0 0 16px;
  font-size: 18px !important;
  line-height: 1.3;
  font-weight: 700;
  color: #000 !important;
}

.pq-zbr--exact .result--footer {
  margin-top: auto;
  color: var(--zbr-blue);
  font-size: 14px;
  font-weight: 500;
}

.pq-zbr--exact .pq-zbr-fl-pager {
  margin-top: 40px;
  display: flex;
  justify-content: center;
}

.pq-zbr--exact .pq-zbr-fl-pager ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}

.pq-zbr--exact .pq-zbr-fl-pager a,
.pq-zbr--exact .pq-zbr-fl-pager span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 40px;
  height: 40px;
  padding: 0 12px;
  border-radius: 999px;
  border: 1px solid #000;
  background: #fff;
  color: #000 !important;
  text-decoration: none !important;
  font-weight: 700;
}

.pq-zbr--exact .pq-zbr-fl-pager .is-active {
  background: #000;
  color: #fff !important;
}

.pq-zbr--exact .pq-zbr-fl-empty {
  text-align: center;
  padding: 40px 20px;
  color: #555;
}

.pq-zbr--exact #pq-zebra-results.is-loading {
  opacity: 0.45;
  pointer-events: none;
  transition: opacity 0.15s ease;
}

.pq-zbr--exact #pq-zebra-filters.is-loading {
  pointer-events: none;
}

/* Bottom hub cards — exact Zebra copy blocks */
.pq-zbr--exact .pq-zbr-hubs-wrap {
  padding: 24px 0 64px;
}

.pq-zbr--exact .pq-zbr-hubs-exact {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
  padding: 0 20px;
  max-width: 1364px;
  margin: 0 auto;
  box-sizing: border-box;
}

@media (min-width: 768px) {
  .pq-zbr--exact .pq-zbr-hubs-exact {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
    padding: 0 50px;
  }
}

.pq-zbr--exact .content-highlight-card .content-card {
  background: #fff;
  border-radius: 16px;
  padding: 28px 24px 32px;
  height: 100%;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
}

.pq-zbr--exact .content-highlight-card h3 {
  margin: 0 0 12px;
  font-size: 22px;
  font-weight: 700;
  color: #000;
}

.pq-zbr--exact .content-highlight-card p {
  margin: 0 0 20px;
  font-size: 15px;
  line-height: 1.5;
  color: #333;
  flex: 1;
}

.pq-zbr--exact .content-highlight-card a {
  color: var(--zbr-blue) !important;
  font-weight: 700 !important;
  text-decoration: none !important;
  font-size: 14px;
}

.pq-zbr--exact .content-highlight-card a:hover {
  text-decoration: underline !important;
}
