 .adblock-overlay {
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: #0a0a0a;
      color: white;
      display: flex;
      justify-content: center;
      align-items: center;
      z-index: 9999;
      text-align: center;
      padding: 2rem;
      direction: rtl;
    }

    .adblock-content {
      max-width: 500px;
      padding: 2.5rem;
      background: #1a1a1a;
      border-radius: 16px;
      box-shadow: 0 10px 40px rgba(198, 161, 110, 0.2);
      border: 1px solid #333;
    }

    .adblock-content h2 {
      color: #e74c3c;
      margin-bottom: 1rem;
      font-size: 1.5rem;
    }

    .adblock-content p {
      color: #bbb;
      margin-bottom: 1.5rem;
      line-height: 1.7;
    }
 .btn-fix {
      background: #c6a16e;
      color: #0a0a0a;
      border: none;
      padding: 0.9rem 2rem;
      border-radius: 8px;
      font-weight: bold;
      cursor: pointer;
      transition: all 0.3s;
    }

    .btn-fix:hover {
      background: #d4b57f;
      transform: translateY(-2px);
    }
    