.scs-wrapper{color:#111;font-family:inherit!important;margin:0 auto;max-width:1400px}.scs-wrapper,.scs-wrapper *{box-sizing:border-box}.scs-grid{display:grid;gap:24px;grid-template-columns:repeat(3,1fr)}@media (max-width:900px){.scs-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:600px){.scs-grid{grid-template-columns:1fr}}.scs-card{background:#fff;border:1px solid #e5e7eb;border-radius:12px;color:inherit;display:flex;flex-direction:column;height:100%;padding:16px;text-decoration:none;transition:all .2s ease}.scs-card.active-hover-demo,.scs-card:hover{background:#dff5ff;border-color:#00b8ff}.scs-card-image-wrap{aspect-ratio:1/1;background-color:#f3f4f6;border-radius:8px;margin-bottom:16px;overflow:hidden;width:100%}.scs-card-image{background-position:50%;background-size:cover;height:100%;width:100%}.scs-card-content{align-items:flex-start;display:flex;flex-direction:column;flex-grow:1}.scs-card h3{font-family:inherit!important;font-size:20px!important;font-weight:800!important;line-height:1.3!important;margin:0 0 20px!important}.scs-pagination{gap:0;margin-top:35px}.page-num,.scs-pagination{align-items:center;display:flex}.page-num{border-radius:50%;color:#6b7280;font-size:16px;font-weight:500;height:36px;justify-content:center;text-decoration:none;transition:all .2s ease;width:36px}.page-num:hover{background-color:#f3f4f6;color:#111}.page-num.active{background-color:#00b8ff;color:#fff;font-weight:700}.next-page{align-items:center;color:#6b7280;display:flex;font-size:16px;font-weight:500;gap:8px;margin-left:12px;text-decoration:none;transition:color .2s ease}.next-page:hover{color:#111}