.container {
  max-width: 800px;
  margin: 2rem auto;
  padding: 0 1.5rem;
  width: 100%;
}

.page-title {
  color: #eceff4;
  font-size: 2rem;
  margin-bottom: 1.5rem;
  border-left: 4px solid #88c0d0;
  padding-left: 1rem;
}

.prompts-list {
  background-color: #3b4252;
  border-radius: 1rem;
  padding: 1rem 0;
  border: 1px solid #4c566a;
  width: 100%;
  min-width: 250px;
}

.prompt-item {
  display: block;
  padding: 1rem 1.5rem;
  border-bottom: 1px solid #4c566a;
  color: #d8dee9;
  text-decoration: none;
  transition: background-color 0.2s;
}

.prompt-item:last-child {
  border-bottom: none;
}

.prompt-item:hover {
  background-color: #4c566a;
}

.prompt-title {
  font-weight: 600;
  font-size: 1.1rem;
  color: #88c0d0;
  margin-bottom: 0.25rem;
}

.prompt-description {
  font-size: 0.9rem;
  color: #e5e9f0;
  opacity: 0.8;
}
