/* WXSSC V67.2-D Home Price Light Entry */
.wx-home-price-light-v672d{
  width:min(1300px, calc(100vw - 40px));
  margin:22px auto;
  border:1px solid rgba(186,211,255,.92);
  border-radius:26px;
  background:linear-gradient(180deg,#ffffff,#f8fbff);
  box-shadow:0 18px 48px rgba(49,91,232,.10);
  overflow:hidden;
}

.wx-hpl672d-inner{
  padding:20px;
}

.wx-hpl672d-head{
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap:18px;
  margin-bottom:14px;
}

.wx-hpl672d-kicker{
  display:inline-flex;
  align-items:center;
  height:26px;
  padding:0 10px;
  border-radius:999px;
  background:#eff6ff;
  color:#2563eb;
  font-size:12px;
  font-weight:1000;
}

.wx-hpl672d h2{
  margin:9px 0 6px;
  color:#071126;
  font-size:25px;
  line-height:1.12;
  letter-spacing:-.04em;
}

.wx-hpl672d p{
  margin:0;
  color:#64748b;
  font-size:14px;
  font-weight:820;
  line-height:1.55;
}

.wx-hpl672d-actions{
  display:flex;
  gap:9px;
  flex-wrap:wrap;
  justify-content:flex-end;
}

.wx-hpl672d-btn{
  height:38px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:6px;
  padding:0 14px;
  border-radius:999px;
  border:1px solid #bad3ff;
  background:#fff;
  color:#2455e6;
  text-decoration:none;
  font-size:13px;
  font-weight:1000;
  cursor:pointer;
  white-space:nowrap;
}

.wx-hpl672d-btn.primary{
  background:linear-gradient(135deg,#315be8,#294bd2);
  border-color:#315be8;
  color:#fff;
  box-shadow:0 10px 22px rgba(49,91,232,.18);
}

.wx-hpl672d-btn.gold{
  background:#facc15;
  border-color:#facc15;
  color:#111827;
}

.wx-hpl672d-search{
  display:grid;
  grid-template-columns:1fr 170px;
  gap:10px;
  margin:14px 0 10px;
}

.wx-hpl672d-input{
  height:46px;
  border:1px solid #9fc1ff;
  border-radius:16px;
  padding:0 15px;
  background:#fff;
  color:#111827;
  font-size:15px;
  font-weight:950;
  outline:none;
}

.wx-hpl672d-input:focus{
  border-color:#2455e6;
  box-shadow:0 0 0 4px rgba(37,99,235,.13);
}

.wx-hpl672d-chips{
  display:flex;
  flex-wrap:wrap;
  gap:8px;
  margin-bottom:12px;
}

.wx-hpl672d-chip{
  height:32px;
  padding:0 12px;
  border-radius:999px;
  border:1px solid #bad3ff;
  background:#fff;
  color:#315be8;
  font-size:12px;
  font-weight:1000;
  cursor:pointer;
}

.wx-hpl672d-chip:hover{
  background:#eff6ff;
}

.wx-hpl672d-summary{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:10px;
  margin:12px 0;
}

.wx-hpl672d-stat{
  border:1px solid #dbeafe;
  border-radius:17px;
  background:#fff;
  padding:12px;
}

.wx-hpl672d-stat span{
  display:block;
  color:#64748b;
  font-size:12px;
  font-weight:900;
}

.wx-hpl672d-stat b{
  display:block;
  margin-top:5px;
  color:#071126;
  font-size:20px;
  line-height:1;
  letter-spacing:-.04em;
}

.wx-hpl672d-table-wrap{
  border:1px solid #dbeafe;
  border-radius:20px;
  background:#fff;
  overflow:auto;
}

.wx-hpl672d-table{
  width:100%;
  min-width:860px;
  border-collapse:collapse;
}

.wx-hpl672d-table th{
  padding:10px 12px;
  background:#f8fbff;
  color:#64748b;
  border-bottom:1px solid #dbeafe;
  text-align:left;
  font-size:12px;
  font-weight:1000;
  white-space:nowrap;
}

.wx-hpl672d-table td{
  padding:11px 12px;
  border-bottom:1px solid #edf4ff;
  color:#071126;
  font-size:13px;
  font-weight:850;
  vertical-align:middle;
}

.wx-hpl672d-price{
  color:#dc2626;
  font-weight:1000;
}

.wx-hpl672d-lock{
  display:inline-flex;
  align-items:center;
  height:26px;
  padding:0 9px;
  border-radius:999px;
  border:1px solid #dbeafe;
  background:#f8fafc;
  color:#64748b;
  font-size:12px;
  font-weight:1000;
}

.wx-hpl672d-up{color:#dc2626!important;font-weight:1000}
.wx-hpl672d-down{color:#16a34a!important;font-weight:1000}
.wx-hpl672d-flat{color:#64748b!important;font-weight:1000}

.wx-hpl672d-empty{
  padding:24px 12px;
  text-align:center;
  color:#64748b;
  font-size:13px;
  line-height:1.7;
  font-weight:820;
}

.wx-hpl672d-foot{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:10px;
  flex-wrap:wrap;
  margin-top:12px;
  color:#64748b;
  font-size:12px;
  font-weight:850;
}

@media(max-width:760px){
  .wx-home-price-light-v672d{
    width:calc(100vw - 24px);
    margin:14px auto;
    border-radius:22px;
  }
  .wx-hpl672d-inner{padding:16px}
  .wx-hpl672d-head{flex-direction:column}
  .wx-hpl672d-actions{justify-content:flex-start}
  .wx-hpl672d-search{grid-template-columns:1fr}
  .wx-hpl672d-summary{grid-template-columns:1fr}
}
