.custom-adsense-banner .adsbygoogle {
width: 300px;
height: 250px;
margin: 0 auto; } @media (min-width: 768px) {
.custom-adsense-banner .adsbygoogle {
width: 728px;
height: 90px;
}
} @media (min-width: 1024px) {
.custom-adsense-banner .adsbygoogle {
width: 970px;
height: 250px;
}
}   @media (max-width: 767px) {
.mobilni-reklama-ctverec { max-width: 300px;
margin: 0 auto;
}
.mobilni-reklama-ctverec .adsbygoogle { width: 300px !important;
height: 250px !important;
}
} .herni-nadpis { --accent-color: #ff3333; 
--pixel-color: #000000;  
position: relative;
display: inline-block;  padding: 25px 15px 8px 30px; 
font-weight: 800; letter-spacing: 0.5px;
line-height: 1.2; background-image: linear-gradient(to right, var(--accent-color), transparent);
background-size: 100% 3px; 
background-repeat: no-repeat;
background-position: bottom left; 
} .herni-nadpis::before {
content: '';
position: absolute;
left: 0;
top: 0;
bottom: 0;
width: 6px; 
background: var(--accent-color);
transform: skewX(-15deg); 
box-shadow: 2px 2px 0px rgba(0,0,0,0.1); 
} .herni-nadpis::after {
content: '';
position: absolute;  left: 30px; top: 6px;  width: 6px;
height: 6px;
background: var(--pixel-color); box-shadow: 
10px 0 0 var(--pixel-color),
20px 0 0 var(--pixel-color);
opacity: 0.9;
} @media (max-width: 600px) {
.herni-nadpis {
display: block;
font-size: 1.1em;
background-size: 60% 3px;
padding-top: 25px; }
}  .herni-h3 {
--accent-color: #ff3333; 
display: flex; 
align-items: center; 
position: relative;
margin-top: 30px;     
margin-bottom: 15px;  
padding-bottom: 8px;  
font-weight: 700; color: #1a1a1a; border-bottom: 2px solid var(--accent-color); 
transition: all 0.3s ease; 
} .herni-h3::before {
content: ''; 
display: block;
width: 14px;
height: 18px;
background-color: #000000; 
clip-path: polygon(0 0, 100% 50%, 0 100%); 
margin-right: 15px; 
filter: drop-shadow(2px 2px 0px rgba(0,0,0,0.2)); 
transition: transform 0.2s ease; 
} .herni-h3:hover::before {
transform: translateX(5px); 
}
.moje-vlastni-taxonomie {
margin-top: 20px;
padding-top: 10px;
border-top: 1px solid #eee; font-size: 0.9em;
color: #555;
}
.moje-vlastni-taxonomie a {
text-decoration: none;
font-weight: bold;
color: #0073aa; }
.typ-obsahu-label {
font-weight: normal;
margin-right: 5px;
}