  ﻿#game-filters label{font-weight:700;color:#000}#game-listing{display:grid;gap:20px;padding:0;margin:0;width:100%;grid-template-columns:repeat(2,1fr)}@media(min-width:768px){#game-listing{grid-template-columns:repeat(3,1fr)}}@media(min-width:980px){#game-listing{grid-template-columns:repeat(4,1fr)}}@media(min-width:1440px){#game-listing{grid-template-columns:repeat(5,1fr)}}#game-listing .game-container{display:none;border:1px solid #ccc;flex-direction:column;justify-content:space-between;height:100%}#game-listing .game-container:has(.game-image-link):hover,#game-listing .game-container:has(.game-image-link):focus{background-color:#EEE;transition:background-color 450ms cubic-bezier(.215,.61,.355,1);}#game-listing .game-container:has(.game-image-link):hover h3.game-title,#game-listing .game-container:has(.game-image-link):focus h3.game-title{color:#CC0035;transition:color 450ms cubic-bezier(.215,.61,.355,1);}#game-listing .game-container img{padding-bottom:15px}#game-listing .game-container h3.game-title{font-size:calc(18px + 4*((100vw - 100px)/1900));letter-spacing:-.025em;font-family:"america",sans-serif;line-height:1.3;margin-bottom:10px;text-transform:uppercase}#game-listing .game-container .game-details{padding:0 15px 15px;display:flex;flex-direction:column;flex-grow:1}#game-listing .game-container .game-date{margin-bottom:0;margin-top:auto}#game-listing .game-container .game-cohort,#game-listing .game-container .game-system,#game-listing .game-container .game-developer,#game-listing .game-container .game-publisher{margin-bottom:0}#game-listing .game-container .game-title+.game-cohort,#game-listing .game-container .game-title+.game-system{margin-top:auto}#game-listing.student-games .game-date{margin-bottom:10px}#pagination-controls{clear:both}