* { box-sizing: border-box; }
body { margin: 0; }

#cookit {
  position: fixed;
  width: 100%;
  bottom: 0;
  padding: 1rem 1rem;
  display: flex;
  z-index: 999;
}
#cookit.hidden { display: none; }

#cookit #cookit-container {
  margin: auto;
  width: 1200px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  font-size: 13px;
}

#cookit-message a {
    color: #fad04c;
}

#cookit #cookit-container > * { margin: .4rem; }
#cookit #cookit-container p {
    line-height: 1.4rem;
    font-size: 13px;
}

#cookit #cookit-container a { text-decoration: none; }
#cookit #cookit-container a:hover { opacity: .9; }

#cookit #cookit-container #cookit-button {
  padding: .5rem 1rem;
  margin-left: auto;
}

    #cookit #cookit-container #cookit-close-button {
        padding: .5rem 1rem;
        color: #fff
    }