.forumverse-grid { display: grid; } .forumverse-grid-item { padding: 0; } .forumverse-filters { margin-bottom: 2rem; } .forumverse-filters .form-select { max-width: 240px; border-left: none !important; } .forumverse-grid-vr .card { height: 100%; } .forumverse-grid-vr .card-footer>div { display: flex; justify-content: space-between; flex-wrap: nowrap; width: 100%; max-width: 100%; align-items: flex-start; font-size: 0.875rem; } .forumverse-vr-label { white-space: nowrap; text-overflow: ellipsis; overflow: hidden; } .forumverse-vr-data { text-align: right; } .forumverse-vr-thumb a, .forumverse-vr-thumb img { width: 100px; height: 100px; vertical-align: bottom; display: inline-block; } .forumverse-vr-info { display: flex; flex-direction: column; width: 100%; margin-top: 0.5rem; } .forumverse-vr-name a { font-weight: 700; font-size: 1.25rem; transition: all 0.2s ease-in-out; line-height: 1.3; } .forumverse-vr-bio { margin: 0.75rem 0 0 0; font-style: italic; font-size: 0.875rem; } .forumverse-vr-info .badge { margin-top: 0.25rem; } @media only screen and (max-width: 575px) { .forumverse-vr-thumb a, .forumverse-vr-thumb img { width: 80px; height: 80px; } }