.elementor-1061 .elementor-element.elementor-element-49b463d{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-1061 .elementor-element.elementor-element-8be3efc > .elementor-widget-container{margin:100px 10px 10px 10px;padding:20px 20px 20px 20px;}/* Start custom CSS for shortcode, class: .elementor-element-8be3efc */.artist-vendors-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 24px;
  margin-top: 30px;
}

.artist-vendor-card {
  background: #fff;
  padding: 16px;
  border-radius: 12px;
  box-shadow: 0 0 10px rgba(0,0,0,0.08);
  text-align: center;
  transition: transform 0.2s ease;
}

.artist-vendor-card:hover {
  transform: scale(1.03);
}

.artist-vendor-card img {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  object-fit: cover;
  margin-bottom: 12px;
}

.artist-vendor-card h3 {
  font-size: 1rem;
  font-weight: 600;
  margin: 0;
}

.placeholder-logo {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: #eee;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #aaa;
  font-size: 0.8rem;
  margin: 0 auto 12px;
}/* End custom CSS */