#mabel-rpn-wrapper {
  left: 24px !important;
  bottom: 24px !important;
  max-width: calc(100vw - 48px) !important;
}

#mabel-rpn-wrapper > div {
  align-items: center !important;
  width: max-content !important;
  max-width: calc(100vw - 24px) !important;
  min-height: 58px !important;
  margin: 0 !important;
  overflow: hidden !important;
  border: 1px solid transparent !important;
  border-radius: 9px !important;
  background:
    linear-gradient(#050505, #050505) padding-box,
    linear-gradient(
      145deg,
      rgba(255, 255, 255, 0.32) 0%,
      rgba(255, 255, 255, 0.10) 28%,
      rgba(80, 185, 255, 0.18) 47%,
      rgba(255, 255, 255, 0.08) 66%,
      rgba(255, 255, 255, 0.24) 100%
    ) border-box !important;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.05),
    0 18px 48px rgba(0, 0, 0, 0.44),
    0 3px 12px rgba(0, 0, 0, 0.32) !important;
}

#mabel-rpn-wrapper > div + div {
  margin-top: 10px !important;
}

#mabel-rpn-wrapper > div:hover {
  cursor: pointer !important;
}

#mabel-rpn-wrapper .mabel-rpn-image-wrapper {
  position: relative !important;
  flex: 0 0 44px !important;
  width: 44px !important;
  min-width: 44px !important;
  height: 44px !important;
  min-height: 44px !important;
  margin: 7px 0 7px 8px !important;
  background-color: transparent !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: contain !important;
  clip-path: path("M 20.18 0.00 L 27.82 0.00 C 33.63 0.00 36.54 0.00 39.66 0.99 L 39.66 0.99 C 43.08 2.23 45.77 4.92 47.01 8.34 C 48.00 11.46 48.00 14.37 48.00 20.18 L 48.00 27.82 C 48.00 33.63 48.00 36.54 47.01 39.66 L 47.01 39.66 C 45.77 43.08 43.08 45.77 39.66 47.01 C 36.54 48.00 33.63 48.00 27.82 48.00 L 20.18 48.00 C 14.37 48.00 11.46 48.00 8.34 47.01 L 8.34 47.01 C 4.92 45.77 2.23 43.08 0.99 39.66 C 0.00 36.54 0.00 33.63 0.00 27.82 L 0.00 20.18 C 0.00 14.37 0.00 11.46 0.99 8.34 L 0.99 8.34 C 2.23 4.92 4.92 2.23 8.34 0.99 C 11.46 0.00 14.37 0.00 20.18 0.00 Z") !important;
}

#mabel-rpn-wrapper .wbs-woobought-image-link {
  position: absolute !important;
  inset: 0 !important;
  display: block !important;
  cursor: pointer !important;
}

#mabel-rpn-wrapper .mabel-rpn-message {
  min-width: 0 !important;
  flex: 0 1 auto !important;
  justify-content: center !important;
  padding: 0 42px 0 13px !important;
  color: #e3e3e3 !important;
  font-size: 14px !important;
  line-height: 1.3 !important;
}

#mabel-rpn-wrapper .mabel-rpn-message-body {
  min-width: 0 !important;
  overflow: visible !important;
  color: inherit !important;
  font-size: inherit !important;
  line-height: inherit !important;
  white-space: nowrap !important;
  text-overflow: clip !important;
}

#mabel-rpn-wrapper .wbs-woobought-product-link,
#mabel-rpn-wrapper .wbs-woobought-product-link:hover,
#mabel-rpn-wrapper .wbs-woobought-product-link:focus {
  color: #ffffff !important;
  font-weight: inherit !important;
  text-decoration: none !important;
  cursor: pointer !important;
}

#mabel-rpn-wrapper .mabel-rpn-close {
  align-self: stretch !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  flex: 0 0 42px !important;
  width: 42px !important;
  min-height: 58px !important;
  padding: 0 16px !important;
  color: #9b9b9b !important;
  font-size: 17px !important;
  line-height: 1 !important;
  opacity: 1 !important;
}

#mabel-rpn-wrapper .mabel-rpn-close:hover,
#mabel-rpn-wrapper .mabel-rpn-close:focus-visible {
  color: #d4d7de !important;
}

@media all and (max-width: 600px) {
  #mabel-rpn-wrapper {
    width: auto !important;
    max-width: calc(100vw - 24px) !important;
    left: 12px !important;
    right: 12px !important;
    bottom: 12px !important;
  }

  #mabel-rpn-wrapper > div {
    width: 100% !important;
    border-radius: 9px !important;
  }

}
