body { font-family: Arial, sans-serif; }
.navbar-brand { font-weight: 600; }
main { padding: 0; }
.table-responsive { margin-top: 1rem; }
.flashes { list-style: none; padding: 0; }
.flashes li { background: #ffd; padding: 8px; margin-bottom: 8px; border: 1px solid #eee; }
/* custom orange button and badge */
.btn-orange { background-color: #ff7f00; color: #fff; border: 1px solid rgba(0,0,0,0.08); }
.btn-orange:hover { background-color: #ff8f1a; color: #fff; }
.badge-orange { background-color: #ff7f00; color: #fff; }
/* selected vote button: black outline */
.btn-selected { box-shadow: none !important; background-color: #e9ecef !important; color: #000 !important; }
.btn-selected.btn-orange { background-color: #e9ecef !important; color: #000 !important; }

/* Ensure action buttons in tables have consistent size and alignment */
.action-buttons .btn,
.action-buttons button,
.action-buttons a.btn {
	display: inline-flex !important;
	align-items: center !important;
	justify-content: center !important;
	height: 34px !important;
	padding: .25rem .5rem !important;
	line-height: 1 !important;
}

/* Small vote buttons: keep smaller width but same height */
.action-buttons .btn-sm {
	min-width: 58px;
}

/* Make sure form wrappers don't change layout */
form[style] { margin: 0; }
