.series-reader__apply {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  align-items: center;
  margin: 0 0 1rem;
  padding: 0.95rem 1rem;
  border: 1px solid rgba(57, 120, 197, 0.18);
  border-radius: 11px;
  background: #f3f8fd;
}

.series-reader__apply-label {
  display: block;
  margin-bottom: 0.18rem;
  color: var(--accent);
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.series-reader__apply strong {
  display: block;
  color: #34414d;
  font-size: 0.9rem;
}

.series-reader__apply a {
  flex: 0 0 auto;
  padding: 0.58rem 0.78rem;
  border-radius: 8px;
  background: #17202a;
  color: #fff !important;
  font-size: 0.82rem;
  font-weight: 800;
  text-decoration: none !important;
}

.series-reader__apply a:hover {
  background: var(--accent);
}

.prompt-page__source-links {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  align-items: center;
}

.prompt-page__source {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 0.8rem;
  align-items: center;
  max-width: 900px;
  margin: -0.5rem 0 1.5rem;
  padding: 0.9rem 1rem;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 11px;
  background: #fafbfd;
}

.prompt-page__source span {
  color: #7b8792;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.prompt-page__source strong {
  min-width: 0;
  color: #3c4853;
}

.prompt-page__source a {
  white-space: nowrap;
  font-weight: 800;
  text-decoration: none;
}

@media (max-width: 768px) {
  .series-reader__apply {
    align-items: flex-start;
    flex-direction: column;
  }

  .prompt-page__source {
    grid-template-columns: 1fr;
  }

  .prompt-page__source a {
    white-space: normal;
  }
}
