.forum-wrapper{max-width:850px;min-height:715px;margin:0 auto;padding:15px 20px;text-align:center;display:flex;flex-direction:column;justify-content:center;align-items:center;font-family:"Manrope",sans-serif;}.forum-title{font-size:32px;font-weight:700;margin-bottom:15px;display:flex;align-items:center;gap:3px;color:#302d55;}.latest-title{font-size:24px;font-weight:600;margin-bottom:15px;color:#444;}.posts-grid{display:grid;justify-content:center;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:25px;padding:10px;}.post-card{display:flex;flex-direction:column;align-items:center;text-decoration:none;border:1px solid #e7e7e7;padding:15px;border-radius:12px;background:#ffffff;box-shadow:0 3px 15px rgba(0,0,0,.06);transition:all .25s ease;}.post-card:hover{transform:translateY(-5px);box-shadow:0 8px 20px rgba(0,0,0,.08);}.post-card .thumb{width:100%;height:150px;border-radius:10px;overflow:hidden;margin-bottom:12px;}.post-card img{width:100%;height:100%;}.post-card h3{font-size:16px;color:#302d55;line-height:1.35;font-weight:600;}.forum-btn{margin-top:15px;}.title-arrow svg{fill:#6d20f2;transition:.2s ease;width:24px;height:24px;}.title-arrow:hover svg{fill:#6d20f2;transform:translateX(4px);}@media (max-width:600px){.forum-wrapper{min-height:525px}.forum-title{font-size:22px;gap:6px;flex-direction:column}.title-arrow svg{width:20px;height:20px}}