.tdl-shortcode-progress {
  max-width: 400px;
  margin: 1em auto;
}
.tdl-progress-labels {
  display: flex;
  justify-content: space-between;
  font-size: 0.9rem;
  margin-bottom: 0.5em;
}
.tdl-progress-bar {
  background: #eee;
  border-radius: 4px;
  overflow: hidden;
  height: 8px;
}
.tdl-progress-fill {
  height: 100%;
  background: #4caf50;
  transition: width 0.4s ease;
}



.tdl-shortcode-wrapper {
  border: 1px solid #ddd;
  padding: 1.5em;
  border-radius: 8px;
  background: #2b2b2b;
  max-width: 480px;
  margin: 2em auto;
  text-align: center;
}
.tdl-shortcode-title {
  margin-bottom: 0.5em;
  font-size: 1.4rem;
}
.tdl-shortcode-intro {
  color: #ffffff;
  margin-bottom: 1em;
}
.tdl-tier-list {
  list-style: none;
  padding: 0;
  display: flex;
  justify-content: space-around;
  margin-bottom: 1em;
  flex-wrap: wrap;
  row-gap: 10px;
}
.tdl-tier-list li {
  padding: 0.3em 0.6em;
  border: 1px solid #ccc;
  border-radius: 20px;
  font-size: 0.9rem;
  background: #000000;
}
.tdl-tier-list li.current {
  border-color: #2e1e06;
    background: #eea638;
  font-weight: bold;
}
.tdl-progress-details {
  font-size: 1rem;
  margin-bottom: 0.5em;
  color: #ffffff;
}
.tdl-progress-bar {
  background: #eee;
  border-radius: 4px;
  overflow: hidden;
  height: 12px;
}
.tdl-progress-fill {
  height: 100%;
  background: linear-gradient(90deg, #4caf50, #81c784);
  transition: width 0.4s ease;
}
