.cenik26 h1 {
	display: block !important; 
	width: auto !important;
	position: static !important;
	color: black !important;
	text-align: center  !important;
	font-size: 12px  !important;
}
.cenik26 .header {
background: linear-gradient(135deg,#ffffff,#0b4f8a);
color: white;
text-align: center;
padding: 30px 15px;
}
.cenik26 .header h1 { margin: 0; }
/* SEKCE */
.cenik26 .section {
max-width: 1200px;
margin: 30px auto;
padding: 0 12px;
}
.cenik26 .section h2 {
color: #0b4f8a;
margin-bottom: 9px;
}
/* TABULKA */
.cenik26 table {
width: 100%;
border-collapse: collapse;
background: white;
border-radius: 8px;
overflow: hidden;
}
.cenik26 th {
background: #0b4f8a;
color: white;
padding: 10px;
font-size: 14px;
}
.cenik26 td {
padding: 10px;
border-bottom: 1px solid #eee;
}
.cenik26 tbody tr:nth-child(even) {
background: #fafafa;
}
.cenik26 .price {
text-align: right;
font-weight: bold;
}
/* HLAVIČKA DVOU ŘÁDKŮ */
.cenik26 th.group {
background: #083d6b;
}
/* MOBIL */
@media (max-width: 900px) {
.cenik26 table, .cenik26 thead, .cenik26 tbody, .cenik26 th, .cenik26 td, .cenik26 tr {
display: block;
}
.cenik26 thead { display: none; }
.cenik26 tr {
background: white;
margin-bottom: 12px;
padding: 12px;
border-radius: 8px;
box-shadow: 0 2px 6px rgba(0,0,0,0.08);
}
.cenik26 td {
border: none;
padding: 6px 0;
}
.cenik26 td::before {
display: block;
font-weight: bold;
color: #666;
font-size: 12px;
}
.cenik26 td:nth-of-type(1)::before { content: "Typ skipasu"; }
.cenik26 td:nth-of-type(2)::before { content: "Dospělí ONLINE"; }
.cenik26 td:nth-of-type(3)::before { content: "Dospělí POKLADNA"; }
.cenik26 td:nth-of-type(4)::before { content: "Mládež ONLINE"; }
.cenik26 td:nth-of-type(5)::before { content: "Mládež POKLADNA"; }
.cenik26 td:nth-of-type(6)::before { content: "Děti ONLINE"; }
.cenik26 td:nth-of-type(7)::before { content: "Děti POKLADNA"; }
.cenik26 .price {
font-size: 18px;
}
}
