/* Video-návody: tabulka + seznam jen v .content-box.video-navody-page */

#content .content-box.video-navody-page table {
	width: 100% !important;
	max-width: 100%;
	border: none !important;
	border-collapse: separate;
	border-spacing: 12px;
	table-layout: fixed;
	margin: 10px 0 30px;
}

#content .content-box.video-navody-page table td {
	border: none !important;
	vertical-align: middle;
	background: #f3f3f3;
	box-shadow: 0 0 6px rgba(0, 0, 0, .08);
	border-radius: 10px;
	padding: 18px 16px !important;
	text-align: center;
	font-size: 18px;
	font-weight: 400;
	color: #9a9a9a;
	text-decoration: line-through;
	line-height: 1.35;
	transition: box-shadow .25s, transform .25s, background .25s, color .25s;
}

#content .content-box.video-navody-page table td:has(a) {
	background: #fff;
	box-shadow: 0 0 10px rgba(0, 0, 0, .18);
	color: #01357e;
	text-decoration: none;
}

#content .content-box.video-navody-page table td:has(a):hover {
	box-shadow: 0 0 22px rgba(1, 53, 126, .35);
	transform: translateY(-2px);
}

#content .content-box.video-navody-page table td a {
	display: block;
	color: #01357e;
	text-decoration: none;
	font-weight: 500;
}

#content .content-box.video-navody-page table td a:hover {
	text-decoration: underline;
}

#content .content-box.video-navody-page table td a::after {
	content: " \25B6";
	font-size: .7em;
	opacity: .65;
}

#content .content-box.video-navody-page ul {
	list-style: none;
	margin: 10px 0 30px;
	padding: 0;
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 12px;
}

#content .content-box.video-navody-page ul li {
	list-style: none !important;
	margin: 0 !important;
	background: #f3f3f3;
	box-shadow: 0 0 6px rgba(0, 0, 0, .08);
	border-radius: 10px;
	padding: 16px 18px;
	font-size: 18px;
	color: #9a9a9a;
	text-decoration: line-through;
	line-height: 1.35;
	transition: box-shadow .25s, transform .25s, background .25s, color .25s;
}

#content .content-box.video-navody-page ul li:has(a) {
	background: #fff;
	box-shadow: 0 0 10px rgba(0, 0, 0, .18);
	color: #01357e;
	text-decoration: none;
}

#content .content-box.video-navody-page ul li:has(a):hover {
	box-shadow: 0 0 22px rgba(1, 53, 126, .35);
	transform: translateY(-2px);
}

#content .content-box.video-navody-page ul li a {
	display: block;
	color: #01357e;
	text-decoration: none;
	font-weight: 500;
}

#content .content-box.video-navody-page ul li a:hover {
	text-decoration: underline;
}

#content .content-box.video-navody-page ul li a::after {
	content: " \25B6";
	font-size: .7em;
	opacity: .65;
}

@media only screen and (max-width: 700px) {
	#content .content-box.video-navody-page table,
	#content .content-box.video-navody-page table tbody,
	#content .content-box.video-navody-page table tr,
	#content .content-box.video-navody-page table td {
		display: block;
		width: 100% !important;
	}

	#content .content-box.video-navody-page table {
		border-spacing: 0;
	}

	#content .content-box.video-navody-page table td {
		margin: 0 0 12px;
		box-sizing: border-box;
	}

	#content .content-box.video-navody-page ul {
		grid-template-columns: 1fr;
	}
}
