
/* Layout fixes */
body{padding-bottom:100px !important;}
.row.fix-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:24px;}
.card-fix{display:flex;flex-direction:column;height:100%;}
.card-fix .btn{margin-top:auto;}
