.template-card{border:2px solid var(--border-color);border-radius:20px;overflow:hidden;position:relative;cursor:pointer;background-color:#fff;text-align:left!important;line-height:0}.template-card:hover{border:2px solid var(--primary-color)}.template-card img{width:100%;min-height:100px;object-fit:contain}.template-card .bottom{display:flex;justify-content:space-between;align-items:center;padding:5px 10px;border-top:2px solid var(--border-color)}.template-card .bottom .item-category{border:1px solid var(--primary-color);border-radius:20px;padding:0 10px}.template-card .bottom .item-category .text{font-size:12px;color:var(--primary-color);line-height:24px;margin:4px 0 0;font-weight:600}.template-card .bottom .name .text{font-weight:600;font-size:14px}