.category-page{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:40px 20px;margin-top:30rem;width:100%;box-sizing:border-box;border-radius:8px;box-shadow:0 10px 20px rgba(0,0,0,.1);opacity:.95}.category-title{color:#fff;border:2px solid #ccc;padding:20px 40px;margin-bottom:40px;font-size:3.5em;text-transform:uppercase;font-weight:700;letter-spacing:2px;text-align:left;border-radius:8px;box-shadow:0 4px 8px rgba(0,0,0,.1)}.category-post-list{width:100%;max-width:1000px;padding:0;margin-bottom:40px;list-style:none}.category-post-list li{background:rgba(255,255,255,.8);padding:20px;margin-bottom:30px;border-radius:8px;box-shadow:0 4px 8px rgba(0,0,0,.1);transition:all .3s ease}.category-post-list h2{font-size:1.3rem;color:#333;margin-bottom:10px;font-weight:700}.category-post-list img{margin:0 auto}.category-post-list p{font-size:1em;color:#555;margin:0}.category-post-list img{width:200px;border-radius:8px;object-fit:cover;margin-top:10px;display:block}.back-button{display:inline-block;margin-top:40px;background-color:#e0f7fa;color:#003640;font-weight:600;padding:.75rem 1.5rem;border-radius:.375rem;text-decoration:none;transition:background-color .3s ease}@media (max-width:1024px){.category-page{padding:20px}.category-title{font-size:1.8em}.category-post-list img{height:auto;margin-bottom:20px}}@media (max-width:480px){.category-page{margin-top:12rem}.category-title{font-size:1rem;background:none;border:2px solid #ccc}.category-post-list li{padding:15px}.category-post-list h2{font-size:.8rem}.category-post-list p{font-size:.85em}.category-post-list img{width:75%;height:auto}}