.elementor-15782 .elementor-element.elementor-element-7df81985{--display:flex;--justify-content:center;--align-items:center;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--gap:0px 0px;--row-gap:0px;--column-gap:0px;}.elementor-15782 .elementor-element.elementor-element-7df81985.e-con{--align-self:center;}.elementor-15782 .elementor-element.elementor-element-4447ad8e{--display:flex;--flex-direction:row;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--justify-content:center;--align-items:center;--gap:0px 10px;--row-gap:0px;--column-gap:10px;border-style:none;--border-style:none;--border-radius:10px 10px 10px 10px;}.elementor-15782 .elementor-element.elementor-element-4447ad8e.e-con{--align-self:center;}.elementor-15782 .elementor-element.elementor-element-41ab538e > .elementor-widget-container{border-radius:20px 20px 20px 20px;box-shadow:0px 0px 10px 1px rgba(0,0,0,0.5);}/* Start custom CSS for text-editor, class: .elementor-element-41ab538e */.omega-alert-box {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  width: 100%;
  max-width: 1180px;
  min-height: 102px;
  padding: 20px 26px 20px 22px;
  border-radius: 22px;
  background: linear-gradient(180deg, #12385e 0%, #0d2f52 100%);
  box-shadow:
    0 10px 30px rgba(8, 25, 45, 0.20),
    inset 0 1px 0 rgba(255,255,255,0.04);
  box-sizing: border-box;
}

.omega-alert-left {
  display: flex;
  align-items: center;
  gap: 16px;
  min-width: 0;
  flex: 1;
}

.omega-alert-icon {
  width: 48px;
  height: 48px;
  min-width: 48px;
  border-radius: 14px;
  background: #4a5b6f;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  font-weight: 800;
  line-height: 1;
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.06);
}

.omega-alert-content {
  min-width: 0;
}

.omega-alert-eyebrow {
  margin-bottom: 6px;
  color: rgba(255,255,255,0.78);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  line-height: 1;
}

.omega-alert-text {
  color: #ffffff;
  font-size: 15px;
  line-height: 1.32;
  font-weight: 600;
  max-width: 760px;
}

.omega-alert-text strong {
  font-weight: 800;
}

.omega-alert-warning {
  color: #ffd23f;
}

.omega-alert-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 182px;
  height: 48px;
  padding: 0 24px;
  border-radius: 999px;
  background: linear-gradient(180deg, #f47d4f 0%, #ec6d43 100%);
  color: #ffffff;
  text-decoration: none;
  font-size: 19px;
  font-weight: 700;
  white-space: nowrap;
  box-shadow:
    0 0 30px rgba(239, 118, 73, 0.30),
    0 8px 20px rgba(20, 35, 60, 0.18);
  transition: transform .15s ease, box-shadow .15s ease, opacity .15s ease, color .15s ease;
}

.omega-alert-cta:hover,
.omega-alert-cta:focus,
.omega-alert-cta:active {
  transform: translateY(-1px);
  box-shadow:
    0 0 34px rgba(239, 118, 73, 0.38),
    0 10px 24px rgba(20, 35, 60, 0.22);
  color: #ffffff !important;
  text-decoration: none;
}

@media (max-width: 900px) {
  .omega-alert-box {
    flex-direction: column;
    align-items: stretch;
    padding-right: 22px;
  }

  .omega-alert-text {
    max-width: none;
  }

  .omega-alert-cta {
    width: 100%;
  }
}/* End custom CSS */