.cta-button {
  display: inline-block;
  background-color: #fd8141;
  color: white;
  padding: 14px 20px;
  border-radius: 4px;
  text-decoration: none;
  font-weight: bold;
  margin-top: 12px;
  transition: background-color 0.2s ease;
}

.cta-collections-button:focus {
  outline: 2px solid #fd8141;
  outline-offset: 4px;
  background-color: #e56f2f;
}

.cta-button:hover {
  background-color: #e56f2f;
}
