@import url('https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:wght,FILL@100..700,0..1&display=swap');

.view-article:has(.afg-review-hero) #sp-page-title {
  display: none !important;
}

.view-article:has(.afg-review-hero) #sp-main-body {
  padding-top: 0 !important;
  position: relative;
  background: #fff;
}

.view-article:has(.afg-review-hero) #sp-main-body::before {
  display: none !important;
}

.view-article .article-details.afg-review-layout .article-header-info-wrapper,
.view-article .article-details.afg-review-layout .article-ratings-social-share,
.view-article .article-details.afg-review-layout .article-author-information-wrap {
  display: none;
}

.view-article .article-details.afg-review-layout {
  overflow: visible;
  margin-top: 0 !important;
  padding-top: 0 !important;
  position: relative;
  z-index: 1;
}

.view-article .article-details.afg-review-layout [itemprop="articleBody"] {
  overflow: visible;
}

.view-article .article-details.afg-review-layout [itemprop="articleBody"] .afg-review {
  max-width: none;
  margin: 0;
}

.view-article .article-details.afg-review-layout [itemprop="articleBody"] .afg-review--intro {
  display: none;
}

.view-article .article-details.afg-review-layout [itemprop="articleBody"] .afg-review-hero {
  position: relative;
  width: 100vw;
  margin: 0 calc(50% - 50vw) 56px;
  padding-top: 86px;
  z-index: 1;
  overflow: hidden;
  background: #767676;
  /* Dark base to blend the blurred image */
}

.view-article .article-details.afg-review-layout [itemprop="articleBody"] .afg-review-hero__ambilight {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  object-fit: cover;
  filter: blur(80px) saturate(1.8) brightness(1);
  transform: scale(1.2);
  opacity: 0.55;
  /* Blend with black background for dark glow */
  pointer-events: none;
}

.view-article .article-details.afg-review-layout [itemprop="articleBody"] .afg-review-hero__banner {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: transparent;
  overflow: hidden;
}

.view-article .article-details.afg-review-layout [itemprop="articleBody"] .afg-review-hero__banner-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}

.view-article .article-details.afg-review-layout [itemprop="articleBody"] .afg-review-hero__banner::after {
  display: none !important;
}

.view-article .article-details.afg-review-layout [itemprop="articleBody"] .afg-review-hero__panel {
  position: relative;
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 0 48px 28px;
  display: grid;
  grid-template-columns: 190px minmax(0, 1fr);
  gap: 28px;
  align-items: start;
  border-radius: 0;
  background: none !important;
  color: #fff;
  box-shadow: none;
  z-index: 2;
}

.view-article .article-details.afg-review-layout [itemprop="articleBody"] .afg-review-hero__cover {
  width: 190px;
  max-width: 190px;
  align-self: start;
  position: relative;
  z-index: 2;
}

.view-article .article-details.afg-review-layout [itemprop="articleBody"] .afg-review-hero__cover img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
 /* border-radius: 12px;*/
  box-shadow: 0 18px 32px rgba(0, 0, 0, 0.25);
}

.view-article .article-details.afg-review-layout [itemprop="articleBody"] .afg-review-hero__main {
  min-width: 0;
  padding-top: 0;
}

.view-article .article-details.afg-review-layout [itemprop="articleBody"] .afg-review-hero__chips {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 14px;
}

.view-article .article-details.afg-review-layout [itemprop="articleBody"] .afg-review-hero__chip {
  display: inline-flex;
  align-items: center;
  padding: 7px 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.14);
  border: 1px solid rgba(255, 255, 255, 0.22);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.view-article .article-details.afg-review-layout [itemprop="articleBody"] .afg-review-hero__chip.is-switch2 {
  background: #fff;
  color: #8f2400;
}

.view-article .article-details.afg-review-layout [itemprop="articleBody"] .afg-review-hero__title {
  margin: 0 0 14px;
  color: #fff;
  font-size: clamp(2.1rem, 4vw, 4rem);
  line-height: 0.98;
  letter-spacing: -0.04em;
}

.view-article .article-details.afg-review-layout [itemprop="articleBody"] .afg-review-hero__meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
  margin-bottom: 14px;
  font-size: 1rem;
  color: rgba(255, 255, 255, 0.9);
}

.view-article .article-details.afg-review-layout [itemprop="articleBody"] .afg-review-hero__meta strong {
  color: #fff;
  font-weight: 800;
  margin-right: 8px;
}

.view-article .article-details.afg-review-layout [itemprop="articleBody"] .afg-review-hero__sep {
  display: inline-block;
  width: auto;
  height: auto;
  background: none;
  color: rgba(255, 255, 255, 0.4);
  font-size: 0.85rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1;
  align-self: center;
}

.view-article .article-details.afg-review-layout [itemprop="articleBody"] .afg-review-hero__intro {
  margin: 0;
  max-width: 62ch;
  color: rgba(255, 255, 255, 0.92);
  font-size: 1.02rem;
  line-height: 1.75;
}

.view-article .article-details.afg-review-layout [itemprop="articleBody"] .afg-review-hero__score {
  padding: 32px 48px;
  border-radius: 0;
  background: rgba(0, 0, 0, 0.25);
  border-left: 1px solid rgba(255, 255, 255, 0.08);
  border-top: none;
  border-right: none;
  border-bottom: none;
  text-align: center;
  align-self: stretch;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  backdrop-filter: blur(8px);
}

.view-article .article-details.afg-review-layout [itemprop="articleBody"] .afg-review-hero__scoreKicker {
  margin-bottom: 16px;
  font-size: 0.85rem;
  font-weight: 800;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.75);
}

.view-article .article-details.afg-review-layout [itemprop="articleBody"] .afg-review-hero__scoreValue {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 110px;
  height: 110px;
  color: #fff;
}

.view-article .article-details.afg-review-layout [itemprop="articleBody"] .afg-review-hero__scoreValue .afg-star-icon {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  fill: #f5c518;
  filter: drop-shadow(0 4px 12px rgba(245, 197, 24, 0.3));
  z-index: 1;
}

.view-article .article-details.afg-review-layout [itemprop="articleBody"] .afg-review-hero__scoreValue span {
  position: relative;
  z-index: 2;
  font-size: 2.8rem;
  font-weight: 900;
  line-height: 1;
  color: #111;
  margin-top: 6px;
  font-family: inherit;
}

.view-article .article-details.afg-review-layout [itemprop="articleBody"] .afg-review-hero__scoreValue.is-empty .afg-star-icon {
  fill: rgba(255, 255, 255, 0.2);
  filter: none;
}

.view-article .article-details.afg-review-layout [itemprop="articleBody"] .afg-review-hero__scoreValue.is-empty span {
  color: #fff;
  font-size: 3rem;
  margin-top: -8px;
}

.view-article .article-details.afg-review-layout [itemprop="articleBody"] .afg-review-hero__scoreLabel {
  margin-top: 16px;
  color: rgba(255, 255, 255, 0.95);
  font-size: 1.1rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.view-article .article-details.afg-review-layout [itemprop="articleBody"] .afg-review__body {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 34px;
}

.view-article .article-details.afg-review-layout [itemprop="articleBody"] .afg-review__content h2,
.view-article .article-details.afg-review-layout [itemprop="articleBody"] .afg-review__content h3,
.view-article .article-details.afg-review-layout [itemprop="articleBody"] .afg-review__content h4 {
  margin-top: 2.2rem;
  margin-bottom: 1rem;
}

.view-article .article-details.afg-review-layout [itemprop="articleBody"] .afg-review__content p,
.view-article .article-details.afg-review-layout [itemprop="articleBody"] .afg-review__content li {
  font-size: 1.02rem;
  line-height: 1.85;
}

.view-article .article-details.afg-review-layout [itemprop="articleBody"] .afg-review__content ul,
.view-article .article-details.afg-review-layout [itemprop="articleBody"] .afg-review__content ol {
  margin: 0 0 1.5rem 1.2rem;
}

.view-article .article-details.afg-review-layout [itemprop="articleBody"] .afg-review-separator {
  border: none;
  height: 3px;
  background: linear-gradient(90deg, transparent, rgba(0, 0, 0, 0.06), transparent);
  margin: 42px auto;
  width: 80%;
  border-radius: 999px;
}

.view-article .article-details.afg-review-layout [itemprop="articleBody"] .afg-shot-grid {
  max-width: 1100px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin: 38px auto;
  padding: 0 34px;
}

.view-article .article-details.afg-review-layout [itemprop="articleBody"] .afg-shot-grid__item img {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
 /*border-radius: 18px;*/
}

.view-article .article-details.afg-review-layout [itemprop="articleBody"] .afg-review__inline-shot {
  margin: 30px 0 36px;
}

.view-article .article-details.afg-review-layout [itemprop="articleBody"] .afg-review__inline-shot-link,
.view-article .article-details.afg-review-layout [itemprop="articleBody"] .afg-review__inline-shot-img {
  display: block;
  width: 100%;
}

.view-article .article-details.afg-review-layout [itemprop="articleBody"] .afg-review__inline-shot-img {
  aspect-ratio: 16 / 9;
  object-fit: cover;
  border-radius: 18px;
}

.view-article .article-details.afg-review-layout [itemprop="articleBody"] .afg-verdict {
  max-width: 1100px;
  margin: 48px auto 12px;
  padding: 40px 28px 28px;
  background: transparent;
  border: none;
  border-radius: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.view-article .article-details.afg-review-layout [itemprop="articleBody"] .afg-verdict__score-pill {
  display: flex;
  align-items: center;
  background: #00b89447;
  ;
  border-radius: 999px;
  padding: 0 24px 0 0;
  margin-bottom: 24px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

.view-article .article-details.afg-review-layout [itemprop="articleBody"] .afg-verdict__score-number {
  background: #00b894;
  color: #fff;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.8rem;
  font-weight: 800;
  margin-right: 20px;
  margin-left: -5px;
  border: 4px solid #fff;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.view-article .article-details.afg-review-layout [itemprop="articleBody"] .afg-verdict-stars {
  display: flex;
  gap: 4px;
}

.view-article .article-details.afg-review-layout [itemprop="articleBody"] .afg-verdict-stars .star {
  width: 24px;
  height: 24px;
}

.view-article .article-details.afg-review-layout [itemprop="articleBody"] .afg-verdict-stars .star.filled {
  color: #fbc531;
}

.view-article .article-details.afg-review-layout [itemprop="articleBody"] .afg-verdict-stars .star.half {
  color: #fbc531;
}

.view-article .article-details.afg-review-layout [itemprop="articleBody"] .afg-verdict-stars .star.empty {
  color: #718093;
}

.view-article .article-details.afg-review-layout [itemprop="articleBody"] .afg-verdict__label {
  margin-top: -8px;
  margin-bottom: 32px;
  font-size: 1.05rem;
  font-weight: 800;
  text-transform: uppercase;
  color: #2d3436;
}

.view-article .article-details.afg-review-layout [itemprop="articleBody"] .afg-verdict__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 32px;
  width: 100%;
}

.view-article .article-details.afg-review-layout [itemprop="articleBody"] .afg-points {
  position: relative;
  background: #fdfdfd;
  border-radius: 12px;
  padding: 36px 24px 24px;
  box-shadow: 0 10px 30px rgb(0 0 0 / 17%);
  border: 1px solid #343a40;
}

.view-article .article-details.afg-review-layout [itemprop="articleBody"] .afg-points__header {
  position: absolute;
  top: -16px;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 999px;
  padding: 6px 28px;
  color: #fff;
  font-weight: 800;
  font-size: 0.95rem;
  letter-spacing: 0.05em;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.view-article .article-details.afg-review-layout [itemprop="articleBody"] .afg-points--pros .afg-points__header {
  background: #27ae60;
}

.view-article .article-details.afg-review-layout [itemprop="articleBody"] .afg-points--cons .afg-points__header {
  background: #e74c3c;
}

.view-article .article-details.afg-review-layout [itemprop="articleBody"] .afg-points ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.view-article .article-details.afg-review-layout [itemprop="articleBody"] .afg-points li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  font-size: 1.05rem;
  line-height: 1.5;
  color: #2d3436;
}

.view-article .article-details.afg-review-layout [itemprop="articleBody"] .afg-points .afg-icon {
  width: 26px;
  height: 26px;
  flex-shrink: 0;
  margin-top: 1px;
}

.view-article .article-details.afg-review-layout [itemprop="articleBody"] .afg-points--pros .afg-icon {
  color: #27ae60;
}

.view-article .article-details.afg-review-layout [itemprop="articleBody"] .afg-points--cons .afg-icon {
  color: #e74c3c;
}

.view-article .article-details.afg-review-layout [itemprop="articleBody"] .afg-review__facts {
  margin: 28px 0 0;
}

.view-article .article-details.afg-review-layout [itemprop="articleBody"] .afg-game-meta {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.view-article .article-details.afg-review-layout [itemprop="articleBody"] .afg-game-meta__item {
  display: flex;
  flex-direction: column;
  gap: 6px;
  padding: 16px 18px;
  border: 1px solid #dfe5ea;
  border-radius: 16px;
  background: #f8fbfd;
}

.view-article .article-details.afg-review-layout [itemprop="articleBody"] .afg-game-meta__item .label {
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #5b6b77;
}

.view-article .article-details.afg-review-layout [itemprop="articleBody"] .afg-game-meta__item .value {
  color: #10202c;
  word-break: break-word;
}

@media (max-width: 991px) {
  .view-article:has(.afg-review-hero) #sp-main-body {
    padding-top: 90px !important;
  }

  .view-article:has(.afg-review-hero) #sp-main-body::before {
    height: 180px;
  }

  .view-article .article-details.afg-review-layout [itemprop="articleBody"] .afg-review-hero__panel {
    padding: 0 24px 24px;
    grid-template-columns: 160px minmax(0, 1fr);
  }

  .view-article .article-details.afg-review-layout [itemprop="articleBody"] .afg-review-hero__score {
    grid-column: 1 / -1;
    text-align: left;
  }
}

@media (max-width: 767px) {
  .view-article:has(.afg-review-hero) #sp-main-body {
    padding-top: 72px !important;
  }

  .view-article:has(.afg-review-hero) #sp-main-body::before {
    height: 140px;
  }

  .view-article .article-details.afg-review-layout [itemprop="articleBody"] .afg-review-hero {
    margin-bottom: 32px;
  }

  .view-article .article-details.afg-review-layout [itemprop="articleBody"] .afg-review-hero__banner {
    min-height: 220px;
  }

  .view-article .article-details.afg-review-layout [itemprop="articleBody"] .afg-review-hero__panel {
    padding: 0 14px 18px;
    grid-template-columns: 1fr;
  }

  .view-article .article-details.afg-review-layout [itemprop="articleBody"] .afg-review-hero__cover {
    max-width: 140px;
    width: 140px;
  }

  .view-article .article-details.afg-review-layout [itemprop="articleBody"] .afg-review__body,
  .view-article .article-details.afg-review-layout [itemprop="articleBody"] .afg-shot-grid,
  .view-article .article-details.afg-review-layout [itemprop="articleBody"] .afg-verdict {
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .view-article .article-details.afg-review-layout [itemprop="articleBody"] .afg-shot-grid,
  .view-article .article-details.afg-review-layout [itemprop="articleBody"] .afg-verdict__grid,
  .view-article .article-details.afg-review-layout [itemprop="articleBody"] .afg-game-meta {
    grid-template-columns: 1fr;
  }

  .view-article .article-details.afg-review-layout [itemprop="articleBody"] .afg-verdict {
    padding: 22px 18px;
  }
}

/* Keep the centered header logo at its natural width on desktop. */
@media (min-width: 992px) {
  #sp-header.full-header-center .menu-with-social {
    grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
  }

  #sp-header.full-header-center #sp-logo {
    width: auto;
    justify-self: center;
  }

  #sp-header.full-header-center #sp-logo .logo,
  #sp-header.full-header-center #sp-logo .logo a {
    width: auto;
  }

  #sp-header.full-header-center #sp-logo .logo .logo-image {
    width: auto;
    max-width: none;
    object-fit: contain;
  }
}

/* Lightbox Styles */
#lightbox {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99999;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.5s ease;
  background-color: rgba(5, 5, 5, 0.92);
  backdrop-filter: blur(10px);
}

#lightbox.visible {
  opacity: 1;
  pointer-events: auto;
}

/* The Ambilight Background Glow */
#ambilight-glow,
#ambilight-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  object-fit: cover;
  filter: blur(80px) saturate(1.5) brightness(1.2);
  transform: scale(1.2);
  opacity: 0.8;
  transition: opacity 0.5s ease;
}

#ambilight-video {
  display: none;
}

.lightbox-content {
  position: relative;
  top:40px;
  max-width: 90%;
  max-height: 90vh;
  z-index: 1;
  box-shadow: 0 0 100px rgba(255, 255, 255, 0.45);
  border-radius: 4px;
  overflow: hidden;
}

#lightbox-img,
#lightbox-video {
  display: block;
  max-width: 100%;
  max-height: 85vh;
  width: auto;
  height: auto;
}

#lightbox-video {
  display: none;
}

/* Navigation Buttons & Close Button */
#close-btn {
  position: absolute;
  top: 2rem;
  right: 2rem;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  color: white;
  cursor: pointer;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  backdrop-filter: blur(10px);
  transition: all 0.2s;
  z-index: 10;
}

#close-btn:hover {
  background: rgba(255, 255, 255, 0.2);
  transform: scale(1.1);
}

#lightbox .nav-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  color: white;
  cursor: pointer;
  width: 64px;
  height: 64px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  backdrop-filter: blur(10px);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  z-index: 10;
  user-select: none;
  opacity: 0.7;
}

#lightbox .nav-btn:hover {
  background: rgba(255, 255, 255, 0.2);
  transform: translateY(-50%) scale(1.1);
  opacity: 1;
  box-shadow: 0 0 20px rgba(255, 255, 255, 0.1);
}

#prev-btn {
  left: 2rem;
}

#next-btn {
  right: 2rem;
}

/* Glassbottom Image Effect - Fades to transparent and blurs the bottom 20% */
.glassbottom .sppb-addon-single-image-container {
  position: relative;
  display: block;
}

.glassbottom .sppb-addon-single-image-container .sppb-img-responsive {
  display: block;
  -webkit-mask-image: linear-gradient(to bottom, black 80%, transparent 100%);
  mask-image: linear-gradient(to bottom, black 80%, transparent 100%);
}

.glassbottom .sppb-addon-single-image-container::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 20%;
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  -webkit-mask-image: linear-gradient(to bottom, transparent 0%, black 40%, black 100%);
  mask-image: linear-gradient(to bottom, transparent 0%, black 40%, black 100%);
  pointer-events: none;
}

/* Logo height */
#sp-header .logo {
  height: 65px !important;
}

#sp-header .logo-image {
  max-height: 65px !important;
}

/* Ensure hamburger menu is visible on dark backgrounds */
#offcanvas-toggler .burger-icon>span {
  background-color: #ffffff !important;
}

/* Hamburger menu only visible on narrow screens (<= 1199px), hide on desktop */
@media (min-width: 1200px) {

  #offcanvas-toggler,
  .offcanvas-toggler-right,
  .offcanvas-toggler-secondary {
    display: none !important;
  }

  /* Ensure mega menu is visible on desktop */
  #sp-header .sp-megamenu-wrapper {
    display: flex !important;
  }
}

/* Prevent content from sliding up into the logo on narrow screens */
@media (max-width: 1199px) {
  #sp-header {
    position: relative !important;
  }

  /* Force hide mega menu and show offcanvas toggler to avoid overlap */
  #sp-header .sp-megamenu-wrapper {
    display: none !important;
  }

  #offcanvas-toggler,
  .offcanvas-toggler-right,
  .offcanvas-toggler-secondary {
    display: flex !important;
  }
}

.view-article:has(.geekshop-review-hero) #sp-page-title {
  display: none !important;
}

.view-article:has(.geekshop-review-hero) #sp-main-body {
  padding-top: 0 !important;
  position: relative;
  background: #f5f1ea;
}

.view-article:has(.geekshop-review-hero) #sp-main-body::before {
  display: none !important;
}

.view-article .article-details.afg-review-layout [itemprop="articleBody"] .geekshop-review {
  max-width: none;
  margin: 0;
}

.view-article .article-details.afg-review-layout [itemprop="articleBody"] .geekshop-review--intro {
  display: none;
}

.view-article .article-details.afg-review-layout [itemprop="articleBody"] .geekshop-review-hero {
  position: relative;
  width: 100vw;
  margin: 0 calc(50% - 50vw) 64px;
  padding-top: 92px;
  min-height: clamp(460px, 72vh, 760px);
  background: #0d1118;
  overflow: hidden;
  isolation: isolate;
}

.view-article .article-details.afg-review-layout [itemprop="articleBody"] .geekshop-review-hero__ambilight {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: blur(92px) saturate(1.5) brightness(0.9);
  transform: scale(1.18);
  opacity: 0.68;
  z-index: 0;
  pointer-events: none;
}

.view-article .article-details.afg-review-layout [itemprop="articleBody"] .geekshop-review-hero__banner,
.view-article .article-details.afg-review-layout [itemprop="articleBody"] .geekshop-review-hero__banner-img,
.view-article .article-details.afg-review-layout [itemprop="articleBody"] .geekshop-review-hero__overlay {
  position: absolute;
  inset: 0;
}

.view-article .article-details.afg-review-layout [itemprop="articleBody"] .geekshop-review-hero__banner-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.4;
}

.view-article .article-details.afg-review-layout [itemprop="articleBody"] .geekshop-review-hero__overlay {
  background:
    radial-gradient(circle at 16% 20%, rgba(255, 153, 64, 0.3), transparent 28%),
    radial-gradient(circle at 82% 18%, rgba(255, 255, 255, 0.15), transparent 22%),
    linear-gradient(115deg, rgba(7, 10, 16, 0.3) 10%, rgba(7, 10, 16, 0.68) 45%, rgba(7, 10, 16, 0.92) 100%),
    linear-gradient(180deg, rgba(7, 10, 16, 0.12) 0%, rgba(7, 10, 16, 0.88) 100%);
  z-index: 1;
}

.view-article .article-details.afg-review-layout [itemprop="articleBody"] .geekshop-review-hero__panel {
  position: relative;
  z-index: 2;
  width: min(1380px, calc(100% - 48px));
  margin: 0 auto;
  min-height: clamp(400px, 62vh, 650px);
  padding: 44px clamp(24px, 4vw, 52px) 54px;
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(240px, 0.8fr) minmax(300px, 0.86fr);
  grid-template-areas: "left center offer";
  gap: clamp(20px, 2vw, 32px);
  align-items: end;
}

.view-article .article-details.afg-review-layout [itemprop="articleBody"] .geekshop-review-hero__left {
  grid-area: left;
  min-width: 0;
  max-width: 760px;
  color: #fff;
}

.view-article .article-details.afg-review-layout [itemprop="articleBody"] .geekshop-review-hero__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 18px;
  padding: 9px 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.14);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(255, 248, 235, 0.88);
}

.view-article .article-details.afg-review-layout [itemprop="articleBody"] .geekshop-review-hero__title {
  margin: 0 0 18px;
  color: #fff;
  font-size: clamp(2.8rem, 5.6vw, 5.4rem);
  line-height: 0.92;
  letter-spacing: -0.055em;
  text-wrap: balance;
}

.view-article .article-details.afg-review-layout [itemprop="articleBody"] .geekshop-review-hero__tagline {
  margin: 0 0 22px;
  max-width: 56ch;
  color: rgba(248, 244, 237, 0.93);
  font-size: clamp(1.04rem, 1.5vw, 1.26rem);
  line-height: 1.72;
  text-wrap: pretty;
}

.view-article .article-details.afg-review-layout [itemprop="articleBody"] .geekshop-review-hero__score-pill {
  display: inline-flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 16px;
  padding: 14px 20px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: rgba(255, 255, 255, 0.08);
  box-shadow: 0 18px 46px rgba(0, 0, 0, 0.22);
  backdrop-filter: blur(16px);
}

.view-article .article-details.afg-review-layout [itemprop="articleBody"] .geekshop-review-hero__score-pill .afg-verdict__score-number {
  color: #ffffff;
  font-size: clamp(1.8rem, 2.4vw, 2.3rem);
}

.view-article .article-details.afg-review-layout [itemprop="articleBody"] .geekshop-review-hero__score-text {
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(255, 245, 230, 0.78);
}

.view-article .article-details.afg-review-layout [itemprop="articleBody"] .geekshop-review-hero__product-name {
  color: rgba(255, 245, 230, 0.72);
  font-size: 0.98rem;
  font-weight: 600;
  letter-spacing: 0.03em;
}

.view-article .article-details.afg-review-layout [itemprop="articleBody"] .geekshop-review-hero__center {
  grid-area: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

.view-article .article-details.afg-review-layout [itemprop="articleBody"] .geekshop-review-hero__product {
  position: relative;
  width: min(100%, 360px);
  padding: 18px;
}

.view-article .article-details.afg-review-layout [itemprop="articleBody"] .geekshop-review-hero__product::before,
.view-article .article-details.afg-review-layout [itemprop="articleBody"] .geekshop-review-hero__product::after {
  content: "";
  position: absolute;
  border-radius: 28px;
  inset: 12% 10% 2%;
  z-index: 0;
}

.view-article .article-details.afg-review-layout [itemprop="articleBody"] .geekshop-review-hero__product::before {
  background: linear-gradient(160deg, rgba(255, 255, 255, 0.34), rgba(255, 255, 255, 0.02));
  filter: blur(34px);
  opacity: 0.85;
}

.view-article .article-details.afg-review-layout [itemprop="articleBody"] .geekshop-review-hero__product::after {
  background: linear-gradient(180deg, rgba(255, 164, 75, 0.25), rgba(255, 164, 75, 0));
}

.view-article .article-details.afg-review-layout [itemprop="articleBody"] .geekshop-review-hero__product img {
  position: relative;
  z-index: 1;
  width: 100%;
  max-height: 420px;
  object-fit: contain;
  filter: drop-shadow(0 36px 46px rgba(0, 0, 0, 0.48));
  transform: translateY(18px);
}

.view-article .article-details.afg-review-layout [itemprop="articleBody"] .geekshop-review-hero__offer {
  grid-area: offer;
  align-self: center;
  padding: 28px;
  border-radius: 30px;
  background: linear-gradient(180deg, rgba(10, 15, 23, 0.84) 0%, rgba(12, 17, 25, 0.94) 100%);
  border: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow: 0 28px 60px rgba(0, 0, 0, 0.32);
  backdrop-filter: blur(16px);
  color: #fff8ee;
}

.view-article .article-details.afg-review-layout [itemprop="articleBody"] .geekshop-review-hero__offer-kicker {
  margin-bottom: 8px;
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(255, 187, 93, 0.92);
}

.view-article .article-details.afg-review-layout [itemprop="articleBody"] .geekshop-review-hero__offer-title {
  margin-bottom: 14px;
  font-size: clamp(1.5rem, 2.2vw, 2rem);
  line-height: 1.08;
  font-weight: 800;
  letter-spacing: -0.03em;
  color: #fff;
}

.view-article .article-details.afg-review-layout [itemprop="articleBody"] .geekshop-review-hero__offer-copy {
  margin-bottom: 12px;
  font-size: 0.92rem;
  line-height: 1.6;
  color: rgba(255, 247, 233, 0.82);
}

.view-article .article-details.afg-review-layout [itemprop="articleBody"] .geekshop-review-hero__coupon-code {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  margin-bottom: 14px;
  padding: 16px 18px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.07);
  color: #fff;
  cursor: pointer;
  transition: transform 0.22s ease, border-color 0.22s ease, background 0.22s ease;
}

.view-article .article-details.afg-review-layout [itemprop="articleBody"] .geekshop-review-hero__coupon-code:hover {
  transform: translateY(-2px);
  border-color: rgba(255, 196, 106, 0.45);
  background: rgba(255, 255, 255, 0.12);
}

.view-article .article-details.afg-review-layout [itemprop="articleBody"] .geekshop-review-hero__coupon-code span {
  font-family: inherit;
  font-size: 1.02rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.view-article .article-details.afg-review-layout [itemprop="articleBody"] .geekshop-review-hero__coupon-code strong {
  flex-shrink: 0;
  font-size: 0.8rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #ffcf8a;
}

.view-article .article-details.afg-review-layout [itemprop="articleBody"] .geekshop-review-hero__coupon-code.is-copied {
  border-color: rgba(116, 233, 182, 0.58);
  background: rgba(64, 178, 124, 0.18);
}

.view-article .article-details.afg-review-layout [itemprop="articleBody"] .geekshop-review-hero__coupon-code.is-empty {
  cursor: default;
  justify-content: center;
}

.view-article .article-details.afg-review-layout [itemprop="articleBody"] .geekshop-review-hero__coupon-price {
  display: inline-flex;
  align-items: center;
  margin-bottom: 18px;
  padding: 9px 14px;
  border-radius: 999px;
  background: rgba(255, 169, 84, 0.16);
  border: 1px solid rgba(255, 169, 84, 0.24);
  color: #ffcb83;
  font-size: 0.96rem;
  font-weight: 700;
}

.view-article .article-details.afg-review-layout [itemprop="articleBody"] .geekshop-review-hero__offer-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.view-article .article-details.afg-review-layout [itemprop="articleBody"] .geekshop-review-hero__cta,
.view-article .article-details.afg-review-layout [itemprop="articleBody"] .geekshop-review-hero__spec-btn,
.view-article .article-details.afg-review-layout [itemprop="articleBody"] .geekshop-review__footer-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  padding: 0 22px;
  border-radius: 16px;
  font-weight: 800;
  letter-spacing: 0.02em;
  text-decoration: none !important;
  transition: transform 0.22s ease, box-shadow 0.22s ease, background 0.22s ease, border-color 0.22s ease;
}

.view-article .article-details.afg-review-layout [itemprop="articleBody"] .geekshop-review-hero__cta {
  flex: 1 1 220px;
  background: linear-gradient(135deg, #ffa043 0%, #ff6b1a 100%);
  color: #111 !important;
  box-shadow: 0 18px 32px rgba(255, 106, 24, 0.26);
}

.view-article .article-details.afg-review-layout [itemprop="articleBody"] .geekshop-review-hero__cta:hover,
.view-article .article-details.afg-review-layout [itemprop="articleBody"] .geekshop-review__footer-btn:hover,
.view-article .article-details.afg-review-layout [itemprop="articleBody"] .geekshop-review-hero__spec-btn:hover {
  transform: translateY(-2px);
}

.view-article .article-details.afg-review-layout [itemprop="articleBody"] .geekshop-review-hero__spec-btn {
  flex: 1 1 150px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: rgba(255, 255, 255, 0.06);
  color: #fff;
}

.view-article .article-details.afg-review-layout [itemprop="articleBody"] .geekshop-review-hero__offer-note {
  margin-top: 16px;
  font-size: 0.84rem;
  line-height: 1.55;
  color: rgba(255, 247, 233, 0.7);
}

.view-article .article-details.afg-review-layout [itemprop="articleBody"] .geekshop-review__body {
  padding: 0 clamp(16px, 3.6vw, 38px) 92px;
}

.view-article .article-details.afg-review-layout [itemprop="articleBody"] .geekshop-review__content {
  width: min(1180px, 100%);
  margin: 0 auto;
  color: #161514;
}

.view-article .article-details.afg-review-layout [itemprop="articleBody"] .geekshop-review__content>*+* {
  margin-top: 1.28rem;
}

.view-article .article-details.afg-review-layout [itemprop="articleBody"] .geekshop-review__content p,
.view-article .article-details.afg-review-layout [itemprop="articleBody"] .geekshop-review__content li {
  font-size: 1.06rem;
  line-height: 1.88;
  color: #302c28;
}

.view-article .article-details.afg-review-layout [itemprop="articleBody"] .geekshop-review__section-title {
  margin: 56px 0 18px;
  font-size: clamp(1.85rem, 3vw, 2.6rem);
  line-height: 1.04;
  letter-spacing: -0.04em;
  text-transform: uppercase;
  color: #111;
}

.view-article .article-details.afg-review-layout [itemprop="articleBody"] .geekshop-review__separator {
  margin: 34px 0;
  border: 0;
  height: 1px;
  background: linear-gradient(90deg, rgba(17, 17, 17, 0), rgba(17, 17, 17, 0.18), rgba(17, 17, 17, 0));
}

.view-article .article-details.afg-review-layout [itemprop="articleBody"] .geekshop-review__quote {
  position: relative;
  margin: 28px 0;
  padding: 24px 28px 24px 30px;
  border-left: 4px solid #ff8f2c;
  border-radius: 0 24px 24px 0;
  background: linear-gradient(135deg, rgba(255, 205, 151, 0.24), rgba(255, 255, 255, 0.92));
  box-shadow: 0 16px 38px rgba(35, 28, 20, 0.08);
}

.view-article .article-details.afg-review-layout [itemprop="articleBody"] .geekshop-review__quote p {
  margin: 0;
  font-size: 1.08rem;
  line-height: 1.86;
  color: #181410;
}

.view-article .article-details.afg-review-layout [itemprop="articleBody"] .geekshop-shot-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin: 26px 0 12px;
}

.view-article .article-details.afg-review-layout [itemprop="articleBody"] .geekshop-shot-grid__item {
  position: relative;
  display: block;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  border-radius: 24px;
  background: #e9e2d8;
  box-shadow: 0 18px 40px rgba(36, 28, 20, 0.1);
}

.view-article .article-details.afg-review-layout [itemprop="articleBody"] .geekshop-shot-grid__item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.28s ease;
}

.view-article .article-details.afg-review-layout [itemprop="articleBody"] .geekshop-shot-grid__item:hover img {
  transform: scale(1.04);
}

.view-article .article-details.afg-review-layout [itemprop="articleBody"] .geekshop-review__verdict {
  margin-top: 54px;
}

.view-article .article-details.afg-review-layout [itemprop="articleBody"] .geekshop-verdict__best {
  font-size: 1rem;
  font-weight: 800;
  color: rgba(15, 15, 15, 0.56);
}

.view-article .article-details.afg-review-layout [itemprop="articleBody"] .geekshop-review__videos {
  margin-top: 54px;
}

.view-article .article-details.afg-review-layout [itemprop="articleBody"] .geekshop-review__video-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
}

.view-article .article-details.afg-review-layout [itemprop="articleBody"] .geekshop-review__video {
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.12);
}

.view-article .article-details.afg-review-layout [itemprop="articleBody"] .geekshop-review__video iframe {
  width: 100%;
  aspect-ratio: 16 / 9;
  border: 0;
}

.view-article .article-details.afg-review-layout [itemprop="articleBody"] .geekshop-review__footer-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 40px;
}

.view-article .article-details.afg-review-layout [itemprop="articleBody"] .geekshop-review__footer-btn.is-primary {
  background: #16120e;
  color: #fff !important;
  box-shadow: 0 18px 38px rgba(17, 14, 10, 0.18);
}

.view-article .article-details.afg-review-layout [itemprop="articleBody"] .geekshop-review__footer-btn.is-secondary {
  border: 1px solid rgba(22, 18, 14, 0.16);
  background: #fff;
  color: #16120e !important;
}

body.geekshop-drawer-open {
  overflow: hidden;
}

.view-article .article-details.afg-review-layout [itemprop="articleBody"] .geekshop-spec-drawer {
  position: fixed;
  inset: 0;
  z-index: 9999;
  pointer-events: none;
}

.view-article .article-details.afg-review-layout [itemprop="articleBody"] .geekshop-spec-drawer__overlay {
  position: absolute;
  inset: 0;
  background: rgba(5, 8, 12, 0.6);
  opacity: 0;
  transition: opacity 0.28s ease;
}

.view-article .article-details.afg-review-layout [itemprop="articleBody"] .geekshop-spec-drawer__panel {
  position: absolute;
  top: 0;
  right: 0;
  width: min(560px, 100%);
  height: 100%;
  background: linear-gradient(180deg, #fffaf3 0%, #f3ede3 100%);
  box-shadow: -20px 0 50px rgba(10, 10, 10, 0.18);
  transform: translateX(100%);
  transition: transform 0.34s ease;
  overflow-y: auto;
}

.view-article .article-details.afg-review-layout [itemprop="articleBody"] .geekshop-spec-drawer.is-open {
  pointer-events: auto;
}

.view-article .article-details.afg-review-layout [itemprop="articleBody"] .geekshop-spec-drawer.is-open .geekshop-spec-drawer__overlay {
  opacity: 1;
}

.view-article .article-details.afg-review-layout [itemprop="articleBody"] .geekshop-spec-drawer.is-open .geekshop-spec-drawer__panel {
  transform: translateX(0);
}

.view-article .article-details.afg-review-layout [itemprop="articleBody"] .geekshop-spec-drawer__inner {
  padding: 34px 26px 42px;
}

.view-article .article-details.afg-review-layout [itemprop="articleBody"] .geekshop-spec-drawer__close {
  position: sticky;
  top: 18px;
  margin: 18px 18px 0 auto;
  width: 42px;
  height: 42px;
  border: 0;
  border-radius: 50%;
  background: rgba(16, 16, 16, 0.08);
  font-size: 1.7rem;
  line-height: 1;
  cursor: pointer;
  z-index: 2;
}

.view-article .article-details.afg-review-layout [itemprop="articleBody"] .geekshop-spec-drawer__kicker {
  margin-bottom: 10px;
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #b1601f;
}

.view-article .article-details.afg-review-layout [itemprop="articleBody"] .geekshop-spec-drawer__title {
  margin: 0 0 22px;
  font-size: clamp(1.8rem, 3vw, 2.4rem);
  line-height: 1.04;
  letter-spacing: -0.04em;
}

.view-article .article-details.afg-review-layout [itemprop="articleBody"] .geekshop-spec-drawer__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 12px;
}

.view-article .article-details.afg-review-layout [itemprop="articleBody"] .geekshop-spec-drawer__list li,
.view-article .article-details.afg-review-layout [itemprop="articleBody"] .geekshop-spec-drawer__raw p {
  margin: 0;
  padding: 14px 16px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.7);
  border: 1px solid rgba(32, 24, 18, 0.08);
  color: #2f2924;
  font-size: 1rem;
  line-height: 1.65;
}

.view-article .article-details.afg-review-layout [itemprop="articleBody"] .geekshop-spec-table {
  overflow-x: auto;
}

.view-article .article-details.afg-review-layout [itemprop="articleBody"] .geekshop-spec-table table {
  width: 100%;
  border-collapse: collapse;
  border-radius: 18px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.92);
}

.view-article .article-details.afg-review-layout [itemprop="articleBody"] .geekshop-spec-table th,
.view-article .article-details.afg-review-layout [itemprop="articleBody"] .geekshop-spec-table td {
  padding: 14px 16px;
  border-bottom: 1px solid rgba(18, 18, 18, 0.08);
  text-align: left;
  vertical-align: top;
}

.view-article .article-details.afg-review-layout [itemprop="articleBody"] .geekshop-spec-table th {
  background: rgba(22, 18, 14, 0.06);
  font-size: 0.88rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

@media (max-width: 1199px) {
  .view-article .article-details.afg-review-layout [itemprop="articleBody"] .geekshop-review-hero__panel {
    grid-template-columns: minmax(0, 1fr) minmax(300px, 360px);
    grid-template-areas:
      "left offer"
      "center offer";
    align-items: center;
  }

  .view-article .article-details.afg-review-layout [itemprop="articleBody"] .geekshop-review-hero__center {
    justify-content: flex-start;
  }
}

@media (max-width: 991px) {
  .view-article .article-details.afg-review-layout [itemprop="articleBody"] .geekshop-review-hero {
    min-height: auto;
  }

  .view-article .article-details.afg-review-layout [itemprop="articleBody"] .geekshop-review-hero__panel {
    width: min(100%, calc(100% - 28px));
    padding: 38px 18px 36px;
    grid-template-columns: 1fr;
    grid-template-areas:
      "left"
      "center"
      "offer";
  }

  .view-article .article-details.afg-review-layout [itemprop="articleBody"] .geekshop-review-hero__center {
    justify-content: center;
  }

  .view-article .article-details.afg-review-layout [itemprop="articleBody"] .geekshop-review__video-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 767px) {
  .view-article .article-details.afg-review-layout [itemprop="articleBody"] .geekshop-review-hero {
    margin-bottom: 44px;
    padding-top: 80px;
  }

  .view-article .article-details.afg-review-layout [itemprop="articleBody"] .geekshop-review-hero__offer {
    padding: 22px;
    border-radius: 24px;
  }

  .view-article .article-details.afg-review-layout [itemprop="articleBody"] .geekshop-shot-grid {
    grid-template-columns: 1fr;
  }

  .view-article .article-details.afg-review-layout [itemprop="articleBody"] .geekshop-shot-grid__item,
  .view-article .article-details.afg-review-layout [itemprop="articleBody"] .geekshop-shot-grid__item img {
    min-height: 280px;
    height: 280px;
  }

  .view-article .article-details.afg-review-layout [itemprop="articleBody"] .geekshop-review__footer-actions,
  .view-article .article-details.afg-review-layout [itemprop="articleBody"] .geekshop-review-hero__offer-actions {
    flex-direction: column;
  }

  .view-article .article-details.afg-review-layout [itemprop="articleBody"] .geekshop-review-hero__cta,
  .view-article .article-details.afg-review-layout [itemprop="articleBody"] .geekshop-review-hero__spec-btn,
  .view-article .article-details.afg-review-layout [itemprop="articleBody"] .geekshop-review__footer-btn {
    width: 100%;
  }
}

/* Geekshop conversion-focused refinement pass */
.view-article .article-details.afg-review-layout [itemprop="articleBody"] .geekshop-review-hero {
  padding-top: 68px;
  max-height: 92vh;
  margin-bottom: 34px;
}

.view-article .article-details.afg-review-layout [itemprop="articleBody"] .geekshop-review-hero__panel {
  width: min(1320px, calc(100% - 40px));
  min-height: clamp(360px, 58vh, 540px);
  padding: 20px clamp(22px, 3.2vw, 42px) 18px;
  /* grid-template-columns: minmax(340px, 0.46fr) minmax(260px, 0.27fr) minmax(320px, 0.27fr);*/
  grid-template-areas: "left media offer";
  gap: clamp(18px, 2vw, 28px);
  align-items: end;
}

.view-article .article-details.afg-review-layout [itemprop="articleBody"] .geekshop-review-hero__left {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-self: start;
  padding-top: 4px;
  padding-right: clamp(4px, 1vw, 10px);
}

.view-article .article-details.afg-review-layout [itemprop="articleBody"] .geekshop-review-hero__eyebrow {
  width: min(100%, 760px);
}

.view-article .article-details.afg-review-layout [itemprop="articleBody"] .geekshop-review-hero__titles {
  max-width: 760px;
  margin-bottom: 12px;
}

.view-article .article-details.afg-review-layout [itemprop="articleBody"] .geekshop-review-hero__title-main {
  max-width: 11ch;
  margin: 0;
  font-size: clamp(2.45rem, 4.3vw, 4.2rem);
  line-height: 0.92;
  letter-spacing: -0.06em;
  color: #fff;
  text-wrap: balance;
  font-weight: 700;
}

.view-article .article-details.afg-review-layout [itemprop="articleBody"] .geekshop-review-hero__title-sub {
  margin: 8px 0 0;
  max-width: 48ch;
  font-size: clamp(0.96rem, 1.25vw, 1.08rem);
  line-height: 1.38;
  font-weight: 400;
  color: rgba(255, 244, 229, 0.82);
  text-wrap: pretty;
}

.view-article .article-details.afg-review-layout [itemprop="articleBody"] .geekshop-review-hero__verdict {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 10px;
  max-width: 620px;
}

.view-article .article-details.afg-review-layout [itemprop="articleBody"] .geekshop-review-hero__score-pill {
  flex: 0 0 auto;
  margin-bottom: 0;
  min-width: 136px;
  gap: 4px;
  padding: 8px 10px;
  border-radius: 999px;
}

.view-article .article-details.afg-review-layout [itemprop="articleBody"] .geekshop-review-hero__score-scale {
  margin-left: -8px;
  font-size: 0.88rem;
  font-weight: 800;
  color: rgba(255, 246, 233, 0.8);
}

.view-article .article-details.afg-review-layout [itemprop="articleBody"] .geekshop-review-hero__tagline {
  margin: 0;
  max-width: 28ch;
  font-size: clamp(1rem, 1.45vw, 1.18rem);
  line-height: 1.35;
  font-weight: 700;
}

.view-article .article-details.afg-review-layout [itemprop="articleBody"] .geekshop-review-hero__product-name {
  margin-top: 2px;
  max-width: 54ch;
  font-size: 0.82rem;
  line-height: 1.45;
  color: rgba(255, 244, 229, 0.72);
}

.view-article .article-details.afg-review-layout [itemprop="articleBody"] .geekshop-review-hero__offer {
  grid-area: offer;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 12px;
  padding: 18px 18px 16px;
  border-radius: 24px;
  box-shadow: 0 24px 54px rgba(0, 0, 0, 0.3);
}

.view-article .article-details.afg-review-layout [itemprop="articleBody"] .geekshop-review-hero__media {
  grid-area: media;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  justify-self: stretch;
  align-self: center;
  width: min(100%, 380px);
  max-width: 380px;
  margin: 0 auto;
  padding-bottom: 2px;
}

.view-article .article-details.afg-review-layout [itemprop="articleBody"] .geekshop-review-hero__media-link {
  display: block;
  width: 100%;
  text-decoration: none;
}

.view-article .article-details.afg-review-layout [itemprop="articleBody"] .geekshop-review-hero__offer-title {
  margin-bottom: 0;
  font-size: clamp(1.08rem, 1.48vw, 1.35rem);
  line-height: 1.14;
}

.view-article .article-details.afg-review-layout [itemprop="articleBody"] .geekshop-review-hero__offer-copy {
  margin-bottom: 0;
  width: 100%;
  max-width: none;
  font-size: 0.92rem;
  line-height: 1.4;
  color: rgba(255, 244, 229, 0.82);
  text-wrap: pretty;
}

.view-article .article-details.afg-review-layout [itemprop="articleBody"] .geekshop-review-hero__coupon-badge {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  min-height: 54px;
  width: 100%;
  padding: 0 16px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 206, 136, 0.22);
  font-family: inherit;
  font-size: 0.98rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #fff4de;
}

.view-article .article-details.afg-review-layout [itemprop="articleBody"] .geekshop-review-hero__coupon-badge.is-empty {
  font-family: inherit;
  font-size: 0.86rem;
  letter-spacing: 0.02em;
  text-transform: none;
}

.view-article .article-details.afg-review-layout [itemprop="articleBody"] .geekshop-review-hero__coupon-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(178px, auto);
  gap: 10px;
  align-items: stretch;
}

.view-article .article-details.afg-review-layout [itemprop="articleBody"] .geekshop-review-hero__coupon-copy {
  width: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 54px;
  min-width: 178px;
  padding: 0 18px;
  border: 1px solid rgba(113, 198, 255, 0.34);
  border-radius: 18px;
  background: linear-gradient(135deg, rgba(53, 114, 189, 0.32), rgba(43, 157, 196, 0.24));
  color: #eef9ff;
  cursor: pointer;
  transition: transform 0.2s ease, border-color 0.2s ease, background 0.2s ease;
}

.view-article .article-details.afg-review-layout [itemprop="articleBody"] .geekshop-review-hero__coupon-copy:hover {
  transform: translateY(-1px);
  border-color: rgba(148, 219, 255, 0.6);
  background: linear-gradient(135deg, rgba(60, 129, 214, 0.42), rgba(41, 184, 210, 0.32));
}

.view-article .article-details.afg-review-layout [itemprop="articleBody"] .geekshop-review-hero__coupon-copy i {
  font-size: 0.92rem;
  color: #8ee3ff;
}

.view-article .article-details.afg-review-layout [itemprop="articleBody"] .geekshop-review-hero__coupon-copy span {
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  color: #eef9ff;
}

.view-article .article-details.afg-review-layout [itemprop="articleBody"] .geekshop-review-hero__coupon-copy.is-copied {
  border-color: rgba(116, 233, 182, 0.58);
  background: linear-gradient(135deg, rgba(64, 178, 124, 0.26), rgba(34, 152, 109, 0.24));
}

.view-article .article-details.afg-review-layout [itemprop="articleBody"] .geekshop-review-hero__offer-actions {
  display: block;
}

.view-article .article-details.afg-review-layout [itemprop="articleBody"] .geekshop-review-hero__cta {
  width: auto;
  flex: 0 0 auto;
  min-height: 52px;
}

.view-article .article-details.afg-review-layout [itemprop="articleBody"] .geekshop-review-hero__coupon-price {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  text-align: center;
}

.view-article .article-details.afg-review-layout [itemprop="articleBody"] .geekshop-review-hero__cta {
  width: 100%;
  padding: 0 18px;
  font-size: 0.96rem;
}

.view-article .article-details.afg-review-layout [itemprop="articleBody"] .geekshop-review-hero__spec-rail {
  position: fixed;
  top: 50%;
  right: 0;
  z-index: 9999;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 46px;
  padding: 0 18px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 16px 16px 0 0;
  background: linear-gradient(180deg, rgba(17, 22, 31, 0.94), rgba(17, 22, 31, 0.84));
  box-shadow: 0 18px 36px rgba(0, 0, 0, 0.28);
  color: #fff !important;
  font-size: 0.84rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  pointer-events: auto;
  text-decoration: none !important;
  text-transform: uppercase;
  transform: translate(calc(50% - 22px), -50%) rotate(-90deg);
  transform-origin: center;
  transition: transform 0.22s ease, border-color 0.22s ease, background 0.22s ease;
}

.view-article .article-details.afg-review-layout [itemprop="articleBody"] .geekshop-review-hero__spec-rail:hover {
  transform: translate(calc(50% - 22px), -50%) rotate(-90deg) translateY(-4px);
  border-color: rgba(255, 208, 140, 0.38);
  background: linear-gradient(180deg, rgba(24, 30, 41, 0.98), rgba(20, 27, 38, 0.9));
}

.view-article .article-details.afg-review-layout [itemprop="articleBody"] .geekshop-review-hero__spec-rail i {
  font-size: 0.92rem;
  color: #ffcb83;
}

.view-article .article-details.afg-review-layout [itemprop="articleBody"] .geekshop-review-hero__panel.is-no-offer {
  grid-template-columns: minmax(0, 0.56fr) minmax(320px, 0.44fr);
  grid-template-areas: "left media";
}

.view-article .article-details.afg-review-layout [itemprop="articleBody"] .geekshop-review-hero__product {
  position: relative;
  width: 100%;
  aspect-ratio: 1 / 1;
  max-width: 100%;
  margin: 0 auto;
  padding: 14px;
  display: grid;
  place-items: center;
  overflow: hidden;
  border-radius: 28px;
  background: linear-gradient(180deg, rgba(13, 20, 30, 0.84), rgba(13, 20, 30, 0.56));
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: 0 22px 40px rgba(0, 0, 0, 0.24);
}

.view-article .article-details.afg-review-layout [itemprop="articleBody"] .geekshop-review-hero__product::before,
.view-article .article-details.afg-review-layout [itemprop="articleBody"] .geekshop-review-hero__product::after {
  inset: 10% 8% 8%;
}

.view-article .article-details.afg-review-layout [itemprop="articleBody"] .geekshop-review-hero__product img {
  width: 100%;
  height: 100%;
  max-height: none;
  object-fit: contain;
  transform: scale(1.08);
}

.view-article .article-details.afg-review-layout [itemprop="articleBody"] .geekshop-review-hero__offer-note {
  margin-top: 0;
  padding-top: 0;
  font-size: 0.8rem;
}

.view-article .article-details.afg-review-layout [itemprop="articleBody"] .geekshop-review-hero__score-pill .afg-verdict__score-number {
  width: 58px;
  height: 58px;
  min-width: 58px;
  min-height: 58px;
  font-size: 1.6rem;
  line-height: 1;
  letter-spacing: -0.05em;
}

.view-article .article-details.afg-review-layout [itemprop="articleBody"] .geekshop-review-summary {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto 34px;
  padding: 24px;
  border-radius: 28px;
  background: linear-gradient(135deg, rgba(255, 251, 245, 0.96), rgba(249, 240, 228, 0.92));
  box-shadow: 0 18px 42px rgba(32, 23, 16, 0.08);
}

.view-article .article-details.afg-review-layout [itemprop="articleBody"] .geekshop-review-summary__kicker {
  margin-bottom: 10px;
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #b05a17;
}

.view-article .article-details.afg-review-layout [itemprop="articleBody"] .geekshop-review-summary__headline {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 20px;
}

.view-article .article-details.afg-review-layout [itemprop="articleBody"] .geekshop-review-summary__headline-copy {
  min-width: 0;
}

.view-article .article-details.afg-review-layout [itemprop="articleBody"] .geekshop-review-summary__score {
  flex: 0 0 auto;
  min-width: 90px;
  padding: 12px 14px;
  border-radius: 18px;
  background: #17120d;
  color: #fff;
  font-size: 1.15rem;
  font-weight: 800;
  text-align: center;
}

.view-article .article-details.afg-review-layout [itemprop="articleBody"] .geekshop-review-summary__title {
  margin: 0 0 4px;
  font-size: 1.35rem;
  line-height: 1.08;
  letter-spacing: -0.03em;
  color: #17120d;
}

.view-article .article-details.afg-review-layout [itemprop="articleBody"] .geekshop-review-summary__verdict {
  margin: 0;
  font-size: 1.02rem;
  line-height: 1.6;
  font-weight: 700;
  color: #191611;
}

.view-article .article-details.afg-review-layout [itemprop="articleBody"] .geekshop-review-summary__headline--simple {
  display: block;
  margin-bottom: 22px;
}

.view-article .article-details.afg-review-layout [itemprop="articleBody"] .geekshop-review-summary__headline--simple .geekshop-review-summary__headline-copy {
  max-width: 860px;
}

.view-article .article-details.afg-review-layout [itemprop="articleBody"] .geekshop-review-summary--points .geekshop-review-summary__headline {
  margin-bottom: 28px;
}

.view-article .article-details.afg-review-layout [itemprop="articleBody"] .geekshop-review-summary__points-grid {
  align-items: stretch;
}

.view-article .article-details.afg-review-layout [itemprop="articleBody"] .geekshop-review-summary__points-grid .afg-points {
  min-height: 100%;
  background: rgba(255, 255, 255, 0.94);
}

.view-article .article-details.afg-review-layout [itemprop="articleBody"] .geekshop-review-summary__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.view-article .article-details.afg-review-layout [itemprop="articleBody"] .geekshop-review-summary__item {
  min-height: 100%;
  padding: 18px 18px 16px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.68);
  border: 1px solid rgba(25, 22, 17, 0.06);
}

.view-article .article-details.afg-review-layout [itemprop="articleBody"] .geekshop-review-summary__item.is-pro {
  background: rgba(232, 250, 239, 0.92);
}

.view-article .article-details.afg-review-layout [itemprop="articleBody"] .geekshop-review-summary__item.is-con {
  background: rgba(255, 243, 238, 0.92);
}

.view-article .article-details.afg-review-layout [itemprop="articleBody"] .geekshop-review-summary__item.is-worth {
  background: rgba(255, 248, 225, 0.94);
}

.view-article .article-details.afg-review-layout [itemprop="articleBody"] .geekshop-review-summary__item h3 {
  margin: 0 0 8px;
  font-size: 0.92rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #16120e;
}

.view-article .article-details.afg-review-layout [itemprop="articleBody"] .geekshop-review-summary__item p {
  margin: 0;
  font-size: 0.98rem;
  line-height: 1.62;
}

.view-article .article-details.afg-review-layout [itemprop="articleBody"] .geekshop-review__content p,
.view-article .article-details.afg-review-layout [itemprop="articleBody"] .geekshop-review__content ul,
.view-article .article-details.afg-review-layout [itemprop="articleBody"] .geekshop-review__content ol,
.view-article .article-details.afg-review-layout [itemprop="articleBody"] .geekshop-review__content blockquote {
  max-width: 760px;
}

.view-article .article-details.afg-review-layout [itemprop="articleBody"] .geekshop-review__content strong {
  color: #17120d;
}

.view-article .article-details.afg-review-layout [itemprop="articleBody"] .geekshop-review__content ul,
.view-article .article-details.afg-review-layout [itemprop="articleBody"] .geekshop-review__content ol {
  margin: 20px 0 26px;
  padding: 0;
}

.view-article .article-details.afg-review-layout [itemprop="articleBody"] .geekshop-review__content ul {
  list-style: none;
  display: grid;
  gap: 14px;
}

.view-article .article-details.afg-review-layout [itemprop="articleBody"] .geekshop-review__content ul li {
  position: relative;
  padding-left: 34px;
}

.view-article .article-details.afg-review-layout [itemprop="articleBody"] .geekshop-review__content ul li::before {
  content: "\f058";
  position: absolute;
  top: 0.42rem;
  left: 0;
  width: 18px;
  height: 18px;
  font-family: "Font Awesome 6 Free";
  font-size: 0.95rem;
  font-weight: 900;
  line-height: 1;
  color: #ff8f2c;
}

.view-article .article-details.afg-review-layout [itemprop="articleBody"] .geekshop-review__content ol {
  list-style: none;
  counter-reset: geekshop-ordered-list;
  display: grid;
  gap: 14px;
}

.view-article .article-details.afg-review-layout [itemprop="articleBody"] .geekshop-review__content ol li {
  position: relative;
  padding-left: 42px;
  counter-increment: geekshop-ordered-list;
}

.view-article .article-details.afg-review-layout [itemprop="articleBody"] .geekshop-review__content ol li::before {
  content: counter(geekshop-ordered-list);
  position: absolute;
  top: 0.1rem;
  left: 0;
  width: 26px;
  height: 26px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: rgba(255, 143, 44, 0.14);
  color: #b85a15;
  font-size: 0.88rem;
  font-weight: 800;
  line-height: 1;
}

.view-article .article-details.afg-review-layout [itemprop="articleBody"] .afg-verdict.afg-verdict--compact {
  padding: 16px 28px 12px;
  background: transparent;
  border: none;
  border-radius: 0;
}

.view-article .article-details.afg-review-layout [itemprop="articleBody"] .afg-verdict.afg-verdict--compact .afg-verdict__score-pill {
  margin-bottom: 14px;
}

.view-article .article-details.afg-review-layout [itemprop="articleBody"] .afg-verdict.afg-verdict--compact .afg-verdict__label {
  margin-top: 0;
  margin-bottom: 0;
  max-width: 820px;
  font-size: 1.08rem;
  line-height: 1.6;
  font-weight: 700;
  text-transform: none;
  text-align: center;
}

.view-article .article-details.afg-review-layout [itemprop="articleBody"] .geekshop-review__section-title {
  margin: 52px 0 16px;
  font-size: clamp(1.9rem, 2.6vw, 2.5rem);
}

.view-article .article-details.afg-review-layout [itemprop="articleBody"] .geekshop-inline-cta {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 18px;
  align-items: center;
  margin: 30px 0 10px;
  padding: 20px 22px;
  border-radius: 24px;
  background: linear-gradient(135deg, rgba(22, 18, 14, 0.96), rgba(49, 35, 23, 0.94));
  box-shadow: 0 18px 42px rgba(20, 14, 10, 0.16);
  color: #fff;
}

.view-article .article-details.afg-review-layout [itemprop="articleBody"] .geekshop-inline-cta__eyebrow {
  margin-bottom: 8px;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(255, 197, 115, 0.92);
}

.view-article .article-details.afg-review-layout [itemprop="articleBody"] .geekshop-inline-cta__content h3 {
  margin: 0 0 6px;
  color: #fff;
  font-size: 1.4rem;
  line-height: 1.12;
}

.view-article .article-details.afg-review-layout [itemprop="articleBody"] .geekshop-inline-cta__content p {
  margin: 0;
  max-width: none;
  color: rgba(255, 245, 231, 0.88);
}

.view-article .article-details.afg-review-layout [itemprop="articleBody"] .geekshop-inline-cta__side {
  display: flex;
  flex-direction: column;
  gap: 10px;
  min-width: 240px;
}

.view-article .article-details.afg-review-layout [itemprop="articleBody"] .geekshop-inline-cta__coupon,
.view-article .article-details.afg-review-layout [itemprop="articleBody"] .geekshop-inline-cta__price {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 14px;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.08);
  font-weight: 700;
}

.view-article .article-details.afg-review-layout [itemprop="articleBody"] .geekshop-inline-cta__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 0 18px;
  border-radius: 14px;
  background: linear-gradient(135deg, #ffa043 0%, #ff6b1a 100%);
  color: #15110d !important;
  font-weight: 800;
  text-decoration: none !important;
}

.view-article .article-details.afg-review-layout [itemprop="articleBody"] .geekshop-shot-grid.is-trio {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.view-article .article-details.afg-review-layout [itemprop="articleBody"] .geekshop-shot-grid.is-duo {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}



@media (max-width: 1199px) {
  .view-article .article-details.afg-review-layout [itemprop="articleBody"] .geekshop-review-hero__panel {
    grid-template-columns: minmax(0, 1fr) minmax(260px, 340px) minmax(300px, 360px);
    grid-template-areas: "left media offer";
  }

  .view-article .article-details.afg-review-layout [itemprop="articleBody"] .geekshop-review-hero__media {
    width: min(100%, 340px);
    max-width: 340px;
  }

  .view-article .article-details.afg-review-layout [itemprop="articleBody"] .geekshop-review-hero__panel.is-no-offer {
    grid-template-columns: minmax(0, 1fr) minmax(280px, 360px);
    grid-template-areas: "left media";
  }

  .view-article .article-details.afg-review-layout [itemprop="articleBody"] .geekshop-review-summary__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 991px) {
  .view-article .article-details.afg-review-layout [itemprop="articleBody"] .geekshop-review-hero {
    max-height: none;
  }

  .view-article .article-details.afg-review-layout [itemprop="articleBody"] .geekshop-review-hero__panel {
    width: min(100%, calc(100% - 24px));
    padding: 24px 16px 18px;
    grid-template-columns: 1fr;
    grid-template-areas:
      "left"
      "media"
      "offer";
  }

  .view-article .article-details.afg-review-layout [itemprop="articleBody"] .geekshop-review-hero__title-main {
    max-width: 100%;
    font-size: clamp(2.2rem, 7vw, 3.7rem);
  }

  .view-article .article-details.afg-review-layout [itemprop="articleBody"] .geekshop-review-hero__media {
    width: min(100%, 300px);
    max-width: 300px;
  }

  .view-article .article-details.afg-review-layout [itemprop="articleBody"] .geekshop-review-hero__product {
    width: min(100%, 300px);
    max-width: 300px;
  }

  .view-article .article-details.afg-review-layout [itemprop="articleBody"] .geekshop-review-hero__title-sub {
    max-width: 100%;
    font-size: 1rem;
  }

  .view-article .article-details.afg-review-layout [itemprop="articleBody"] .geekshop-review-hero__verdict {
    flex-direction: column;
  }

  .view-article .article-details.afg-review-layout [itemprop="articleBody"] .geekshop-review-hero__coupon-row {
    grid-template-columns: 1fr;
  }

  .view-article .article-details.afg-review-layout [itemprop="articleBody"] .geekshop-review-hero__coupon-copy {
    width: 100%;
    min-width: 0;
  }

  .view-article .article-details.afg-review-layout [itemprop="articleBody"] .geekshop-review-hero__offer-actions {
    grid-template-columns: 1fr;
  }

  .view-article .article-details.afg-review-layout [itemprop="articleBody"] .geekshop-review-hero__spec-rail {
    position: static;
    width: 100%;
    justify-self: stretch;
    margin-top: 14px;
    border-radius: 16px;
    transform: none;
  }

  .view-article .article-details.afg-review-layout [itemprop="articleBody"] .geekshop-review-hero__spec-rail:hover {
    transform: translateY(-2px);
  }

  .view-article .article-details.afg-review-layout [itemprop="articleBody"] .geekshop-review-summary__headline,
  .view-article .article-details.afg-review-layout [itemprop="articleBody"] .geekshop-inline-cta {
    grid-template-columns: 1fr;
    display: grid;
  }

  .view-article .article-details.afg-review-layout [itemprop="articleBody"] .geekshop-inline-cta__side {
    min-width: 0;
  }
}

@media (max-width: 767px) {
  .view-article .article-details.afg-review-layout [itemprop="articleBody"] .geekshop-review-hero {
    padding-top: 72px;
  }

  .view-article .article-details.afg-review-layout [itemprop="articleBody"] .geekshop-review-hero__panel {
    grid-template-columns: 1fr !important;
    grid-template-areas:
      "left"
      "media"
      "offer" !important;
    width: calc(100% + 30px) !important;
    max-width: none !important;
    margin-left: -15px !important;
    margin-right: -15px !important;
    border-radius: 0 !important;
    padding: 24px 15px 18px !important;
    box-sizing: border-box !important;
  }

  .view-article .article-details.afg-review-layout [itemprop="articleBody"] .geekshop-related-inline {
    float: none !important;
    width: calc(100% + 30px) !important;
    max-width: none !important;
    margin-left: -15px !important;
    margin-right: -15px !important;
  }

  .view-article .article-details.afg-review-layout [itemprop="articleBody"] .geekshop-review-hero__titles {
    margin-bottom: 12px;
  }

  .view-article .article-details.afg-review-layout [itemprop="articleBody"] .geekshop-review-hero__title-main {
    font-size: clamp(1.9rem, 8.5vw, 2.8rem);
    line-height: 0.96;
  }

  .view-article .article-details.afg-review-layout [itemprop="articleBody"] .geekshop-review-hero__title-sub {
    margin-top: 8px;
    font-size: 0.94rem;
    line-height: 1.42;
  }

  .view-article .article-details.afg-review-layout [itemprop="articleBody"] .geekshop-review-hero__offer {
    padding: 18px;
    gap: 10px;
  }

  .view-article .article-details.afg-review-layout [itemprop="articleBody"] .geekshop-review-hero__coupon-badge {
    min-height: 56px;
    font-size: 0.98rem;
  }

  .view-article .article-details.afg-review-layout [itemprop="articleBody"] .geekshop-review-hero__media {
    width: min(100%, 220px);
    max-width: 220px;
  }

  .view-article .article-details.afg-review-layout [itemprop="articleBody"] .geekshop-review-hero__product {
    max-width: 220px;
  }

  .view-article .article-details.afg-review-layout [itemprop="articleBody"] .geekshop-review-hero__product img {
    max-height: 180px;
  }

  .view-article .article-details.afg-review-layout [itemprop="articleBody"] .geekshop-review-summary {
    width: min(100%, calc(100% - 20px));
    padding: 18px;
    margin-bottom: 26px;
  }

  .view-article .article-details.afg-review-layout [itemprop="articleBody"] .geekshop-review-summary__headline {
    align-items: flex-start;
  }

  .view-article .article-details.afg-review-layout [itemprop="articleBody"] .geekshop-review-summary__title {
    font-size: 1.18rem;
  }

  .view-article .article-details.afg-review-layout [itemprop="articleBody"] .geekshop-review-summary__grid {
    grid-template-columns: 1fr;
  }

  .view-article .article-details.afg-review-layout [itemprop="articleBody"] .geekshop-review__editorial-layout {
    display: flex !important;
    flex-direction: column !important;
    gap: 26px;
    width: calc(100% + 30px) !important;
    max-width: none !important;
    margin-left: -15px !important;
    margin-right: -15px !important;
    padding-left: 12px !important;
    padding-right: 12px !important;
    box-sizing: border-box !important;
  }

  .view-article .article-details.afg-review-layout [itemprop="articleBody"] .geekshop-shot-grid.is-duo,
  .view-article .article-details.afg-review-layout [itemprop="articleBody"] .geekshop-shot-grid.is-trio {
    grid-template-columns: 1fr;
  }

  .view-article .article-details.afg-review-layout [itemprop="articleBody"] .geekshop-shot-grid.is-wide .geekshop-shot-grid__item img {
    min-height: 300px;
    height: 300px;
  }
}

.view-article .article-details.afg-review-layout [itemprop="articleBody"] .geekshop-related-inline {
  float: right;
  width: min(100%, 300px);
  padding: 24px 20px;
  background: #ffffff;
  border-radius: 16px;
  border: 3px solid #f6f0e6;
  border-top: 4px solid #ff8f2c;
  box-shadow: 0 16px 32px rgba(32, 23, 16, 0.08);
  text-align: center;
  clear: right;
  transition: transform 0.2s, box-shadow 0.2s;
}

.view-article .article-details.afg-review-layout [itemprop="articleBody"] .geekshop-related-inline:hover {
  transform: translateY(-2px);
  box-shadow: 0 20px 40px rgba(32, 23, 16, 0.12);
}

.view-article .article-details.afg-review-layout [itemprop="articleBody"] .geekshop-related-inline__title {
  font-size: 1.05rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #1a1611;
  margin-bottom: 20px;
  position: relative;
  display: inline-block;
  padding-bottom: 8px;
}

.view-article .article-details.afg-review-layout [itemprop="articleBody"] .geekshop-related-inline__title::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 40px;
  height: 4px;
  background: #ff8f2c;
  border-radius: 4px;
}

.view-article .article-details.afg-review-layout [itemprop="articleBody"] .geekshop-related-inline__link {
  display: flex;
  flex-direction: column;
  gap: 12px;
  text-decoration: none;
  color: #17120d;
}

.view-article .article-details.afg-review-layout [itemprop="articleBody"] .geekshop-related-inline__img {
  width: 100%;
  border-radius: 12px;
  object-fit: cover;
  aspect-ratio: 1 / 1;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.04);
}

.view-article .article-details.afg-review-layout [itemprop="articleBody"] .geekshop-related-inline__name {
  font-size: 0.95rem;
  font-weight: 700;
  line-height: 1.35;
  transition: color 0.15s ease;
}

.view-article .article-details.afg-review-layout [itemprop="articleBody"] .geekshop-related-inline__link:hover .geekshop-related-inline__name {
  color: #ff8f2c;
}

.view-article .article-details.afg-review-layout [itemprop="articleBody"] .geekshop-review__quote {
  display: flow-root;
}

.view-article .article-details.afg-review-layout [itemprop="articleBody"] .geekshop-review__footer-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 16px;
  margin: 40px 0 20px;
}

.view-article .article-details.afg-review-layout [itemprop="articleBody"] .geekshop-review__footer-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 14px 32px;
  font-size: 1.05rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  border-radius: 50px;
  text-decoration: none !important;
  transition: all 0.2s ease;
}

.view-article .article-details.afg-review-layout [itemprop="articleBody"] .geekshop-review__footer-btn i {
  font-size: 1.15em;
}

.view-article .article-details.afg-review-layout [itemprop="articleBody"] .geekshop-review__footer-btn.is-primary {
  background: linear-gradient(135deg, #ff8f2c 0%, #ff6b1a 100%);
  color: #fff !important;
  box-shadow: 0 8px 16px rgba(255, 107, 26, 0.25);
}

.view-article .article-details.afg-review-layout [itemprop="articleBody"] .geekshop-review__footer-btn.is-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 20px rgba(255, 107, 26, 0.35);
}

.view-article .article-details.afg-review-layout [itemprop="articleBody"] .geekshop-review__footer-btn.is-secondary {
  background: #f1ebd8;
  color: #1a1611 !important;
  box-shadow: 0 6px 12px rgba(40, 32, 24, 0.08);
}

.view-article .article-details.afg-review-layout [itemprop="articleBody"] .geekshop-review__footer-btn.is-secondary:hover {
  background: #e9e2cc;
  transform: translateY(-2px);
  box-shadow: 0 10px 16px rgba(40, 32, 24, 0.12);
}

@media (max-width: 767px) {
  .view-article .article-details.afg-review-layout [itemprop="articleBody"] .geekshop-related-inline {
    float: none;
    width: 100%;
    margin: 24px 0;
  }
}

body.itemid-101 {
  --afg-home-stage-height: clamp(980px, 120vh, 1320px);
  position: relative;
  background: #050408;
}

body.itemid-101::before {
  display: none;
}

body.itemid-101 #sp-header,
body.itemid-101 #sp-main-body {
  position: relative;
  z-index: 1;
}

body.itemid-101 .afg-home {
  z-index: 0;
  margin-top: 0;
  padding-top: 20px;
  background-color: transparent;
  overflow: visible;
  isolation: isolate;
}

body.itemid-101 .afg-home::after {
  display: none;
}

body.itemid-101 .afg-home::before {
  display: none;
}

body.itemid-101 .afg-home__inner {
  position: relative;
  z-index: 1;
}

body.itemid-101 .afg-home__inner::before {
  display: none;
}

body.itemid-101 .afg-home__inner > * {
  position: relative;
  z-index: 1;
}

body.itemid-101 #sp-header {
  position: relative;
  z-index: 4;
  top: 0;
  margin-top: 0;
  padding: 0 25px;
  background: transparent;
  box-shadow: none;
}

body.itemid-101 #sp-header.header-sticky {
  background: rgba(10, 7, 19, 0.9);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
}

body.itemid-101 #sp-header::before {
  display: none;
}

body.itemid-101 #sp-header::after {
  display: none;
}

body.itemid-101 #sp-header > .container-fluid {
  position: relative;
  z-index: 1;
}

body.itemid-101 #sp-header .container-inner {
  position: relative;
  padding-top: 14px;
  padding-bottom: 14px;
  background: transparent;
  border-bottom: 0;
}

body.itemid-101 #sp-header .container-inner::after {
  display: none;
}

body.itemid-101 #sp-header .logo .logo-image,
body.itemid-101 #sp-header.header-sticky .logo .logo-image {
  filter: none;
}

body.itemid-101 #sp-header .sp-megamenu-parent > li > a,
body.itemid-101 #sp-header .sp-megamenu-parent > li > span,
body.itemid-101 #sp-header.header-sticky .sp-megamenu-parent > li > a,
body.itemid-101 #sp-header.header-sticky .sp-megamenu-parent > li > span,
body.itemid-101 #sp-header ul.social-icons a,
body.itemid-101 #sp-header.header-sticky ul.social-icons a {
  color: rgba(255, 255, 255, 0.92) !important;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.38);
  transition: color 0.18s ease, text-shadow 0.18s ease, box-shadow 0.18s ease;
}

body.itemid-101 #sp-header .sp-megamenu-parent > li > a:hover,
body.itemid-101 #sp-header .sp-megamenu-parent > li:hover > a,
body.itemid-101 #sp-header .sp-megamenu-parent > li.active > a,
body.itemid-101 #sp-header.header-sticky .sp-megamenu-parent > li > a:hover,
body.itemid-101 #sp-header.header-sticky .sp-megamenu-parent > li:hover > a,
body.itemid-101 #sp-header.header-sticky .sp-megamenu-parent > li.active > a,
body.itemid-101 #sp-header .sp-megamenu-parent > li > a:focus,
body.itemid-101 #sp-header.header-sticky .sp-megamenu-parent > li > a:focus {
  color: #b46cff !important;
  text-shadow: 0 0 16px rgba(180, 108, 255, 0.38);
  box-shadow: inset 0 -2px 0 #b46cff;
}

body.itemid-101 #sp-header ul.social-icons a:hover,
body.itemid-101 #sp-header.header-sticky ul.social-icons a:hover {
  color: #ff2de2 !important;
}

body.itemid-101 #modal-menu .sp-megamenu-parent > li:hover > a,
body.itemid-101 #modal-menu .sp-megamenu-parent > li.active > a,
body.itemid-101 #modal-menu .sp-megamenu-parent > li:hover > span,
body.itemid-101 #modal-menu .sp-megamenu-parent > li.active > span,
body.itemid-101 #modal-menu .modules-wrapper a:hover,
body.itemid-101 #modal-menu .modules-wrapper a:focus,
body.itemid-101 .offcanvas-menu .offcanvas-inner ul.menu > li.active a,
body.itemid-101 .offcanvas-menu .offcanvas-inner ul.menu > li a:hover,
body.itemid-101 .offcanvas-menu .offcanvas-inner ul.menu > li a:focus,
body.itemid-101 .offcanvas-menu .offcanvas-inner ul.menu > li span:hover,
body.itemid-101 .offcanvas-menu .offcanvas-inner ul.menu > li span:focus {
  color: #b46cff !important;
}

body.itemid-101 .offcanvas-menu .offcanvas-inner .social-icons > li > a:hover {
  color: #ff2de2 !important;
}

body.itemid-101 .afg-home .afg-home-story__link:hover .afg-home-story__title,
body.itemid-101 .afg-home .afg-home-story__link:focus .afg-home-story__title,
body.itemid-101 .afg-home .afg-home-story__link:focus-visible .afg-home-story__title,
body.itemid-101 .afg-home .afg-home-deal__title a:hover,
body.itemid-101 .afg-home .afg-home-deal__title a:focus {
  color: #b46cff !important;
  text-shadow: 0 0 14px rgba(180, 108, 255, 0.2);
}

body.itemid-101 #sp-header .social-wrap:after,
body.itemid-101 #sp-logo.has-border:after {
  background-color: rgba(255, 255, 255, 0.18);
}

body.itemid-101 #sp-header .burger-icon > span,
body.itemid-101 #sp-header.header-sticky .burger-icon > span {
  background-color: #fff;
}

@media (max-width: 991px) {
  body.itemid-101 {
    --afg-home-stage-height: clamp(760px, 108vh, 1040px);
  }

  body.itemid-101 #sp-header,
  body.itemid-101 #sp-header.header-sticky {
    padding: 0 12px;
  }

  body.itemid-101 #sp-header .container-inner {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  body.itemid-101 .afg-home__inner::before {
    width: calc(100% + 48px);
    height: clamp(460px, 125vw, 620px);
  }
}

/* Lock the header-to-content gap on landing pages with overlapping hero sections */
body.itemid-115,
body.itemid-418,
body.itemid-417 {
  --afg-stage-gap: 20px;
}

body.itemid-115 {
  --afg-stage-height: 610px;
  --afg-stage-overlap: 500px;
}

body.itemid-418 {
  --afg-stage-height: 835px;
  --afg-stage-overlap: 725px;
}

body.itemid-417 {
  --afg-stage-height: 710px;
  --afg-stage-overlap: 600px;
}

body.itemid-115 #sp-main-body .sp-page-builder > .page-content > .sppb-section:first-child,
body.itemid-418 #sp-main-body .sp-page-builder > .page-content > .sppb-section:first-child,
body.itemid-417 #sp-main-body .sp-page-builder > .page-content > .sppb-section:first-child {
  height: var(--afg-stage-height) !important;
  min-height: var(--afg-stage-height) !important;
  overflow: hidden;
}

body.itemid-115 #sp-main-body .sp-page-builder > .page-content > .sppb-section:first-child .sppb-addon,
body.itemid-115 #sp-main-body .sp-page-builder > .page-content > .sppb-section:first-child .sppb-addon-content,
body.itemid-115 #sp-main-body .sp-page-builder > .page-content > .sppb-section:first-child .sppb-addon-single-image-container,
body.itemid-418 #sp-main-body .sp-page-builder > .page-content > .sppb-section:first-child .sppb-addon,
body.itemid-418 #sp-main-body .sp-page-builder > .page-content > .sppb-section:first-child .sppb-addon-content,
body.itemid-418 #sp-main-body .sp-page-builder > .page-content > .sppb-section:first-child .sppb-addon-single-image-container,
body.itemid-417 #sp-main-body .sp-page-builder > .page-content > .sppb-section:first-child .sppb-addon,
body.itemid-417 #sp-main-body .sp-page-builder > .page-content > .sppb-section:first-child .sppb-addon-content,
body.itemid-417 #sp-main-body .sp-page-builder > .page-content > .sppb-section:first-child .sppb-addon-single-image-container {
  height: 100% !important;
}

body.itemid-115 #sp-main-body .sp-page-builder > .page-content > .sppb-section:first-child .sppb-img-responsive,
body.itemid-418 #sp-main-body .sp-page-builder > .page-content > .sppb-section:first-child .sppb-img-responsive,
body.itemid-417 #sp-main-body .sp-page-builder > .page-content > .sppb-section:first-child .sppb-img-responsive {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
}

body.itemid-115 #sp-main-body .sp-page-builder > .page-content > .sppb-section:nth-child(2) > .sppb-row-container > .sppb-row > .sppb-row-column > .sppb-column > .sppb-column-addons > .sppb-section,
body.itemid-115 #sp-main-body .sp-page-builder > .page-content > .sppb-section:nth-child(2) > .sppb-container-inner > .sppb-row > .sppb-row-column > .sppb-column > .sppb-column-addons > .sppb-section,
body.itemid-418 #sp-main-body .sp-page-builder > .page-content > .sppb-section:nth-child(2) > .sppb-row-container > .sppb-row > .sppb-row-column > .sppb-column > .sppb-column-addons > .sppb-section,
body.itemid-418 #sp-main-body .sp-page-builder > .page-content > .sppb-section:nth-child(2) > .sppb-container-inner > .sppb-row > .sppb-row-column > .sppb-column > .sppb-column-addons > .sppb-section {
  margin-top: calc(-1 * var(--afg-stage-overlap)) !important;
}

body.itemid-417 #sp-main-body .sp-page-builder > .page-content > .sppb-section:nth-child(2) {
  margin-top: calc(-1 * var(--afg-stage-overlap)) !important;
}

@media (max-width: 991px) {
  body.itemid-115 {
    --afg-stage-height: 320px;
    --afg-stage-overlap: 220px;
  }

  body.itemid-418 {
    --afg-stage-height: 300px;
    --afg-stage-overlap: 215px;
  }

  body.itemid-417 {
    --afg-stage-height: 240px;
    --afg-stage-overlap: 220px;
  }
}

/* Unify module corners and top navigation hover treatment across the site */
#sp-header::before {
  display: none !important;
  content: none !important;
}

#sp-header .sp-megamenu-parent > li > a,
#sp-header .sp-megamenu-parent > li > span,
#sp-header.header-sticky .sp-megamenu-parent > li > a,
#sp-header.header-sticky .sp-megamenu-parent > li > span {
  transition: color 0.18s ease, text-shadow 0.18s ease, box-shadow 0.18s ease;
}

#sp-header .sp-megamenu-parent > li > a:hover,
#sp-header .sp-megamenu-parent > li:hover > a,
#sp-header .sp-megamenu-parent > li.active > a,
#sp-header .sp-megamenu-parent > li > span:hover,
#sp-header .sp-megamenu-parent > li:hover > span,
#sp-header .sp-megamenu-parent > li.active > span,
#sp-header.header-sticky .sp-megamenu-parent > li > a:hover,
#sp-header.header-sticky .sp-megamenu-parent > li:hover > a,
#sp-header.header-sticky .sp-megamenu-parent > li.active > a,
#sp-header.header-sticky .sp-megamenu-parent > li > span:hover,
#sp-header.header-sticky .sp-megamenu-parent > li:hover > span,
#sp-header.header-sticky .sp-megamenu-parent > li.active > span,
#sp-header .sp-megamenu-parent > li > a:focus,
#sp-header .sp-megamenu-parent > li > span:focus,
#sp-header.header-sticky .sp-megamenu-parent > li > a:focus,
#sp-header.header-sticky .sp-megamenu-parent > li > span:focus {
  color: #b46cff !important;
  text-shadow: 0 0 16px rgba(180, 108, 255, 0.38);
  box-shadow: inset 0 -2px 0 #b46cff;
}

.afg-home,
.afg-home *,
.afg-home *::before,
.afg-home *::after,
.afg-home ::-webkit-scrollbar,
.afg-home ::-webkit-scrollbar-track,
.afg-home ::-webkit-scrollbar-thumb,
[class^="afg-gr"],
[class^="afg-gr"] *,
[class^="afg-gr"] *::before,
[class^="afg-gr"] *::after,
[class^="afg-gr"] ::-webkit-scrollbar,
[class^="afg-gr"] ::-webkit-scrollbar-track,
[class^="afg-gr"] ::-webkit-scrollbar-thumb,
[class*=" afg-gr"],
[class*=" afg-gr"] *,
[class*=" afg-gr"] *::before,
[class*=" afg-gr"] *::after,
[class*=" afg-gr"] ::-webkit-scrollbar,
[class*=" afg-gr"] ::-webkit-scrollbar-track,
[class*=" afg-gr"] ::-webkit-scrollbar-thumb,
[class^="afg-gdr"],
[class^="afg-gdr"] *,
[class^="afg-gdr"] *::before,
[class^="afg-gdr"] *::after,
[class^="afg-gdr"] ::-webkit-scrollbar,
[class^="afg-gdr"] ::-webkit-scrollbar-track,
[class^="afg-gdr"] ::-webkit-scrollbar-thumb,
[class*=" afg-gdr"],
[class*=" afg-gdr"] *,
[class*=" afg-gdr"] *::before,
[class*=" afg-gdr"] *::after,
[class*=" afg-gdr"] ::-webkit-scrollbar,
[class*=" afg-gdr"] ::-webkit-scrollbar-track,
[class*=" afg-gdr"] ::-webkit-scrollbar-thumb,
.mod-kuponok-container,
.mod-kuponok-container *,
.mod-kuponok-container *::before,
.mod-kuponok-container *::after,
.mod-kuponok-container ::-webkit-scrollbar,
.mod-kuponok-container ::-webkit-scrollbar-track,
.mod-kuponok-container ::-webkit-scrollbar-thumb {
  border-radius: 0 !important;
}

/* Product article pages should use squared panels, except score badges */
.view-article:has(.geekshop-review-hero) .article-details.afg-review-layout [itemprop="articleBody"] [class^="geekshop-"],
.view-article:has(.geekshop-review-hero) .article-details.afg-review-layout [itemprop="articleBody"] [class^="geekshop-"] *,
.view-article:has(.geekshop-review-hero) .article-details.afg-review-layout [itemprop="articleBody"] [class^="geekshop-"] *::before,
.view-article:has(.geekshop-review-hero) .article-details.afg-review-layout [itemprop="articleBody"] [class^="geekshop-"] *::after,
.view-article:has(.geekshop-review-hero) .article-details.afg-review-layout [itemprop="articleBody"] [class*=" geekshop-"],
.view-article:has(.geekshop-review-hero) .article-details.afg-review-layout [itemprop="articleBody"] [class*=" geekshop-"] *,
.view-article:has(.geekshop-review-hero) .article-details.afg-review-layout [itemprop="articleBody"] [class*=" geekshop-"] *::before,
.view-article:has(.geekshop-review-hero) .article-details.afg-review-layout [itemprop="articleBody"] [class*=" geekshop-"] *::after,
.view-article:has(.geekshop-review-hero) .article-details.afg-review-layout [itemprop="articleBody"] .afg-points,
.view-article:has(.geekshop-review-hero) .article-details.afg-review-layout [itemprop="articleBody"] .afg-points *,
.view-article:has(.geekshop-review-hero) .article-details.afg-review-layout [itemprop="articleBody"] .afg-points *::before,
.view-article:has(.geekshop-review-hero) .article-details.afg-review-layout [itemprop="articleBody"] .afg-points *::after,
.view-article:has(.geekshop-review-hero) .article-details.afg-review-layout [itemprop="articleBody"] .afg-verdict,
.view-article:has(.geekshop-review-hero) .article-details.afg-review-layout [itemprop="articleBody"] .afg-verdict *,
.view-article:has(.geekshop-review-hero) .article-details.afg-review-layout [itemprop="articleBody"] .afg-verdict *::before,
.view-article:has(.geekshop-review-hero) .article-details.afg-review-layout [itemprop="articleBody"] .afg-verdict *::after,
.view-article:has(.geekshop-review-hero) .article-details.afg-review-layout [itemprop="articleBody"] table,
.view-article:has(.geekshop-review-hero) .article-details.afg-review-layout [itemprop="articleBody"] table *,
.view-article:has(.geekshop-review-hero) .article-details.afg-review-layout [itemprop="articleBody"] blockquote,
.view-article:has(.geekshop-review-hero) .article-details.afg-review-layout [itemprop="articleBody"] .sppb-btn,
.view-article:has(.geekshop-review-hero) .article-details.afg-review-layout [itemprop="articleBody"] .sppb-btn * {
  border-radius: 0 !important;
}

.view-article:has(.geekshop-review-hero) .article-details.afg-review-layout [itemprop="articleBody"] .afg-verdict__score-pill,
.view-article:has(.geekshop-review-hero) .article-details.afg-review-layout [itemprop="articleBody"] .geekshop-review-hero__score-pill {
  border-radius: 999px !important;
}

.view-article:has(.geekshop-review-hero) .article-details.afg-review-layout [itemprop="articleBody"] .afg-verdict__score-number,
.view-article:has(.geekshop-review-hero) .article-details.afg-review-layout [itemprop="articleBody"] .geekshop-review-hero__score-pill .afg-verdict__score-number {
  border-radius: 50% !important;
}

.view-article:has(.geekshop-review-hero) .article-details.afg-review-layout [itemprop="articleBody"] .geekshop-review-summary__score {
  border-radius: 18px !important;
}

/* Adjust Eyebrow */
.view-article .article-details.afg-review-layout [itemprop="articleBody"] .geekshop-review-hero__eyebrow {
  display: inline-block;
  background-color: var(--afgk-cyan, #c1fffe);
  color: #006767;
  font-family: 'Space Grotesk', sans-serif;
  font-weight: 900;
  padding: 0.25rem 1rem;
  margin-bottom: 1.5rem;
  font-size: 0.875rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  width: fit-content;
}
.view-article .article-details.afg-review-layout [itemprop="articleBody"] .geekshop-review-hero__eyebrow a {
  color: inherit !important;
  text-decoration: none !important;
}

/* Fix verdict header positioning inside the rail */
.view-article:has(.geekshop-review-hero) .article-details.afg-review-layout [itemprop="articleBody"] .geekshop-review__rail .afg-points__header {
  position: static !important;
  transform: none !important;
  width: auto !important;
  left: auto !important;
  top: auto !important;
  background: transparent !important;
  box-shadow: none !important;
  color: #fff !important;
  padding: 0 !important;
  margin-bottom: 24px !important;
  display: flex !important;
  align-items: center !important;
  gap: 8px !important;
}
.view-article:has(.geekshop-review-hero) .article-details.afg-review-layout [itemprop="articleBody"] .geekshop-review__rail .afg-points__header span {
/*  font-family: "Space Grotesk", sans-serif !important;
  font-size: 1.125rem !important;*/
  font-weight: 900 !important;
/*  letter-spacing: 0.1em !important;*/
  font-variation-settings: 'FILL' 0, 'wght' 400, 'GRAD' 0, 'opsz' 24;
  text-transform: uppercase !important;
}

/* Adjust Spec Toggle Spacing */
.view-article:has(.geekshop-review-hero) .article-details.afg-review-layout [itemprop="articleBody"] .geekshop-review-hero__spec-rail {
  align-items: center !important;
}
.view-article:has(.geekshop-review-hero) .article-details.afg-review-layout [itemprop="articleBody"] .geekshop-review-hero__spec-rail span {
  display: flex !important;
  flex-direction: column !important;
  justify-content: center !important;
  align-items: flex-start !important;
  gap: 0 !important;
  line-height: 1 !important;
}
.view-article:has(.geekshop-review-hero) .article-details.afg-review-layout [itemprop="articleBody"] .geekshop-review-hero__spec-rail span::before {
  margin-bottom: 2px !important;
  line-height: 1 !important;
}

/* Remove gap between hero and sticky deal */
body.view-article:has(.geekshop-review-hero) .article-details.afg-review-layout [itemprop="articleBody"] .geekshop-review-hero,
body.view-article:has(.geekshop-review-hero) .article-details.afg-review-layout [itemprop="articleBody"] .afg-review-hero {
  margin-bottom: 0 !important;
}

body.view-article:has(.geekshop-review-hero) .article-details.afg-review-layout [itemprop="articleBody"] .geekshop-review-sticky-deal-wrap,
body.view-article:has(.geekshop-review-hero) .article-details.afg-review-layout [itemprop="articleBody"] .geekshop-review-sticky-deal {
  margin-top: 0 !important;
}

/* Modulo afg-gdr grid layouts for kinetic template */
.afg-gdr__results { display: grid; gap: 20px; }
.afg-gdr__results--list .afg-gdr-card { display: grid; grid-template-columns: 260px minmax(0, 1fr); }
.afg-gdr__results--list .afg-gdr-card__media { aspect-ratio: 16/9; height: 100%; }
.afg-gdr__results--list .afg-gdr-card__body { padding: 26px; align-content: start; gap: 14px; }
.afg-gdr__results--list .afg-gdr-card__title { font-size: 1.85rem; -webkit-line-clamp: unset; }
.afg-gdr__results--list .afg-gdr-card__subtitle { display: block; -webkit-line-clamp: unset; }
.afg-gdr__results--list .afg-gdr-card__date { display: inline; }
.afg-gdr__results--cards-3 { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px; }
.afg-gdr__results--cards-4 { grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 24px; }

@media (max-width: 900px) {
    .afg-gdr__results--list .afg-gdr-card { grid-template-columns: 1fr; flex-direction: column; }
    .afg-gdr__results--cards-3,
    .afg-gdr__results--cards-4 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 640px) {
    .afg-gdr__results--cards-3,
    .afg-gdr__results--cards-4 { grid-template-columns: 1fr; }
}


/* --- GLOBAL MOBILE FAILSAFE OVERRIDES --- */
@media (max-width: 767px) {
  body.view-article .article-details [itemprop*='articleBody'] .geekshop-review__editorial-layout,
  body.view-article .article-details [itemprop*='articleBody'] .afg-review-hero__panel,
  body.view-article .article-details [itemprop*='articleBody'] .geekshop-review-hero__panel {
    display: flex !important;
    flex-direction: column !important;
    width: calc(100% + 30px) !important;
    max-width: none !important;
    margin-left: -15px !important;
    margin-right: -15px !important;
    box-sizing: border-box !important;
  }
  
  body.view-article .article-details [itemprop*='articleBody'] .geekshop-related-inline {
    float: none !important;
    width: 100% !important;
    max-width: 100% !important;
    margin-left: auto !important;
    margin-right: auto !important;
    margin-top: 20px !important;
    margin-bottom: 20px !important;
    box-sizing: border-box !important;
  }
}

/* !!! ABSOLUTE MOBILE OVERRIDE !!! */
@media (max-width: 767px) {
  html body .geekshop-review__editorial-layout {
    display: flex !important;
    flex-direction: column !important;
    width: calc(100% + 30px) !important;
    max-width: none !important;
    margin-left: -15px !important;
    margin-right: -15px !important;
    box-sizing: border-box !important;
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  
  html body .afg-review-hero__panel,
  html body .geekshop-review-hero__panel {
    display: flex !important;
    flex-direction: column !important;
    width: calc(100% + 30px) !important;
    max-width: none !important;
    margin-left: -15px !important;
    margin-right: -15px !important;
    box-sizing: border-box !important;
    padding: 15px !important;
  }

  html body .geekshop-related-inline {
    float: none !important;
    width: 100% !important;
    max-width: 100% !important;
    margin-left: auto !important;
    margin-right: auto !important;
    margin-top: 20px !important;
    margin-bottom: 20px !important;
    box-sizing: border-box !important;
  }
}
