/* WXSSC V23.0-A55 前台 VIP 快讯强制同步 */

.wx-a55-front-vip-empty{
  min-height:240px;
  display:flex;
  align-items:center;
  justify-content:center;
  padding:30px 16px;
  background:
    radial-gradient(circle at 50% 0%,rgba(247,197,107,.16),transparent 42%),
    linear-gradient(180deg,#fffaf0,#ffffff);
}

.wx-a55-front-vip-box{
  width:min(560px,100%);
  text-align:center;
  border:1px solid #f7c56b;
  border-radius:22px;
  background:rgba(255,255,255,.94);
  box-shadow:0 18px 48px rgba(166,107,22,.10);
  padding:24px 22px;
}

.wx-a55-front-vip-box b{
  display:block;
  color:#8a5a12;
  font-size:20px;
  font-weight:950;
  margin-bottom:8px;
}

.wx-a55-front-vip-box p{
  margin:0;
  color:#7c5a22;
  font-size:14px;
  line-height:1.75;
  font-weight:750;
}

.wx-a55-front-vip-card{
  display:grid;
  grid-template-columns:86px minmax(0,1fr) 34px;
  gap:12px;
  align-items:center;
  min-height:62px;
  padding:12px 14px;
  border-bottom:1px solid #f2e7d0;
  background:linear-gradient(90deg,#fff7e6,#fff);
}

.wx-a55-front-vip-time{
  color:#a66b16;
  font-size:14px;
  font-weight:950;
}

.wx-a55-front-vip-title{
  color:#8a5a12;
  font-size:15px;
  line-height:1.55;
  font-weight:950;
}

.wx-a55-front-vip-summary{
  margin:4px 0 0;
  color:#7c5a22;
  font-size:13px;
  line-height:1.55;
  font-weight:700;
}

.wx-a55-front-vip-badge{
  display:inline-flex;
  align-items:center;
  height:22px;
  padding:0 8px;
  border-radius:999px;
  margin-right:8px;
  background:linear-gradient(135deg,#f7c56b,#a56929);
  color:#fff;
  font-size:11px;
  font-weight:950;
}

.wx-a55-front-vip-lock{
  display:inline-flex;
  align-items:center;
  height:26px;
  padding:0 11px;
  margin-left:10px;
  border-radius:999px;
  background:linear-gradient(135deg,#f7c56b,#a56929);
  color:#fff;
  font-size:12px;
  font-weight:950;
  text-decoration:none;
}
