﻿.template-picker ul{display:flex;flex-wrap:wrap;list-style:none;padding:0;margin:0;}.template-picker ul li{display:flex;padding:10px;border:2px solid #fff;transition:all .2s ease-in-out;cursor:pointer;margin:0 10px 10px 0;}.template-picker ul li.active,.template-picker ul li:hover{border-color:#000;}.template-picker ul li img{width:100px;border:1px solid #fff;}.template-picker ul li .type-info{display:flex;flex-direction:column;justify-content:center;}.template-picker ul li .type-info p:first-of-type{font-weight:bold;}