/* ===== Security Updates page ===== */

.security-page {
  max-width: 960px;
}

.security-updates {
  padding: 2rem 0;
  text-align: center;
  position: relative;
}

.security-updates__summary {
  display: grid;
  grid-template-columns: 280px 1fr;
  gap: 2rem;
}

.security-updates__device {
  width: 280px;
  border-radius: 4px;
  border: 1px solid #e5e7eb;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 1rem 0 1.45rem 0;
}

.security-updates__device-img {
  width: 220px;
  padding: 1rem;
  background: #f9fafb;
  text-align: center;
}

.security-updates__device-img img {
  height: 100px;
  display: inline;
}

.security-updates__name {
  margin:1rem 0;
}

.security-updates__badge {
  width: 220px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
  padding: 0.5rem 0;
  background: #ecfdf5;
}

.security-updates__badge svg {
  width: 20px;
  height: 20px;
  stroke: #059669;
}

.security-updates__info {
  text-align: left;
}

.security-updates__info p {
  margin-bottom: 0.75rem;
}

.security-updates__info .btn {
  margin-top: 1rem;
  font-weight: 400;
}

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

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

@media (max-width: 899px) {
  .security-updates__summary {
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .security-updates__info {
    text-align: center;
  }
}
