.premium-container {
  position: relative;
  max-width: 600px;
  margin-top: 30px;
  font-family: Arial, sans-serif;
  color: #000;
}

.premium-first-sentence {
  margin: 0 0 10px 0;
  /* font-weight: bold;  <-- removed bold */
  color: #000;  /* keep default black */
}

.premium-occluded {
  position: relative;
  color: inherit;         /* show the text */
/*  max-height: 90px;
  overflow: hidden;*/
}

.premium-occluded p {
  margin: 0;
  filter: blur(1.1px);
  user-select: none;
  pointer-events: none;
  line-height: 1.6;
  text-align: justify;
}

.premium-prompt {
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  background: rgba(255,255,255,0.85);
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: normal;       /* changed from bold to normal */
  color: inherit;            /* normal text color, change here if you want */
  cursor: default;
  user-select: none;
  padding: 20px;
  text-align: center;
  box-sizing: border-box;
  border-radius: 4px;
  box-shadow: 0 0 8px rgba(0,0,0,0.1);
}

.premium-prompt a {
  color: #c00;      /* keep link color red for highlight or adjust as needed */
  text-decoration: underline;
}
