.llms-upgrade-banner {
  min-width: 340px;
  margin-left: 30px;
}

.llms-upgrade-inner {
     padding: 25px 30px;
  border-radius: 20px;
  color: white;
  box-shadow: 0px 3px 15px rgba(12, 14, 51, 0.15);
  text-align: left;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
}

.llms-top-upgrade {
  display: inline-block;
  background: rgba(255, 255, 255, 0.24);
  padding: 8px 18px;
  border-radius: 50px;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 20px;
  text-decoration: none;
  color: white;
}

.llms-upgrade-inner h2 {
  font-size: 36px;
  line-height: 1.3;
  margin: 10px 0 10px;
  font-weight: 500;
  text-shadow: 0px 1px 3px rgba(0, 0, 0, 0.2);
}

.llms-upgrade-inner p {
  font-size: 19px;
  margin-bottom: 32px;
  opacity: 0.95;
  font-weight: 300;
}

.llms-upgrade-inner ul {
  list-style: none;
  padding: 0;
  margin: 30px 0;
}

.llms-upgrade-inner ul li {
  font-size: 16px;
  line-height: 1.6;
  margin: 14px 0;
  font-weight: 300;
}

.llms-upgrade-buttons {
  margin-top: 40px;
}


.llms-upgrade-btn {
  display: block;
  color: #f7eeee;
  text-decoration: none;
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 20px;
  opacity: 0.95;
  transition: opacity 0.2s;
}

.llms-upgrade-btn:hover {
  opacity: 1;
    text-decoration: underline;
  color: #ffff;
}

.llms-upgrade-btn.primary {
  font-weight: 500;
}

.llms-upgrade-btn.secondary {
  font-size: 18px;
  opacity: 0.9;
}
.llms-pro-features-list {
  list-style: none;
  padding-left: 0;
  margin: 20px 0;
}

.llms-pro-features-list li {
  position: relative;
  padding-left: 28px;
  margin-bottom: 10px;
  line-height: 1.5;
  color: white;
}

.llms-pro-features-list li::before {
  content: "✓";           /* Checkmark symbol */
  position: absolute;
  left: 0;
  top: 0;
  color: #fff;
  font-weight: bold;
  font-size: 18px;
}



/* Optional: If you prefer a different bullet, use one of these instead of ✓ */
/* content: "•"; */        /* Round bullet */
/* content: "▸"; */        /* Arrow */
/* content: "★"; */        /* Star */