body.category-community-feed .tiles-style tbody.topic-list-body{display:flex;flex-direction:column;align-items:center;gap:0;padding:0 0 2em}body.category-community-feed .tiles-style .topic-list-item{display:flex;flex-direction:column;width:100%;max-width:680px;margin:0 auto 1.5em;padding:0;border:none;border-radius:16px;background:#fff;box-shadow:0 1px 3px rgba(0,0,0,.06),0 4px 12px rgba(0,0,0,.04);overflow:hidden;transition:box-shadow .25s ease,transform .25s ease;grid-row-end:auto;cursor:pointer}body.category-community-feed .tiles-style .topic-list-item:hover{box-shadow:0 2px 8px rgba(0,0,0,.08),0 8px 24px rgba(0,0,0,.07);transform:translateY(-2px)}body.category-community-feed .tiles-style .topic-list-item,body.category-community-feed .tiles-style .topic-list-item.no-background-colour{background:#fff;border:none}body.category-community-feed .tiles-style .topic-thumbnail{display:none}body.category-community-feed .tiles-style .topic-details{display:flex;flex-direction:column;padding:0;width:100%}body.category-community-feed .tiles-style .topic-list-item .main-link{padding:1.2em 1.4em 0;order:-1}body.category-community-feed .tiles-style .main-link .link-top-line{display:block;margin-bottom:.15em}body.category-community-feed .tiles-style .main-link a.title.raw-topic-link{font-size:1.3em;font-weight:700;line-height:1.35;color:#1a1a2e;text-decoration:none;letter-spacing:-0.02em;display:block;transition:color .2s ease}body.category-community-feed .tiles-style .main-link a.title.raw-topic-link:hover{color:var(--tertiary)}body.category-community-feed .tiles-style .main-link a.title.raw-topic-link:visited{color:#4a4a6a}body.category-community-feed .tiles-style .main-link .link-bottom-line{margin-top:.5em}body.category-community-feed .tiles-style .main-link .discourse-tags{display:flex;flex-wrap:wrap;gap:.4em}body.category-community-feed .tiles-style .main-link .discourse-tag{display:inline-block;font-size:.72em;font-weight:600;padding:.25em .75em;border-radius:20px;background:linear-gradient(135deg, #eef2ff, #e0e7fa);color:#4a5a8a;text-decoration:none;transition:all .2s ease;border:none;text-transform:uppercase;letter-spacing:.03em}body.category-community-feed .tiles-style .main-link .discourse-tag:hover{background:linear-gradient(135deg, #d8e0ff, #c8d4f5);color:#2a3a6a;transform:translateY(-1px)}body.category-community-feed .tiles-style a.topic-excerpt{display:block;padding:.7em 1.4em 1em;margin:0;font-size:.95em;line-height:1.7;color:#557;text-decoration:none;overflow:hidden;max-height:7.5em;position:relative}body.category-community-feed .tiles-style a.topic-excerpt::after{content:"";position:absolute;bottom:0;left:0;right:0;height:2.5em;background:linear-gradient(transparent, #ffffff);pointer-events:none}body.category-community-feed .tiles-style .topic-footer{display:flex;align-items:center;justify-content:space-between;padding:.75em 1.4em;order:10;border-top:1px solid #ededf5;margin:0;background:#fafaff}body.category-community-feed .tiles-style .topic-users{order:-1;margin-right:auto;padding-right:.8em}body.category-community-feed .tiles-style .topic-users .inline{display:flex;align-items:center;gap:.5em}body.category-community-feed .tiles-style .topic-users img.avatar{width:32px;height:32px;border-radius:50%;border:2px solid #e0e0ee;transition:all .2s ease}body.category-community-feed .tiles-style .topic-users img.avatar:hover{border-color:var(--tertiary);transform:scale(1.1)}body.category-community-feed .tiles-style .topic-users a.latest{display:none}body.category-community-feed .tiles-style .topic-footer .topic-meta{flex:0 1 auto}body.category-community-feed .tiles-style .topic-footer .topic-meta .container{display:flex;align-items:center}body.category-community-feed .tiles-style .topic-footer .topic-meta .top-line{display:flex;align-items:center;gap:1em}body.category-community-feed .tiles-style .topic-footer .topic-meta .bottom-line{display:flex;align-items:center;margin-left:1em}body.category-community-feed .tiles-style .topic-footer .middot{display:none}body.category-community-feed .tiles-style .topic-footer .topic-views,body.category-community-feed .tiles-style .topic-footer .topic-replies,body.category-community-feed .tiles-style .topic-footer .topic-timing{font-size:.78em;font-weight:500;color:#99b;display:inline-flex;align-items:center;gap:.3em;transition:color .2s ease}body.category-community-feed .tiles-style .topic-footer .topic-views:hover,body.category-community-feed .tiles-style .topic-footer .topic-replies:hover,body.category-community-feed .tiles-style .topic-footer .topic-timing:hover{color:#66a}body.category-community-feed .tiles-style .topic-footer .topic-views svg.d-icon{display:none}body.category-community-feed .tiles-style .topic-footer .topic-views::before{content:"👁";font-size:1em}body.category-community-feed .tiles-style .topic-footer .topic-replies .d-icon{display:none}body.category-community-feed .tiles-style .topic-footer .topic-replies::before{content:"💬";font-size:1em}body.category-community-feed .tiles-style .topic-footer .topic-timing::before{content:"🕒";font-size:1em}body.category-community-feed .tiles-style .topic-actions{display:flex;align-items:center}body.category-community-feed .tiles-style .topic-actions .inline{display:flex;align-items:center;gap:.2em}body.category-community-feed .tiles-style .topic-actions button.list-button{padding:.35em .55em;border-radius:8px;transition:all .2s ease;color:#99b}body.category-community-feed .tiles-style .topic-actions button.list-button:hover{background:#eef;color:var(--tertiary);transform:scale(1.1)}body.category-community-feed .tiles-style .topic-actions button.list-button svg{width:.95em;height:.95em}body.category-community-feed .tiles-style .topic-actions button.has-liked{color:var(--love)}body.category-community-feed .tiles-style thead.topic-list-header{display:none}body.category-community-feed .list-container{background:linear-gradient(180deg, #f0f2f9 0%, #e8ebf4 100%);padding:1.5em 1em;margin:0 -1em;border-radius:0;min-height:70vh}body.category-community-feed .list-controls{margin-bottom:.5em}body.category-community-feed .tiles-style .topic-list-item{animation:feedCardIn .4s ease both}body.category-community-feed .tiles-style .topic-list-item:nth-child(1){animation-delay:.05s}body.category-community-feed .tiles-style .topic-list-item:nth-child(2){animation-delay:.1s}body.category-community-feed .tiles-style .topic-list-item:nth-child(3){animation-delay:.15s}body.category-community-feed .tiles-style .topic-list-item:nth-child(4){animation-delay:.2s}body.category-community-feed .tiles-style .topic-list-item:nth-child(5){animation-delay:.25s}@keyframes feedCardIn{from{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@media screen and (max-width: 767px){body.category-community-feed .tiles-style .topic-list-item{max-width:100%;margin-bottom:1em;border-radius:12px}body.category-community-feed .tiles-style .topic-list-item .main-link{padding:1em 1em 0}body.category-community-feed .tiles-style .main-link a.title.raw-topic-link{font-size:1.15em}body.category-community-feed .tiles-style a.topic-excerpt{padding:.5em 1em .7em;font-size:.9em}body.category-community-feed .tiles-style .topic-footer{padding:.5em 1em}body.category-community-feed .tiles-style .topic-users img.avatar{width:28px;height:28px}}
/*# sourceMappingURL=common_theme_208_67a9b5b9c0f5e4752fca2dbf89fc3ae20def3249.css.map?__ws=community.victoriouschristians.com */
