/* New branding colours */
.abb-cookie-banner {
  box-shadow: 0 8px 8px -7px rgba(0, 0, 0, 0.3);
  background: #ffffff;
  top: 0;
  width: 100%;
  position: relative;
  z-index: 10; }
  @media print {
    .abb-cookie-banner {
      display: none; } }
  .abb-cookie-banner--hidden {
    display: none; }
  .abb-cookie-banner__content {
    margin: 0;
    padding: 16px;
    text-align: center;
    font-size: 14px; }
  .abb-cookie-banner__text {
    margin: 0 1rem; }
  .abb-cookie-banner__link {
    display: inline-block;
    margin: 0 1rem; }
  .abb-cookie-banner__button {
    margin: 0 1rem; }
