.skill-cta {
  margin: 2.25rem 0;
  border: 1px solid rgba(245, 197, 24, 0.35);
  border-radius: 0.75rem;
  background: #1b1f2e;
  color: #fff;
  padding: 1.5rem;
}

.skill-cta h2,
.skill-cta p {
  color: #fff;
}

.skill-cta h2 {
  margin-top: 0;
}

.skill-prompt {
  margin: 1rem 0;
  overflow-x: auto;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 0.5rem;
  background: #10131e;
  color: #fff8f0;
  padding: 1rem;
  font-size: 0.82rem;
  line-height: 1.6;
  white-space: pre-wrap;
}

.skill-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 1rem;
}

.skill-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #f5c518;
  border-radius: 0.375rem;
  padding: 0.75rem 1rem;
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1.2;
  text-decoration: none !important;
  transition: background-color 160ms ease, color 160ms ease;
}

.skill-button-primary {
  background: #f5c518;
  color: #1b1f2e !important;
}

.skill-button-secondary {
  background: transparent;
  color: #f5c518 !important;
}

.skill-button:hover {
  background: #fff8f0;
  color: #1b1f2e !important;
}

.skill-note {
  margin-bottom: 0;
  color: #c8cad2 !important;
  font-size: 0.875rem;
}

.article-cover {
  display: block;
  width: 100%;
  margin: 0 0 2rem;
  border-radius: 0.75rem;
}

@media (max-width: 640px) {
  .skill-actions,
  .skill-button {
    width: 100%;
  }
}

