:root {
    --pei-brand-color: #1f305e;
    --pei-brand-color-light: #c9ffef;
    --pei-brand-text-color: #fff;
    --pei-brand-url-color: #7c2529;
  }
  
  .modal-topic-list ul li {
    list-style-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='11' viewBox='0 0 12 11' fill='none'%3E%3Cpath d='M1 6.98148L4.14815 9.5L10.4444 1' stroke='%231f305e' stroke-width='2'/%3E%3C/svg%3E") !important;
  }

  .alerts-topic__button--submit {
    color: var(--pei-brand-text-color);
  }
  .alerts-url {
    color: var(--pei-brand-url-color) !important;
  }