.venue-hosts-list{display:flex;flex-direction:column;gap:1rem}.venue-hosts-container{display:flex;align-items:flex-start;gap:1.5rem;padding:1rem;border:1px solid #e0e0e0;border-radius:12px;background-color:#fafafa}.venue-hosts-text{flex:1 1}.venue-hosts-header{display:flex;align-items:center;justify-content:space-between;gap:.5rem}.venue-hosts-header h1{margin:0;font-size:1.5rem;color:var(--text-color)}.venue-hosts-logo-link{flex-shrink:0;display:inline-block}.venue-host-logo{width:80px;height:80px;border-radius:8px;border:1px solid #ddd;transition:transform .2s ease}.venue-host-logo:hover{transform:scale(1.05)}.venue-hosts-text h3{margin:.5rem 0 0;font-size:1rem;line-height:1.4;color:var(--text-color)}.venue-hosts-empty{padding:1rem;background-color:var(--bg-secondary);border:1px dashed var(--text-color);border-radius:8px;text-align:center;font-size:.95rem}.venue-host-description{margin-bottom:10px}@media (max-width:600px){.venue-hosts-container{flex-direction:column;align-items:center;text-align:center}.venue-hosts-logo-link{margin-bottom:1rem}}.venue-host-card{display:flex;align-items:center;justify-content:space-between;gap:20px;padding:20px;border-radius:10px;background:var(--bg-secondary)}.venue-host-info{flex:1 1;display:flex;flex-direction:column}.venue-host-title{margin:0}.venue-host-description{font-size:.95rem;font-weight:400;margin-top:8px;line-height:1.4}.venue-host-logo-wrapper{display:flex;align-items:center;justify-content:center;min-width:120px}.venue-host-logo{width:90px;height:auto;object-fit:contain;display:block}