.cb-rw-resellers{display:flex;flex-direction:column;gap:12px}.cb-rw-resellers__title{margin:0;font-size:10px;font-weight:800;letter-spacing:.14em;text-transform:uppercase;color:var(--cr-faint,#6f7280)}.cb-rw-resellers__grid{margin:0;padding:0;list-style:none;display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:10px}.cb-rw-reseller{position:relative;display:flex;align-items:center;justify-content:center;min-height:64px;padding:14px 16px;border-radius:12px;border:1px solid hsla(0,0%,100%,.1);background:#0d0e12;text-decoration:none!important;transition:border-color .15s ease,background .15s ease,transform .15s ease}.cb-rw-reseller:hover{border-color:rgba(0,160,248,.5);background:#12141a;transform:translateY(-1px)}.cb-rw-reseller__logo{display:block;width:100%;max-width:148px;max-height:34px;-o-object-fit:contain;object-fit:contain;-o-object-position:center;object-position:center}.cb-rw-reseller__ext{position:absolute;right:8px;bottom:7px;color:hsla(0,0%,100%,.32);pointer-events:none}.cb-rw-reseller:hover .cb-rw-reseller__ext{color:rgba(0,160,248,.75)}@media (max-width:1100px){.cb-rw-resellers__grid{grid-template-columns:repeat(4,minmax(0,1fr))}}@media (max-width:900px){.cb-rw-resellers__grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (max-width:560px){.cb-rw-resellers__grid{grid-template-columns:repeat(2,minmax(0,1fr))}.cb-rw-reseller{min-height:56px;padding:12px}}