.event-card-list{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.event-card{box-sizing:border-box;background-color:#111;border-radius:6px}.event-card-content{padding:5px;margin-left:5px;color:#fff;font-size:large;line-height:1.5}.card-image{width:100%;height:360px;border-top-right-radius:6px!important;border-top-left-radius:6px!important}.event-card-profile{width:50%;margin:auto}.profile-search-label{font-weight:700}.profile-search-input{padding:5px!important;border:solid!important}.profile-search{position:relative;display:inline-block}.profile-search-input{padding:8px 12px;font-size:16px;border:1px solid #ccc;border-radius:4px;width:300px}#searchResults{position:absolute;width:100%;background-color:#fffffff2;max-height:200px;overflow-y:auto;padding:10px;border:solid;border-radius:5px;display:none}#searchResults.show{display:block}@media only screen and (max-width:600px){.event-card-list{grid-template-columns:repeat(1,1fr)}.event-card-profile{width:100%;margin:auto}}@media only screen and (min-width:601px) and (max-width:900px){.event-card-list{grid-template-columns:repeat(2,1fr)}}