.elementor-1775 .elementor-element.elementor-element-c498fcd{--display:flex;}/* Start custom CSS for html, class: .elementor-element-2e60654 */.scrollable-list {
  max-height: 300px; /*  item × 6 items */
  overflow-y: auto;
  padding: 10px;
  margin: 0;
  border: 1px solid #ddd;
  border-radius: 8px;
  background: #f9f9f9;
  font-family: Arial, sans-serif;
}

.scrollable-list li {
  list-style: none;
  margin-bottom: 10px;
  padding: 8px 10px;
  border-radius: 5px;
  transition: background 0.3s ease;
  background: #ffffff;
}

.scrollable-list a {
  text-decoration: none;
  color: #1a73e8;
  display: block;
}

.scrollable-list li:hover {
  background: #e6f0ff;
}

.scrollable-list li:hover a {
  text-decoration: underline;
}/* End custom CSS */