.cs-grid{display:grid;gap:32px;grid-template-columns:repeat(3,1fr)}.cs-card{background:#fff;border:1px solid #e3e3e3;border-radius:10px;color:inherit;display:block;overflow:hidden;text-decoration:none;transition:box-shadow .25s ease,transform .25s ease}.cs-card:hover{box-shadow:0 12px 28px rgba(0,0,0,.1);transform:translateY(-3px)}.cs-image img{display:block;height:220px;object-fit:cover;width:100%}.cs-content{padding:20px}.cs-content h3{font-size:20px;margin:0 0 10px}.cs-content p{color:#666;margin:0}.cs-hero img{border-radius:12px;height:400px;object-fit:cover;width:100%}.cs-body{margin-top:30px}.cs-body h2,.cs-body p{margin-bottom:20px}.cs-tags{display:flex;gap:20px;margin-top:30px}.cs-tag{background:#999f84;border-radius:6px;color:#fff;padding:8px!important}.cs-filters{display:flex;flex-wrap:wrap;gap:10px;margin-bottom:30px}.cs-filter{background:transparent;border:1px solid #ccc;border-radius:20px;cursor:pointer;padding:6px 14px}.cs-filter.is-active{background:#000;border-color:#000;color:#fff}@media(max-width:767px){.cs-grid{grid-template-columns:repeat(1,1fr)}.cs-filters{flex-direction:column;justify-content:center}}