
/* ===== Heading ===== */
.drivers-heading {
  text-align: center;
  max-width: 700px;
  margin: 0 auto 2rem;
}

.drivers-heading__title {
  font-size: 2rem;
  font-weight: 700;
  color: #1f2937;
  margin-bottom: 1.25rem;
}

.drivers-heading__lead {
  margin-bottom:2.25rem
}
#driver-requirements-heading{
  text-align: center;
}
/* ===== System requirements grid ===== */
.drivers-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
  margin-bottom: 2.5rem;
}

.drivers-card {
  background: #eef0f4;
  border-radius: 12px;
  padding: 2rem 1.5rem;
  text-align: center;
}

.drivers-card__icon {
  display: inline-flex;
  width: 68px;
  height: 68px;
  color: #1f2937;
  margin-bottom: 1rem;
}

.drivers-card__icon svg {
  width: 100%;
  height: 100%;
}

.drivers-card__title {
  font-size: 1.1rem;
  font-weight: 700;
  color: #1f2937;
  margin-bottom: 0.35rem;
}

.drivers-card__meta {
  color: #4b5563;
  font-size: 0.9rem;
  margin-bottom: 1.25rem;
}

.btn-download {
  display: inline-block;
  padding: 0.6rem 1.5rem;
  background: #000;
  color: #fff;
  border-radius: 1.5rem;
  font-size: 0.9rem;
  font-weight: 500;
}

.drivers-card__alt {
  display: block;
  margin-top: 0.75rem;
  font-size: 0.85rem;
  font-weight: 500;
  color: #000;
}

.driver-download-actions {
  display: flex;
  align-items: center;
  flex-direction: column;
}

.drivers-mobile-notice {
  display: none;
  max-width: 620px;
  margin: 1.5rem auto 2.5rem;
  color: #4b5563;
  font-size: 0.9rem;
  line-height: 1.6;
  text-align: center;
}

/* ===== Bluetooth section ===== */
.drivers-bluetooth {
  text-align: center;
  max-width: 700px;
  margin: 0 auto 2.5rem;
}

.drivers-bluetooth__text {
  color: #4b5563;
  font-size: 0.95rem;
  line-height: 1.6;
}

/* ===== Feedback (centered variant for this page) ===== */
.repair-feedback--centered {
  text-align: center;
}

.repair-feedback--centered .repair-feedback__actions {
  justify-content: center;
}

@media (min-width: 640px) {
  .drivers-grid {
    grid-template-columns: 1fr 1fr;
  }
}


@media (max-width: 899px) {
  .drivers-grid.has-mobile-notice .driver-download-actions {
    display: none;
  }

  .drivers-grid.has-mobile-notice + .drivers-mobile-notice {
    display: block;
  }
}
