.wol-wall{width:100%;box-sizing:border-box;overflow:hidden}
.wol-wall__intro{margin:0 0 24px}
.wol-wall__outro{margin:24px 0 0}
.wol-wall__intro>:first-child,.wol-wall__outro>:first-child{margin-top:0}
.wol-wall__intro>:last-child,.wol-wall__outro>:last-child{margin-bottom:0}
.wol-grid-front{display:grid;grid-template-columns:repeat(var(--wol-columns,4),minmax(0,1fr));gap:var(--wol-gap,24px)}
.wol-logo-card{min-height:118px;border:var(--wol-border-width,1px) solid var(--wol-border-color,#e2e2e2);border-radius:var(--wol-border-radius,8px);background:var(--wol-card-bg,rgba(255,255,255,1));display:flex;align-items:center;justify-content:center;padding:20px;box-sizing:border-box;text-decoration:none;transition:background .18s ease,border-color .18s ease,box-shadow .18s ease,transform .18s ease}
.wol-logo-card img{display:block;width:100%;height:82px;max-width:100%;object-fit:contain}
.wol-wall--grayscale .wol-logo-card img{filter:grayscale(1);-webkit-filter:grayscale(1)}
.wol-logo-card:hover{background:var(--wol-card-hover-bg,var(--wol-card-bg,rgba(255,255,255,1)));border-color:#b9b9b9;box-shadow:0 6px 18px rgba(0,0,0,.08);transform:translateY(-1px)}
@media (max-width:1024px){.wol-grid-front{grid-template-columns:repeat(var(--wol-tablet-columns,3),minmax(0,1fr))}}
@media (max-width:720px){.wol-grid-front{grid-template-columns:repeat(var(--wol-mobile-columns,2),minmax(0,1fr))}.wol-logo-card{min-height:104px;padding:16px}.wol-logo-card img{height:70px}}
@media (max-width:460px){.wol-logo-card{min-height:96px;padding:12px}.wol-logo-card img{height:62px}}
