@charset "utf-8";
.price-history {
	max-height: 300px;
	overflow-y: auto;
}
.card {
	box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
	margin-bottom: 1.5rem;
}
.table-responsive {
	min-height: 200px;
}
.product-info {
	background-color: #f8f9fa;
	border-radius: 0.375rem;
	padding: 1rem;
}
.highlighted {
	background-color: #fff3cd !important;
}
.price {
	font-weight: bold;
	text-align: right;
	white-space: nowrap;
}
.future-price {
	background-color: #e9f7ef !important;
}
.old-price {
	background-color: #f8d7da !important;
}
.delete-btn {
	color: #dc3545;
	cursor: pointer;
	opacity: 0.7;
	transition: opacity 0.2s;
}
.delete-btn:hover {
	opacity: 1;
}
.akcios-badge {
	display: inline-block;
	background: linear-gradient(45deg, #ff6b6b, #c0392b);
	color: white;
	padding: 3px 8px;
	border-radius: 4px;
	font-size: 12px;
	font-weight: bold;
	box-shadow: 0 2px 4px rgba(0,0,0,0.2);
	text-transform: uppercase;
}
#ujAr {
	font-family: monospace;
	font-size: 16px;
	letter-spacing: 1px;
}
.cleanup-section {
	background-color: #f8f9fa;
	border-radius: 0.375rem;
	padding: 1rem;
	margin-top: 1rem;
}
.time-warning {
	color: #dc3545;
	font-size: 0.875rem;
	margin-top: 0.25rem;
}