.notice-panel--cookie-notice .swal2-modal {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}

.notice-panel--cookie-notice h2 {
  color: #4b9461;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 1rem;
  text-align: left;
}

/* For tablet landscape up */
@media (min-width: 900px) {
  .notice-panel--cookie-notice h2 {
    font-size: 17px;
  }
}

.notice-panel--cookie-notice p {
  font-size: 14px;
  line-height: 1.5;
  text-align: left;
}

/* For tablet landscape up */
@media (min-width: 900px) {
  .notice-panel--cookie-notice p {
    font-size: 15px;
    line-height: 1.4;
  }
}

.notice-panel--cookie-notice .swal2-confirm {
  width: 100%;
  background-color: #4b9461;
  font-size: 15px;
  font-family: MarkProBook, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
  font-weight: bold;
  text-transform: uppercase;
}

.notice-panel--cookie-notice .swal2-content {
  padding: 0;
}

.notice-panel--cookie-notice .swal2-actions {
  margin-top: 0;
}
