.elementor-12 .elementor-element.elementor-element-51eb3ce{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}/* Start custom CSS */.disclaimer-wrapper {
  position: relative;
  display: inline-block;
  text-align: center;
}

.disclosure-button {
  background: none;
  border: none;
  color: #2a4dd0;
  cursor: pointer;
  font-size: 16px;
  text-decoration: underline;
}

.disclaimer-tooltip {
  display: none;
  position: absolute;
  bottom: 40px; /* Adjust this to control how high it appears */
  left: 50%;
  transform: translateX(-50%);
  background: #555;
  color: #fff;
  padding: 15px;
  border-radius: 8px;
  width: 400px;
  z-index: 1000;
  font-size: 14px;
  box-shadow: 0 0 10px rgba(0,0,0,0.3);
}

.disclaimer-tooltip::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -6px;
  border-width: 6px;
  border-style: solid;
  border-color: #555 transparent transparent transparent;
}

.close-btn {
  position: absolute;
  top: 5px;
  right: 10px;
  font-weight: bold;
  cursor: pointer;
}/* End custom CSS */