.elementor-4823 .elementor-element.elementor-element-aaf2b7b{--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-4823 .elementor-element.elementor-element-0f63de2{--display:flex;}.elementor-widget-image .widget-image-caption{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-4823 .elementor-element.elementor-element-2e9a325{--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-4823 .elementor-element.elementor-element-e72bd20{--display:flex;}/* Start custom CSS for html, class: .elementor-element-f88f114 */.cta-banner {
  background-color: #007BFF; /* Bootstrap blue */
  color: #ffffff;
  padding: 0.75em 1.25em;
  margin-top: -1em;
  margin-bottom: 1.5em;
  border-left: 5px solid #0056b3;
  font-weight: bold;
  font-size: 1rem;
  border-radius: 4px;
  box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

.cta-banner span {
  text-decoration: underline;
  cursor: pointer;
}
.header-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1em;
}

.cta-ribbon {
  background-color: #007BFF;
  color: #ffffff;
  padding: 4px 10px;
  font-size: 0.9rem;
  font-weight: 600;
  border-radius: 4px;
  white-space: nowrap;
  box-shadow: 0 1px 2px rgba(0,0,0,0.1);
}

.cta-ribbon span {
  text-decoration: underline;
  cursor: pointer;
}
.header-row {
  display: flex;
  align-items: center;
  justify-content: center; /* centers the whole row content */
  gap: 1rem; /* space between h2 and ribbon */
  margin-bottom: 1em;
}

.header-row h2 {
  margin: 0;
}

.cta-ribbon {
  background-color: #007BFF;
  color: #ffffff;
  padding: 4px 10px;
  font-size: 0.9rem;
  font-weight: 600;
  border-radius: 4px;
  white-space: nowrap;
  box-shadow: 0 1px 2px rgba(0,0,0,0.1);
}

.cta-ribbon span {
  text-decoration: underline;
  cursor: pointer;
}/* End custom CSS */