table.forumh{width:100%;margin:0 auto;clear:both}.forumcat-box{width:1165px;max-width:1165px;padding:5px;box-sizing:border-box;background:var(--bg)}.headline{width:100%;min-height:70px;box-sizing:border-box;display:flex;align-items:center;justify-content:center;gap:22px;color:var(--accent);font-family:'Playfair Display',serif;font-size:42px;line-height:48px;letter-spacing:3px;text-transform:lowercase;text-shadow:none}.headline::before,.headline::after{content:"";display:block;width:220px;height:2px;background:var(--accent)}.headline::before{margin-right:4px}.headline::after{margin-left:4px}.forum-box{width:1165px;max-width:1165px;margin:0 auto 12px auto;padding:5px;box-sizing:border-box;background:var(--bg);border:1px solid var(--darkgrey);color:var(--text)}.forum-content{display:flex;gap:14px;justify-content:space-between;border:1px solid var(--darkgrey);background:var(--background);padding:14px;box-sizing:border-box}.forum-status{width:85px;min-width:85px;height:155px;background:var(--darkgrey);border:1px solid var(--accent);box-sizing:border-box;overflow:hidden;display:flex;align-items:center;justify-content:center}.forum_status{width:85px;height:155px;display:block;border:0;background-size:cover !important;background-position:center !important;background-repeat:no-repeat !important}.forum_on{background:url(../../../images/hogwarts/new-hog.png) center center no-repeat}.forum_off,.forum_offclose,.forum_offlink{background:url(../../../images/hogwarts/old-hog.png) center center no-repeat}.forum-main{flex:1;min-width:0;margin-right:0}.forum-title{height:34px;margin-bottom:10px;padding:0 12px;box-sizing:border-box;border-bottom:2px solid var(--accent);font-size:20px;line-height:32px;font-family:'Playfair Display',serif;letter-spacing:3px;text-transform:uppercase;text-align:center;color:var(--accent-1)}.forum-title a{color:var(--accent-1);text-decoration:none}.forum-title a:hover{color:var(--accent);text-decoration:none}.forum-middle{display:grid;grid-template-columns:1fr 330px;gap:14px;box-sizing:border-box}.forum-description{min-width:0}.preview-text{height:86px;overflow:auto;padding:10px;box-sizing:border-box;background:var(--bg);border:1px solid var(--darkgrey);font-size:12px;line-height:1.45;color:var(--text);text-align:justify;scrollbar-width:none}.preview-text::-webkit-scrollbar{display:none}.forum-subforums{margin-top:8px;height:42px;overflow:auto;display:flex;flex-wrap:wrap;gap:6px;box-sizing:border-box;scrollbar-width:none}.forum-subforums::-webkit-scrollbar{display:none}.forum-sub,.forum-subforums a{display:inline-flex;align-items:center;justify-content:center;min-height:26px;padding:5px 10px;box-sizing:border-box;background:var(--bg);border-left:8px solid var(--accent);color:var(--accent-1);font-family:calibri,sans-serif;font-size:10px;text-transform:uppercase;letter-spacing:1.5px;text-decoration:none}.forum-sub a{color:var(--accent-1);text-decoration:none}.forum-sub:hover,.forum-subforums a:hover{color:var(--accent)}.forum-side{display:flex;flex-direction:column;gap:8px}.last-post{display:block;height:86px;padding:10px;margin-bottom:0;box-sizing:border-box;background:var(--bg);border:1px solid var(--darkgrey);text-align:center}.post-text{font-size:12px;color:var(--text)}.lastpost-label{margin-bottom:5px;font-family:calibri,sans-serif;font-size:9px;text-transform:uppercase;letter-spacing:2px;color:var(--accent-1)}.lastpost-title{margin-bottom:5px;font-family:'Playfair Display',serif;font-size:15px;text-transform:uppercase;letter-spacing:1.5px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.lastpost-title a{color:var(--accent);font-weight:normal;text-decoration:none}.lastpost-title a:hover{color:var(--text)}.lastpost-meta{font-size:11px;line-height:1.4;text-transform:uppercase;letter-spacing:1px;color:var(--text)}.lastpost-meta a,.username a{color:var(--accent);text-decoration:none}.lastpost-meta a:hover,.username a:hover{color:var(--accent)}.forum-stats{width:100%;display:grid;grid-template-columns:1fr 1fr;gap:8px}.stat{display:flex;justify-content:space-between;align-items:center;border:0;border-left:8px solid var(--accent);background:var(--bg);padding:8px 10px;margin-bottom:0;box-sizing:border-box;font-size:10px;font-family:calibri,sans-serif;text-transform:uppercase;letter-spacing:1.5px;color:var(--text)}.num{font-weight:bold;color:var(--accent)}.post-image img{width:80px;border:1px solid var(--accent);margin-left:10px}.forum-box::-webkit-scrollbar{width:4px}.forum-box::-webkit-scrollbar-track{background:var(--grey-1)}.forum-box::-webkit-scrollbar-thumb{background:var(--accent)}@media only screen and (max-width:900px){.forumcat-box,.forum-box{width:100%;max-width:100%}.forum-content{flex-direction:column}.forum-status{display:none}.forum-middle{grid-template-columns:1fr}.preview-text,.last-post,.forum-subforums{height:auto;max-height:160px}.forum-stats{grid-template-columns:1fr}}