    .ab-overlay {
      position: fixed;
      inset: 0;
      background: rgba(0,0,0,0.6);
      display: none;
      align-items: center;
      justify-content: center;
      z-index: 9999;
      padding: 20px;
    }
    .ab-modal {
      border-radius: 12px;
      padding: 24px;
      max-width: 500px;
      width: 100%;
      text-align: left;
      font-family: system-ui, sans-serif;
      color: #333;
    }
    .ab-header {
      font-size: 1.25rem;
      font-weight: 600;
      margin-bottom: 10px;
    }
    .ab-body {
        margin-bottom: 16px;
        line-height: 1.5;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .ab-actions {
        text-align: center;
        margin-top: 140px;
    }
    .ab-btn {
      background: #0b74de;
      color: #fff;
      border: none;
      padding: 10px 16px;
      border-radius: 8px;
      cursor: pointer;
      font-weight: 600;
      font-size: 16px;
    }
    .ab-btn:hover { background: #095fb6; }

    .adblock_img_rico {
        background: url(./img/rico_protiv_adblocka.gif);
        background-size: cover;
        width: 322px;
        height: 275px;
        margin-top: 176px;
        position: absolute;
    }