/* Update History Table Fixed */

.sg-update-mini-list{
  display:flex;
  flex-direction:column;
  gap:16px;
  margin-top:8px;
}

.sg-update-mini-item{
  padding:18px 0;
  border-bottom:1px solid #E2E8F0;
}

.sg-update-mini-item:last-child{
  border-bottom:none;
}

.sg-update-mini-meta,
.sg-update-item-meta{
  display:flex;
  align-items:center;
  gap:12px;
  flex-wrap:wrap;
  margin-bottom:8px;
}

.sg-update-version{
  display:inline-flex;
  color:#06B6D4;
  font-weight:800;
  letter-spacing:.08em;
}

.sg-update-mini-meta time{
  color:#94A3B8;
  font-size:13px;
}

.sg-update-mini-item h3{
  font-size:16px;
  line-height:1.6;
  margin:0;
  color:#0F172A;
}

.sg-update-detail-link{
  margin-top:22px;
}

.sg-update-hero{
  padding:140px 0 90px;
  background:#0F172A;
  color:#FFFFFF;
}

.sg-update-hero h1{
  font-size:48px;
  line-height:1.35;
  margin:0 0 24px;
  color:#FFFFFF;
  letter-spacing:.04em;
}

.sg-update-hero p{
  max-width:860px;
  color:#CBD5E1;
  line-height:2;
  font-size:17px;
}

.sg-update-download{
  padding:90px 0;
  background:#F8FAFC;
}

.sg-update-download-card{
  background:#FFFFFF;
  border:1px solid #E2E8F0;
  padding:46px;
  box-shadow:0 24px 70px rgba(15,23,42,.08);
}

.sg-update-download-card h2{
  font-size:34px;
  color:#0F172A;
  margin:0 0 18px;
}

.sg-update-latest{
  display:flex;
  align-items:center;
  gap:14px;
  flex-wrap:wrap;
  margin:0 0 24px;
  color:#64748B;
}

.sg-update-latest span:first-child{
  color:#06B6D4;
  font-weight:800;
  letter-spacing:.08em;
}

.sg-update-button{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-width:190px;
  height:50px;
  padding:0 24px;
  border-radius:999px;
  background:#0F172A;
  color:#FFFFFF !important;
  text-decoration:none !important;
  font-weight:700;
  letter-spacing:.06em;
}

.sg-update-button:hover{
  background:#06B6D4;
}

.sg-update-list-section{
  padding:100px 0;
  background:#FFFFFF;
}

.sg-update-heading{
  text-align:center;
  margin-bottom:50px;
}

.sg-update-heading h2{
  font-size:38px;
  color:#0F172A;
  margin:0;
}

.sg-update-table-wrap{
  overflow-x:auto;
  margin-top:40px;
}

.sg-update-table{
  width:100%;
  border-collapse:collapse;
  min-width:980px;
  background:#FFFFFF;
  border:1px solid #E2E8F0;
}

.sg-update-table thead{
  background:#0F172A;
}

.sg-update-table th{
  padding:18px 20px;
  color:#FFFFFF;
  text-align:left;
  font-size:14px;
  letter-spacing:.06em;
  white-space:nowrap;
}

.sg-update-table td{
  padding:18px 20px;
  border-top:1px solid #E2E8F0;
  vertical-align:middle;
  color:#475569;
  line-height:1.7;
}

.sg-update-table tbody tr:hover{
  background:#F8FAFC;
}

.sg-col-version{
  font-weight:800;
  color:#0F172A;
  white-space:nowrap;
}

.sg-col-summary{
  min-width:280px;
}

.sg-col-download{
  white-space:nowrap;
}

.sg-update-status{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-width:96px;
  height:32px;
  padding:0 14px;
  border-radius:999px;
  font-size:12px;
  font-weight:800;
  letter-spacing:.08em;
}

.sg-update-status-stable{
  background:#DCFCE7;
  color:#166534;
}

.sg-update-status-beta{
  background:#FEF3C7;
  color:#92400E;
}

.sg-update-status-experimental{
  background:#FEE2E2;
  color:#991B1B;
}

.sg-update-download-mini{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-width:80px;
  height:38px;
  padding:0 16px;
  border-radius:999px;
  background:#0F172A;
  color:#FFFFFF !important;
  text-decoration:none !important;
  font-size:13px;
  font-weight:700;
}

.sg-update-download-mini:hover{
  background:#06B6D4;
}

@media(max-width:760px){
  .sg-update-hero{
    padding:110px 0 76px;
  }

  .sg-update-hero h1{
    font-size:32px;
  }

  .sg-update-download,
  .sg-update-list-section{
    padding:76px 0;
  }

  .sg-update-download-card{
    padding:28px;
  }

  .sg-update-button{
    width:100%;
  }
}
