.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-hr-card { display: flex; flex-direction: row; flex-wrap: wrap; align-items: center; border: 1px solid var(--bbpress-border); padding: 1rem; border-radius: 0.375rem; } .forumverse-hr-thumb { width: 64px; min-width: 64px; margin-right: 0.75rem; } .forumverse-hr-thumb img { width: 100%; height: auto; vertical-align: bottom; transition: all 0.2s ease-in-out; } .forumverse-hr-thumb a { display: block; } .forumverse-hr-info { flex: 1; padding: 0; min-width: 0; } .forumverse-hr-info .badge { margin-top: 0.25rem } .forumverse-hr-info>div { white-space: nowrap; text-overflow: ellipsis; overflow: hidden; } .forumverse-hr-statistics { margin-left: auto; } body.rtl .forumverse-hr-statistics { margin-left: 0; margin-right: auto; } .forumverse-hr-name a { font-size: 1rem; font-weight: 700; transition: all 0.2s ease-in-out; } .forumverse-hr-desc { font-size: 0.825rem; } .forumverse-hr-statistics { display: flex; align-self: stretch; } .forumverse-hr-topics, .forumverse-hr-replies { display: flex; flex-direction: column; text-align: center; border: 1px solid var(--bbpress-border); justify-content: space-between; border-radius: 0.275rem; } .forumverse-hr-replies { margin-left: 0.5rem; } body.rtl .forumverse-hr-replies { margin-right: 0.5rem; margin-left: 0; } .forumverse-hr-topics span, .forumverse-hr-replies span { line-height: 1; } .forumverse-hr-number { font-size: 0.825rem; font-weight: bold; padding: 7px; display: flex; justify-content: center; align-items: center; height: 100%; } .forumverse-hr-label { font-size: 0.725rem; padding: 7px; border-top: 1px solid var(--bbpress-border); } .forumverse-hr-thumb.forumverse-verified-user .bbp-author-avatar::after { line-height: 20px; width: 20px; height: 20px; font-size: 14px; }