﻿body.dark-mode .trip-card {
	background: #1e1e1e;
	color: #e0e0e0;
	transition: box-shadow 0.3s ease;
}

body.dark-mode .trip-meta {
	color: #e0e0e0;
}

body.dark-mode .trip-description {
	color: #e0e0e0;
}

body.dark-mode .trip-header {
	color: #e0e0e0;
}

body.dark-mode .trip-title {
	color: #e0e0e0;
}

body.dark-mode .modal-content {
	background: #1e1e1e;
	color: #e0e0e0;
}

body.dark-mode .difficulty-extreme {
	border: 1px solid #ffffff;
}

body.dark-mode .trip-title a {
	color: #e0e0e0;
}


:root {
	--label-color: #333;
	--border-color: #ccc;
	--input-bg: #fff;
	--input-text: #000;
	--accent-color: #0078d7;
	--accent-hover: #005fa3;
}

@media (prefers-color-scheme: dark) {
	:root {
		--label-color: #ddd;
		--border-color: #555;
		--input-bg: #222;
		--input-text: #eee;
		--accent-color: #66aaff;
		--accent-hover: #3399ff;
	}
}

/* Filtr podle regionu v seznamu */

	/* DropDownList styl */
.filter-group select {
	background: #1e1e1e;
	color: #e0e0e0;
}

	/* Tlačítko */
.filter-group .btn-random {
	background: #1e1e1e;
	color: #e0e0e0;
}

	.filter-group .btn-random:hover {
		background: #1e1e1e;
		color: #e0e0e0;
	}