.elementor-widget-container .eael-protected-content-message{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-widget-container .protected-content-error-msg{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-1293 .elementor-element.elementor-element-ab51016{--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-1293 .elementor-element.elementor-element-669caad{--display:flex;}.elementor-widget-html .eael-protected-content-message{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-widget-html .protected-content-error-msg{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}body.elementor-page-1293:not(.elementor-motion-effects-element-type-background), body.elementor-page-1293 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#003942;}:root{--page-title-display:none;}/* Start custom CSS */<style>
  /* Make the donut a positioning context */
  #asc-donate .donut{
    position:relative;
    display:flex;align-items:center;justify-content:center;
  }
  /* Center the logo perfectly above the inner ring */
  #asc-donate .donut .asc-donut-logo{
    position:absolute; left:50%; top:50%;
    transform:translate(-50%,-50%);
    width:58%; max-width:180px; aspect-ratio:1/1;
    object-fit:contain; border-radius:50%;
    z-index:2;                /* sit above the donut's :after inner circle */
    pointer-events:none;      /* clicks pass through */
    filter:drop-shadow(0 4px 10px rgba(0,0,0,.35));
  }
  /* Slightly smaller on narrow screens */
  @media (max-width:600px){
    #asc-donate .donut .asc-donut-logo{ width:64%; max-width:150px; }
  }
</style>/* End custom CSS */