.template-card{transition:transform .2s ease-in-out,box-shadow .2s ease-in-out;position:relative;padding:6px}.template-card .card-body{flex:initial}.template-card:hover{box-shadow:0 8px 25px rgba(0,0,0,.1)}.template-image-wrapper{position:relative;overflow:hidden;border-radius:6px;background:#f0f4f7}.template-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.7);display:flex;align-items:center;justify-content:center;gap:10px;opacity:0;transition:opacity .3s ease-in-out}.template-card:hover .template-overlay{opacity:1}.template-stats{display:flex;align-items:center;gap:15px}.template-stats small{display:flex;align-items:center;gap:4px}.template-preview{overflow:hidden}.template-outline,.template-preview{border-radius:8px;background:#f8f9fa}.template-outline{padding:20px}.breadcrumb{background:rgba(0,0,0,0);padding:0;margin-bottom:1rem}.breadcrumb-item+.breadcrumb-item:before{content:">";color:#6c757d}.cursor-pointer{cursor:pointer}.badge{transition:all .2s}.badge:hover{transform:scale(1.05)}@media(max-width:768px){.template-card{margin-bottom:1rem}.template-overlay{opacity:1;background:rgba(0,0,0,.5)}}