/* 2026-06-12：修复优惠活动名字字体不清晰 + 活动图片未居中 */

/* ===== 修复1：优惠名字字体加深加白，清晰可读 ===== */
html body #app .acts .consg .lis .tite_sf,
html body div#app .app .acts .consg .lis .tite_sf,
html body div#app .app.app-ti_green .acts .consg .lis .tite_sf {
  color: #ffffff !important;
  font-weight: 700 !important;
  font-size: 14px !important;
  text-shadow: 0 1px 4px rgba(0,0,0,.95), 0 0 8px rgba(0,0,0,.85), 1px 1px 0 rgba(0,0,0,.9) !important;
  opacity: 1 !important;
  visibility: visible !important;
  letter-spacing: 0.02em !important;
  line-height: 1.4 !important;
  -webkit-font-smoothing: antialiased !important;
}

/* ===== 修复2：活动图片居中显示 ===== */
html body #app .acts .consg .lis,
html body div#app .app .acts .consg .lis,
html body div#app .app.app-ti_green .acts .consg .lis {
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: flex-start !important;
  text-align: center !important;
  overflow: hidden !important;
}

html body #app .acts .consg .lis img,
html body div#app .app .acts .consg .lis img,
html body div#app .app.app-ti_green .acts .consg .lis img {
  display: block !important;
  margin: 0 auto !important;
  max-width: 100% !important;
  width: 100% !important;
  object-fit: cover !important;
  object-position: center center !important;
}
