.elementor-3958 .elementor-element.elementor-element-7c22dae{--display:flex;overflow:visible;}.elementor-3958 .elementor-element.elementor-element-564226c{--display:flex;overflow:visible;}.elementor-3958 .elementor-element.elementor-element-b4005cb{--display:flex;overflow:visible;}/* Start custom CSS for html, class: .elementor-element-b6ca8b3 */{{WRAPPER}} .social-share-buttons {
  margin: 40px 0;
  padding: 30px;
  background: #f8f9fa;
  border-radius: 8px;
}

{{WRAPPER}} .social-share-buttons h3 {
  margin: 0 0 20px 0;
  font-size: 1.2em;
  color: #333;
  font-family: inherit;
}

{{WRAPPER}} .share-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

{{WRAPPER}} .share-button {
  display: inline-flex !important;
  align-items: center;
  gap: 8px;
  padding: 12px 24px;
  border: none;
  border-radius: 6px;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none !important;
  cursor: pointer;
  transition: all 0.2s ease;
  color: white !important;
  font-family: inherit;
}

{{WRAPPER}} .share-button:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0,0,0,0.15);
  text-decoration: none !important;
  color: white !important;
}

{{WRAPPER}} .share-button svg {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
}

{{WRAPPER}} .share-button.linkedin {
  background: #0077B5;
}

{{WRAPPER}} .share-button.linkedin:hover {
  background: #006399;
}

{{WRAPPER}} .share-button.twitter {
  background: #000000;
}

{{WRAPPER}} .share-button.twitter:hover {
  background: #333333;
}

{{WRAPPER}} .share-button.facebook {
  background: #1877F2;
}

{{WRAPPER}} .share-button.facebook:hover {
  background: #0d65d9;
}

{{WRAPPER}} .share-button.email {
  background: #EA4335;
}

{{WRAPPER}} .share-button.email:hover {
  background: #d33828;
}

{{WRAPPER}} .share-button.copy-link {
  background: #6c757d;
}

{{WRAPPER}} .share-button.copy-link:hover {
  background: #5a6268;
}

@media (max-width: 768px) {
  {{WRAPPER}} .share-buttons {
    flex-direction: column;
  }
  
  {{WRAPPER}} .share-button {
    width: 100%;
    justify-content: center;
  }
}/* End custom CSS */