/* Rial Online 2.4 — live market recovery + latest newsroom grid repair */

/* Latest news: explicit physical columns prevent RTL grid auto-placement from
   squeezing cards into the 320px rail. */
.kn-latest-section .kn-latest-layout{
  display:grid!important;
  grid-template-columns:310px minmax(0,1fr)!important;
  grid-template-areas:"headlines news"!important;
  align-items:start!important;
  gap:20px!important;
  width:100%!important;
  min-width:0!important;
  direction:ltr!important;
}
.kn-latest-section .kn-latest-layout.is-news-only{
  grid-template-columns:minmax(0,1fr)!important;
  grid-template-areas:"news"!important;
}
.kn-latest-section .kn-latest-grid{
  grid-area:news!important;
  direction:rtl!important;
  display:grid!important;
  grid-template-columns:repeat(3,minmax(0,1fr))!important;
  gap:16px!important;
  width:100%!important;
  min-width:0!important;
  float:none!important;
  clear:both!important;
}
.kn-latest-section .kn-headlines{
  grid-area:headlines!important;
  direction:rtl!important;
  width:100%!important;
  min-width:0!important;
  max-width:none!important;
  float:none!important;
  align-self:stretch;
  overflow:hidden;
}
.kn-latest-section .kn-headlines-list{max-height:720px;overflow:auto;scrollbar-width:thin}
.kn-latest-section .kn-news-card{width:auto!important;max-width:none!important;margin:0!important;float:none!important}
.kn-latest-section .kn-news-card.is-featured{grid-column:span 2!important;grid-row:span 2!important}
.kn-latest-section .kn-section-head{width:100%;clear:both}

/* Market data should never present an all-dash dashboard as a successful state. */
.kn-market-feedback{
  min-height:126px;display:flex;align-items:center;justify-content:center;gap:14px;
  padding:22px;border:1px solid rgba(255,255,255,.14);border-radius:18px;
  background:rgba(255,255,255,.045);color:#fff;text-align:right
}
.kn-market-feedback[hidden],.kn-market-module [hidden]{display:none!important}
.kn-market-feedback>div{display:grid;gap:5px;max-width:620px}.kn-market-feedback b{font-size:14px}.kn-market-feedback small{color:#a9c4bc;line-height:1.8}
.kn-market-feedback a{color:#fff;border:1px solid rgba(255,255,255,.22);border-radius:10px;padding:8px 11px;font-size:10px;white-space:nowrap}
.kn-market-loader{width:24px;height:24px;border:2px solid rgba(255,255,255,.2);border-top-color:#e0bd62;border-radius:50%;animation:knMarketSpin .8s linear infinite;flex:0 0 auto}
@keyframes knMarketSpin{to{transform:rotate(360deg)}}
.kn-market-module.is-empty .kn-market-extremes,.kn-market-module.is-empty .kn-market-tabs{display:none}
.kn-market-module .kn-market-items{align-items:stretch}
.kn-market-module .kn-market-item{min-width:0;overflow:hidden}
.kn-market-module .kn-market-item-value{display:flex;align-items:baseline;gap:6px;flex-wrap:wrap}
.kn-market-module .kn-market-item-value strong{font-variant-numeric:tabular-nums;overflow-wrap:anywhere}
.kn-market-refresh-public.is-loading{animation:knMarketSpin .8s linear infinite}
.kn-market-source:empty{display:none}

@media(max-width:1180px){
  .kn-latest-section .kn-latest-layout{grid-template-columns:270px minmax(0,1fr)!important}
  .kn-latest-section .kn-latest-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}
}
@media(max-width:980px){
  .kn-latest-section .kn-latest-layout{grid-template-columns:minmax(0,1fr)!important;grid-template-areas:"news" "headlines"!important}
  .kn-latest-section .kn-headlines{max-height:none!important}
}
@media(max-width:700px){
  .kn-latest-section .kn-latest-grid{grid-template-columns:1fr!important}
  .kn-latest-section .kn-news-card.is-featured{grid-column:auto!important;grid-row:auto!important}
  .kn-market-feedback{min-height:102px;padding:15px;justify-content:flex-start}
  .kn-market-feedback a{display:none}
}
