:root{--tagmate-brand:#e11d2e;--tagmate-text:#171717;--tagmate-muted:#6b7280;--tagmate-border:#e5e7eb;--tagmate-soft:#f8fafc}
.tagmate-poll,.tagmate-related{box-sizing:border-box;margin:28px 0;font-family:var(--tagmate-font,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Arial,sans-serif);clear:both}
.tagmate-poll *,.tagmate-related *{box-sizing:border-box}

/* Ankety */
.tagmate-poll{--tagmate-accent:var(--tagmate-brand);border:1px solid color-mix(in srgb,var(--tagmate-accent) 40%,#e5e7eb);border-radius:20px;padding:22px;background:#fff;box-shadow:0 14px 34px rgba(15,23,42,.08);overflow:hidden;break-inside:avoid;page-break-inside:avoid}
.tagmate-poll__question{margin:0 0 16px!important;font-size:clamp(20px,2.5vw,27px);line-height:1.2;color:var(--tagmate-accent);font-weight:850;letter-spacing:-.02em}
.tagmate-poll__countdown{display:inline-flex;align-items:center;margin:0 0 16px;padding:8px 12px;border-radius:999px;background:#f8fafc;border:1px solid rgba(15,23,42,.1);font-size:13px;font-weight:800;color:#334155}
.tagmate-poll__message{padding:11px 13px;margin:0 0 14px;background:#f8fafc;border-left:4px solid var(--tagmate-accent);border-radius:8px;color:#334155;font-weight:650}
.tagmate-poll__options{display:flex;flex-direction:column;gap:12px}
.tagmate-poll__option{margin:0}
.tagmate-poll__vote,.tagmate-poll__disabled,.tagmate-poll__result{display:flex;align-items:center;gap:14px;width:100%;border:1px solid var(--tagmate-border);border-radius:16px;padding:13px 14px;background:#fff;text-align:left;color:var(--tagmate-text);transition:.18s ease;line-height:1.25}
.tagmate-poll__vote{cursor:pointer;font:inherit;font-weight:800;background:linear-gradient(180deg,#fff,#fafafa)}
.tagmate-poll__vote:hover{border-color:var(--tagmate-accent);transform:translateY(-1px);box-shadow:0 10px 22px rgba(15,23,42,.08)}
.tagmate-poll__vote:disabled{opacity:.65;cursor:wait;transform:none}
.tagmate-poll__vote img,.tagmate-poll__disabled img,.tagmate-poll__result img{width:88px;height:88px;min-width:88px;object-fit:cover;border-radius:14px;background:#f1f5f9}
.tagmate-poll__vote span,.tagmate-poll__disabled span,.tagmate-poll__result-label span{display:flex;flex-direction:column;gap:4px;min-width:0}
.tagmate-poll small{display:block;font-size:12px;line-height:1.35;color:var(--tagmate-muted);font-weight:500}
.tagmate-poll__result-content{flex:1;min-width:0}
.tagmate-poll__result-label{display:flex;justify-content:space-between;gap:12px;margin-bottom:8px;font-weight:800;color:var(--tagmate-text)}
.tagmate-poll__result-label b{white-space:nowrap;color:var(--tagmate-accent)}
.tagmate-poll__bar{height:15px;border-radius:999px;background:#eef2f7;overflow:hidden}
.tagmate-poll__bar span{display:block;height:100%;border-radius:999px;background:var(--tagmate-accent)}
.tagmate-poll__result em{display:block;margin-top:6px;font-size:12px;color:var(--tagmate-muted);font-style:normal;font-weight:700}
.tagmate-poll__rank{display:inline-flex;align-items:center;justify-content:center;width:34px;height:34px;min-width:34px;border-radius:999px;background:var(--tagmate-accent);color:#fff;font-size:14px;font-weight:900}
.tagmate-poll__footer{margin-top:14px;color:var(--tagmate-muted);font-size:13px;font-weight:750}
.tagmate-poll__order{display:flex;flex-wrap:wrap;gap:8px;align-items:center;margin:0 0 16px;font-size:13px;color:var(--tagmate-muted)}
.tagmate-poll__order button{border:1px solid var(--tagmate-accent);background:#fff;color:var(--tagmate-accent);border-radius:999px;padding:7px 12px;cursor:pointer;font:inherit;font-weight:800}
.tagmate-poll__order button:hover{background:var(--tagmate-accent);color:#fff}
.tagmate-poll--cards .tagmate-poll__options{display:grid;grid-template-columns:repeat(auto-fit,minmax(210px,1fr));gap:14px}
.tagmate-poll--cards .tagmate-poll__vote,.tagmate-poll--cards .tagmate-poll__disabled,.tagmate-poll--cards .tagmate-poll__result{height:100%;align-items:flex-start;flex-direction:column}
.tagmate-poll--cards .tagmate-poll__vote img,.tagmate-poll--cards .tagmate-poll__disabled img,.tagmate-poll--cards .tagmate-poll__result img{width:100%;height:150px;min-width:0}
.tagmate-poll--compact{padding:14px;border-radius:12px;box-shadow:none}
.tagmate-poll--compact .tagmate-poll__question{font-size:19px}.tagmate-poll--compact .tagmate-poll__vote,.tagmate-poll--compact .tagmate-poll__disabled,.tagmate-poll--compact .tagmate-poll__result{padding:10px;border-radius:10px}
.tagmate-poll--minimal{border:0;border-top:4px solid var(--tagmate-accent);box-shadow:none;border-radius:0;background:#fff;padding-left:0;padding-right:0}
.tagmate-poll--premium{background:linear-gradient(180deg,#fff,#f8fafc);box-shadow:0 24px 60px rgba(15,23,42,.16);border-radius:26px}
.tagmate-poll--magazine{border-width:2px;border-radius:6px;box-shadow:none}

/* Odporúčané články */
.tagmate-related{--tagmate-related-accent:var(--tagmate-brand);font-family:var(--tagmate-font,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Arial,sans-serif)}
.tagmate-related__heading{font-size:18px;line-height:1.2;font-weight:900;margin:0 0 14px;letter-spacing:-.01em;color:var(--tagmate-related-accent)}
.tagmate-related a{text-decoration:none!important;color:inherit}
.tagmate-related--media_rows{border-top:1.5px solid var(--tagmate-related-accent);border-bottom:1.5px solid var(--tagmate-related-accent);padding:0}
.tagmate-related__rows{display:flex;flex-direction:column}
.tagmate-related__row{display:grid;grid-template-columns:160px 1fr auto;gap:20px;align-items:center;padding:18px 0;border-top:1px solid var(--tagmate-related-accent);color:var(--tagmate-text)}
.tagmate-related__row:first-child{border-top:0}
.tagmate-related__thumb img{display:block;width:160px;height:90px;object-fit:cover;border-radius:6px;background:#f1f5f9}
.tagmate-related__title{font-size:20px;line-height:1.22;font-weight:650;letter-spacing:-.02em}
.tagmate-related__cta{font-size:14px;color:var(--tagmate-related-accent);font-weight:800;white-space:nowrap}
.tagmate-related__row:hover .tagmate-related__title{color:var(--tagmate-related-accent)}
.tagmate-related--highlight{padding:0}.tagmate-related__highlight{display:grid;grid-template-columns:170px auto 1fr;gap:28px;align-items:center;background:#f0f0f0;padding:28px 34px;color:#111}.tagmate-related__highlight img{width:170px;height:96px;object-fit:cover}.tagmate-related__kicker{font-size:20px;font-weight:900;white-space:nowrap}.tagmate-related__highlight strong{font-size:21px;line-height:1.2;font-weight:900;letter-spacing:-.02em}
.tagmate-related--dark_numbered{background:#141212;color:#f5f5f4;padding:28px 30px}.tagmate-related--dark_numbered .tagmate-related__heading{color:#fff200;font-size:24px;margin-bottom:22px}.tagmate-related__numbered{margin:0;padding:0;list-style:none;counter-reset:tagmate-counter}.tagmate-related__numbered li{counter-increment:tagmate-counter;display:grid;grid-template-columns:48px 1fr;gap:22px;padding:20px 0;border-top:1px solid rgba(255,255,255,.13);font-weight:850}.tagmate-related__numbered li:before{content:counter(tagmate-counter) ".";color:#8f8f8f;font-weight:800;text-align:right}.tagmate-related__numbered a{font-size:19px;line-height:1.42}.tagmate-related__numbered a:hover{color:#fff200}
.tagmate-related--compact_links{padding:16px;border:1px solid var(--tagmate-border);border-radius:14px;background:#fff}.tagmate-related__links{display:flex;flex-direction:column;gap:8px}.tagmate-related__links a{padding:10px 12px;border-left:4px solid var(--tagmate-related-accent);background:#f8fafc;border-radius:9px;font-weight:800}.tagmate-related__links a:hover{background:#fff1f2;color:var(--tagmate-related-accent)}
.tagmate-related__grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(190px,1fr));gap:16px}.tagmate-related__card{display:flex;flex-direction:column;overflow:hidden;border:1px solid var(--tagmate-border);border-radius:18px;background:#fff;box-shadow:0 12px 28px rgba(15,23,42,.08);font-weight:850;color:#111}.tagmate-related__card img{width:100%;height:145px;object-fit:cover;background:#f1f5f9}.tagmate-related__card span{padding:14px;font-size:17px;line-height:1.25}.tagmate-related__card:hover{transform:translateY(-1px);border-color:var(--tagmate-related-accent)}.tagmate-related__card--one{max-width:680px}.tagmate-related__card--one img{height:260px}.tagmate-related__card--one span{font-size:24px}
.tagmate-related-style--light{--tagmate-related-accent:#d71920}.tagmate-related-style--redline{--tagmate-related-accent:#e11d2e}.tagmate-related-style--brand{--tagmate-related-accent:var(--tagmate-brand)}.tagmate-related-style--dark{--tagmate-related-accent:#111827;background:#111827;color:#fff;padding:20px;border-radius:16px}.tagmate-related-style--dark .tagmate-related__row{color:#fff;border-color:rgba(255,255,255,.2)}.tagmate-related-style--dark .tagmate-related__heading,.tagmate-related-style--dark .tagmate-related__cta{color:#fff}.tagmate-related-style--yellow_dark{--tagmate-related-accent:#fff200}.tagmate-related-style--minimal{--tagmate-related-accent:#111827}.tagmate-related-style--minimal,.tagmate-related-style--minimal .tagmate-related__row{border-color:#e5e7eb}.tagmate-related-style--minimal .tagmate-related__heading{color:#111827}

@media (max-width:760px){.tagmate-poll{padding:16px;border-radius:16px}.tagmate-poll__vote img,.tagmate-poll__disabled img,.tagmate-poll__result img{width:68px;height:68px;min-width:68px}.tagmate-poll__result{align-items:flex-start}.tagmate-related__row{grid-template-columns:96px 1fr;gap:12px}.tagmate-related__cta{grid-column:2;font-size:13px}.tagmate-related__thumb img{width:96px;height:70px}.tagmate-related__title{font-size:17px}.tagmate-related__highlight{grid-template-columns:1fr;gap:12px;padding:20px}.tagmate-related__highlight img{width:100%;height:auto}.tagmate-related--dark_numbered{padding:22px 18px}.tagmate-related__numbered li{grid-template-columns:34px 1fr;gap:14px}.tagmate-related__numbered a{font-size:17px}}

/* TagMate 1.1 size variants and newer editorial styles */
.tagmate-poll-size--small{max-width:560px;padding:14px;border-radius:14px}.tagmate-poll-size--small .tagmate-poll__question{font-size:18px}.tagmate-poll-size--small .tagmate-poll__vote,.tagmate-poll-size--small .tagmate-poll__disabled,.tagmate-poll-size--small .tagmate-poll__result{padding:10px 11px;border-radius:12px}.tagmate-poll-size--small .tagmate-poll__vote img,.tagmate-poll-size--small .tagmate-poll__disabled img,.tagmate-poll-size--small .tagmate-poll__result img{width:58px;height:58px;min-width:58px}
.tagmate-poll-size--large{padding:28px;border-radius:26px}.tagmate-poll-size--large .tagmate-poll__question{font-size:clamp(24px,3vw,34px)}.tagmate-poll-size--large .tagmate-poll__vote,.tagmate-poll-size--large .tagmate-poll__disabled,.tagmate-poll-size--large .tagmate-poll__result{padding:17px 18px}.tagmate-poll-size--wide{max-width:980px;margin-left:auto;margin-right:auto;padding:30px;border-radius:28px}.tagmate-poll__refresh-note{position:absolute;inset:auto 18px 18px 18px;padding:11px 14px;background:#0f172a;color:#fff;border-radius:12px;text-align:center;font-weight:850;box-shadow:0 18px 40px rgba(15,23,42,.25)}.tagmate-poll.is-voted-refreshing{position:relative;opacity:.82}.tagmate-poll.is-voted-refreshing:after{content:"";position:absolute;inset:0;background:rgba(255,255,255,.35);pointer-events:none}
.tagmate-poll--editorial{border:0;border-left:6px solid var(--tagmate-accent);border-radius:0;background:#fff;padding:20px 0 20px 22px;box-shadow:none}.tagmate-poll--editorial .tagmate-poll__question{color:#111827;font-family:Georgia,serif;font-weight:800}.tagmate-poll--boxed_dark{background:#101014;color:#fff;border-color:#2a2a33}.tagmate-poll--boxed_dark .tagmate-poll__question{color:#fff}.tagmate-poll--boxed_dark .tagmate-poll__vote,.tagmate-poll--boxed_dark .tagmate-poll__disabled,.tagmate-poll--boxed_dark .tagmate-poll__result{background:#171720;border-color:#2f2f3a;color:#fff}.tagmate-poll--boxed_dark .tagmate-poll__bar{background:#2f2f3a}.tagmate-poll--soft_gradient{background:radial-gradient(circle at top left,color-mix(in srgb,var(--tagmate-accent) 18%,#fff) 0,#fff 42%,#f8fafc 100%);border:0;box-shadow:0 20px 60px rgba(15,23,42,.12)}
.tagmate-related-size--small{max-width:620px}.tagmate-related-size--small .tagmate-related__heading{font-size:16px}.tagmate-related-size--small .tagmate-related__title,.tagmate-related-size--small .tagmate-related__numbered a{font-size:16px}.tagmate-related-size--large .tagmate-related__heading{font-size:24px}.tagmate-related-size--large .tagmate-related__title{font-size:24px}.tagmate-related-size--wide{max-width:1040px;margin-left:auto;margin-right:auto}.tagmate-related-style--blueprint{--tagmate-related-accent:#1d4ed8;background:#eff6ff;border-radius:18px;padding:20px}.tagmate-related-style--warm{--tagmate-related-accent:#b45309;background:#fff7ed;border-radius:18px;padding:20px}.tagmate-related-style--warm .tagmate-related__heading{color:#92400e}.tagmate-related__editorial-stack{border-top:2px solid var(--tagmate-related-accent);border-bottom:2px solid var(--tagmate-related-accent)}.tagmate-related__editorial-stack a{display:grid;grid-template-columns:74px 1fr;gap:14px;align-items:center;padding:14px 0;border-top:1px solid rgba(15,23,42,.12);font-weight:900}.tagmate-related__editorial-stack a:first-child{border-top:0}.tagmate-related__editorial-stack img{width:74px;height:58px;object-fit:cover;border-radius:8px}.tagmate-related__split{display:grid;grid-template-columns:minmax(0,1.35fr) minmax(220px,.65fr);gap:18px}.tagmate-related__split-main{display:flex;flex-direction:column;min-height:220px;border-radius:18px;overflow:hidden;background:#111827;color:#fff;box-shadow:0 18px 44px rgba(15,23,42,.12)}.tagmate-related__split-main img{width:100%;height:230px;object-fit:cover}.tagmate-related__split-main strong{padding:18px;font-size:24px;line-height:1.18}.tagmate-related__split-side{display:flex;flex-direction:column;border-top:2px solid var(--tagmate-related-accent);border-bottom:2px solid var(--tagmate-related-accent)}.tagmate-related__split-side a{padding:15px 0;border-top:1px solid rgba(15,23,42,.16);font-weight:850;line-height:1.28}.tagmate-related__split-side a:first-child{border-top:0}.tagmate-related__split-side span{color:var(--tagmate-related-accent)}.tagmate-related__chips{display:flex;flex-wrap:wrap;gap:10px}.tagmate-related__chips a{display:inline-flex;padding:10px 14px;border:1.5px solid var(--tagmate-related-accent);border-radius:999px;font-weight:850;background:#fff}.tagmate-related__chips a:hover{background:var(--tagmate-related-accent);color:#fff}
@media(max-width:760px){.tagmate-related__split{grid-template-columns:1fr}.tagmate-related__split-main img{height:auto}.tagmate-poll-size--wide,.tagmate-poll-size--large{padding:18px;border-radius:18px}}

/* TagMate 1.2 typography, hover and additional layouts */
.tagmate-font-style--italic,.tagmate-font-style--italic .tagmate-poll__question,.tagmate-font-style--italic .tagmate-related__heading,.tagmate-font-style--italic .tagmate-related__title,.tagmate-font-style--italic .tagmate-related__title-text{font-style:italic}
.tagmate-poll,.tagmate-related{font-weight:var(--tagmate-content-weight,inherit);font-style:var(--tagmate-content-style,normal)}
.tagmate-poll__question,.tagmate-poll__vote,.tagmate-poll__disabled,.tagmate-poll__result-label,.tagmate-related__heading,.tagmate-related__title,.tagmate-related__title-text,.tagmate-related strong,.tagmate-related a{font-weight:var(--tagmate-content-weight,inherit)}
.tagmate-poll__vote:hover{color:var(--tagmate-poll-hover,var(--tagmate-accent));border-color:var(--tagmate-poll-hover,var(--tagmate-accent))}
.tagmate-poll__order button:hover{background:var(--tagmate-poll-hover,var(--tagmate-accent));border-color:var(--tagmate-poll-hover,var(--tagmate-accent))}
.tagmate-poll__option-number{display:inline-flex;align-items:center;justify-content:center;width:28px;height:28px;min-width:28px;border-radius:999px;background:color-mix(in srgb,var(--tagmate-accent) 11%,#fff);color:var(--tagmate-accent);font-weight:900;font-size:12px}
.tagmate-poll__result .tagmate-poll__option-number{background:var(--tagmate-accent);color:#fff}
.tagmate-poll-size--xlarge{max-width:1040px;margin-left:auto;margin-right:auto;padding:36px;border-radius:32px}.tagmate-poll-size--xlarge .tagmate-poll__question{font-size:clamp(28px,3.6vw,42px)}.tagmate-poll-size--xlarge .tagmate-poll__vote,.tagmate-poll-size--xlarge .tagmate-poll__disabled,.tagmate-poll-size--xlarge .tagmate-poll__result{padding:20px 22px;font-size:19px}.tagmate-poll-size--full{width:100%;max-width:none;padding:30px}
.tagmate-poll--newspaper{box-shadow:none;border:0;border-top:3px solid #111;border-bottom:3px solid #111;border-radius:0;background:#fff;padding:22px 0}.tagmate-poll--newspaper .tagmate-poll__question{color:#111;font-family:Georgia,"Times New Roman",serif}.tagmate-poll--newspaper .tagmate-poll__vote,.tagmate-poll--newspaper .tagmate-poll__disabled,.tagmate-poll--newspaper .tagmate-poll__result{border-width:0 0 1px;border-radius:0;padding-left:0;padding-right:0;background:#fff}.tagmate-poll--newspaper .tagmate-poll__vote:hover{transform:none;box-shadow:none;background:#fafafa}
.tagmate-poll--bubble{border:0;background:linear-gradient(135deg,color-mix(in srgb,var(--tagmate-accent) 14%,#fff),#fff);border-radius:32px;box-shadow:0 22px 55px rgba(15,23,42,.1)}.tagmate-poll--bubble .tagmate-poll__vote,.tagmate-poll--bubble .tagmate-poll__disabled,.tagmate-poll--bubble .tagmate-poll__result{border-radius:999px;background:rgba(255,255,255,.88)}
.tagmate-poll--flat{box-shadow:none;border:1px solid #d1d5db;border-radius:10px;background:#fff}.tagmate-poll--flat .tagmate-poll__vote,.tagmate-poll--flat .tagmate-poll__disabled,.tagmate-poll--flat .tagmate-poll__result{box-shadow:none;border-radius:8px}.tagmate-poll--flat .tagmate-poll__vote:hover{transform:none;background:#f9fafb}
.tagmate-related{--tagmate-link-hover:var(--tagmate-related-accent)}.tagmate-related a,.tagmate-related__title,.tagmate-related__title-text{transition:color .16s ease,background-color .16s ease,border-color .16s ease,transform .16s ease}.tagmate-related a:hover,.tagmate-related__row:hover .tagmate-related__title,.tagmate-related__card:hover .tagmate-related__title-text,.tagmate-related__split-main:hover strong,.tagmate-related__highlight:hover strong{color:var(--tagmate-link-hover,var(--tagmate-related-accent))!important}.tagmate-related__row:hover .tagmate-related__cta{color:var(--tagmate-link-hover,var(--tagmate-related-accent))!important}
.tagmate-related__meta{display:flex;flex-wrap:wrap;gap:8px;margin:6px 0;color:var(--tagmate-muted);font-size:12px;font-weight:700}.tagmate-related__date:before{content:"•";margin-right:6px;color:var(--tagmate-related-accent)}.tagmate-related__date:first-child:before{display:none}.tagmate-related__excerpt{display:block;margin-top:7px;color:var(--tagmate-muted);font-size:14px;line-height:1.45;font-weight:500}.tagmate-related__title-text{display:block}
.tagmate-related-size--xlarge{max-width:1120px;margin-left:auto;margin-right:auto}.tagmate-related-size--xlarge .tagmate-related__heading{font-size:28px}.tagmate-related-size--xlarge .tagmate-related__title,.tagmate-related-size--xlarge .tagmate-related__numbered a{font-size:26px}.tagmate-related-size--full{width:100%;max-width:none}.tagmate-related-style--emerald{--tagmate-related-accent:#059669;background:#ecfdf5;border-radius:18px;padding:20px}.tagmate-related-style--emerald .tagmate-related__heading{color:#047857}.tagmate-related-style--violet{--tagmate-related-accent:#7c3aed;background:#f5f3ff;border-radius:18px;padding:20px}.tagmate-related-style--newspaper{--tagmate-related-accent:#111;background:#fff;color:#111;border-top:3px solid #111;border-bottom:3px solid #111;padding:18px 0;border-radius:0}.tagmate-related-style--newspaper .tagmate-related__heading{font-family:Georgia,"Times New Roman",serif;color:#111}.tagmate-related-style--newspaper .tagmate-related__row{border-color:#111}.tagmate-related-style--newspaper .tagmate-related__cta{color:#111}
.tagmate-related__clean{display:flex;flex-direction:column;border-top:1px solid var(--tagmate-border)}.tagmate-related__clean a{padding:14px 0;border-bottom:1px solid var(--tagmate-border);display:block}.tagmate-related__clean .tagmate-related__title-text{font-size:18px;line-height:1.28}
.tagmate-related__mini-strip{display:grid;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:12px}.tagmate-related__mini-strip a{display:flex;gap:10px;align-items:center;border:1px solid var(--tagmate-border);border-radius:14px;padding:10px;background:#fff;font-weight:800;min-height:78px}.tagmate-related__mini-strip img{width:62px;height:52px;border-radius:10px;object-fit:cover;background:#f1f5f9}.tagmate-related__mini-strip a:hover{border-color:var(--tagmate-link-hover,var(--tagmate-related-accent));transform:translateY(-1px)}
.tagmate-related__quote{position:relative;border-left:6px solid var(--tagmate-related-accent);padding:18px 0 18px 22px;background:linear-gradient(90deg,color-mix(in srgb,var(--tagmate-related-accent) 8%,#fff),transparent)}.tagmate-related__quote a{display:block;font-size:clamp(23px,3vw,38px);line-height:1.08;font-weight:900;letter-spacing:-.03em}.tagmate-related__quote a:before{content:"„";color:var(--tagmate-related-accent);font-size:1.35em;line-height:0}.tagmate-related__quote a:after{content:"“";color:var(--tagmate-related-accent);font-size:1.1em}
@media(max-width:760px){.tagmate-poll-size--xlarge,.tagmate-poll-size--full{padding:18px;border-radius:18px}.tagmate-poll--bubble .tagmate-poll__vote,.tagmate-poll--bubble .tagmate-poll__disabled,.tagmate-poll--bubble .tagmate-poll__result{border-radius:18px}.tagmate-related__mini-strip{grid-template-columns:1fr}.tagmate-related-size--xlarge .tagmate-related__title{font-size:19px}}
.tagmate-related__clean-list{display:flex;flex-direction:column;border-top:1px solid var(--tagmate-border)}.tagmate-related__clean-list a{padding:14px 0;border-bottom:1px solid var(--tagmate-border);display:flex;align-items:center;justify-content:space-between;gap:16px}.tagmate-related__clean-list strong{font-size:18px;line-height:1.28}.tagmate-related__clean-list em{font-style:normal;color:var(--tagmate-related-accent);font-size:13px;font-weight:900;white-space:nowrap}.tagmate-related__clean-list a:hover em{color:var(--tagmate-link-hover,var(--tagmate-related-accent))}
.tagmate-related__feature-quote{display:block;position:relative;border-left:6px solid var(--tagmate-related-accent);padding:18px 0 18px 22px;background:linear-gradient(90deg,color-mix(in srgb,var(--tagmate-related-accent) 8%,#fff),transparent)}.tagmate-related__feature-quote>span{display:block;color:var(--tagmate-related-accent);font-size:13px;font-weight:900;text-transform:uppercase;letter-spacing:.08em;margin-bottom:8px}.tagmate-related__feature-quote strong{display:block;font-size:clamp(23px,3vw,38px);line-height:1.08;font-weight:900;letter-spacing:-.03em}.tagmate-related__feature-quote strong:before{content:"„";color:var(--tagmate-related-accent);font-size:1.35em;line-height:0}.tagmate-related__feature-quote strong:after{content:"“";color:var(--tagmate-related-accent);font-size:1.1em}
.tagmate-poll__vote .tagmate-poll__option-number,.tagmate-poll__disabled .tagmate-poll__option-number,.tagmate-poll__result-label .tagmate-poll__option-number{display:inline-flex;flex-direction:row;align-items:center;justify-content:center;width:28px;height:28px;min-width:28px;gap:0}

/* TagMate 1.2.2: spoľahlivá typografia, mini veľkosti a reklamný článok */
.tagmate-font-weight--100,.tagmate-font-weight--100 .tagmate-poll__question,.tagmate-font-weight--100 .tagmate-poll__vote,.tagmate-font-weight--100 .tagmate-poll__disabled,.tagmate-font-weight--100 .tagmate-poll__result-label,.tagmate-font-weight--100 .tagmate-related__heading,.tagmate-font-weight--100 .tagmate-related__title,.tagmate-font-weight--100 .tagmate-related__title-text,.tagmate-font-weight--100 .tagmate-related strong,.tagmate-font-weight--100 .tagmate-related a{font-weight:100!important}
.tagmate-font-weight--200,.tagmate-font-weight--200 .tagmate-poll__question,.tagmate-font-weight--200 .tagmate-poll__vote,.tagmate-font-weight--200 .tagmate-poll__disabled,.tagmate-font-weight--200 .tagmate-poll__result-label,.tagmate-font-weight--200 .tagmate-related__heading,.tagmate-font-weight--200 .tagmate-related__title,.tagmate-font-weight--200 .tagmate-related__title-text,.tagmate-font-weight--200 .tagmate-related strong,.tagmate-font-weight--200 .tagmate-related a{font-weight:200!important}
.tagmate-font-weight--300,.tagmate-font-weight--300 .tagmate-poll__question,.tagmate-font-weight--300 .tagmate-poll__vote,.tagmate-font-weight--300 .tagmate-poll__disabled,.tagmate-font-weight--300 .tagmate-poll__result-label,.tagmate-font-weight--300 .tagmate-related__heading,.tagmate-font-weight--300 .tagmate-related__title,.tagmate-font-weight--300 .tagmate-related__title-text,.tagmate-font-weight--300 .tagmate-related strong,.tagmate-font-weight--300 .tagmate-related a{font-weight:300!important}
.tagmate-font-weight--400,.tagmate-font-weight--400 .tagmate-poll__question,.tagmate-font-weight--400 .tagmate-poll__vote,.tagmate-font-weight--400 .tagmate-poll__disabled,.tagmate-font-weight--400 .tagmate-poll__result-label,.tagmate-font-weight--400 .tagmate-related__heading,.tagmate-font-weight--400 .tagmate-related__title,.tagmate-font-weight--400 .tagmate-related__title-text,.tagmate-font-weight--400 .tagmate-related strong,.tagmate-font-weight--400 .tagmate-related a{font-weight:400!important}
.tagmate-font-weight--500,.tagmate-font-weight--500 .tagmate-poll__question,.tagmate-font-weight--500 .tagmate-poll__vote,.tagmate-font-weight--500 .tagmate-poll__disabled,.tagmate-font-weight--500 .tagmate-poll__result-label,.tagmate-font-weight--500 .tagmate-related__heading,.tagmate-font-weight--500 .tagmate-related__title,.tagmate-font-weight--500 .tagmate-related__title-text,.tagmate-font-weight--500 .tagmate-related strong,.tagmate-font-weight--500 .tagmate-related a{font-weight:500!important}
.tagmate-font-weight--600,.tagmate-font-weight--600 .tagmate-poll__question,.tagmate-font-weight--600 .tagmate-poll__vote,.tagmate-font-weight--600 .tagmate-poll__disabled,.tagmate-font-weight--600 .tagmate-poll__result-label,.tagmate-font-weight--600 .tagmate-related__heading,.tagmate-font-weight--600 .tagmate-related__title,.tagmate-font-weight--600 .tagmate-related__title-text,.tagmate-font-weight--600 .tagmate-related strong,.tagmate-font-weight--600 .tagmate-related a{font-weight:600!important}
.tagmate-font-weight--700,.tagmate-font-weight--700 .tagmate-poll__question,.tagmate-font-weight--700 .tagmate-poll__vote,.tagmate-font-weight--700 .tagmate-poll__disabled,.tagmate-font-weight--700 .tagmate-poll__result-label,.tagmate-font-weight--700 .tagmate-related__heading,.tagmate-font-weight--700 .tagmate-related__title,.tagmate-font-weight--700 .tagmate-related__title-text,.tagmate-font-weight--700 .tagmate-related strong,.tagmate-font-weight--700 .tagmate-related a{font-weight:700!important}
.tagmate-font-weight--800,.tagmate-font-weight--800 .tagmate-poll__question,.tagmate-font-weight--800 .tagmate-poll__vote,.tagmate-font-weight--800 .tagmate-poll__disabled,.tagmate-font-weight--800 .tagmate-poll__result-label,.tagmate-font-weight--800 .tagmate-related__heading,.tagmate-font-weight--800 .tagmate-related__title,.tagmate-font-weight--800 .tagmate-related__title-text,.tagmate-font-weight--800 .tagmate-related strong,.tagmate-font-weight--800 .tagmate-related a{font-weight:800!important}
.tagmate-font-weight--900,.tagmate-font-weight--900 .tagmate-poll__question,.tagmate-font-weight--900 .tagmate-poll__vote,.tagmate-font-weight--900 .tagmate-poll__disabled,.tagmate-font-weight--900 .tagmate-poll__result-label,.tagmate-font-weight--900 .tagmate-related__heading,.tagmate-font-weight--900 .tagmate-related__title,.tagmate-font-weight--900 .tagmate-related__title-text,.tagmate-font-weight--900 .tagmate-related strong,.tagmate-font-weight--900 .tagmate-related a{font-weight:900!important}
.tagmate-font-style--normal,.tagmate-font-style--normal .tagmate-poll__question,.tagmate-font-style--normal .tagmate-poll__vote,.tagmate-font-style--normal .tagmate-poll__disabled,.tagmate-font-style--normal .tagmate-poll__result-label,.tagmate-font-style--normal .tagmate-related__heading,.tagmate-font-style--normal .tagmate-related__title,.tagmate-font-style--normal .tagmate-related__title-text,.tagmate-font-style--normal .tagmate-related strong,.tagmate-font-style--normal .tagmate-related a{font-style:normal!important}
.tagmate-font-style--italic,.tagmate-font-style--italic .tagmate-poll__question,.tagmate-font-style--italic .tagmate-poll__vote,.tagmate-font-style--italic .tagmate-poll__disabled,.tagmate-font-style--italic .tagmate-poll__result-label,.tagmate-font-style--italic .tagmate-related__heading,.tagmate-font-style--italic .tagmate-related__title,.tagmate-font-style--italic .tagmate-related__title-text,.tagmate-font-style--italic .tagmate-related strong,.tagmate-font-style--italic .tagmate-related a{font-style:italic!important}

.tagmate-poll-size--micro{max-width:420px;padding:10px;border-radius:12px;box-shadow:0 8px 18px rgba(15,23,42,.06)}
.tagmate-poll-size--micro .tagmate-poll__question{font-size:15px!important;margin-bottom:9px!important;letter-spacing:0}
.tagmate-poll-size--micro .tagmate-poll__options{gap:6px}
.tagmate-poll-size--micro .tagmate-poll__vote,.tagmate-poll-size--micro .tagmate-poll__disabled,.tagmate-poll-size--micro .tagmate-poll__result{padding:7px 8px;border-radius:9px;font-size:13px;gap:8px}
.tagmate-poll-size--micro .tagmate-poll__vote img,.tagmate-poll-size--micro .tagmate-poll__disabled img,.tagmate-poll-size--micro .tagmate-poll__result img{width:44px;height:44px;min-width:44px;border-radius:8px}
.tagmate-poll-size--micro .tagmate-poll__bar{height:9px}.tagmate-poll-size--micro .tagmate-poll__rank{width:24px;height:24px;min-width:24px;font-size:11px}.tagmate-poll-size--micro .tagmate-poll__footer{font-size:11px;margin-top:8px}
.tagmate-poll-size--xsmall{max-width:520px;padding:14px;border-radius:15px;box-shadow:0 10px 24px rgba(15,23,42,.07)}
.tagmate-poll-size--xsmall .tagmate-poll__question{font-size:17px!important;margin-bottom:11px!important}.tagmate-poll-size--xsmall .tagmate-poll__options{gap:8px}.tagmate-poll-size--xsmall .tagmate-poll__vote,.tagmate-poll-size--xsmall .tagmate-poll__disabled,.tagmate-poll-size--xsmall .tagmate-poll__result{padding:9px 10px;border-radius:11px;font-size:14px}.tagmate-poll-size--xsmall .tagmate-poll__vote img,.tagmate-poll-size--xsmall .tagmate-poll__disabled img,.tagmate-poll-size--xsmall .tagmate-poll__result img{width:56px;height:56px;min-width:56px;border-radius:10px}

.tagmate-related-size--micro{max-width:430px;margin:16px 0;font-size:13px}.tagmate-related-size--micro .tagmate-related__heading{font-size:13px;margin-bottom:8px}.tagmate-related-size--micro .tagmate-related__row{padding:8px 0;gap:10px}.tagmate-related-size--micro .tagmate-related__title,.tagmate-related-size--micro .tagmate-related__title-text,.tagmate-related-size--micro .tagmate-related__numbered a{font-size:13px!important;line-height:1.28}.tagmate-related-size--micro .tagmate-related__thumb img,.tagmate-related-size--micro .tagmate-related__thumb .tagmate-related__ad-image{width:58px;height:42px;border-radius:7px}.tagmate-related-size--micro .tagmate-related__cta{font-size:11px}.tagmate-related-size--micro .tagmate-related__meta{font-size:10px;margin-top:3px}.tagmate-related-size--micro .tagmate-related__grid{grid-template-columns:repeat(auto-fit,minmax(120px,1fr));gap:8px}.tagmate-related-size--micro .tagmate-related__card img{height:82px}.tagmate-related-size--micro .tagmate-related__card span{padding:8px;font-size:13px}.tagmate-related-size--micro .tagmate-related__links a,.tagmate-related-size--micro .tagmate-related__chips a{padding:6px 8px;font-size:12px}
.tagmate-related-size--xsmall{max-width:540px;margin:20px 0;font-size:14px}.tagmate-related-size--xsmall .tagmate-related__heading{font-size:14px;margin-bottom:10px}.tagmate-related-size--xsmall .tagmate-related__title,.tagmate-related-size--xsmall .tagmate-related__title-text,.tagmate-related-size--xsmall .tagmate-related__numbered a{font-size:14px!important;line-height:1.3}.tagmate-related-size--xsmall .tagmate-related__row{padding:10px 0;gap:12px}.tagmate-related-size--xsmall .tagmate-related__thumb img,.tagmate-related-size--xsmall .tagmate-related__thumb .tagmate-related__ad-image{width:74px;height:52px;border-radius:8px}.tagmate-related-size--xsmall .tagmate-related__cta{font-size:12px}.tagmate-related-size--xsmall .tagmate-related__meta{font-size:11px}.tagmate-related-size--xsmall .tagmate-related__grid{grid-template-columns:repeat(auto-fit,minmax(145px,1fr));gap:10px}.tagmate-related-size--xsmall .tagmate-related__card img{height:105px}.tagmate-related-size--xsmall .tagmate-related__card span{padding:10px;font-size:14px}

.tagmate-related__item--ad{position:relative}.tagmate-related__item--ad .tagmate-related__title-text:after{content:"";display:inline-block;width:.42em;height:.42em;margin-left:.42em;border-radius:999px;background:var(--tagmate-related-accent);vertical-align:.14em;opacity:.55}.tagmate-related__ad-label{display:inline-flex;align-items:center;width:auto;padding:2px 7px;border-radius:999px;background:color-mix(in srgb,var(--tagmate-related-accent) 12%,#fff);color:var(--tagmate-related-accent);font-size:11px;font-weight:800!important;text-transform:uppercase;letter-spacing:.04em}.tagmate-related__ad-image{display:block;width:100%;height:100%;object-fit:cover;background:#f1f5f9}.tagmate-related__thumb .tagmate-related__ad-image{width:92px;height:70px;border-radius:12px}.tagmate-related__card .tagmate-related__ad-image{width:100%;height:145px;object-fit:cover;background:#f1f5f9}.tagmate-related__card--one .tagmate-related__ad-image{height:260px}.tagmate-related__editorial-stack .tagmate-related__ad-image{width:74px;height:58px;object-fit:cover;border-radius:8px}.tagmate-related__split-main .tagmate-related__ad-image{width:100%;height:230px;object-fit:cover}.tagmate-related__mini-strip .tagmate-related__ad-image{width:62px;height:52px;border-radius:10px;object-fit:cover}.tagmate-related__item--ad:hover{border-color:var(--tagmate-link-hover,var(--tagmate-related-accent))}
@media(max-width:760px){.tagmate-poll-size--micro,.tagmate-poll-size--xsmall{max-width:100%;padding:10px;border-radius:12px}.tagmate-related-size--micro,.tagmate-related-size--xsmall{max-width:100%}.tagmate-related-size--micro .tagmate-related__row,.tagmate-related-size--xsmall .tagmate-related__row{grid-template-columns:auto 1fr}.tagmate-related__card--one .tagmate-related__ad-image,.tagmate-related__split-main .tagmate-related__ad-image{height:auto}}


/* TagMate 1.8.2 – väčšie video na desktope a užšie podfarbenie */
.tagmate-video,.entry-content .tagmate-video,.wp-site-blocks .tagmate-video{box-sizing:border-box!important;width:120%!important;max-width:844px!important;margin:28px auto!important;margin-left:50%!important;margin-right:0!important;padding:14px 28px 16px!important;transform:translateX(-50%)!important;background:var(--tagmate-video-bg,#eeeeee)!important;border-radius:0!important;clear:both!important;text-align:center!important;font-family:var(--tagmate-font,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Arial,sans-serif)!important;line-height:1.35!important;overflow:hidden!important;position:relative!important}
.tagmate-video *,.tagmate-video *:before,.tagmate-video *:after{box-sizing:border-box!important}
.tagmate-video__inner{width:100%!important;max-width:var(--tagmate-video-inner-max,788px)!important;margin:0 auto!important;padding:0!important}
.tagmate-video__label{display:block!important;margin:0 0 8px!important;padding:0!important;color:#475569!important;background:transparent!important;font-size:13px!important;line-height:1.3!important;font-weight:650!important;text-align:center!important;letter-spacing:0!important;text-transform:none!important}
.tagmate-video__title{display:block!important;width:100%!important;max-width:100%!important;margin:0 auto 10px!important;padding:0!important;background:transparent!important;color:#111827!important;border:0!important;border-radius:0!important;box-shadow:none!important;font-size:clamp(15px,2vw,22px)!important;line-height:1.2!important;font-weight:900!important;letter-spacing:-.01em!important;text-align:center!important;text-transform:none!important;white-space:normal!important;overflow-wrap:anywhere!important}
.tagmate-video__media{touch-action:manipulation!important;-webkit-tap-highlight-color:transparent!important;position:relative!important;display:block!important;width:100%!important;max-width:100%!important;margin:0!important;padding:0!important;background:#000!important;border-radius:0!important;box-shadow:0 12px 30px rgba(15,23,42,.16)!important;overflow:hidden!important;isolation:isolate!important;transform:translateZ(0)!important}
.tagmate-video__sizer{display:block!important;width:100%!important;height:0!important;margin:0!important;padding:56.25% 0 0!important;background:#000!important;pointer-events:none!important}
.tagmate-video__embed,.tagmate-video__preview,.tagmate-video__ad,.tagmate-video__ad-panel,.tagmate-video__ad-code--vast,.tagmate-video__vast-slot{position:absolute!important;top:0!important;right:0!important;bottom:0!important;left:0!important;inset:0!important;width:100%!important;height:100%!important;max-width:100%!important;max-height:100%!important;margin:0!important;padding:0!important;overflow:hidden!important}
.tagmate-video__embed{z-index:1!important;display:block!important;background:#000!important}
.tagmate-video__embed iframe,.tagmate-video__embed embed,.tagmate-video__embed object,.tagmate-video__embed video.tagmate-video__native{position:absolute!important;top:0!important;right:0!important;bottom:0!important;left:0!important;inset:0!important;display:block!important;width:100%!important;height:100%!important;min-width:0!important;min-height:0!important;max-width:100%!important;max-height:100%!important;margin:0!important;padding:0!important;border:0!important;background:#000!important;object-fit:contain!important;transform:none!important}
.tagmate-video[data-tagmate-state="preview"] .tagmate-video__embed iframe,.tagmate-video[data-tagmate-state="preview"] .tagmate-video__embed video,.tagmate-video[data-tagmate-state="ended"] .tagmate-video__embed iframe,.tagmate-video[data-tagmate-state="ended"] .tagmate-video__embed video{pointer-events:none!important}
.tagmate-video[data-tagmate-state="playing"] .tagmate-video__embed iframe,.tagmate-video[data-tagmate-state="playing"] .tagmate-video__embed video,.tagmate-video[data-tagmate-state="fbready"] .tagmate-video__embed iframe{pointer-events:auto!important}
.tagmate-video__preview{z-index:2!important;display:block!important;background-image:linear-gradient(180deg,rgba(0,0,0,.04),rgba(0,0,0,.28)),var(--tagmate-video-poster,linear-gradient(135deg,#0f172a,#1e293b))!important;background-color:#000!important;background-position:center!important;background-size:cover!important;background-repeat:no-repeat!important;pointer-events:none!important;opacity:1!important;visibility:visible!important;transition:opacity .14s ease!important}
.tagmate-video--portrait .tagmate-video__preview{background-size:contain!important}
.tagmate-video--iframe-preview .tagmate-video__preview,.tagmate-video--native-preview .tagmate-video__preview{background-image:linear-gradient(180deg,rgba(0,0,0,.02),rgba(0,0,0,.18))!important;background-color:transparent!important}
.tagmate-video__poster-img{z-index:3!important;display:block!important;object-fit:cover!important;object-position:center!important;background:#000!important;pointer-events:none!important;opacity:1!important;visibility:visible!important;transition:opacity .14s ease!important}
.tagmate-video--portrait .tagmate-video__poster-img{object-fit:contain!important}
.tagmate-video__shield{touch-action:manipulation!important;-webkit-tap-highlight-color:transparent!important;position:absolute!important;top:0!important;right:0!important;bottom:0!important;left:0!important;inset:0!important;z-index:5!important;display:block!important;width:100%!important;height:100%!important;margin:0!important;padding:0!important;border:0!important;background:transparent!important;cursor:pointer!important;opacity:1!important;visibility:visible!important;pointer-events:auto!important}
.tagmate-video__play{touch-action:manipulation!important;-webkit-tap-highlight-color:transparent!important;position:absolute!important;left:50%!important;top:50%!important;z-index:6!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;width:62px!important;height:62px!important;min-width:62px!important;min-height:62px!important;max-width:62px!important;max-height:62px!important;margin:0!important;padding:0!important;border:1px solid rgba(255,255,255,.7)!important;border-radius:999px!important;background:rgba(255,255,255,.92)!important;color:#111827!important;box-shadow:0 14px 36px rgba(0,0,0,.34),inset 0 0 0 1px rgba(255,255,255,.55)!important;transform:translate(-50%,-50%)!important;cursor:pointer!important;opacity:1!important;visibility:visible!important;pointer-events:auto!important;transition:transform .14s ease,opacity .14s ease!important}
.tagmate-video__play:hover,.tagmate-video__play:focus-visible{transform:translate(-50%,-50%) scale(1.055)!important;outline:0!important;background:#fff!important}
.tagmate-video__play-icon{display:inline-flex!important;align-items:center!important;justify-content:center!important;width:62px!important;height:62px!important;flex:0 0 62px!important;margin:0!important;padding-left:4px!important;border-radius:999px!important;background:transparent!important;color:#2f86c9!important;font-size:25px!important;line-height:1!important;font-weight:900!important;text-shadow:none!important;box-shadow:none!important}
.tagmate-video__source{display:block!important;width:100%!important;margin:7px 0 0!important;padding:0!important;color:#6b7280!important;font-size:10px!important;line-height:1.35!important;font-weight:400!important;text-align:left!important;word-break:break-word!important;overflow-wrap:anywhere!important;opacity:.9!important}
.tagmate-video__source a{display:inline!important;color:inherit!important;font-size:10px!important;line-height:1.35!important;font-weight:400!important;text-decoration:underline!important;text-underline-offset:2px!important;word-break:break-all!important;overflow-wrap:anywhere!important}
.tagmate-video__ad{z-index:30!important;display:none!important;visibility:hidden!important;opacity:0!important;pointer-events:none!important;background:#000!important;color:#fff!important;text-align:center!important;align-items:center!important;justify-content:center!important}
.tagmate-video[data-tagmate-state="ad"] .tagmate-video__ad{display:flex!important;visibility:visible!important;opacity:1!important;pointer-events:auto!important;width:100%!important;height:100%!important}
.tagmate-video[data-tagmate-state="ad"] .tagmate-video__preview,.tagmate-video[data-tagmate-state="ad"] .tagmate-video__poster-img,.tagmate-video[data-tagmate-state="playing"] .tagmate-video__preview,.tagmate-video[data-tagmate-state="playing"] .tagmate-video__poster-img,.tagmate-video[data-tagmate-state="fbready"] .tagmate-video__preview,.tagmate-video[data-tagmate-state="fbready"] .tagmate-video__poster-img{opacity:0!important;visibility:hidden!important;pointer-events:none!important}
.tagmate-video[data-tagmate-state="ad"] .tagmate-video__play,.tagmate-video[data-tagmate-state="ad"] .tagmate-video__shield,.tagmate-video[data-tagmate-state="playing"] .tagmate-video__play,.tagmate-video[data-tagmate-state="playing"] .tagmate-video__shield,.tagmate-video[data-tagmate-state="fbready"] .tagmate-video__play,.tagmate-video[data-tagmate-state="fbready"] .tagmate-video__shield{display:none!important;opacity:0!important;visibility:hidden!important;pointer-events:none!important}
.tagmate-video[data-tagmate-state="preview"] .tagmate-video__play,.tagmate-video[data-tagmate-state="ended"] .tagmate-video__play{display:inline-flex!important;opacity:1!important;visibility:visible!important;pointer-events:auto!important}
.tagmate-video[data-tagmate-state="preview"] .tagmate-video__shield,.tagmate-video[data-tagmate-state="ended"] .tagmate-video__shield{display:block!important;opacity:1!important;visibility:visible!important;pointer-events:auto!important}
.tagmate-video[data-tagmate-state="preview"] .tagmate-video__preview,.tagmate-video[data-tagmate-state="ended"] .tagmate-video__preview{display:block!important;opacity:1!important;visibility:visible!important;pointer-events:none!important}
.tagmate-video__ad-panel{display:flex!important;flex-direction:column!important;align-items:center!important;justify-content:center!important;background:#fff!important;color:#111!important;border-radius:0!important;box-shadow:none!important}
.tagmate-video__ad-panel--vast,.tagmate-video__ad-code--vast,.tagmate-video__vast-slot{display:block!important;background:#000!important;box-shadow:none!important}
.tagmate-video__ad-code{display:flex!important;align-items:center!important;justify-content:center!important;width:100%!important;min-height:90px!important;margin:0 auto 12px!important;overflow:hidden!important}
.tagmate-video__vast-message{position:absolute!important;left:50%!important;top:50%!important;z-index:3!important;display:none!important;width:90%!important;max-width:360px!important;padding:12px 14px!important;background:rgba(255,255,255,.18)!important;color:#fff!important;font-size:13px!important;line-height:1.35!important;font-weight:700!important;text-align:center!important;transform:translate(-50%,-50%)!important;pointer-events:none!important;visibility:hidden!important;opacity:0!important}
.tagmate-video[data-tagmate-state="ad"] .tagmate-video__vast-message[aria-hidden="false"]{display:block!important;visibility:visible!important;opacity:1!important}
.tagmate-video__ad-continue{display:inline-flex!important;align-items:center!important;justify-content:center!important;min-height:40px!important;padding:10px 16px!important;border:0!important;border-radius:999px!important;background:var(--tagmate-brand,#e11d2e)!important;color:#fff!important;cursor:pointer!important;font-size:14px!important;font-weight:850!important}
.tagmate-video__ad-continue:disabled{cursor:not-allowed!important;opacity:.56!important;filter:grayscale(.25)!important}
.tagmate-video__next,.tagmate-video__next *,.tagmate-video__next-template,[data-tagmate-next-video]{display:none!important;visibility:hidden!important;opacity:0!important;pointer-events:none!important;width:0!important;height:0!important;max-width:0!important;max-height:0!important;padding:0!important;margin:0!important;overflow:hidden!important;position:absolute!important;inset:auto!important}
@media(max-width:760px){.tagmate-video,.entry-content .tagmate-video,.wp-site-blocks .tagmate-video{width:calc(100% + 20px)!important;max-width:calc(100vw - 6px)!important;margin:22px auto!important;margin-left:50%!important;margin-right:0!important;transform:translateX(-50%)!important;padding:5px!important;overflow:hidden!important}.tagmate-video__inner{max-width:100%!important;width:100%!important}.tagmate-video__label{margin:0 0 7px!important;font-size:13px!important;text-align:left!important}.tagmate-video__title{margin:0 0 9px!important;font-size:16px!important;line-height:1.25!important;text-align:left!important}.tagmate-video__media{line-height:0!important}.tagmate-video__play{width:54px!important;height:54px!important;min-width:54px!important;min-height:54px!important;max-width:54px!important;max-height:54px!important}.tagmate-video__play-icon{width:54px!important;height:54px!important;flex-basis:54px!important;font-size:21px!important}.tagmate-video__source,.tagmate-video__source a{font-size:9.5px!important;line-height:1.3!important}.tagmate-video__ad-panel{border-radius:0!important}}
@media(max-width:380px){.tagmate-video__title{font-size:15px!important}}
.tagmate-readmore,.entry-content .tagmate-readmore,.post-content .tagmate-readmore{display:block!important;position:relative!important;box-sizing:border-box!important;isolation:isolate!important;z-index:1!important;margin:28px 0 34px!important;min-height:286px!important;overflow:hidden!important;border-radius:22px!important;background:var(--tagmate-readmore-bg,#f3f4f6)!important;box-shadow:0 16px 40px rgba(15,23,42,.08)!important;clear:both!important;font-family:var(--tagmate-font,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Arial,sans-serif)!important}.tagmate-readmore *,.tagmate-readmore *:before,.tagmate-readmore *:after{box-sizing:border-box!important}.tagmate-readmore__blur{padding:34px 30px!important;max-height:312px!important;overflow:hidden!important;color:#1f2937!important;font-size:18px!important;line-height:1.75!important;text-align:left!important;filter:blur(4px)!important;opacity:.42!important;user-select:none!important;transform:scale(1.02)!important}.tagmate-readmore__panel{position:absolute!important;top:0!important;right:0!important;bottom:0!important;left:0!important;inset:0!important;display:flex!important;flex-direction:column!important;align-items:center!important;justify-content:center!important;gap:16px!important;padding:28px!important;text-align:center!important;background:linear-gradient(180deg,rgba(255,255,255,.28),rgba(255,255,255,.86) 54%,rgba(255,255,255,.96))!important;pointer-events:none!important}.tagmate-readmore__intro{color:#525252!important;font-size:14px!important;line-height:1.35!important;font-weight:650!important}.tagmate-readmore__button{display:inline-flex!important;align-items:center!important;justify-content:center!important;min-width:220px!important;padding:15px 28px!important;border:2px solid var(--tagmate-readmore-button,#e11d2e)!important;border-radius:999px!important;background:var(--tagmate-readmore-button,#e11d2e)!important;color:var(--tagmate-readmore-button-text,#fff)!important;text-decoration:none!important;font-size:16px!important;line-height:1.1!important;font-weight:900!important;box-shadow:0 12px 26px color-mix(in srgb,var(--tagmate-readmore-button,#e11d2e) 25%,transparent)!important;transition:transform .16s ease,box-shadow .16s ease,background .16s ease,color .16s ease!important;pointer-events:auto!important;cursor:pointer!important;user-select:none!important;-webkit-user-select:none!important;touch-action:manipulation!important}.tagmate-readmore__button:hover{transform:translateY(-1px)!important}.tagmate-readmore__button:focus-visible{outline:3px solid rgba(59,130,246,.45)!important;outline-offset:3px!important}.tagmate-readmore--square .tagmate-readmore__button{border-radius:8px!important}.tagmate-readmore--outline .tagmate-readmore__button{background:#fff!important;color:var(--tagmate-readmore-button,#e11d2e)!important}.tagmate-readmore--dark .tagmate-readmore__button{background:#111827!important;border-color:#111827!important;color:#fff!important}.tagmate-readmore--dark .tagmate-readmore__panel{background:linear-gradient(180deg,rgba(255,255,255,.08),rgba(17,24,39,.82) 58%,rgba(17,24,39,.94))!important}.tagmate-readmore--dark .tagmate-readmore__intro{color:#f8fafc!important}
.tagmate-article-gallery{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;margin:24px 0;padding:12px;border:1px solid rgba(15,23,42,.08);background:#fff;border-radius:12px;box-sizing:border-box}.tagmate-article-gallery__item{display:block;overflow:hidden;border-radius:10px;background:#f1f5f9;line-height:0;text-decoration:none!important}.tagmate-article-gallery__item img{display:block;width:100%;height:180px;object-fit:cover;margin:0!important;border:0!important;box-shadow:none!important}
@media(max-width:760px){.tagmate-readmore{margin:22px 0 30px!important;min-height:270px!important;border-radius:16px!important}.tagmate-readmore__panel{padding:22px 16px!important}.tagmate-readmore__blur{font-size:16px!important;padding:30px 22px!important;max-height:300px!important}.tagmate-readmore__button{width:100%!important;max-width:320px!important;min-height:48px!important;padding:14px 20px!important;font-size:16px!important}.tagmate-article-gallery{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;margin:18px 0;padding:8px}.tagmate-article-gallery__item img{height:130px}}
