.marketplace-list{width:100%}.marketplace-list__filters{margin:4rem;margin-bottom:0;display:-webkit-box;display:-ms-flexbox;display:flex;border-radius:.5rem;--bg-opacity:1;background-color:#fff;background-color:rgba(255,255,255,var(--bg-opacity));padding:2rem}.marketplace-list__offers{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:2rem;gap:2rem;padding:4rem}.marketplace-list .offer{border-radius:.5rem;--bg-opacity:1;background-color:#fff;background-color:rgba(255,255,255,var(--bg-opacity));padding:2rem}.marketplace-list .offer:hover{-webkit-transform:scale(1.03);transform:scale(1.03);-webkit-transition:all .2s ease-in-out;transition:all .2s ease-in-out;-webkit-box-shadow:0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -1px rgba(0,0,0,.06);box-shadow:0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -1px rgba(0,0,0,.06)}.marketplace-list .offer__image{border-radius:.5rem;width:4rem;height:4rem}.marketplace-list .offer__title{margin-top:1.25rem;margin-bottom:1.25rem;--text-opacity:1;color:#de4077;color:rgba(222,64,119,var(--text-opacity))}.marketplace-list .offer__description{font-size:.875rem;--text-opacity:1;color:#718096;color:rgba(113,128,150,var(--text-opacity))}.marketplace-list .offer__tags{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-top:1.25rem}.marketplace-list .offer__tag{border-radius:.5rem;padding:.5rem;--bg-opacity:1;background-color:#bfe8e2;background-color:rgba(191,232,226,var(--bg-opacity));--text-opacity:1;color:#006252;color:rgba(0,98,82,var(--text-opacity));font-size:.75rem;margin-right:.25rem;margin-bottom:.25rem}.marketplace-list .offer__actions{margin-top:1.25rem;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:.5rem;gap:.5rem}