.elementor-129740 .elementor-element.elementor-element-4975c48a{--display:flex;}/* Start custom CSS for html, class: .elementor-element-6013c44a */.other-plans-menu{
    background: var( --e-global-color-light );
}

.other-plans-menu h3,
.other-plans-menu a {
  font-size: 16px;
  line-height: 1.4;
}

/* Active link */
.other-plans-menu a.active {
  font-weight: 700;
  text-decoration: underline;
}

/* Pipe separator */
.other-plans-menu .sep {
  padding: 0 .35rem;
  opacity: 0.6;
}

/* Mobile collapse */
@media (max-width: 768px) {
  .plan-category {
    flex-direction: column;
  }

  .plan-category h3 {
    cursor: pointer;
  }

  .plan-category .plan-links {
    display: none;
    margin-top: 0.5rem;
  }

  .plan-category.is-open .plan-links {
    display: inline;
  }
}

/* Default link color */
.other-plans-menu a {
  color: var(--e-global-color-dark);
  text-decoration: none;
  transition: color 0.2s ease, text-decoration-color 0.2s ease;
}

/* Hover state */
.other-plans-menu a:hover {
  color: var(--e-global-color-secondary);
  text-decoration: underline;
}

/* Active link (JS adds .active + aria-current) */
.other-plans-menu a.active,
.other-plans-menu a[aria-current="page"] {
  color: var(--e-global-color-secondary);
  text-decoration: underline;
}/* End custom CSS *//* End custom CSS */