.qep-qg-product-section {
  margin-bottom: 32px;
}

.breakdance h3.qep-qg-product-section-title {
  margin: 0 0 16px;
  color: #FFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px; /* 150% */
}

.qep-qg-product-pill-row,
.qep-qg-chip-row,
.qpe-compatible-programs,
.qpe-chip-row {
  display: flex;
  flex-wrap: wrap;
  gap: .75rem;
}

.qep-qg-product-pill,
.qep-qg-chip,
.qpe-program-btn,
.qpe-chip {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: .25rem 1rem;
  border: 2px solid #0b2239;
  border-radius: 999px;
  border-radius: var(--radius-full, 9999px);
  background: var(--Background-bg-transparent, rgba(255, 255, 255, 0.08));
  color: #B2B9C1;
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.5em;
  text-decoration: none;
  transition: all .2s ease;
}

a.qep-qg-product-pill:hover,
a.qep-qg-chip:hover,
.qpe-program-btn:hover,
.qpe-chip:hover {
  background: #0b2239 !important;
  color: #fff !important;
}

.qep-qg-tip,
.qpe-tip {
  position: relative;
  display: inline-flex;
  align-items: center;
  cursor: pointer;
}

.qep-qg-tip-panel,
.qpe-tip-panel {
  position: absolute;
  left: 50%;
  bottom: calc(100% + 10px);
  transform: translateX(-50%);
  z-index: 20;
  display: none;
  width: 260px;
  padding: 12px 14px;
  border-radius: 8px;
  background: #001127;
  color: #fff;
  font-size: .85rem;
  font-weight: 400;
  line-height: 1.45;
  box-shadow: 0 12px 30px rgba(0,0,0,.18);
}

.qep-qg-tip:hover .qep-qg-tip-panel,
.qep-qg-tip:focus .qep-qg-tip-panel,
.qpe-tip:hover .qpe-tip-panel,
.qpe-tip:focus .qpe-tip-panel {
  display: block;
}

.qep-qg-file-list,
.qpe-file-links,
.qpe-pl-links,
.qep-qg-text-rows,
.qpe-spec-list,
.qpe-reminder-list,
.qpe-cp-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.qep-qg-file-item,
.qpe-file-item,
.qpe-pl-item,
.qep-qg-text-row,
.qpe-spec-item {
  display: flex;
  align-items: center;
  gap: .6rem;
  padding: .75rem 1rem;
  border-bottom: 1px solid #eef2f6;
}

.qep-qg-file-item:nth-child(even),
.qpe-file-item:nth-child(even),
.qpe-pl-item:nth-child(even),
.qep-qg-text-row:nth-child(even),
.qpe-spec-item:nth-child(even) {
  background: #f3f6f8;
}

.qep-qg-file-link,
.qep-qg-file-text,
.qpe-file-item__link,
.qpe-file-item__text,
.qpe-pl-item__link,
.qpe-spec-text {
  color: #425466 !important;
  text-decoration: none;
}

.qep-qg-file-icon,
.qpe-file-item__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 34px;
  height: 24px;
  padding: 0 6px;
  border-radius: 4px;
  background: #e9eef5;
  color: #0b2239;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: .5px;
}

.qpe-file-icon__bg { fill: #e9eef5; }
.qpe-file-icon__text { fill: #0b2239; font-weight: 700; letter-spacing: .5px; }

.qep-qg-file-pdf .qep-qg-file-icon,
.qpe-file-pdf .qpe-file-icon__bg { fill: #ffe5e5; background: #ffe5e5; color: #c62828; }
.qpe-file-pdf .qpe-file-icon__text { fill: #c62828; }

.qep-qg-file-xls .qep-qg-file-icon,
.qep-qg-file-xlsx .qep-qg-file-icon,
.qep-qg-file-csv .qep-qg-file-icon,
.qpe-file-xls .qpe-file-icon__bg,
.qpe-file-xlsx .qpe-file-icon__bg,
.qpe-file-csv .qpe-file-icon__bg { fill: #e6f5eb; background: #e6f5eb; color: #1b5e20; }

.qpe-file-xls .qpe-file-icon__text,
.qpe-file-xlsx .qpe-file-icon__text,
.qpe-file-csv .qpe-file-icon__text { fill: #1b5e20; }

.qep-qg-copy-link,
.qpe-copy-btn {
  margin-left: auto;
  cursor: pointer;
  padding: .3rem .7rem;
  border: 2px solid #0b2239;
  border-radius: 999px;
  background: #fff;
  color: #0b2239;
  font-weight: 600;
  font-size: .9rem;
  line-height: 1.1;
  transition: all .2s ease;
}

.qep-qg-copy-link:hover,
.qep-qg-copy-link.is-copied,
.qpe-copy-btn:hover,
.qpe-copy-btn.copied {
  background: #0b2239;
  color: #fff;
}

.qep-qg-feature-table,
.qpe-pos-features {
  display: block;
  border: 1px solid #e3ebf3;
  border-radius: .5rem;
  overflow: hidden;
  margin: 1rem 0;
  background: #fff;
}

.qep-qg-feature-row,
.qpe-pos-features .posf-row {
  display: grid;
  grid-template-columns: 280px 1fr;
  gap: 1.25rem;
  padding: 2rem 1.25rem;
  align-items: center;
  border-bottom: 1px solid #e3ebf3;
}

.qep-qg-feature-row:nth-child(odd),
.qpe-pos-features .posf-row:nth-child(odd) {
  background: #eef4f8;
}

.qep-qg-feature-row:last-child,
.qpe-pos-features .posf-row:last-child {
  border-bottom: none;
}

.qep-qg-feature-title,
.qpe-pos-features .posf-title {
  font-size: 1rem;
  font-weight: 600;
  line-height: 100%;
  color: #425466;
}

.qep-qg-feature-desc,
.qpe-pos-features .posf-desc {
  color: #0b2239;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5;
}

.qep-qg-recent-updates,
.qpe-recent-updates {
  display: grid;
  gap: .5rem;
  margin: 1rem 0;
}

.qep-qg-update-item,
.qpe-update-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 2rem;
  background: #1A293D;
  color: #fff;
}

.qep-qg-update-item:nth-child(even),
.qpe-update-item:nth-child(even) {
  background: #334152;
}

.qep-qg-update-text,
.qpe-update-text {
  font-size: .889rem;
  font-weight: 400;
  line-height: 200%;
}

.qep-qg-update-date,
.qpe-update-date {
  display: inline-block;
  padding: .75rem 1rem;
  background: #001127;
  color: #fff;
  border-radius: 999px;
  white-space: nowrap;
  font-size: .79rem;
  font-weight: 600;
  line-height: 100%;
}

.qep-qg-icon-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.qep-qg-icon-item,
.qpe-reminder-item,
.qpe-cp-item {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  margin-bottom: 30px;
  color: #0b2239;
  font-size: 1rem;
  line-height: 1.4;
}

.qep-qg-icon-list--check i,
.qpe-cp-item i {
  color: #0066ff;
  margin-top: 5px;
}

.qep-qg-icon-list--alert i,
.qpe-reminder-item i {
  color: #fb5012;
  margin-top: 5px;
}

.qep-qg-field-grid,
.qep-qg-gateway-grid,
.qpe-gateway-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 2rem 3rem;
}

.qep-qg-field-item,
.qep-qg-gateway-item,
.qpe-gateway-item {
  display: flex;
  flex-direction: column;
  gap: .35rem;
}

.qep-qg-field-label,
.qep-qg-gateway-title,
.qpe-gateway-title {
  font-size: 1rem;
  font-weight: 600;
  line-height: 125%;
  color: var(--e-global-color-secondary, #001127);
}

.qep-qg-field-value,
.qep-qg-gateway-value,
.qpe-gateway-value {
  color: #0066ff;
  font-size: 1.424rem;
  font-weight: 600;
  line-height: 1.25em;
}

.qpe-gateway-tab-nav {
  position: relative;
  display: flex;
  justify-content: space-between;
  margin-bottom: 2rem;
  gap: 32px;
}

.qpe-gateway-tab-btn {
  position: relative;
  z-index: 2;
  min-width: 236px;
  width: 50%;
  padding: 1rem;
  border: 0;
  border-radius: 999px;
  background: transparent;
  color: #001127;
  font-size: 1.266rem;
  font-weight: 600;
  line-height: 1;
  cursor: pointer;
  transition: all .2s ease;
}

.qpe-gateway-tab-btn.is-active {
  background: #0066ff;
  color: #fff;
}

.qpe-gateway-tab-panel {
  display: none;
}

.qpe-gateway-tab-panel.is-active {
  display: block;
}

@media (max-width: 760px) {
  .qep-qg-feature-row,
  .qpe-pos-features .posf-row {
    grid-template-columns: 1fr;
    gap: .4rem;
  }

  .qep-qg-feature-title,
  .qpe-pos-features .posf-title {
    margin-bottom: .2rem;
  }
}

@media (max-width: 767px) {
  .qep-qg-update-item,
  .qpe-update-item {
    flex-wrap: wrap;
    gap: .5rem;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .qep-qg-update-date,
  .qpe-update-date {
    margin-left: 0;
    display: block;
    width: fit-content;
  }

  .qep-qg-field-grid,
  .qep-qg-gateway-grid,
  .qpe-gateway-grid {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }

  .qpe-gateway-tab-btn {
    min-width: unset;
    width: 50%;
    font-size: 1.25rem;
    padding: .9rem 1rem;
  }
}


.qep-qg-product-section--loading {
  position: relative;
}

.qep-qg-product-section-skeleton {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.qep-qg-product-section-skeleton::before,
.qep-qg-product-section-skeleton::after,
.qep-qg-product-section-skeleton span {
  content: '';
  display: block;
  width: 101px;
  height: 32px;
  border-radius: 9999px;
  background: rgba(255, 255, 255, 0.08);
  background-image: linear-gradient(
    90deg,
    rgba(255,255,255,0.04) 0%,
    rgba(255,255,255,0.12) 50%,
    rgba(255,255,255,0.04) 100%
  );
  background-size: 200% 100%;
  animation: qepQGSkeletonPulse 1.2s linear infinite;
}

.qep-qg-product-section-skeleton::after {
  width: 120px;
}

@keyframes qepQGSkeletonPulse {
  0% {
    background-position: 200% 0;
  }

  100% {
    background-position: -200% 0;
  }
}