.banner {
    position: fixed;
    bottom: 0;
    z-index: 2147483645;
    box-sizing: border-box;
    min-width: 275px;
    max-width: 435px;
    margin: 60px 10px;
    padding: 2px 20px;
    border-radius: 20px;
    -webkit-box-shadow: 10px 10px 36px -13px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 10px 10px 36px -13px rgba(0, 0, 0, 0.15);
    box-shadow: 10px 10px 36px -13px rgba(0, 0, 0, 0.15);
  }
  
  .banner-left {
    left: 0;
  }
  
  .banner-right {
    right: 0;
  }
  
  .border {
    border: 1px;
    border-style: solid;
    border-width: 1px;
    border-color: #e9e9e9;
  }
  
  .cookie-consent-banner__inner {
    padding: 15px 0;
  }
  
  .cookie-consent-banner__copy {
    margin-bottom: 20px;
  }
  
  .cookie-consent-banner__description {
    font-weight: 400;
    font-size: 0.7em;
  }
  
  .cookie-consent-btn {
    display: inline-block;
    width: 55%;
    border-radius: 10px;
    border: none;
    font-size: 0.8em;
    text-decoration: none;
    text-align: center;
    font-weight: 400;
    transition: 0.4s;
  }
  
  .cookie-consent-btn:hover {
    text-decoration: none;
    opacity: 0.9;
  }
  
  .cookie-consent-btn-secondary {
    display: inline-block;
    width: 40%;
    border-radius: 10px;
    border: none;
    font-size: 0.7em;
    margin-left: 0.2em;
    text-decoration: none;
    text-align: center;
    font-weight: 400;
    transition: 0.3s;
  }
  
  .cookie-consent-btn-secondary:hover {
    text-decoration: none;
    opacity: 0.9;
  }
  
  .prebanner {
    position: fixed;
    bottom: 0;
    z-index: 2147483645;
    height: 50px;
    font-size: 0.7em;
    margin: 60px 10px;
    border: none;
    padding: 12px 18px;
    border-radius: 20px;
    text-decoration: none;
    -webkit-box-shadow: 10px 10px 36px -13px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 10px 10px 36px -13px rgba(0, 0, 0, 0.15);
    box-shadow: 10px 10px 36px -13px rgba(0, 0, 0, 0.15);
  }
  
  .prebanner-left {
    left: 0;
  }
  
  .prebanner-right {
    right: 0;
  }
  
  .prebanner:hover {
    text-decoration: none;
  }
  
  
  .link-btn:hover {
    text-decoration: underline;
  }
  
  