.yalt-banner {
  padding: 12px 16px;
  text-align: center;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 0.2px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
}

.yalt-banner-button {
  border: 0;
  padding: 6px 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.2);
  color: inherit;
  font-weight: 600;
  cursor: pointer;
}

.yalt-modal {
  position: fixed;
  inset: 0;
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 9999;
}

.yalt-modal.is-open {
  display: flex;
}

.yalt-modal-overlay {
  position: absolute;
  inset: 0;
  background: rgba(15, 23, 42, 0.6);
}

.yalt-modal-content {
  position: relative;
  width: min(720px, 92vw);
  height: min(80vh, 760px);
  background: #ffffff;
  border-radius: 16px;
  overflow: hidden;
  z-index: 1;
}

.yalt-modal-content iframe {
  width: 100%;
  height: 100%;
  border: 0;
}

.yalt-modal-close {
  position: absolute;
  top: 8px;
  right: 10px;
  z-index: 2;
  border: 0;
  background: rgba(15, 23, 42, 0.6);
  color: #ffffff;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  cursor: pointer;
  font-size: 18px;
  line-height: 1;
}

.yalt-registration {
  position: relative;
  width: 100%;
  padding-bottom: 120%;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 12px 32px rgba(16, 24, 40, 0.12);
}

.yalt-registration iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.yalt-product-earning {
  margin-top: 8px;
  padding: 8px 12px;
  border-radius: 8px;
  background: #f5f8ff;
  color: #1d2939;
  font-size: 14px;
}

.yalt-cart-wallet {
  margin-top: 12px;
  padding: 12px 16px;
  border-radius: 8px;
  background: #f9fafb;
  display: flex;
  align-items: center;
  gap: 12px;
}

.yalt-cart-wallet .button {
  margin-left: auto;
}

.yalt-account-wallet {
  margin: 20px 0;
  padding: 16px;
  border-radius: 12px;
  background: #f8fafc;
}

.yalt-account-wallet h3 {
  margin-top: 0;
  margin-bottom: 8px;
}

.yalt-rewards-list {
  margin: 12px 0 0;
  padding-left: 20px;
}
