.jm-cookie-notice[hidden] {
  display: none !important;
}

.jm-cookie-notice {
  position: fixed;
  z-index: 10050;
  top: 0;
  right: 0;
  left: 0;
  display: flex;
  align-items: stretch;
  color: #fff;
  background: #6883b4;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}

.jm-cookie-notice__text {
  flex: 1 1 auto;
  padding: 0.7rem 2rem;
  color: #fff !important;
  text-align: center;
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1.35;
}

.jm-cookie-notice__text p {
  margin: 0;
  color: #fff !important;
}

.jm-cookie-notice__text p + p {
  margin-top: 0.45rem;
}

.jm-cookie-notice__text a {
  color: #26a9df;
  text-decoration: none;
}

.jm-cookie-notice__text a:hover,
.jm-cookie-notice__text a:focus {
  color: #fff;
  text-decoration: underline;
}

.jm-cookie-notice__accept {
  flex: 0 0 180px;
  padding: 1rem;
  border: 0;
  color: #fff;
  background: #303030;
  font-weight: 700;
  cursor: pointer;
}

.jm-cookie-notice__accept:hover,
.jm-cookie-notice__accept:focus {
  background: #191919;
}

@media (max-width: 767px) {
  .jm-cookie-notice {
    position: fixed;
    top: auto;
    bottom: 0;
    flex-direction: column;
  }

  .jm-cookie-notice__text {
    padding: 0.85rem 1rem;
    font-size: 0.8rem;
  }

  .jm-cookie-notice__accept {
    flex-basis: auto;
    width: 100%;
    padding: 0.85rem;
  }
}
