/*
Theme Name: Architektvpraxi.cz
Theme URI: https://www.idealab.cz/
Description: Sablona pro Architektvpraxi.cz
Author: Vaclav Pospisil - idealab.cz
Author URI: https://www.idealab.cz/
Template:bricks
Text Domain: bricks
Version: 1.6
Updated: 2025-10-13 18:58:00
*/

/* Anim. podtrzeni pro odkazy */
a {position: relative; text-decoration: none; /* skryje standardni podtrzeni */}
a::after {content: '';position: absolute;bottom: -6px;left: 50%;transform: translateX(-50%);width: 0;height: 3px;background-color: #86fa2d;transition: width 0.3s ease;}
a:hover::after {width: 100%;}
/* odkazy s obrazkem – vypnout podtrzeni */
a img {pointer-events: none;}
a:has(img)::after {display: none;}
/* Firefox fallback (fx nepodporuje :has) plus pro dalsi tridy */
a.no-underline::after, a.bricks-button::after {display: none;}
/*Scrollbar*/
::-webkit-scrollbar {width: 12px;}
::-webkit-scrollbar-track {background: #fff;}
::-webkit-scrollbar-thumb {background-color: #4000f5;border-radius: 6px;border: 2px solid #fff;}
::-webkit-scrollbar-thumb:hover {background-color: #86fa2d;}
/*Skyryj sliplink*/
.skip-link {display: none;}

/* Cookie banner */
.cmplz-documents.cmplz-links ul {list-style: none;display: flex;flex-direction: row;justify-content: space-around;width: 100%;}