@import url("closing-edge-refresh.css");

/* Daily Edge-specific refinements. The core layout intentionally shares the
   same institutional cockpit system as the prior editorial implementation. */
.edition-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:7px}
.edition-grid img{height:102px}
.edition-grid h3{font-size:14px}
.mobile-bottom-nav{display:none}

@media(max-width:1260px){
  .edition-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
}

@media(max-width:560px){
  body{padding-bottom:68px}
  .edition-grid{grid-template-columns:minmax(0,1fr)}
  .mobile-bottom-nav{position:fixed;z-index:30;display:grid;grid-template-columns:repeat(6,minmax(0,1fr));left:0;right:0;bottom:0;min-height:62px;background:rgba(5,8,11,.97);border-top:1px solid #56401c;backdrop-filter:blur(14px)}
  .mobile-bottom-nav a{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:2px;color:#8e9295;text-decoration:none;font-size:8px;letter-spacing:.02em}
  .mobile-bottom-nav a span{font-size:17px;line-height:1}
  .mobile-bottom-nav a.active{color:var(--gold2)}
  footer{padding-bottom:78px}
}
