.nwp-popup--promo-corner-based {
  --popup-corner-based-background-color: #7e213b;
  --popup-corner-based-close-btn: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='25px' height='24px' viewBox='0 0 25 24'%3E%3Cg id='Group' transform='translate(4.000000, 4.000000)' fill='%23fff' fill-rule='nonzero'%3E%3Cpolygon transform='translate(11.500000, 8.000000) rotate(-180.000000) translate(-11.500000, -8.000000) ' points='17 8 8.85185185 0 6 2.8 11.2962963 8 6 13.2 8.85185185 16 14.1481481 10.8 14.1481481 10.8'%3E%3C/polygon%3E%3Cpolygon transform='translate(5.500000, 8.000000) scale(-1, 1) rotate(-180.000000) translate(-5.500000, -8.000000) ' points='11 8 2.85185185 0 0 2.8 5.2962963 8 0 13.2 2.85185185 16 8.14814815 10.8 8.14814815 10.8'%3E%3C/polygon%3E%3C/g%3E%3C/svg%3E");
  --popup-corner-based-font-family: inherit;
  --popup-corner-based-text-color: #fff;

  --popup-margin-desktop: 34px;
  --popup-margin-top-bottom-mobile: 45px;
  --popup-margin-left-right-mobile: 20px;

  padding: 10px 15px;
  border: 2px solid #c1af8f;
}

@media (min-width: 768px) {
  .nwp-popup--promo-corner-based {
    width: 400px;
    height: 210px;
    padding: 2px;
  }
}

.nwp-popup--promo-corner-based-image {
  position: relative;
  left: 2px;
}


.nwp-popup--promo-corner-based-image picture {
  display: flex;
  align-items: center;
}

.nwp-popup--promo-corner-based-image img {
  width: 45vw;
  height: auto;
  object-fit: contain;
  object-position: center;
}

@media (min-width: 768px) {
  .nwp-popup--promo-corner-based-image img {
    width: 130px;
  }
}

.nwp-popup--promo-corner-based-content {
  justify-content: center;
  align-items: center;
  height: 100%;
}

.nwp-popup--promo-corner-based-description {
  left: auto;
  max-width: 66.7vw;
  min-height: 160px;
  align-items: center;
  justify-content: center;
}

@media (min-width: 768px) {
  .nwp-popup--promo-corner-based-description {
    max-width: 250px;
  }
}

.nwp-popup--promo-corner-based-description h2 {
  margin-bottom: 20px;
  font-size: 1.25rem;
  font-family: BigNoodleTitling, sans-serif;
  line-height: 1.25;
  letter-spacing: 1px;
  text-align: center;
  text-transform: uppercase;
}

@media (min-width: 768px) {
  .nwp-popup--promo-corner-based-description h2 {
    font-size: 1.5rem;
  }
}

.nwp-popup--promo-corner-based-close-button {
  top: 3px;
  right: 4px;
  width: 25px;
  height: 25px;
}

.nwp-popup--promo-corner-based-button {
  min-width: 37.66vw;
  padding: 9px 10px 10px;
  color: #fff;
  font-size: 1.25rem;
  font-family: BigNoodleTitling, sans-serif;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  background: linear-gradient(to bottom, #aa9868 50%, #907e51 50%) left top/100% 200%, #aa9868;
  border: 2px solid #aa9868;
}

@media (min-width: 460px) {
  .nwp-popup--promo-corner-based-button {
    min-width: 198px;
    padding: 14px 12px 10px;
    font-size: 1.25rem;
  }
}

.nwp-popup--promo-corner-based-button:hover,
.nwp-popup--promo-corner-based-button:active {
  background: linear-gradient(to bottom, #aa9868 50%, #907e51 50%) left bottom/100% 200%, #907e51;
  background-position: left bottom;
  outline: none;
  border-color: #907e51;
  transition: background-position 0.3s ease, background-color 0.2s cubic-bezier(1, 0, 0, 1) 0.1s;
}
