.elementor-153115 .elementor-element.elementor-element-1c1ec58{--display:flex;--flex-direction:column;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--justify-content:center;--align-items:center;}#elementor-popup-modal-153115 .dialog-widget-content{animation-duration:1.2s;background-color:#02010100;}#elementor-popup-modal-153115{background-color:#05141BF2;justify-content:center;align-items:center;pointer-events:all;}#elementor-popup-modal-153115 .dialog-message{width:500px;height:auto;}/* Start custom CSS for html, class: .elementor-element-227de50 */:root {
    --neuro-navy: #05141B;
    --neuro-copper: #A56D5B;
    --neuro-white: #FFFFFF;
  }

 /* We removed the overlay CSS because Elementor handles that now */

  .neuro-modal-window-inner {
    /* Background styles moved here */
    background-color: var(--neuro-navy);
    border: 1px solid var(--neuro-copper);
    padding: 30px;
    position: relative;
    text-align: center;
    font-family: 'Arial', sans-serif; 
  }

  /* HEADERS & DIVIDERS */
  .neuro-modal-header h3 {
    color: var(--neuro-white);
    font-size: 16px;
    letter-spacing: 2px;
    margin: 0 0 20px 0;
    font-weight: 400;
  }
  .neuro-divider {
    height: 1px;
    background-color: var(--neuro-copper);
    width: 60px;
    margin: 0 auto 20px auto;
  }

  /* RETAILER GRID */
  .neuro-retailer-grid {
    display: grid;
    grid-template-columns: 1fr 1fr; 
    gap: 12px;
    margin-bottom: 25px;
  }
  
  .retailer-btn {
    background-color: #FFFFFF;
    border: 1px solid #444;
    border-radius: 4px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s;
    padding: 0;
    text-decoration: none;
    overflow: hidden; 
  }
  .retailer-btn:hover {
    border-color: var(--neuro-copper);
  }
  
  .retailer-btn img {
    max-width: 95%;
    max-height: 95%;
    width: auto;
    height: auto;
    object-fit: contain;
    transform-origin: center;
  }

  /* FOOTER */
  .neuro-modal-footer p {
    color: #888;
    font-size: 12px;
    margin-bottom: 5px;
  }
  .neuro-bulk-link {
    color: var(--neuro-copper);
    font-size: 13px;
    text-decoration: none;
    font-weight: bold;
    letter-spacing: 0.5px;
    border-bottom: 1px dotted var(--neuro-copper);
  }
  .neuro-bulk-link:hover { color: #fff; }

  /* CLOSE BUTTON */
  .neuro-close-btn {
    color: #666;
    position: absolute;
    top: 10px;
    right: 15px;
    font-size: 28px;
    font-weight: bold;
    cursor: pointer;
    line-height: 1;
    z-index: 10;
  }
  .neuro-close-btn:hover { color: var(--neuro-copper); }

  /* MOBILE TWEAKS */
  @media (max-width: 500px) {
    .neuro-modal-window-inner { padding: 20px; }
    .retailer-btn { height: 55px; } 
    .neuro-retailer-grid { grid-template-columns: 1fr 1fr; gap: 8px; }
  }
  .neuro-modal-window-inner {
    background-color: var(--neuro-navy);
    border: 1px solid var(--neuro-copper);
    border-radius: 10px; /* <--- This line added the 10px radius */
    padding: 30px;
    position: relative;
    text-align: center;
    font-family: 'Arial', sans-serif; 
    /* Optional: ensures content doesn't bleed out of rounded corners */
    overflow: hidden; 
  }/* End custom CSS */
/* Start custom CSS */:root {
    --neuro-navy: #05141B;
    --neuro-copper: #A56D5B;
    --neuro-white: #FFFFFF;
  }

 /* We removed the overlay CSS because Elementor handles that now */

  .neuro-modal-window-inner {
    /* Background styles moved here */
    background-color: var(--neuro-navy);
    border: 1px solid var(--neuro-copper);
    padding: 30px;
    position: relative;
    text-align: center;
    font-family: 'Arial', sans-serif; 
  }

  /* HEADERS & DIVIDERS */
  .neuro-modal-header h3 {
    color: var(--neuro-white);
    font-size: 16px;
    letter-spacing: 2px;
    margin: 0 0 20px 0;
    font-weight: 400;
  }
  .neuro-divider {
    height: 1px;
    background-color: var(--neuro-copper);
    width: 60px;
    margin: 0 auto 20px auto;
  }

  /* RETAILER GRID */
  .neuro-retailer-grid {
    display: grid;
    grid-template-columns: 1fr 1fr; 
    gap: 12px;
    margin-bottom: 25px;
  }
  
  .retailer-btn {
    background-color: #FFFFFF;
    border: 1px solid #444;
    border-radius: 4px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s;
    padding: 0;
    text-decoration: none;
    overflow: hidden; 
  }
  .retailer-btn:hover {
    border-color: var(--neuro-copper);
  }
  
  .retailer-btn img {
    max-width: 95%;
    max-height: 95%;
    width: auto;
    height: auto;
    object-fit: contain;
    transform-origin: center;
  }

  /* FOOTER */
  .neuro-modal-footer p {
    color: #888;
    font-size: 12px;
    margin-bottom: 5px;
  }
  .neuro-bulk-link {
    color: var(--neuro-copper);
    font-size: 13px;
    text-decoration: none;
    font-weight: bold;
    letter-spacing: 0.5px;
    border-bottom: 1px dotted var(--neuro-copper);
  }
  .neuro-bulk-link:hover { color: #fff; }

  /* CLOSE BUTTON */
  .neuro-close-btn {
    color: #666;
    position: absolute;
    top: 10px;
    right: 15px;
    font-size: 28px;
    font-weight: bold;
    cursor: pointer;
    line-height: 1;
    z-index: 10;
  }
  .neuro-close-btn:hover { color: var(--neuro-copper); }

  /* MOBILE TWEAKS */
  @media (max-width: 500px) {
    .neuro-modal-window-inner { padding: 20px; }
    .retailer-btn { height: 55px; } 
    .neuro-retailer-grid { grid-template-columns: 1fr 1fr; gap: 8px; }
  }/* End custom CSS */