/* 

1. Add your custom Css styles below
2. Place the this code in your template: 

 <link href="css/custom.css" rel="stylesheet">

*/

.cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #333;
    color: #fff;
    text-align: center;
    padding: 1rem;
    z-index: 1000;
  }
  
  .cookie-banner p {
    margin: 0;
    display: inline-block;
	color: #e6e1d8
  }
  
  .cookie-banner a {
    color: #00c4ff;
    text-decoration: underline;
  }
  
  .cookie-banner button {
    margin-left: 1rem;
    padding: 0.5rem 1rem;
    background-color: #00c4ff;
    border: none;
    color: #fff;
    cursor: pointer;
  }
  
  .cookie-banner.hidden {
    display: none;
  }
