#consent-banner {
      position: fixed;
      bottom: 0;
      left: 0;
      right: 0;
      background: #222;
      color: #fff;
      padding: 15px;
      font-size: 15px;
      text-align: center;
      z-index: 9999;
    }
    #consent-banner button {
      margin-left: 12px;
      padding: 8px 16px;
      background-color: #28a745;
      color: #fff;
      border: none;
      border-radius: 4px;
      cursor: pointer;
    }
    #consent-banner a {
      color: #ddd;
      text-decoration: underline;
    }