/* Desktop styles - buttons at top */
@media (min-width: 769px) {
	/* Hide mobile-only buttons on desktop */
	.task-card.expanded .mobile-only {
		display: none !important;
	}

	/* Show and style desktop buttons at top */
	.task-card.expanded .task-top .task-actions {
		display: flex;
		flex-direction: row;
		gap: 8px;
		align-items: center;
	}
}
