.transaction-list{display:grid;gap:24px;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));padding:16px}.transaction-card{background-color:#fff;border-radius:5px;padding:2rem;transition:transform .2s ease-in-out}.card-content{flex-direction:column;height:100%;padding:0}.card-content,.parties{display:flex;justify-content:space-between}.parties{align-items:center;gap:16px;margin-bottom:1.5rem;max-height:50px;max-width:270px;min-height:50px}.parties span{color:var(--tertiary);font-size:22px;font-weight:700}.party{text-align:center}.party-logo{max-height:50px;width:100%}.party-name{margin-top:8px}.industry{background:var(--tertiary);border-radius:5px;color:#fff;display:inline;font-size:12px;margin-bottom:0;padding:5px 18px}.logos-description{min-height:250px}.transactions{display:flex;flex-direction:row;flex-wrap:wrap;gap:1rem}.transactions span{font-size:12px;opacity:.5}.transactions p{font-weight:500;margin-bottom:0}.transaction{font-size:14px;max-height:60px;width:calc(50% - .5rem)}.description{margin:.5rem 0 1rem}