.elementor-2418 .elementor-element.elementor-element-64cf770{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-widget .tippy-tooltip .tippy-content{text-align:center;}/* Start custom CSS for html, class: .elementor-element-041abda */.bridge-theme-summary {
  max-width: 900px;
  
  font-family: "Segoe UI", sans-serif;
  padding: 30px;
  background-color: #ffffff;
  border-left: 6px solid #0d1b2a;
 
  color: #1e1e1e;
  line-height: 1.8;
}

.bridge-theme-summary h2 {
  font-size: 1.6rem;
  margin-top: 40px;
  margin-bottom: 15px;
  color: #0d1b2a;
  border-bottom: 2px solid #dcdcdc;
  padding-bottom: 8px;
}

.bridge-theme-summary p {
  font-size: 1.05rem;
  margin-bottom: 20px;
  color: #333;
}

.bridge-theme-summary ul {
  list-style: disc;
  padding-left: 25px;
  margin-bottom: 20px;
}

.bridge-theme-summary ul li {
  margin-bottom: 10px;
  font-size: 1rem;
  color: #444;
}

.download-button {
  display: inline-block;
  background-color: #ffffff; /* White background */
  color: #0d1b2a; /* Navy text color */
  padding: 14px 28px;
  font-size: 1rem;
  font-weight: 500;
  text-decoration: none;
  border-radius: 6px;
  margin-top: 20px;
  transition: background-color 0.3s ease, box-shadow 0.3s ease, color 0.3s ease;
  border: 2px solid #0d1b2a;
  box-shadow: 0 4px 10px rgba(13, 27, 42, 0.1);
}

.download-button:hover {
  background-color: #0d1b2a; /* Invert on hover */
  color: #ffffff;
  box-shadow: 0 6px 14px rgba(13, 27, 42, 0.25);
}/* End custom CSS */