.custom-post-buttons {
  display: flex;
  flex-direction: row;
  gap: 12px;
  margin-top: 15px;
}

.custom-post-buttons .custom-btn {
  padding: 10px 15px;
  background: #0073e6;
  color: #fff;
  border-radius: 8px;
  text-align: center;
  text-decoration: none;
  font-weight: 600;
  transition: background 0.3s ease;
}

.custom-post-buttons .custom-btn:hover {
  background: #005bb5;
}
