.wll-modal .modal-dialog {
  max-width: 400px;
  margin: 0 auto;
}
.wll-modal .modal-content {
  background-image: url(./img/wll-modal-bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.wll-modal .modal-content .modal-body {
  padding: 16px;
}
.wll-modal .modal-content .modal-footer {
  justify-content: flex-start;
  border: none;
}
.buttons-wrapper {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
}
.wll-modal-title {
  text-align: center;
  margin-bottom: 20px;
  font-weight: 700;
  color: #fff;
  text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
}
.wll-content {
  padding: 16px;
  position: relative;
  background-image: url(./img/wll-border.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
}
.wll-wheel {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  position: relative;
  transition: 0.3s all ease;
}
.wll-message {
  font-size: 14px;
  position: absolute;
  inset: 0;
  padding: 5px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: 5px;
  transition: 0.3s all ease;
}
.wll-pointer {
  width: 46px;
  height: 60px;
  margin-bottom: -20px;
  background-image: url(./img/wll-pointer.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 1;
}

.wll-prize-notice {
  margin: 15px 0;
  padding: 10px;
  background-color: #d4edda;
  border: 1px solid #c3e6cb;
  border-radius: 4px;
  color: #155724;
}

.wll-prize-notice.mini-cart {
  margin: 10px 0;
 font-size: 0.9em;
}

.wll-prize-conditions {
  display: block;
  margin-top: 5px;
  font-size: 0.85em;
  color: #6c757d;
}
