.lx2-offer{display:flex;align-items:center;justify-content:space-between;gap:10px;background:#FFF4E0;border:1.5px dashed #F5B301;border-radius:12px;padding:12px 16px;margin:14px 0;font-weight:800;font-size:13.5px;font-family:var(--font-body-family)}
.lx2-offer .lx2-timer{background:#111312;color:#fff;font-variant-numeric:tabular-nums;padding:6px 12px;border-radius:8px;font-size:15px}
.lx2-viewing{display:flex;align-items:center;gap:8px;font-size:13px;font-weight:700;color:#5c6360;margin:12px 0;font-family:var(--font-body-family)}
.lx2-viewing b{color:#E03131}
.lx2-dot{width:8px;height:8px;border-radius:50%;background:#12813F;animation:lx2pulse 1.6s ease-in-out infinite;flex:0 0 auto}
@keyframes lx2pulse{0%,100%{box-shadow:0 0 0 0 rgba(18,129,63,.45)}50%{box-shadow:0 0 0 6px rgba(18,129,63,0)}}
.lx2-trustline{display:flex;justify-content:space-between;gap:6px;margin:14px 0;padding:10px 0;border-top:1px solid #E9E5DC;border-bottom:1px solid #E9E5DC;flex-wrap:wrap}
.lx2-trustline div{display:flex;align-items:center;gap:6px;font-size:11.5px;font-weight:700;color:#5c6360;white-space:nowrap;font-family:var(--font-body-family)}
.lx2-trustline svg{width:14px;height:14px;stroke:#5c6360;fill:none;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
