.elementor-9030 .elementor-element.elementor-element-c7d5390{--display:flex;--background-transition:0.3s;}.elementor-9030 .elementor-element.elementor-element-ab2a656{text-align:center;}.elementor-9030 .elementor-element.elementor-element-e3fb06a{--alignment:center;--grid-side-margin:10px;--grid-column-gap:10px;--grid-row-gap:10px;--grid-bottom-margin:10px;}@media(max-width:1024px){ .elementor-9030 .elementor-element.elementor-element-e3fb06a{--grid-side-margin:10px;--grid-column-gap:10px;--grid-row-gap:10px;--grid-bottom-margin:10px;}}@media(max-width:767px){ .elementor-9030 .elementor-element.elementor-element-e3fb06a{--grid-side-margin:10px;--grid-column-gap:10px;--grid-row-gap:10px;--grid-bottom-margin:10px;}}/* Start custom CSS for shortcode, class: .elementor-element-56b245c */.artist-result {
  background: linear-gradient(135deg, #fdfcfb, #e2d1c3);
  border-radius: 20px;
  padding: 40px 30px;
  margin-top: 40px;
  text-align: center;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
  animation: fadeIn 1s ease;
  font-family: 'Segoe UI', sans-serif;
}

.artist-result h2 {
  font-size: 28px;
  margin-bottom: 10px;
  color: #444;
  font-weight: 600;
}

.artist-result h3 {
  font-size: 36px;
  color: #222;
  margin: 10px 0 20px;
  font-weight: 700;
}

.artist-result p {
  font-size: 18px;
  line-height: 1.6;
  color: #333;
  max-width: 600px;
  margin: auto;
}

.artist-result img {
  margin-top: 30px;
  max-width: 220px;
  border-radius: 12px;
  box-shadow: 0 5px 15px rgba(0,0,0,0.2);
  transition: transform 0.3s ease;
}

.artist-result img:hover {
  transform: scale(1.05);
}

.download-badge {
  margin-top: 20px;
  display: inline-block;
  background: #3a0ca3;
  color: white;
  padding: 12px 24px;
  border-radius: 25px;
  text-decoration: none;
  font-weight: 500;
  font-size: 16px;
  box-shadow: 0 4px 14px rgba(58, 12, 163, 0.4);
  transition: background 0.3s ease;
}

.download-badge:hover {
  background: #5f0fa3;
}

@keyframes fadeIn {
  0% { opacity: 0; transform: translateY(20px); }
  100% { opacity: 1; transform: translateY(0); }
}/* End custom CSS */