.jq-toast-wrap,
.jq-toast-wrap * {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

.jq-toast-wrap {
  position: fixed;
  top: 66px !important;
  right: auto !important;
  bottom: auto !important;
  left: 75% !important;
  z-index: 9000 !important;
  display: block;
  width: fit-content;
  max-width: min(680px, calc(100vw - 24px));
  pointer-events: none !important;
  letter-spacing: normal;
  transform: translateX(-50%) !important;
}

.jq-toast-wrap.bottom-left,
.jq-toast-wrap.bottom-right,
.jq-toast-wrap.top-left,
.jq-toast-wrap.top-right,
.jq-toast-wrap.bottom-center,
.jq-toast-wrap.top-center,
.jq-toast-wrap.mid-center {
  top: 66px !important;
  right: auto !important;
  bottom: auto !important;
  left: 75% !important;
  transform: translateX(-50%) !important;
}

.jq-toast-single {
  position: relative;
  display: flex;
  align-items: center;
  width: max-content;
  max-width: min(680px, calc(100vw - 24px));
  min-height: 56px;
  margin: 0 0 8px;
  padding: 10px 44px 14px 68px;
  overflow: hidden;
  border: 1px solid #ffd2cc;
  border-radius: 0;
  background: #ffe1dc !important;
  color: #ef473b !important;
  font-family: inherit;
  font-size: clamp(14px, 2.2vw, 18px);
  font-weight: 600;
  line-height: 1.3;
  pointer-events: all !important;
  box-shadow: none;
}

.jq-toast-single::before {
  content: "!";
  position: absolute;
  top: 50%;
  left: 33px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  border-radius: 999px;
  background: #ef473b;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  transform: translate(-50%, -50%);
}

.jq-toast-single h2 {
  margin: 0 0 7px;
  background: transparent;
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  letter-spacing: normal;
}

.jq-toast-single a {
  color: inherit;
  text-decoration: underline;
  font-weight: 700;
}

.jq-toast-single ul {
  margin: 0 0 0 15px;
  background: transparent;
  padding: 0;
}

.jq-toast-single ul li {
  margin: 0;
  padding: 0;
  background: transparent;
  line-height: inherit;
  list-style-type: disc !important;
  letter-spacing: normal;
}

.close-jq-toast-single {
  position: absolute;
  top: 50%;
  right: 16px;
  color: #24364a;
  font-size: 30px;
  font-weight: 300;
  line-height: 1;
  cursor: pointer;
  transform: translateY(-50%);
}

.jq-toast-loader {
  position: absolute;
  top: auto;
  bottom: 0;
  left: 0;
  display: block;
  width: 0;
  height: 6px;
  border-radius: 0;
  background: #ef3329 !important;
}

.jq-toast-loaded {
  width: 100%;
}

.jq-has-icon {
  background-image: none !important;
}

@media (max-width: 1023px) {
  .jq-toast-wrap,
  .jq-toast-wrap.bottom-left,
  .jq-toast-wrap.bottom-right,
  .jq-toast-wrap.top-left,
  .jq-toast-wrap.top-right,
  .jq-toast-wrap.bottom-center,
  .jq-toast-wrap.top-center,
  .jq-toast-wrap.mid-center {
    top: 64px !important;
    left: 50% !important;
    width: calc(100vw - 40px);
    max-width: calc(100vw - 40px);
  }

  .jq-toast-single {
    width: 100%;
    max-width: 100%;
  }
}

@media (max-width: 480px) {
  .jq-toast-wrap {
    top: 64px !important;
    width: calc(100vw - 40px);
    max-width: calc(100vw - 40px);
  }

  .jq-toast-single {
    min-height: 50px;
    padding: 8px 38px 12px 50px;
  }

  .jq-toast-single::before {
    left: 24px;
    width: 20px;
    height: 20px;
    font-size: 15px;
  }

  .close-jq-toast-single {
    right: 12px;
    font-size: 26px;
  }
}
