#eatcookie-alert {
    position: fixed;
    min-width: 100%;
    height: auto;
    z-index: 1000000;
    font-size: 13px;
    letter-spacing: 0;
    line-height: 20px;
    left: 0;
    text-align: center;
    font-weight: 400;
    font-family: -apple-system, BlinkMacSystemFont, Arial, Roboto,
      "Helvetica Neue", sans-serif;
  }
  
  #eatcookie-alert .eatcookie-alert-container {
    padding: 15px 30px;
    text-align: center;
    /* width: 100%; */
    z-index: 2;
  }
  
  #ea-alert-text .ea-alert-text {
    margin: 0 0 6px 0;
    font-size: 13px;
  }
  
  #ea-alert-buttons .ea-alert-buttons {
    margin: 0 0 6px 0;
  }
  
  .ea-button:hover {
    opacity: 0.9;
    box-shadow: none!important;
  }
  .ea-button {
    text-decoration: none!important;
    padding: 6px 10px!important;
    font-family: -apple-system,BlinkMacSystemFont,Arial,Roboto,"Helvetica Neue",sans-serif;
    font-weight: 400;
    font-size: 13px;
    letter-spacing: .25px;
    line-height: 20px;
    margin: 0 0 0 10px;
    text-align: center;
    text-transform: none;
    display: inline-block;
    cursor: pointer;
    touch-action: manipulation;
    white-space: nowrap;
    outline: 0;
    box-shadow: none;
    text-shadow: none;
    border: none;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
  }
  
  .ea-top {
    top: 0;
  }
  
  .ea-bottom {
    bottom: 0;
  }
  