  .ababio-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.7);
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 9999;
  }

  .ababio-popup {
    max-width: 420px;
    width: 90%;
    padding: 20px;
    border-radius: 10px;
    background: #111;
    color: #fff;
    font-family: Arial, sans-serif;
    position: relative;
  }

  .ababio-close {
    position: absolute;
    top: 10px;
    right: 12px;
    background: none;
    border: none;
    font-size: 24px;
    color: #fff;
    cursor: pointer;
  }

  .ababio-popup h3 {
    margin-bottom: 10px;
  }

  .ababio-text {
    font-size: 14px;
    margin-bottom: 15px;
    color: #ccc;
  }

  .ababio-popup input {
    width: 100%;
    padding: 12px;
    margin-bottom: 10px;
    border-radius: 6px;
    border: none;
    font-size: 14px;
  }

  .ababio-popup button {
    width: 100%;
    padding: 12px;
    background: #00ff99;
    color: #000;
    border: none;
    border-radius: 6px;
    font-weight: bold;
    cursor: pointer;
  }

  .ababio-popup button:hover {
    opacity: 0.9;
  }

  .ababio-consent {
    font-size: 11px;
    margin-top: 10px;
    color: #aaa;
  }