/* Adresná objednávka: společná cenová karta podle E-mail manageru. */
.cezar-module-price { background:#ccecf8; border:1px solid #179dbe80; margin:30px 0 0; padding:22px; color:#102a42; font-family:Arial,Helvetica,sans-serif; text-align:left; }
.cezar-module-price.cezar-module-price>h3 { color:#102a42; font:750 30px/1.2 Arial,Helvetica,sans-serif; letter-spacing:-.025em; margin:0; }
.cezar-module-price.cezar-module-price>p { color:#4e6676; font:400 15px/1.55 Arial,Helvetica,sans-serif; margin:10px 0 0; }
.cezar-module-price-amount { display:flex; justify-content:flex-end; align-items:baseline; flex-wrap:wrap; gap:10px; margin-top:12px; }
.cezar-module-price-amount strong { color:#ce202f; font-size:35px; font-weight:750; letter-spacing:-.04em; line-height:1.2; }
.cezar-module-price-amount s { color:#63798a; font-size:15px; }
.cezar-module-price-amount small { color:#4e6676; font-size:10px; text-transform:uppercase; }
@media(max-width:640px) { .cezar-module-price.cezar-module-price>h3 { font-size:27px; } }
/* Název modulu a částka ve společném horním řádku. */
.cezar-module-price { display:grid; grid-template-columns:minmax(0,1fr) max-content; column-gap:20px; row-gap:10px; align-items:start; container-type:inline-size; }
.cezar-module-price.cezar-module-price>h3 { grid-column:1; grid-row:1; min-width:0; font-size:clamp(14px,5cqw,30px); line-height:1.2; }
.cezar-module-price.cezar-module-price>p { grid-column:1; grid-row:2; margin:0; }
.cezar-module-price-amount { grid-column:2; grid-row:1 / span 2; display:grid; grid-template-columns:1fr; justify-items:end; align-content:start; gap:4px; margin:0; }
.cezar-module-price-amount strong { grid-row:1; font-size:clamp(14px,5cqw,30px); line-height:1.2; letter-spacing:-.025em; white-space:nowrap; }
.cezar-module-price-amount small { grid-row:2; text-transform:none; line-height:1.4; }
.cezar-module-price-amount s { grid-row:3; }
@media(max-width:640px) { .cezar-module-price { column-gap:12px; } .cezar-module-price.cezar-module-price>p { grid-column:1 / -1; grid-row:3; font-size:12px; } }
/* Červený odkaz k adresné objednávce v hlavičce. */
html:has(.cezar-module-price) .site-header a.header-cta { background:#ce202f; border-color:#ce202f; color:#fff; }
html:has(.cezar-module-price) .site-header a.header-cta:hover { background:#b51c29; border-color:#b51c29; color:#fff; }
