<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.category-card-v2{background-color:var(--pp-main-2);border-radius:calc(var(--pp-border-radius)*2);display:grid;gap:12px;grid-template-columns:1fr 40px;grid-template-rows:auto;min-width:156.8px;padding:8px 16px;transition:background-color .3s ease-in-out;-webkit-user-select:none;-moz-user-select:none;user-select:none}.category-card-v2 .category-card-name{align-self:center;color:var(--pp-main-10);font-size:16px;font-weight:600;line-height:1.5;margin-bottom:0}.category-card-v2 .category-card-icon{border-radius:50%;height:40px;overflow:hidden;width:40px}.category-card-v2 .category-card-icon img{height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;opacity:1;transform:scale(1);transition:opacity .5s ease-in-out,transform .3s ease-in-out;width:100%}.category-card-v2 .category-card-icon img:not([src]){opacity:0}@media(max-width:767.98px){.category-card-v2:not(.fixed-style){background-color:rgba(0,0,0,0);gap:8px;grid-template-columns:auto;grid-template-rows:40px 1fr;min-width:80px;padding:8px 12px;text-align:center}.category-card-v2:not(.fixed-style) .category-card-name{font-size:14px;font-weight:600;line-height:1.43;order:2}.category-card-v2:not(.fixed-style) .category-card-icon{margin:auto;order:1}}@media(max-width:767.98px)and (hover:hover){.category-card-v2:not(.fixed-style):hover{background-color:var(--pp-main-2)}}</pre></body></html>