.prompt-template {
  background: #f8fbff;
  border: 1px solid #dbeafe;
  border-radius: 8px;
  padding: 20px 22px;
  margin: 18px 0 24px;
}

.prompt-template p {
  margin: 0;
}

.prompt-template strong {
  color: #1d4ed8;
}

@media (max-width: 768px) {
  .prompt-template {
    padding: 16px;
  }
}
