.elementor-1722 .elementor-element.elementor-element-5313624{--display:flex;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-1722 .elementor-element.elementor-element-b7631ab > .elementor-widget-container{background-color:#6DBBD8;margin:0px 0px 0px 0px;padding:22px 1px 22px 20px;border-radius:6px 6px 6px 6px;}.elementor-1722 .elementor-element.elementor-element-b7631ab .elementor-heading-title{font-family:"Roboto", Sans-serif;font-size:24px;font-weight:bold;color:#333333;}:root{--page-title-display:none;}/* Start custom CSS for shortcode, class: .elementor-element-e431f15 */.results-list {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin-top: 1rem;
}

.result-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #f4f4f4;
  padding: 1rem 1.5rem;
  border-style: solid;
  border-color: lightblue;
  border-width: 1px;
  border-radius: 10px;
  box-shadow: 0 2px 10px rgba(0,0,0,0.05);
  transition: transform 0.2s;
}

.result-item:hover {
  transform: translateY(-2px);
}

.result-name {
  font-weight: 500;
  font-size: 0.9rem;
  color: #333;
}

.view-button {
  background: #0073e6;
  color: white;
  padding: 0.1rem 1.2rem;
  border-radius: 6px;
  text-decoration: none;
  font-weight: 600;
}

.view-button:hover {
  background: #005bb5;
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-5313624 */.results-list {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin-top: 1rem;
}

.result-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #f4f4f4;
  padding: 1rem 1.5rem;
  border-radius: 12px;
  box-shadow: 0 2px 10px rgba(0,0,0,0.05);
  transition: transform 0.2s;
}

.result-item:hover {
  transform: translateY(-2px);
}

.result-name {
  font-weight: 600;
  font-size: 1.1rem;
  color: #333;
}

.view-button {
  background: #0073e6;
  color: white;
  padding: 0.5rem 1.2rem;
  border-radius: 6px;
  text-decoration: none;
  font-weight: 500;
}

.view-button:hover {
  background: #005bb5;
}/* End custom CSS */