.cookie-container {
  display: flex;
  align-items: center;
  flex-direction: row;
}

#cookie-consent {
  background-color: #ffffff;
  box-shadow: 0 12px 34px 0 rgba(0, 0, 0, 0.15);
  min-height: 26px;
  max-width: 380px;
  font-size: 14px;
  color: #282724;
  line-height: 26px;
  padding: 16px;
  position: fixed;
  bottom: 30px;
  right: 40px;
  display: none;
  z-index: 9999;
  transition: opacity 0.3s linear, visibility 0.7s;
}

#cookie-consent a {
  color: #4b8ee7;
  text-decoration: none;
}

.cookie-button {
  margin-left: 1em;
  cursor: pointer;
}
