body.page-feedback .top{display:none !important;}
body.page-feedback .app,
body.page-feedback .app-shell{
    overflow:visible !important;
    background:transparent !important;
    box-shadow:none !important;
}
body.page-feedback .app{
    padding:12px 14px calc(120px + env(safe-area-inset-bottom)) !important;
}
.ez2-fb-page{color:#29242e;}
.ez2-fb-hero{
    position:relative;overflow:hidden;padding:22px 20px 20px;color:#fff !important;
    background:linear-gradient(135deg,#ff627f 0%,#dc63b9 52%,#7d68f6 100%);
    border-radius:26px;box-shadow:0 18px 38px rgba(218,81,139,.23);
}
.ez2-fb-hero h1{
    position:relative;z-index:1;margin:14px 0 7px;color:#fff !important;
    -webkit-text-fill-color:#fff !important;background:none !important;
    font-size:28px;font-weight:800;letter-spacing:-.5px;line-height:1.25;
}
.ez2-fb-hero p{position:relative;z-index:1;margin:0;color:rgba(255,255,255,.9) !important;font-size:14px;line-height:1.65;}
.ez2-fb-badge{
    position:relative;z-index:1;display:inline-flex;align-items:center;gap:6px;
    padding:6px 11px;color:#fff !important;background:rgba(255,255,255,.18);
    border:1px solid rgba(255,255,255,.28);border-radius:999px;font-size:12px;font-weight:700;
}
.ez2-fb-hero::before,.ez2-fb-hero::after{content:"";position:absolute;border-radius:50%;background:rgba(255,255,255,.12);}
.ez2-fb-hero::before{width:150px;height:150px;right:-46px;top:-70px;}
.ez2-fb-hero::after{width:76px;height:76px;right:76px;bottom:-45px;}
.ez2-fb-head{display:flex;align-items:center;justify-content:space-between;gap:12px;margin:22px 3px 12px;}
.ez2-fb-title{display:flex;align-items:center;gap:9px;margin:0;color:#1f2430 !important;font-size:20px;font-weight:800;}
.ez2-fb-title::before{content:"";width:5px;height:21px;background:linear-gradient(180deg,#ff6685,#8a6cf5);border-radius:99px;}
.ez2-fb-live{display:inline-flex;align-items:center;gap:6px;color:#8e8794 !important;font-size:12px;}
.ez2-fb-dot{width:7px;height:7px;background:#35c783;border-radius:50%;box-shadow:0 0 0 5px rgba(53,199,131,.12);animation:ez2FbPulse 1.8s infinite;}
@keyframes ez2FbPulse{50%{opacity:.45;transform:scale(.82)}}
.ez2-fb-ticker{
    position:relative;overflow:hidden;height:460px;padding:8px 6px;
    background:#fff;border:1px solid rgba(235,231,239,.9);
    border-radius:24px;box-shadow:0 14px 34px rgba(64,43,76,.08);
}
.ez2-fb-window{height:100%;overflow:hidden;}
.ez2-fb-track{display:block;transform:translate3d(0,0,0);}
.ez2-fb-story{
    display:grid !important;grid-template-columns:45px minmax(0,1fr) auto;align-items:center;
    gap:12px;min-height:76px;height:auto !important;padding:12px 10px;
    background:transparent !important;border:0;border-bottom:1px solid #f0edf2;
    box-shadow:none !important;color:#29242e !important;
}
.ez2-fb-avatar{
    display:flex;align-items:center;justify-content:center;width:45px;height:45px;
    color:#fff !important;background:linear-gradient(145deg,#ff718d,#a16cf0);
    border-radius:15px;box-shadow:0 8px 18px rgba(222,86,144,.19);
    font-size:18px;font-weight:800;line-height:1;
}
.ez2-fb-main{min-width:0;color:#29242e !important;}
.ez2-fb-story-title{
    overflow:hidden;color:#29242e !important;-webkit-text-fill-color:#29242e !important;
    font-size:14px !important;line-height:1.5;text-overflow:ellipsis;white-space:nowrap;
    background:none !important;
}
.ez2-fb-story-title strong{color:#ee4f73 !important;-webkit-text-fill-color:#ee4f73 !important;}
.ez2-fb-meta{display:flex;align-items:center;gap:7px;margin-top:4px;color:#8a8490 !important;font-size:11px;}
.ez2-fb-verified{padding:4px 7px;color:#97601a !important;background:#fff6df !important;border-radius:999px;font-size:10px;font-weight:700;white-space:nowrap;}
.ez2-fb-notice{display:flex;gap:9px;margin-top:14px;padding:12px 14px;color:#8c8591;background:rgba(255,255,255,.72);border:1px solid #eee9f0;border-radius:15px;font-size:12px;line-height:1.6;}
@media(max-width:420px){
    .ez2-fb-story{grid-template-columns:42px minmax(0,1fr);}
    .ez2-fb-verified{display:none;}
}
