.block--mw-cookie-consent {
	position: fixed;
	display: none;
	right: 0;
	bottom: 0;
	left: 0;
	padding: 1rem 1.8rem;
	text-align: center;
	background-color: white;
	z-index: 20;
}

.block--mw-cookie-consent.is-active {
	display: block;
  margin-bottom: 0;
	border-top: 1px solid lightgrey;
}

.block--mw-cookie-consent .mw-cookie-policy-hide {
  display: inline-block;
  vertical-align: middle;
}

.block--mw-cookie-consent .mw-cookie-policy-message {
  text-align: left;
}

.block--mw-cookie-consent .mw-cookie-policy-message a {
  text-decoration: underline;
}

@media only screen and (min-width: 759px) {
  .block--mw-cookie-consent .mw-cookie-policy-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .block--mw-cookie-consent .mw-cookie-policy-message {
    width: 80%;
  }

  .block--mw-cookie-consent .cookie-button {
    width: 20%;
  }

  .block--mw-cookie-consent button {
    margin-left: 1rem;
    float: right;
    text-transform: uppercase;
  }
}

@media only screen and (max-width: 759px) {
  .block--mw-cookie-consent button {
    margin-top: 1rem;
    float: left;
  }
}
