#container { width: 980px !important; max-width: 100% !important; }
.forum-wrap { max-width: 980px; margin: 0 auto; padding: 28px 20px 0; box-sizing: border-box; font-family: 'Open Sans', Arial, sans-serif; }
.forum-topbar { background: #c0392b; border-radius: 5px; padding: 12px 18px; display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 10px; margin-bottom: 20px; }
.forum-topbar-title { font-size: 13px; font-weight: 700; color: #fff; letter-spacing: .04em; text-transform: uppercase; }
.forum-topbar-sub { font-size: 11px; color: rgba(255,255,255,.65); margin-top: 2px; font-style: italic; }
.forum-btn { display: inline-flex; align-items: center; gap: 5px; background: #fff; color: #c0392b; border: none; padding: 7px 14px; border-radius: 4px; font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: .04em; cursor: pointer; text-decoration: none !important; white-space: nowrap; font-family: 'Open Sans', Arial, sans-serif; }
.forum-btn:hover { background: #fdf5f5; color: #a93226; }
.forum-btn-login { background: transparent; color: #fff; border: 1.5px solid rgba(255,255,255,.5); }
.forum-btn-login:hover { background: rgba(255,255,255,.1); color: #fff; }
.forum-grid { display: grid; grid-template-columns: 1fr 260px; gap: 0 32px; }
.forum-sec-hdr { font-size: 10px; font-weight: 700; text-transform: uppercase; letter-spacing: .1em; color: #fff; background: #c0392b; padding: 6px 12px; border-radius: 4px; margin-bottom: 10px; display: flex; align-items: center; justify-content: space-between; text-decoration: none; }
a.forum-sec-hdr:hover { background: #a93226; }
.forum-sec-hdr-more { font-size: 9px; font-weight: 400; opacity: .7; }
.forum-section { margin-bottom: 24px; }
.forum-item { display: block; padding: 9px 0; border-bottom: 1px solid #f0f0f0; text-decoration: none; color: inherit; }
.forum-item:last-child { border-bottom: none; }
.forum-item:hover .forum-item-title { color: #c0392b; }
.forum-item-title { font-size: 13px; font-weight: 600; color: #1a1917; line-height: 1.35; margin-bottom: 4px; font-family: 'Open Sans', Arial, sans-serif; transition: color .15s; }
.forum-item-meta { font-size: 11px; color: #9a9790; font-family: 'Open Sans', Arial, sans-serif; }
.forum-badge { display: inline-block; background: #fdf5f5; color: #c0392b; border-radius: 10px; padding: 1px 8px; font-size: 10px; font-weight: 700; }
.forum-item-date { margin-left: 8px; }
.lr-d { display: block; text-decoration: none; padding: 10px 0; border-bottom: 2px solid #c0392b; margin-bottom: 16px; }
.lr-d img { width: 100%; height: auto; display: block; margin-bottom: 6px; }
.lr-d-desc { font-size: 10.5px; color: #555; line-height: 1.45; margin-bottom: 6px; font-family: 'Open Sans', Arial, sans-serif; }
.lr-d-cta { font-size: 10px; font-weight: 700; color: #c0392b; font-family: 'Open Sans', Arial, sans-serif; }
.sb-title-red { font-family: 'Open Sans', Arial, sans-serif; font-size: 10px; font-weight: 700; text-transform: uppercase; letter-spacing: .1em; color: #fff; background: #c0392b; padding: 6px 12px; border-radius: 4px; margin-bottom: 8px; display: block; text-decoration: none; }
.sb-title-red:hover { background: #a93226; }
@media (max-width: 900px) { .forum-grid { grid-template-columns: 1fr; } }
