/* VEK Book Detail v0.4.2 - Trust & Accessibility */

body.type-product.vek-ebook-product .p-info-wrapper,
body.type-product.vek-ebook-product .p-detail-inner{
position:relative;
}

/* ===== HEADER / HIERARCHIE ===== */

.vek-book-kicker{
display:inline-flex;
align-items:center;
gap:6px;
margin:0 0 9px;
padding:4px 8px;
border-radius:999px;
background:#f1f5f8;
color:#42566a;
font-size:11px;
font-weight:700;
letter-spacing:.02em;
}
.vek-book-kicker::before{
content:"";
width:7px;height:7px;border-radius:50%;
background:#174f86;
}

.vek-book-author{
margin:0 0 7px;
color:#5f6872;
font-size:14px;
font-weight:600;
line-height:1.35;
}
.vek-book-author::before{
content:"Autor";
display:block;
margin-bottom:2px;
color:#89919a;
font-size:10px;
font-weight:700;
letter-spacing:.08em;
text-transform:uppercase;
}

body.type-product.vek-ebook-product h1{
line-height:1.16;
margin-bottom:12px;
}

/* ===== FORMÁTY + META ===== */

.vek-book-formats{
display:flex;
flex-wrap:wrap;
gap:6px;
margin:0 0 10px;
}
.vek-book-format{
display:inline-flex;
align-items:center;
justify-content:center;
min-width:46px;
min-height:28px;
padding:5px 9px;
border-radius:4px;
background:#174f86;
color:#fff;
font-size:11px;
font-weight:800;
letter-spacing:.04em;
text-transform:uppercase;
}

.vek-book-meta{
display:flex;
flex-wrap:wrap;
gap:6px;
margin:0 0 14px;
}
.vek-book-meta-item{
display:inline-flex;
align-items:center;
min-height:28px;
padding:5px 8px;
border:1px solid #dde2e7;
border-radius:4px;
background:#fff;
color:#4b5560;
font-size:11px;
line-height:1.2;
}
.vek-book-meta-item strong{
margin-right:4px;
color:#222;
font-weight:700;
}

/* ===== BUY ZONE ===== */

.vek-book-buy-zone{
display:flex;
flex-direction:column;
gap:10px;
margin:14px 0 12px;
padding:14px;
border:1px solid #e2e6ea;
border-radius:7px;
background:#fafbfc;
}

.vek-book-price-row{
display:flex;
align-items:center;
justify-content:space-between;
gap:12px;
}

.vek-book-price-row .price-final,
.vek-book-price-row .p-final-price,
.vek-book-price-row .p-final-price-wrapper{
margin:0!important;
}

.vek-book-cart-row{
display:flex;
align-items:center;
justify-content:flex-end;
gap:6px;
}

/* Při přesunu zachovat Shoptet formulář */
.vek-book-cart-row form,
.vek-book-cart-row .p-to-cart-block,
.vek-book-cart-row .add-to-cart{
margin:0!important;
width:100%;
}

.vek-book-previews{
display:flex;
flex-wrap:wrap;
gap:8px;
}
.vek-book-preview{
display:inline-flex!important;
align-items:center;
justify-content:center;
min-height:42px;
padding:9px 14px!important;
border-radius:4px;
font-size:12px;
font-weight:700;
text-decoration:none!important;
}
.vek-book-preview-pdf{
border:1px solid #222!important;
background:#222!important;
color:#fff!important;
}
.vek-book-preview-pdf:hover{
background:#444!important;color:#fff!important;
}
.vek-book-preview-epub{
border:1px solid #174f86!important;
background:#fff!important;
color:#174f86!important;
}
.vek-book-preview-epub:hover{
background:#f2f6fa!important;color:#174f86!important;
}

.vek-book-delivery-note{
display:flex;
align-items:flex-start;
gap:9px;
padding:9px 11px;
border-radius:5px;
background:#f4f8f5;
color:#53615a;
font-size:11px;
line-height:1.4;
}
.vek-book-delivery-note::before{
content:"✓";
display:flex;
align-items:center;
justify-content:center;
flex:0 0 auto;
width:19px;height:19px;
border-radius:50%;
background:#e3f1e7;
color:#277a46;
font-size:11px;
font-weight:800;
}

/* ===== PODROBNOSTI ===== */

.vek-book-details{
margin-top:14px;
border-top:1px solid #e1e4e7;
border-bottom:1px solid #e1e4e7;
}
.vek-book-details summary{
display:flex;
align-items:center;
justify-content:space-between;
gap:12px;
padding:12px 2px;
cursor:pointer;
list-style:none;
color:#222;
font-size:13px;
font-weight:700;
}
.vek-book-details summary::-webkit-details-marker{display:none}
.vek-book-details summary::after{
content:"+";
display:flex;
align-items:center;
justify-content:center;
width:24px;height:24px;
border-radius:50%;
background:#f1f3f5;
color:#4d5660;
font-size:18px;
font-weight:400;
}
.vek-book-details[open] summary::after{content:"−"}

.vek-book-details-grid{
display:grid;
grid-template-columns:minmax(125px,auto) 1fr;
gap:7px 16px;
padding:0 2px 14px;
font-size:12px;
line-height:1.4;
}
.vek-book-detail-label{
color:#69727c;
font-weight:600;
}
.vek-book-detail-value{
color:#222;
overflow-wrap:anywhere;
}

/* ===== CLEANUP ===== */

.vek-book-hidden{
display:none!important;
}

.vek-book-clean-empty{
display:none!important;
}

/* ===== MOBILE ===== */
@media(max-width:767px){
.vek-book-author{font-size:13px}

.vek-book-buy-zone{
padding:12px;
gap:9px;
}

.vek-book-previews{
display:grid;
grid-template-columns:1fr;
}
.vek-book-preview{
width:100%;
}

.vek-book-cart-row{
justify-content:stretch;
}
.vek-book-cart-row > *{
width:100%;
}

.vek-book-details-grid{
grid-template-columns:1fr;
gap:3px;
}
.vek-book-detail-label{
margin-top:7px;
font-size:10px;
text-transform:uppercase;
letter-spacing:.04em;
}
}


/* ===== VEK v0.3.5 – SAFE TABS + UTILITIES ===== */

/* Obsah technických údajů uvnitř existujícího panelu Diskuze */
.vek-book-details-native-panel{
padding:18px 4px 8px;
}

.vek-book-details-native-panel .vek-book-details-grid{
display:grid;
grid-template-columns:minmax(125px,auto) 1fr;
gap:8px 18px;
padding:0;
font-size:12px;
line-height:1.45;
}

.vek-book-details-native-panel .vek-book-detail-label{
color:#69727c;
font-weight:600;
}

.vek-book-details-native-panel .vek-book-detail-value{
color:#222;
overflow-wrap:anywhere;
}

/* Nativní záložka přejmenovaná z Diskuze */
.vek-book-native-details-tab{
font-weight:600!important;
}

/* Tisk / Zeptat se / Sdílet – pouze zjemnění, bez přesunu DOM */
body.vek-ebook-product .vek-book-utility-soft{
opacity:.58;
font-size:11px!important;
font-weight:500!important;
transition:opacity .15s ease,color .15s ease;
}

body.vek-ebook-product .vek-book-utility-soft:hover{
opacity:1;
color:#174f86!important;
}

/* jejich případné wrappery zjemnit také */
body.vek-ebook-product .vek-book-utility-wrap-soft{
opacity:.72;
}

/* mobil */
@media(max-width:767px){
.vek-book-details-native-panel{
padding:14px 2px 6px;
}

.vek-book-details-native-panel .vek-book-details-grid{
grid-template-columns:1fr;
gap:3px;
}

.vek-book-details-native-panel .vek-book-detail-label{
margin-top:8px;
font-size:10px;
text-transform:uppercase;
letter-spacing:.04em;
}
}


/* ===== VEK v0.3.7 – LINKED METADATA ===== */

.vek-book-meta-link{
color:#174f86!important;
text-decoration:none!important;
border-bottom:1px dotted rgba(23,79,134,.35);
}

.vek-book-meta-link:hover{
color:#0d3e6b!important;
border-bottom-color:#174f86;
}

.vek-book-copy-wrap{
display:inline-flex;
align-items:center;
gap:6px;
}

.vek-book-copy-btn{
display:inline-flex;
align-items:center;
justify-content:center;
width:24px;
height:24px;
padding:0!important;
border:1px solid #d8dde2!important;
border-radius:4px;
background:#fff!important;
color:#5e6872!important;
font-size:13px!important;
line-height:1;
cursor:pointer;
}

.vek-book-copy-btn:hover{
border-color:#aeb8c1!important;
color:#174f86!important;
}

.vek-book-copy-btn.copied{
border-color:#8fc89f!important;
background:#eef8f1!important;
color:#277a46!important;
}

.vek-book-format[title]{
cursor:help;
}

/* ===== ROBUSTNÍ VODOROVNÉ UTILITY ===== */

.vek-book-utility-row-v037{
display:flex;
align-items:center;
flex-wrap:wrap;
gap:6px 16px;
margin:10px 0 15px;
padding:0 2px;
}

.vek-book-utility-v037{
display:inline-flex!important;
align-items:center;
gap:6px;
min-height:28px;
padding:3px 0!important;
border:0!important;
background:transparent!important;
box-shadow:none!important;
color:#737d86!important;
font-size:11px!important;
font-weight:500!important;
line-height:1.2;
text-decoration:none!important;
cursor:pointer;
opacity:.78;
}

.vek-book-utility-v037:hover{
color:#174f86!important;
opacity:1;
}

.vek-book-utility-icon{
display:inline-flex;
align-items:center;
justify-content:center;
width:15px;
height:15px;
font-size:13px;
line-height:1;
opacity:.75;
}

/* původní utility po vytvoření nové řady */
.vek-book-original-utility-hidden{
display:none!important;
}

@media(max-width:767px){
.vek-book-utility-row-v037{
gap:6px 12px;
}
}


/* ===== VEK v0.3.9 – PRODUCT DETAIL POLISH ===== */

/* Více klidu mezi hlavními bloky */
body.vek-ebook-product .vek-book-formats{
margin-top:2px;
margin-bottom:9px;
}

body.vek-ebook-product .vek-book-meta{
margin-bottom:18px;
}

/* Nákupní box – jemnější, ale jasně oddělený */
body.vek-ebook-product .vek-book-buy-zone{
gap:11px;
padding:16px;
border-color:#dfe4e8;
border-radius:8px;
background:#fbfcfd;
box-shadow:0 5px 18px rgba(24,45,63,.055);
}

/* Cena jako hlavní vizuální kotva */
body.vek-ebook-product .vek-book-buy-zone .price-final,
body.vek-ebook-product .vek-book-buy-zone .p-final-price,
body.vek-ebook-product .vek-book-buy-zone .p-final-price-wrapper{
font-size:30px!important;
font-weight:700!important;
line-height:1.05!important;
color:#17202a!important;
}

/* Ukázky – sekundární CTA, výškově sjednocené */
body.vek-ebook-product .vek-book-preview{
min-height:42px;
padding:9px 13px!important;
transition:background .16s ease,border-color .16s ease,color .16s ease,transform .16s ease;
}

body.vek-ebook-product .vek-book-preview:hover{
transform:translateY(-1px);
}

body.vek-ebook-product .vek-book-preview-pdf::before{
content:"▤";
font-size:14px;
line-height:1;
}

body.vek-ebook-product .vek-book-preview-epub::before{
content:"▥";
font-size:14px;
line-height:1;
}

/* Košík – quantity + hlavní CTA jako jeden řádek */
body.vek-ebook-product .vek-book-cart-row{
display:flex;
align-items:stretch;
gap:0;
width:100%;
}

body.vek-ebook-product .vek-book-cart-row form,
body.vek-ebook-product .vek-book-cart-row .p-to-cart-block,
body.vek-ebook-product .vek-book-cart-row .add-to-cart{
display:flex!important;
align-items:stretch!important;
width:100%!important;
margin:0!important;
}

/* Číselné pole a +/- */
body.vek-ebook-product .vek-book-cart-row input[type="number"],
body.vek-ebook-product .vek-book-cart-row input[name*="amount"],
body.vek-ebook-product .vek-book-cart-row input[name*="quantity"],
body.vek-ebook-product .vek-book-cart-row .quantity input{
min-height:44px!important;
height:44px!important;
box-sizing:border-box!important;
}

/* Hlavní přidání do košíku */
body.vek-ebook-product .vek-book-cart-row button[type="submit"],
body.vek-ebook-product .vek-book-cart-row input[type="submit"],
body.vek-ebook-product .vek-book-cart-row .add-to-cart-button,
body.vek-ebook-product .vek-book-cart-row .btn-cart{
min-height:44px!important;
height:44px!important;
flex:1 1 auto!important;
padding-left:18px!important;
padding-right:18px!important;
font-weight:700!important;
letter-spacing:.01em;
}

/* Informační řádek o elektronickém dodání */
body.vek-ebook-product .vek-book-delivery-note{
margin-top:1px;
padding:8px 10px;
border:1px solid #e7f0ea;
background:#f7fbf8;
color:#607067;
font-size:10.5px;
}

/* „Možnosti doručení“ má být sekundární informace */
body.vek-ebook-product .vek-book-delivery-heading-soft{
color:#6f7982!important;
font-size:11px!important;
font-weight:600!important;
text-decoration:none!important;
opacity:.84;
}

/* Promo 3+1 necháme výrazné, ale oddělíme vzduchem */
body.vek-ebook-product .vek-book-buy-zone + *{
margin-top:16px;
}

/* Utility řádek v0.3.7/0.3.8 */
body.vek-ebook-product .vek-book-utility-row-v037{
margin-top:8px;
margin-bottom:14px;
padding-top:7px;
border-top:1px solid #edf0f2;
}

/* Metadata – jemnější klikatelné hodnoty */
body.vek-ebook-product .vek-book-details-native-panel .vek-book-meta-link{
font-weight:600;
}

/* Přehlednější panel technických údajů */
body.vek-ebook-product .vek-book-details-native-panel .vek-book-details-grid{
row-gap:9px;
}

body.vek-ebook-product .vek-book-details-native-panel .vek-book-detail-label{
color:#77818b;
}

/* Tablet / mobil */
@media(max-width:991px){
body.vek-ebook-product .vek-book-buy-zone{
padding:14px;
}

body.vek-ebook-product .vek-book-buy-zone .price-final,
body.vek-ebook-product .vek-book-buy-zone .p-final-price,
body.vek-ebook-product .vek-book-buy-zone .p-final-price-wrapper{
font-size:27px!important;
}
}

@media(max-width:767px){
body.vek-ebook-product .vek-book-previews{
grid-template-columns:1fr 1fr;
}

body.vek-ebook-product .vek-book-preview{
width:100%;
padding-left:8px!important;
padding-right:8px!important;
font-size:11px;
}

body.vek-ebook-product .vek-book-cart-row button[type="submit"],
body.vek-ebook-product .vek-book-cart-row input[type="submit"],
body.vek-ebook-product .vek-book-cart-row .add-to-cart-button,
body.vek-ebook-product .vek-book-cart-row .btn-cart{
min-width:0!important;
}

body.vek-ebook-product .vek-book-delivery-note{
font-size:10px;
}
}

@media(max-width:430px){
body.vek-ebook-product .vek-book-previews{
grid-template-columns:1fr;
}
}


/* ===== VEK Book Detail v0.4.0 – MULTI AUTHOR & COVER PREVIEWS ===== */

/* Každý autor samostatně */
.vek-book-author-links,
.vek-book-detail-author-links{
display:inline;
}

.vek-book-author-link{
color:#174f86!important;
font-weight:600;
text-decoration:none!important;
border-bottom:1px dotted rgba(23,79,134,.34);
}

.vek-book-author-link:hover{
color:#0d3e6b!important;
border-bottom-color:#174f86;
}

.vek-book-author-sep{
color:#8a949d;
}

/* Preview pod obálkou – desktop */
.vek-book-cover-previews{
width:100%;
max-width:340px;
margin:14px auto 0;
padding:0 8px;
box-sizing:border-box;
}

.vek-book-cover-previews .vek-book-previews{
display:grid!important;
grid-template-columns:repeat(auto-fit,minmax(125px,1fr));
gap:8px;
width:100%;
}

.vek-book-cover-previews .vek-book-preview{
width:100%;
min-height:40px;
padding:8px 10px!important;
box-sizing:border-box;
font-size:11px;
}

/* V levém sloupci jsou ukázky sekundární akcí */
.vek-book-cover-previews .vek-book-preview-pdf{
border:1px solid #26313a!important;
background:#fff!important;
color:#26313a!important;
}

.vek-book-cover-previews .vek-book-preview-pdf:hover{
background:#f5f7f8!important;
color:#17202a!important;
}

.vek-book-cover-previews .vek-book-preview-epub{
border:1px solid #174f86!important;
background:#fff!important;
color:#174f86!important;
}

.vek-book-cover-previews::before{
content:"Ukázka e-knihy";
display:block;
margin-bottom:7px;
color:#7a858e;
font-size:10px;
font-weight:700;
letter-spacing:.06em;
text-align:center;
text-transform:uppercase;
}

/* Na mobilu se preview vrací do nákupního boxu */
@media(max-width:767px){
.vek-book-cover-previews{
display:none!important;
}

.vek-book-buy-zone .vek-book-previews{
display:grid!important;
grid-template-columns:1fr 1fr;
}

.vek-book-buy-zone .vek-book-preview{
width:100%;
}
}

@media(max-width:430px){
.vek-book-buy-zone .vek-book-previews{
grid-template-columns:1fr;
}
}


/* ===== VEK Book Detail v0.4.1 – PREVIEW POLISH ===== */
.vek-book-cover-previews{
max-width:330px;
margin-top:16px;
padding:12px 12px 11px;
border:1px solid #e2e7eb;
border-radius:8px;
background:#fafcfd;
}
.vek-book-cover-previews::before{
content:"Ukázka zdarma";
margin-bottom:4px;
color:#263746;
font-size:10.5px;
font-weight:800;
letter-spacing:.055em;
}
.vek-book-cover-previews::after{
content:"Prohlédněte si část e-knihy před nákupem.";
display:block;
margin:7px 0 0;
color:#7c8790;
font-size:9.8px;
line-height:1.3;
text-align:center;
}
.vek-book-cover-previews .vek-book-previews{margin-top:8px;}
.vek-book-cover-previews .vek-book-preview{
min-height:38px;
border-radius:5px!important;
font-weight:700!important;
}
.vek-book-cover-previews .vek-book-preview::before{opacity:.72;}
@media(max-width:767px){
.vek-book-cover-previews{display:none!important;}
.vek-book-buy-zone .vek-book-previews{margin-top:2px;}
}


/* ===== VEK Book Detail v0.4.2 – TRUST & ACCESSIBILITY ===== */

.vek-book-confidence{
display:flex;
align-items:center;
flex-wrap:wrap;
gap:6px 10px;
margin:9px 0 0;
padding-top:8px;
border-top:1px solid #e7ecef;
color:#68747d;
font-size:9.8px;
line-height:1.3;
}

.vek-book-confidence-item{
display:inline-flex;
align-items:center;
gap:5px;
}

.vek-book-confidence-item::before{
content:"✓";
display:inline-flex;
align-items:center;
justify-content:center;
width:15px;
height:15px;
border-radius:50%;
background:#edf7f0;
color:#2e7d4d;
font-size:9px;
font-weight:800;
}

.vek-book-confidence-formats::before{
content:"";
background:#edf3f8;
}

.vek-book-confidence-formats::after{
content:"";
}

.vek-book-confidence-security::before{
content:"✓";
}

body.vek-ebook-product a:focus-visible,
body.vek-ebook-product button:focus-visible,
body.vek-ebook-product input:focus-visible{
outline:2px solid #174f86!important;
outline-offset:2px!important;
}

.vek-book-preview[aria-label]{
position:relative;
}

@media(max-width:767px){
.vek-book-confidence{
gap:5px 8px;
font-size:9.5px;
}
}

@media(prefers-reduced-motion:reduce){
body.vek-ebook-product *,
body.vek-ebook-product *::before,
body.vek-ebook-product *::after{
scroll-behavior:auto!important;
transition-duration:.01ms!important;
animation-duration:.01ms!important;
animation-iteration-count:1!important;
}
}
