.download-entry { min-height: 52px; padding: 9px 20px; display: grid; grid-template-columns: auto auto auto; align-items: center; gap: 14px; border: 1px solid rgba(84, 200, 120, .55); background: rgba(84, 200, 120, .075); color: #dce4df; font-family: Arial, Helvetica, sans-serif; box-shadow: 0 0 24px rgba(84, 200, 120, .06); }
.download-entry b { color: #7ee49b; font-size: 16px; font-weight: 900; letter-spacing: .04em; }
.download-entry small { color: #f1f4f2; font-size: 11px; font-weight: 800; letter-spacing: .055em; }
.download-entry span { color: var(--hot); font-size: 22px; font-weight: 900; }
.download-entry:hover, .download-entry:focus-visible { color: #fff; border-color: var(--green); background: rgba(84, 200, 120, .14); outline: 3px solid rgba(84, 200, 120, .25); outline-offset: 3px; }
@media(max-width:700px){.bottom-bar{min-height:76px;grid-template-columns:1fr!important;padding:10px 16px!important}.bottom-bar>p{display:none}.ticker{display:flex!important;width:100%}.download-entry{width:100%;grid-template-columns:1fr auto}.download-entry small{display:block;grid-column:1}.download-entry span{grid-column:2;grid-row:1/3}}
