.template-list{display:grid;grid-template-columns:repeat(auto-fill,minmax(180px,1fr));justify-content:space-evenly;gap:8px;margin:8px 0}.template-item{border:1px solid #ccc;border-radius:4px;padding:4px 8px}.template-item:hover{border-color:#666}.template-item a{color:#333;text-decoration:none;display:block}.template-name{font-weight:600;color:#333}.template-description{margin:4px 0;color:#666}