#CardsBox{width:100%}#actionCard .cardCenter>img{width:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;max-height:min(600px,35vh);border-radius:10px;margin:1.5rem 0;box-shadow:0 0 15px 6px #00000029}#actionCard .cardCenter h1{font-size:2.5rem;border-bottom:3px solid var(--spotlight-color);max-width:100%;margin-bottom:.7rem;padding-bottom:5px;font-family:alpha-omega;line-height:1.1}#actionCard{margin:auto;min-height:calc(100vh - var(--nav-height));max-width:min(100%,800px);display:grid}#actionCard .cardCenter{margin:auto 1.5em}#actionCard .cardCenter ul{display:flex;flex-wrap:wrap;margin-top:1.5rem;gap:1px;background-color:#00000046}#actionCard .cardCenter li{flex:1;min-width:min(100%,120px);text-align:center;font-weight:600;line-height:1.1;background:#fff}#actionCard .cardCenter li:first-child{border-left:none}#actionCard .cardCenter li a{padding:8px 5px;display:block;height:100%}#actionCard .cardCenter li svg{margin:0 auto .2rem;color:var(--spotlight-color);width:2.5rem;height:2.5rem}