.cookies {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #dcecf9;
  z-index: 10;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: bold;
  font-size: 14px;
  overflow: hidden;
  transition: padding .3s ease-in-out;
  padding: 30px 10px;
}

.cookies.cookies--hidden {
  height: 0px;
  padding: 0px;
}

.cookies a {
  font-weight: bold;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 14px;
}

.cookies__text {
  color: #4d4d4d;
  margin-right: 30px;
  text-align: center;
}

.cookies__text a {
  text-decoration: underline;
  color: #147dd6;
}

.cookies .cookies__button {
  overflow: visible;
  display: inline-block;
}

.cookies__button a {
  color: #147dd6;
  text-transform: uppercase;
  font-size: 14px;
}

.form-item-submitted-privacy-policy-privacy-policy a {
  color: #f27620;
}
