/* notifications and cookies */
@media screen and (max-width: 1440px) {
  .notif-alert {
    max-height: 200px;
    max-width: 478px;
  }

  .notif-alert button {
    font-size: 17px;
  }

  .cookies-content button {
    font-size: 15px;
  }
}

@media screen and (max-width: 768px) {
  .notif-alert {
    background-image: url("../img/icons/notif-vector3.svg");
    background-repeat: no-repeat;
    background-size: cover;
    max-width: 340px;
    max-height: 180px;
  }

  .notif-content {
    padding: 20px;
    margin-left: 20px;
  }

  .notif-content img {
    max-width: 130px;
    margin-bottom: 10px;
  }

  .notif-content p {
    margin-bottom: 15px;
  }

  .notif-alert button {
    font-size: 16px;
    min-height: 40px;
    min-width: 120px;
    width: max-content;
  }
}

@media screen and (max-width: 510px) {
  .cookies-notice {
    padding-bottom: 20px;
  }

  .cookies-content h5 {
    font-size: 15px;
    margin-bottom: 15px;
  }

  .cookies-content p {
    font-size: 10px;
  }

  .cookies-content button {
    width: max-content;
    font-size: 13px;
    min-height: 35px;
    padding: 0 10px;
  }
}

@media screen and (max-width: 425px) {
  .notif-alert {
    left: 10px;
  }

  .cookies-notice {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media screen and (max-width: 395px) {
  .cookies-content button {
    padding: 0 8px;
  }

  #btn-accept-cookies {
    margin-right: 5px;
    margin-bottom: 0;
  }
}
