/* Start custom CSS for shortcode, class: .elementor-element-6a0ff738 */.elementor-widget-shortcode ul {
  list-style: none;
  padding: 0;
  margin: 0 auto;
  max-width: 250px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.elementor-widget-shortcode li {
  margin: 0;
  padding: 0;
}

.elementor-widget-shortcode a {
  display: block;
  text-decoration: none;
  color: #333;
  background-color: #e6f0f8;
  padding: 12px 18px;
  border-radius: 10px;
  transition: background-color 0.3s ease, transform 0.2s ease;
  text-align: center;
  font-family: "Segoe UI", sans-serif;
  font-size: 16px;
  box-shadow: 0 2px 5px rgba(0,0,0,0.05);
}

.elementor-widget-shortcode a:hover {
  background-color: #d0e4f0;
  transform: scale(1.03);
  color: #000;
}/* End custom CSS */