.btn-bonaci {
  padding: 0.75rem 1.5rem; /* px-6 py-3 */
  background-color: #ca8a04; /* bg-yellow-600 */
  color: white;
  font-weight: 600; /* font-semibold */
  border-radius: 0.5rem; /* rounded-lg */
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background-color 0.2s ease;
}

.btn-bonaci:hover {
  background-color: #a16207; /* hover:bg-yellow-700 */
}
