/* PC System Specs block */

#pc-system-specification {
  margin-top: 20px;
}

/* Card container */
.cg-pc-specs-card {
  border: 1px solid #e1e1e1;
  border-radius: 10px;
  padding: 18px 20px;
  background: #f9f9f9;
}

/* Heading */
.cg-pc-specs-title {
  font-size: 18px;
  font-weight: 700;
  margin: 0 0 12px;
}

/* Grid / rows */
.cg-pc-specs-grid {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.cg-row {
  display: flex;
  flex-direction: column;
  padding: 4px 0;
  border-bottom: 1px solid #e9e9e9;
}

.cg-row:last-child {
  border-bottom: none;
}

/* Label + value */
.cg-label {
  font-size: 13px;
  font-weight: 600;
  text-transform: none;
  color: #666;
  margin-bottom: 2px;
}

.cg-value {
  font-size: 14px;
  color: #222;
}

/* Extra notes */
.cg-extra {
  margin-top: 12px;
  font-size: 13px;
  color: #444;
}

/* Desktop layout: label left, value right */
@media (min-width: 768px) {
  .cg-row {
    flex-direction: row;
    align-items: flex-start;
  }

  .cg-label {
    flex: 0 0 200px;
    margin-bottom: 0;
  }

  .cg-value {
    flex: 1;
  }
}

/* Alpha Prime hero feature strip */
.cg-ap-feature-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin: 15px 0 25px;
}

.cg-ap-feature-item {
  flex: 1 1 220px;
  border-radius: 8px;
  padding: 10px 14px;
  background: rgba(0, 0, 0, 0.4);
  border: 1px solid rgba(255, 255, 255, 0.05);
  font-size: 13px;
  line-height: 1.4;
}

.cg-ap-feature-item strong {
  display: block;
  font-size: 14px;
  margin-bottom: 2px;
}

.cg-ap-feature-item i {
  margin-right: 6px;
  font-size: 14px;
}

@media (max-width: 768px) {
  .cg-ap-feature-strip {
    flex-direction: column;
  }
}

/* Improve product-description headings */
#productDescription h2,
#productDescription h3 {
    font-family: 'Montserrat', sans-serif !important;
    font-weight: 700 !important;
    letter-spacing: 0.5px;
    line-height: 1.3;
    color: #111;
    text-align: center;
}

#productDescription h2 {
    position: relative;
    font-family: 'Montserrat', sans-serif !important;
    font-weight: 700;
    text-align: center;
    margin-top: 60px;
    margin-bottom: 30px;
    padding-bottom: 12px;
}

/* Product description section headings – CrazyGamer branded */
#productDescription h2 {
    position: relative;
    text-align: center;
    font-family: "Montserrat", "Hind", Arial, sans-serif;
    font-weight: 700;
    font-size: 26px;
    margin: 70px 0 35px;
    line-height: 1.3;
}

/* Small branded strapline above each H2 */
#productDescription h2::before {
    content: "CRAZYGAMER";
    display: block;
    font-size: 11px;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: #8f97a3;
    margin-bottom: 8px;
}

/* Premium glowing divider bar under each H2 */
#productDescription h2::after {
    content: "";
    display: block;
    width: 150px;
    height: 3px;
    margin: 16px auto 0 auto;
    background: linear-gradient(90deg, #c9e44a, #a2c71f);
    border-radius: 999px;
    box-shadow: 0 0 14px rgba(176, 204, 55, 0.75);
}
