.dato-marketplace-links{--dato-market-accent:#f89e30;width:100%;margin:18px 0}.dato-marketplace-heading{font-size:18px;font-weight:700;line-height:1.3;margin:0 0 12px;color:#252525}.dato-marketplace-grid{display:flex;flex-wrap:wrap;gap:12px}.dato-marketplace-card{width:150px;min-height:80px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:10px;padding:14px 12px;border:1px solid #e1e1e1;border-radius:7px;background:#fff;text-decoration:none!important;box-shadow:0 2px 8px rgb(0 0 0 / .035);transition:border-color .2s ease,box-shadow .2s ease,transform .2s ease}.dato-marketplace-card:hover{border-color:var(--dato-market-accent);box-shadow:0 7px 20px rgb(0 0 0 / .08);transform:translateY(-2px)}.dato-marketplace-logo-wrap{height:42px;width:100%;display:flex;align-items:center;justify-content:center}.dato-marketplace-logo{display:block!important;max-width:118px!important;max-height:38px!important;width:auto!important;height:auto!important;object-fit:contain!important;margin:0!important}.dato-marketplace-name{font-weight:700;font-size:15px;color:#222}.dato-marketplace-price{display:block;font-size:14px;font-weight:700;color:#222;line-height:1.2;text-align:center}.dato-marketplace-card:hover .dato-marketplace-price{color:var(--dato-market-accent)}@media(max-width:600px){.dato-marketplace-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.dato-marketplace-card{width:100%;min-width:0}}@media(max-width:360px){.dato-marketplace-grid{grid-template-columns:1fr}}