.vendor-section{padding:60px 0;background-color:#f8f9fa}.vendor-section .section-title{font-size:2rem;font-weight:700;color:#333;margin-bottom:.5rem}.vendor-grid{margin-top:2rem}.vendor-card{background:#fff;border-radius:12px;box-shadow:0 2px 8px rgba(0,0,0,.08);transition:all .3s ease;display:flex;flex-direction:column;align-items:center;justify-content:center}.vendor-card:hover{transform:translateY(-5px);box-shadow:0 8px 20px rgba(0,0,0,.12)}.vendor-image-wrapper{width:100%;height:120px;display:flex;align-items:center;justify-content:center;overflow:hidden}.vendor-logo{max-width:100%;max-height:100%;object-fit:contain}.vendor-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;background-color:#f0f0f0;border-radius:8px}.vendor-name{font-size:1.1rem;font-weight:600;color:#333;margin-bottom:.5rem;min-height:50px;display:flex;align-items:center;justify-content:center}.vendor-description{font-size:.875rem;line-height:1.5;color:#666;margin-bottom:1rem;min-height:60px}.vendor-card .btn{transition:all .3s ease}.vendor-card .btn:hover{transform:scale(1.05)}@media (max-width:768px){.vendor-section{padding:40px 0}.vendor-section .section-title{font-size:1.5rem}.vendor-image-wrapper{height:100px}.vendor-name{font-size:1rem;min-height:40px}.vendor-description{min-height:auto}}@media (max-width:576px){.vendor-card{padding:1rem!important}.vendor-image-wrapper{height:80px}}