.cookie-consent__buttons {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

@media (max-width: 767px) {
  .cookie-consent__buttons {
    flex-direction: column;
    align-items: stretch;
  }
  .cookie-consent__reject {
    margin-right: 0;
    margin-bottom: 10px;
  }
}
.cookie-consent__agree,
.cookie-consent__reject {
  background-color: #000;
  border: 1px solid #fff !important;
  color: #fff;
  float: right;
  font-weight: 600;
  outline: none !important;
  text-transform: uppercase;
}

/*# sourceMappingURL=cookie-consent.css.map*/