/* OC Footer Shell v4 — 真凶修正:#yt_wrapper 自带 overflow-x:hidden 会在绘制时
   裁掉 footer 向左突破的部分(负 margin 逃不出 overflow:hidden 的父级)。
   这里让 wrapper 不裁,再用 body 兜住页面横向滚动。 */
#yt_wrapper{ overflow-x:visible !important; }
body{ overflow-x:hidden !important; }
#yt_footer.oc-footer-shell{
  float:none !important;
  clear:both !important;
  position:relative !important;
  width:auto !important;
  max-width:none !important;
  margin-left:calc(50% - 50vw) !important;
  margin-right:calc(50% - 50vw) !important;
  padding:0 !important;
  background:#0e0e0c !important;
  background-image:none !important;
  border-top:0 !important;
}
