/* NFS v6.50.0 — Homepage News Dashboard Redesign
   Safe patch: scoped to .nfs-v650-news-dashboard only. No live data/API here. */

html body.nfs-oldmoney-home .nfs-v650-news-dashboard{
  --nfs650-bg:#001b12;
  --nfs650-panel:#041f17;
  --nfs650-panel2:#061812;
  --nfs650-line:rgba(214,170,88,.34);
  --nfs650-line-soft:rgba(214,170,88,.18);
  --nfs650-gold:#d7aa58;
  --nfs650-gold2:#f0d18a;
  --nfs650-cream:#fbf0dd;
  --nfs650-muted:rgba(244,236,219,.68);
  --nfs650-green:#76c779;
  --nfs650-red:#d97757;
  position:relative;
  isolation:isolate;
  margin:0;
  padding:54px clamp(18px,3vw,54px) 0;
  background:
    radial-gradient(circle at 78% 8%, rgba(214,170,88,.10), transparent 34%),
    radial-gradient(circle at 12% 14%, rgba(75,128,88,.12), transparent 35%),
    linear-gradient(180deg,#00190f 0%, #00160e 52%, #001209 100%);
  border-top:1px solid rgba(214,170,88,.24);
  color:var(--nfs650-cream);
  overflow:hidden;
}
html body.nfs-oldmoney-home .nfs-v650-news-dashboard::before{
  content:"";
  position:absolute;
  inset:0;
  pointer-events:none;
  background:
    linear-gradient(90deg, rgba(255,255,255,.018) 1px, transparent 1px),
    linear-gradient(180deg, rgba(255,255,255,.014) 1px, transparent 1px);
  background-size:120px 120px;
  opacity:.42;
  z-index:-2;
}
html body.nfs-oldmoney-home .nfs-v650-news-dashboard::after{
  content:"NFS";
  position:absolute;
  right:1vw;
  bottom:32px;
  font-family:Georgia,serif;
  font-size:clamp(120px,16vw,270px);
  font-weight:900;
  color:rgba(214,170,88,.035);
  line-height:1;
  z-index:-1;
  pointer-events:none;
}
html body.nfs-oldmoney-home .nfs-v650-news-dashboard + main.container.py-10{
  display:none!important;
}
html body.nfs-oldmoney-home .nfs-v650-shell{
  width:min(1680px,100%);
  margin:0 auto;
}
html body.nfs-oldmoney-home .nfs-v650-topbar{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:24px;
  margin-bottom:28px;
}
html body.nfs-oldmoney-home .nfs-v650-title-row{
  display:flex;
  align-items:center;
  gap:18px;
  min-width:0;
}
html body.nfs-oldmoney-home .nfs-v650-burger{
  width:42px;height:42px;
  display:grid;place-items:center;
  border:1px solid var(--nfs650-line-soft);
  border-radius:14px;
  color:var(--nfs650-cream);
  background:rgba(255,255,255,.035);
  font-size:22px;
}
html body.nfs-oldmoney-home .nfs-v650-title h2{
  margin:0;
  font-family:Georgia,serif;
  font-size:clamp(31px,3vw,54px);
  line-height:.96;
  color:#fff8e9;
  letter-spacing:-.04em;
}
html body.nfs-oldmoney-home .nfs-v650-title p{
  margin:8px 0 0;
  color:var(--nfs650-gold2);
  font-size:14px;
  letter-spacing:.08em;
  font-weight:800;
}
html body.nfs-oldmoney-home .nfs-v650-tools{
  display:flex;
  align-items:center;
  gap:12px;
  flex-wrap:wrap;
  justify-content:flex-end;
}
html body.nfs-oldmoney-home .nfs-v650-search,
html body.nfs-oldmoney-home .nfs-v650-select,
html body.nfs-oldmoney-home .nfs-v650-filter{
  height:44px;
  border:1px solid rgba(214,170,88,.22);
  border-radius:16px;
  background:rgba(0,0,0,.22);
  color:rgba(251,240,221,.82);
  display:inline-flex;
  align-items:center;
  padding:0 16px;
  gap:10px;
  font-size:13px;
  font-weight:800;
  text-decoration:none;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.05);
}
html body.nfs-oldmoney-home .nfs-v650-search{min-width:310px;justify-content:flex-start;color:rgba(251,240,221,.48)}
html body.nfs-oldmoney-home .nfs-v650-section-kicker{
  display:inline-flex;
  align-items:center;
  gap:8px;
  margin-bottom:16px;
  color:var(--nfs650-gold);
  text-transform:uppercase;
  font-size:16px;
  letter-spacing:.07em;
  font-weight:900;
}
html body.nfs-oldmoney-home .nfs-v650-main-grid{
  display:grid;
  grid-template-columns:minmax(0,2.1fr) minmax(300px,.95fr) minmax(300px,.95fr);
  gap:18px;
  align-items:stretch;
}
html body.nfs-oldmoney-home .nfs-v650-card{
  position:relative;
  overflow:hidden;
  min-height:260px;
  border:1px solid rgba(214,170,88,.23);
  background:linear-gradient(145deg,rgba(6,31,23,.92),rgba(0,11,8,.96));
  box-shadow:0 24px 80px rgba(0,0,0,.36), inset 0 1px 0 rgba(255,255,255,.05);
  text-decoration:none;
  color:inherit;
  display:block;
  transform:translateZ(0);
}
html body.nfs-oldmoney-home .nfs-v650-card:hover{
  border-color:rgba(230,190,115,.62);
  box-shadow:0 28px 90px rgba(0,0,0,.48),0 0 0 1px rgba(214,170,88,.14),inset 0 1px 0 rgba(255,255,255,.08);
}
html body.nfs-oldmoney-home .nfs-v650-card img{
  position:absolute;
  inset:0;
  width:100%;height:100%;
  object-fit:cover;
  filter:saturate(.86) contrast(1.08) brightness(.78);
  transform:scale(1.01);
  transition:transform .45s ease, filter .45s ease;
}
html body.nfs-oldmoney-home .nfs-v650-card:hover img{transform:scale(1.045);filter:saturate(.95) contrast(1.12) brightness(.84)}
html body.nfs-oldmoney-home .nfs-v650-card::before{
  content:"";
  position:absolute;inset:0;
  background:
    linear-gradient(90deg,rgba(0,12,8,.88) 0%,rgba(0,15,10,.62) 46%,rgba(0,0,0,.22) 100%),
    linear-gradient(0deg,rgba(0,0,0,.58),transparent 55%);
  z-index:1;
}
html body.nfs-oldmoney-home .nfs-v650-card-body{position:relative;z-index:2;padding:30px;min-height:100%;display:flex;flex-direction:column;justify-content:flex-end}
html body.nfs-oldmoney-home .nfs-v650-card-main{
  border-radius:18px;
  min-height:440px;
  border-color:rgba(214,170,88,.50);
}
html body.nfs-oldmoney-home .nfs-v650-card-main .nfs-v650-card-body{
  width:min(58%,680px);
  justify-content:center;
  padding:42px;
  margin-left:auto;
}
html body.nfs-oldmoney-home .nfs-v650-card-main::before{
  background:
    linear-gradient(90deg,rgba(0,0,0,.12) 0%,rgba(0,14,10,.44) 34%,rgba(0,8,5,.94) 75%),
    linear-gradient(0deg,rgba(0,0,0,.60),transparent 52%);
}
html body.nfs-oldmoney-home .nfs-v650-card-side{border-radius:18px;min-height:440px}
html body.nfs-oldmoney-home .nfs-v650-badge{
  display:inline-flex;
  width:max-content;
  align-items:center;
  gap:8px;
  padding:7px 10px;
  border-radius:999px;
  background:rgba(7,40,24,.78);
  color:#79c783;
  border:1px solid rgba(121,199,131,.28);
  font-size:11px;
  font-weight:950;
  text-transform:uppercase;
  letter-spacing:.08em;
  margin-bottom:14px;
}
html body.nfs-oldmoney-home .nfs-v650-badge.gold{color:var(--nfs650-gold2);border-color:rgba(214,170,88,.34);background:rgba(79,51,10,.22)}
html body.nfs-oldmoney-home .nfs-v650-badge.locked{color:#f0d18a;border-color:rgba(240,209,138,.42);background:rgba(0,0,0,.28)}
html body.nfs-oldmoney-home .nfs-v650-card h3{
  margin:0;
  color:#fff8ec;
  font-family:Georgia,serif;
  letter-spacing:-.035em;
  line-height:1.06;
  text-wrap:balance;
}
html body.nfs-oldmoney-home .nfs-v650-card-main h3{font-size:clamp(34px,3.1vw,60px);max-width:740px}
html body.nfs-oldmoney-home .nfs-v650-card-side h3{font-size:clamp(22px,1.8vw,34px)}
html body.nfs-oldmoney-home .nfs-v650-meta{
  margin-top:18px;
  color:rgba(251,240,221,.58);
  font-size:13px;
  font-weight:700;
  display:flex;
  align-items:center;
  gap:9px;
  flex-wrap:wrap;
}
html body.nfs-oldmoney-home .nfs-v650-split{
  display:grid;
  grid-template-columns:1fr 1fr 1fr;
  border-top:1px solid rgba(214,170,88,.18);
  margin-top:22px;
  padding-top:18px;
  gap:18px;
}
html body.nfs-oldmoney-home .nfs-v650-mini-col{border-right:1px solid rgba(214,170,88,.16);padding-right:16px;min-width:0}
html body.nfs-oldmoney-home .nfs-v650-mini-col:last-child{border-right:0;padding-right:0}
html body.nfs-oldmoney-home .nfs-v650-mini-col strong{
  display:block;
  color:#7fc783;
  text-transform:uppercase;
  font-size:11px;
  letter-spacing:.08em;
  margin-bottom:8px;
}
html body.nfs-oldmoney-home .nfs-v650-mini-col:nth-child(3) strong{color:var(--nfs650-gold2)}
html body.nfs-oldmoney-home .nfs-v650-mini-col p{margin:0;color:rgba(251,240,221,.70);font-size:13px;line-height:1.55}
html body.nfs-oldmoney-home .nfs-v650-btn{
  width:max-content;
  margin-top:16px;
  display:inline-flex;
  align-items:center;
  gap:10px;
  color:#cdebd1;
  border:1px solid rgba(121,199,131,.38);
  background:rgba(9,56,31,.38);
  border-radius:10px;
  padding:11px 15px;
  font-size:12px;
  font-weight:900;
  letter-spacing:.04em;
  text-transform:uppercase;
}
html body.nfs-oldmoney-home .nfs-v650-card-row{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:18px;
  margin-top:18px;
}
html body.nfs-oldmoney-home .nfs-v650-card-small{border-radius:16px;min-height:300px}
html body.nfs-oldmoney-home .nfs-v650-card-small::before{
  background:linear-gradient(0deg,rgba(0,11,8,.92) 0%,rgba(0,11,8,.60) 45%,rgba(0,11,8,.15) 100%);
}
html body.nfs-oldmoney-home .nfs-v650-card-small .nfs-v650-card-body{padding:24px;justify-content:flex-end}
html body.nfs-oldmoney-home .nfs-v650-card-small h3{font-size:clamp(21px,1.45vw,30px)}
html body.nfs-oldmoney-home .nfs-v650-icon-row{
  display:flex;
  gap:12px;
  margin-top:22px;
  color:rgba(121,199,131,.75);
}
html body.nfs-oldmoney-home .nfs-v650-icon-row span{
  width:32px;height:32px;border-radius:9px;
  display:grid;place-items:center;
  border:1px solid rgba(121,199,131,.24);
  background:rgba(7,47,28,.42);
}
html body.nfs-oldmoney-home .nfs-v650-market-strip{
  margin:26px calc(clamp(18px,3vw,54px) * -1) 0;
  padding:16px clamp(18px,3vw,54px);
  border-top:1px solid rgba(214,170,88,.18);
  background:rgba(0,10,6,.72);
  display:flex;
  align-items:center;
  gap:22px;
  overflow:auto;
  white-space:nowrap;
  scrollbar-width:none;
}
html body.nfs-oldmoney-home .nfs-v650-market-strip::-webkit-scrollbar{display:none}
html body.nfs-oldmoney-home .nfs-v650-market-strip strong{color:#7fc783;text-transform:uppercase;font-size:13px;letter-spacing:.06em;margin-right:6px}
html body.nfs-oldmoney-home .nfs-v650-market-item{display:flex;align-items:center;gap:10px;color:rgba(251,240,221,.84);font-size:14px;font-weight:800}
html body.nfs-oldmoney-home .nfs-v650-market-item .up{color:#7fc783}.nfs-v650-market-item .down{color:#d97757}.nfs-v650-market-item .flat{color:var(--nfs650-gold2)}
html body.nfs-oldmoney-home .nfs-v650-empty{
  border:1px dashed rgba(214,170,88,.32);
  padding:28px;
  border-radius:18px;
  color:rgba(251,240,221,.72);
  background:rgba(255,255,255,.025);
}
@media (max-width:1280px){
  html body.nfs-oldmoney-home .nfs-v650-main-grid{grid-template-columns:1fr 1fr}
  html body.nfs-oldmoney-home .nfs-v650-card-main{grid-column:1/-1}
  html body.nfs-oldmoney-home .nfs-v650-card-main .nfs-v650-card-body{width:min(70%,760px);margin-left:auto}
  html body.nfs-oldmoney-home .nfs-v650-card-row{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media (max-width:860px){
  html body.nfs-oldmoney-home .nfs-v650-news-dashboard{padding:34px 14px 0}
  html body.nfs-oldmoney-home .nfs-v650-topbar{align-items:flex-start;flex-direction:column}
  html body.nfs-oldmoney-home .nfs-v650-search{min-width:0;width:100%}
  html body.nfs-oldmoney-home .nfs-v650-main-grid,
  html body.nfs-oldmoney-home .nfs-v650-card-row{grid-template-columns:1fr}
  html body.nfs-oldmoney-home .nfs-v650-card-main,
  html body.nfs-oldmoney-home .nfs-v650-card-side,
  html body.nfs-oldmoney-home .nfs-v650-card-small{min-height:360px}
  html body.nfs-oldmoney-home .nfs-v650-card-main .nfs-v650-card-body{width:100%;margin:0;padding:26px;justify-content:flex-end}
  html body.nfs-oldmoney-home .nfs-v650-card-main::before{background:linear-gradient(0deg,rgba(0,10,7,.94) 0%,rgba(0,10,7,.62) 54%,rgba(0,0,0,.18) 100%)}
  html body.nfs-oldmoney-home .nfs-v650-split{grid-template-columns:1fr;gap:12px}
  html body.nfs-oldmoney-home .nfs-v650-mini-col{border-right:0;border-bottom:1px solid rgba(214,170,88,.14);padding:0 0 12px}
  html body.nfs-oldmoney-home .nfs-v650-mini-col:last-child{border-bottom:0;padding-bottom:0}
}

/* NFS v6.50.1 — News Dashboard Readability Hotfix
   Force readable typography and separate text from text-heavy thumbnails. */
html body.nfs-oldmoney-home .nfs-v650-news-dashboard,
html body.nfs-oldmoney-home .nfs-v650-news-dashboard *{
  box-sizing:border-box;
}
html body.nfs-oldmoney-home .nfs-v650-title h2{
  color:#fff6e4!important;
  opacity:1!important;
  text-shadow:0 6px 28px rgba(0,0,0,.55)!important;
}
html body.nfs-oldmoney-home .nfs-v650-title p{
  color:#d7aa58!important;
  opacity:1!important;
}
html body.nfs-oldmoney-home .nfs-v650-card h3,
html body.nfs-oldmoney-home .nfs-v650-card .nfs-v650-card-body h3{
  color:#fff4df!important;
  opacity:1!important;
  text-shadow:0 4px 22px rgba(0,0,0,.82)!important;
}
html body.nfs-oldmoney-home .nfs-v650-meta,
html body.nfs-oldmoney-home .nfs-v650-meta span,
html body.nfs-oldmoney-home .nfs-v650-mini-col p{
  color:rgba(255,246,228,.78)!important;
  opacity:1!important;
}
html body.nfs-oldmoney-home .nfs-v650-mini-col strong{
  color:#86d28d!important;
  opacity:1!important;
}
html body.nfs-oldmoney-home .nfs-v650-mini-col:nth-child(3) strong{
  color:#f0d18a!important;
}
html body.nfs-oldmoney-home .nfs-v650-main-grid{
  grid-template-columns:minmax(0,1.8fr) minmax(280px,.9fr) minmax(280px,.9fr)!important;
  gap:22px!important;
}
html body.nfs-oldmoney-home .nfs-v650-card{
  background:#03160f!important;
}
html body.nfs-oldmoney-home .nfs-v650-card img{
  filter:saturate(.82) contrast(1.05) brightness(.72)!important;
}
html body.nfs-oldmoney-home .nfs-v650-card::before{
  background:
    linear-gradient(0deg, rgba(0,12,8,.92) 0%, rgba(0,12,8,.58) 44%, rgba(0,0,0,.18) 100%),
    linear-gradient(90deg, rgba(0,14,9,.38), rgba(0,0,0,.18))!important;
}
html body.nfs-oldmoney-home .nfs-v650-card-main{
  display:grid!important;
  grid-template-columns:45% 55%!important;
  min-height:420px!important;
  background:linear-gradient(135deg,#031911 0%,#020f0a 100%)!important;
}
html body.nfs-oldmoney-home .nfs-v650-card-main img{
  width:45%!important;
  height:100%!important;
  right:auto!important;
  left:0!important;
  object-fit:cover!important;
  filter:saturate(.86) contrast(1.05) brightness(.74)!important;
}
html body.nfs-oldmoney-home .nfs-v650-card-main::before{
  background:
    linear-gradient(90deg, rgba(0,0,0,.06) 0%, rgba(0,18,12,.42) 38%, rgba(1,13,9,.98) 48%, rgba(1,13,9,.98) 100%)!important;
}
html body.nfs-oldmoney-home .nfs-v650-card-main .nfs-v650-card-body{
  grid-column:2!important;
  width:auto!important;
  margin:0!important;
  padding:34px 38px!important;
  justify-content:center!important;
  background:linear-gradient(90deg,rgba(1,18,12,.92),rgba(2,14,10,.98))!important;
  border-left:1px solid rgba(214,170,88,.18)!important;
}
html body.nfs-oldmoney-home .nfs-v650-card-main h3{
  font-size:clamp(30px,2.45vw,48px)!important;
  line-height:1.04!important;
  color:#fff2dd!important;
}
html body.nfs-oldmoney-home .nfs-v650-split{
  gap:12px!important;
  margin-top:18px!important;
  padding-top:16px!important;
}
html body.nfs-oldmoney-home .nfs-v650-mini-col p{
  font-size:12.5px!important;
  line-height:1.45!important;
}
html body.nfs-oldmoney-home .nfs-v650-card-side{
  min-height:420px!important;
}
html body.nfs-oldmoney-home .nfs-v650-card-side .nfs-v650-card-body,
html body.nfs-oldmoney-home .nfs-v650-card-small .nfs-v650-card-body{
  justify-content:flex-end!important;
  padding:22px!important;
  background:linear-gradient(0deg,rgba(0,12,8,.86),rgba(0,12,8,.36) 62%,transparent)!important;
}
html body.nfs-oldmoney-home .nfs-v650-card-side h3{
  font-size:clamp(21px,1.55vw,30px)!important;
  max-width:96%!important;
}
html body.nfs-oldmoney-home .nfs-v650-card-row{
  gap:22px!important;
}
html body.nfs-oldmoney-home .nfs-v650-card-small{
  min-height:280px!important;
}
html body.nfs-oldmoney-home .nfs-v650-card-small h3{
  font-size:clamp(20px,1.28vw,26px)!important;
  line-height:1.08!important;
}
html body.nfs-oldmoney-home .nfs-v650-badge{
  color:#e8f7df!important;
  background:rgba(7,53,29,.86)!important;
  border-color:rgba(116,207,126,.38)!important;
  box-shadow:0 10px 30px rgba(0,0,0,.32)!important;
}
html body.nfs-oldmoney-home .nfs-v650-badge.gold,
html body.nfs-oldmoney-home .nfs-v650-badge.locked{
  color:#ffe4a6!important;
  background:rgba(72,46,10,.62)!important;
  border-color:rgba(240,209,138,.44)!important;
}
html body.nfs-oldmoney-home .nfs-v650-icon-row span{
  color:#8ee39a!important;
  background:rgba(7,51,28,.62)!important;
  border-color:rgba(116,207,126,.30)!important;
}
html body.nfs-oldmoney-home .nfs-v650-market-strip,
html body.nfs-oldmoney-home .nfs-v650-market-strip *{
  color:rgba(255,246,228,.88)!important;
  opacity:1!important;
}
html body.nfs-oldmoney-home .nfs-v650-market-strip .flat{
  color:#f0d18a!important;
}
html body.nfs-oldmoney-home .nfs-v650-market-strip a{
  color:#b9edbf!important;
  text-decoration:none!important;
}
@media (max-width:1280px){
  html body.nfs-oldmoney-home .nfs-v650-main-grid{grid-template-columns:1fr 1fr!important}
  html body.nfs-oldmoney-home .nfs-v650-card-main{grid-column:1/-1!important;grid-template-columns:42% 58%!important}
  html body.nfs-oldmoney-home .nfs-v650-card-main img{width:42%!important}
}
@media (max-width:860px){
  html body.nfs-oldmoney-home .nfs-v650-card-main{display:block!important;min-height:440px!important}
  html body.nfs-oldmoney-home .nfs-v650-card-main img{width:100%!important;height:45%!important;bottom:auto!important}
  html body.nfs-oldmoney-home .nfs-v650-card-main::before{background:linear-gradient(0deg,rgba(1,13,9,.98) 0%,rgba(1,13,9,.88) 55%,rgba(0,0,0,.20) 100%)!important}
  html body.nfs-oldmoney-home .nfs-v650-card-main .nfs-v650-card-body{padding:24px!important;min-height:440px!important;justify-content:flex-end!important;background:transparent!important;border-left:0!important}
  html body.nfs-oldmoney-home .nfs-v650-card-main h3{font-size:32px!important}
}


/* NFS v6.50.2 — Text-heavy thumbnail compatibility
   Goal: keep strong titled thumbnails usable in dashboard cards by separating readable portal text from image text. */
html body.nfs-oldmoney-home .nfs-v650-news-dashboard{
  padding-top:50px!important;
}
html body.nfs-oldmoney-home .nfs-v650-card{
  outline:1px solid rgba(214,170,88,.03)!important;
}
html body.nfs-oldmoney-home .nfs-v650-card img{
  filter:saturate(.78) contrast(1.08) brightness(.58)!important;
}
html body.nfs-oldmoney-home .nfs-v650-card:hover img{
  filter:saturate(.86) contrast(1.12) brightness(.66)!important;
}
html body.nfs-oldmoney-home .nfs-v650-card-main{
  grid-template-columns:46% 54%!important;
  min-height:430px!important;
}
html body.nfs-oldmoney-home .nfs-v650-card-main img{
  width:46%!important;
  object-position:center center!important;
  filter:saturate(.82) contrast(1.06) brightness(.70)!important;
}
html body.nfs-oldmoney-home .nfs-v650-card-main::before{
  background:
    linear-gradient(90deg, rgba(0,0,0,.05) 0%, rgba(0,12,8,.20) 35%, rgba(1,13,9,.98) 47%, rgba(1,13,9,1) 100%)!important;
}
html body.nfs-oldmoney-home .nfs-v650-card-main .nfs-v650-card-body{
  grid-column:2!important;
  background:
    radial-gradient(circle at 100% 0%, rgba(214,170,88,.10), transparent 34%),
    linear-gradient(90deg,rgba(1,18,12,.96),rgba(2,14,10,.99))!important;
}
html body.nfs-oldmoney-home .nfs-v650-card-main h3{
  font-size:clamp(30px,2.25vw,46px)!important;
  max-width:680px!important;
}
html body.nfs-oldmoney-home .nfs-v650-card-side,
html body.nfs-oldmoney-home .nfs-v650-card-small{
  background:#020f0a!important;
}
html body.nfs-oldmoney-home .nfs-v650-card-side::before,
html body.nfs-oldmoney-home .nfs-v650-card-small::before{
  background:
    linear-gradient(0deg, rgba(0,12,8,.96) 0%, rgba(0,12,8,.88) 30%, rgba(0,12,8,.52) 62%, rgba(0,0,0,.18) 100%),
    radial-gradient(circle at 70% 18%, rgba(214,170,88,.10), transparent 30%)!important;
}
html body.nfs-oldmoney-home .nfs-v650-card-side .nfs-v650-card-body,
html body.nfs-oldmoney-home .nfs-v650-card-small .nfs-v650-card-body{
  justify-content:flex-end!important;
  padding:24px!important;
  background:linear-gradient(0deg, rgba(0,14,9,.94) 0%, rgba(0,14,9,.76) 44%, rgba(0,14,9,.18) 100%)!important;
}
html body.nfs-oldmoney-home .nfs-v650-card-side h3,
html body.nfs-oldmoney-home .nfs-v650-card-small h3{
  color:#fff7e7!important;
  text-shadow:0 5px 22px rgba(0,0,0,.90), 0 1px 0 rgba(0,0,0,.72)!important;
  display:-webkit-box!important;
  -webkit-box-orient:vertical!important;
  overflow:hidden!important;
}
html body.nfs-oldmoney-home .nfs-v650-card-side h3{
  -webkit-line-clamp:3!important;
  font-size:clamp(22px,1.48vw,30px)!important;
}
html body.nfs-oldmoney-home .nfs-v650-card-small h3{
  -webkit-line-clamp:2!important;
  font-size:clamp(20px,1.18vw,25px)!important;
}
html body.nfs-oldmoney-home .nfs-v650-card-side .nfs-v650-meta,
html body.nfs-oldmoney-home .nfs-v650-card-small .nfs-v650-meta{
  margin-top:12px!important;
  color:rgba(255,246,228,.78)!important;
}
html body.nfs-oldmoney-home .nfs-v650-icon-row{
  gap:10px!important;
  margin-top:18px!important;
}
html body.nfs-oldmoney-home .nfs-v650-icon-row span{
  width:34px!important;
  height:34px!important;
  border-radius:10px!important;
  color:#a8f0b0!important;
  background:rgba(5,61,31,.70)!important;
  border-color:rgba(116,207,126,.36)!important;
  box-shadow:0 10px 22px rgba(0,0,0,.26)!important;
}
html body.nfs-oldmoney-home .nfs-v650-badge{
  backdrop-filter:blur(8px)!important;
  -webkit-backdrop-filter:blur(8px)!important;
}
html body.nfs-oldmoney-home .nfs-v650-market-strip{
  border-top-color:rgba(214,170,88,.28)!important;
  background:rgba(0,13,8,.86)!important;
}
@media (max-width:1280px){
  html body.nfs-oldmoney-home .nfs-v650-card-main{grid-template-columns:42% 58%!important}
  html body.nfs-oldmoney-home .nfs-v650-card-main img{width:42%!important}
}
@media (max-width:860px){
  html body.nfs-oldmoney-home .nfs-v650-news-dashboard{padding-top:34px!important}
  html body.nfs-oldmoney-home .nfs-v650-card-main{display:block!important;min-height:480px!important}
  html body.nfs-oldmoney-home .nfs-v650-card-main img{width:100%!important;height:42%!important;object-position:center top!important}
  html body.nfs-oldmoney-home .nfs-v650-card-main .nfs-v650-card-body{min-height:480px!important;padding:24px!important;background:linear-gradient(0deg,rgba(1,13,9,.99) 0%,rgba(1,13,9,.92) 58%,rgba(0,0,0,.20) 100%)!important}
  html body.nfs-oldmoney-home .nfs-v650-card-main h3{font-size:31px!important}
}
