.efitko-jed{--ejd-accent:#f6673e;--ejd-accent-d:#f43911;max-width:1200px;margin:0 auto 1.5em;color:#1f2933;font-size:16px;}
.efitko-jed *{box-sizing:border-box;}
/* resety proti štýlom témy (tagDiv/Newspaper pridáva odrážky, rámiky fieldsetu atď.) */
.efitko-jed ul,.efitko-jed ol,.efitko-jed li{list-style:none !important;margin:0 !important;padding:0 !important;background:none !important;}
.efitko-jed li:before{content:none !important;}
.efitko-jed fieldset{border:0 !important;margin:0 !important;padding:0 !important;min-width:0;background:none !important;}
.efitko-jed legend{border:0 !important;width:auto !important;float:none !important;}
.efitko-jed .ejd-form{background:#fbfcfd;border:1px solid #e6eaee;border-radius:14px;padding:24px;}
.efitko-jed .ejd-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:16px 18px;align-items:end;}
/* téma pridáva marginy na label/input/select – vynulovať, rozostupy rieši grid gap */
.efitko-jed .ejd-grid label{margin:0 !important;}
.efitko-jed input,.efitko-jed select,.efitko-jed textarea{margin:0 !important;}
/* intro nad formulárom */
.efitko-jed .ejd-intro{margin:0 0 16px;}
.efitko-jed .ejd-intro h3{margin:0 0 6px;font-size:1.35em;color:#1f2933;}
.efitko-jed .ejd-intro p{margin:0 0 12px;color:#4b5563;font-size:.95em;line-height:1.5;}
.efitko-jed .ejd-steps{list-style:none;margin:0;padding:0;display:flex;flex-wrap:wrap;gap:8px 18px;}
.efitko-jed .ejd-steps li{display:flex;align-items:center;gap:8px;font-size:.86em;color:#3a4a41;font-weight:600;}
.efitko-jed .ejd-steps li span{display:inline-flex;align-items:center;justify-content:center;width:22px;height:22px;border-radius:50%;background:var(--ejd-accent);color:#fff;font-size:.85em;font-weight:700;flex:0 0 auto;}
.efitko-jed .ejd-steps li em{font-style:normal;color:#7a8794;font-weight:400;}
/* sekcie */
.efitko-jed .ejd-sec{border:0 !important;padding:0 !important;margin:0 0 26px !important;min-width:0;}
.efitko-jed fieldset.ejd-sec + fieldset.ejd-sec{border-top:1px solid #eceff2 !important;padding-top:24px !important;}
.efitko-jed .ejd-sec legend{padding:0 !important;margin:0 0 14px !important;font-weight:700;font-size:.9em;color:var(--ejd-accent-d);text-transform:uppercase;letter-spacing:.3px;}
.efitko-jed .ejd-hint{margin:12px 2px 0;font-size:.78em;color:#7a8794;}
.efitko-jed label small{font-weight:400;color:#7a8794;}
/* výber balíka */
.efitko-jed .ejd-tiers{display:flex;flex-direction:column;gap:12px;margin:0;}
.efitko-jed .ejd-tier{flex-direction:row;align-items:stretch;gap:12px;cursor:pointer;border:2px solid #cfd6dc;border-radius:12px;padding:16px;background:#fff;font-weight:400;transition:border-color .15s,box-shadow .15s,background .15s;}
.efitko-jed .ejd-tier input{height:22px;width:22px;flex:0 0 auto;accent-color:var(--ejd-accent);margin-top:2px;}
.efitko-jed .ejd-tier-main{flex:1;display:flex;flex-direction:column;gap:7px;min-width:0;}
.efitko-jed .ejd-tier-head{display:flex;align-items:center;gap:9px;flex-wrap:wrap;}
.efitko-jed .ejd-tier-name{font-weight:800;font-size:1.08em;color:#1f2933;}
.efitko-jed .ejd-tier-badge{background:var(--ejd-accent);color:#fff;font-size:.62em;font-weight:700;text-transform:uppercase;letter-spacing:.4px;padding:3px 8px;border-radius:20px;white-space:nowrap;}
.efitko-jed .ejd-tier-benefits{margin:0;padding:0;list-style:none;display:flex;flex-direction:column;gap:3px;}
.efitko-jed .ejd-tier-benefits li{font-size:.86em;color:#3a4a41;padding-left:20px !important;position:relative;line-height:1.35;}
.efitko-jed .ejd-tier-benefits li:before{content:"✓" !important;position:absolute;left:0 !important;color:var(--ejd-accent-d);font-weight:700;}
.efitko-jed .ejd-tier-save{font-size:.8em;font-weight:700;color:#268a4f;background:#eef7f1;border-radius:6px;padding:4px 9px;align-self:flex-start;}
.efitko-jed .ejd-tier-pricebox{display:flex;flex-direction:column;align-items:flex-end;justify-content:center;flex:0 0 auto;padding-left:6px;}
.efitko-jed .ejd-tier-price{font-weight:800;font-size:1.5em;color:#1f2933;white-space:nowrap;line-height:1.1;}
.efitko-jed .ejd-tier-perday{font-size:.78em;color:#61707c;white-space:nowrap;margin-top:2px;}
.efitko-jed .ejd-tier-best{border-color:var(--ejd-accent);background:#fff8f6;}
.efitko-jed .ejd-tier:has(input:checked){border-color:var(--ejd-accent);box-shadow:0 0 0 3px rgba(246,103,62,.16);}
/* trust blok */
.efitko-jed .ejd-trust{display:flex;flex-wrap:wrap;justify-content:center;gap:6px 16px;margin:12px 0 0;}
.efitko-jed .ejd-trust span{font-size:.8em;color:#3a4a41;font-weight:600;}
@media(max-width:560px){
	.efitko-jed{font-size:15px;}
	.efitko-jed .ejd-form{padding:16px;}
	.efitko-jed .ejd-grid{grid-template-columns:1fr !important;gap:14px;align-items:stretch;}
	.efitko-jed .ejd-sec{margin:0 0 18px !important;}
	.efitko-jed fieldset.ejd-sec + fieldset.ejd-sec{padding-top:18px !important;}
	.efitko-jed .ejd-intro{margin:0 0 14px;}
	.efitko-jed .ejd-intro h3{font-size:1.2em;}
	.efitko-jed .ejd-tier{flex-wrap:wrap;}
	.efitko-jed .ejd-tier-pricebox{flex:1 1 100%;flex-direction:row;align-items:baseline;justify-content:flex-start;gap:9px;padding:10px 0 0 34px;text-align:left;min-width:0;}
	.efitko-jed .ejd-tier-perday{margin:0;}
	.efitko-jed .ejd-btn{padding:16px;}
}
.efitko-jed label{display:flex;flex-direction:column;font-weight:600;font-size:.9em;gap:5px;}
.efitko-jed input,.efitko-jed select{height:48px;padding:0 12px;border:1px solid #cfd6dc;border-radius:10px;background:#fff;font-size:1em;font-weight:400;}
.efitko-jed input:focus,.efitko-jed select:focus{outline:none;border-color:var(--ejd-accent);box-shadow:0 0 0 3px rgba(246,103,62,.22);}
.efitko-jed .ejd-check{flex-direction:row;align-items:flex-start;gap:11px;font-weight:400;font-size:.84em;margin-top:12px;line-height:1.45;cursor:pointer;background:#fff;border:1px solid #e6eaee;border-radius:10px;padding:12px 14px;}
.efitko-jed .ejd-check input{height:22px;width:22px;flex:0 0 auto;margin-top:0;accent-color:var(--ejd-accent);cursor:pointer;}
.efitko-jed .ejd-check span{flex:1;min-width:0;overflow-wrap:break-word;}
.efitko-jed .ejd-check a{color:var(--ejd-accent-d);font-weight:600;overflow-wrap:break-word;}
.efitko-jed .ejd-err{margin:14px 0 0;padding:10px 12px;background:#fdecec;border:1px solid #f4b8b8;border-radius:8px;color:#a12525;font-size:.9em;}
.efitko-jed .ejd-btn{display:inline-block;width:100%;margin-top:18px;background:var(--ejd-accent);color:#fff;border:0;font-weight:700;font-size:1.1em;padding:16px 24px;border-radius:10px;cursor:pointer;text-decoration:none;text-align:center;transition:background .15s;}
.efitko-jed .ejd-btn:hover{background:var(--ejd-accent-d);}
.efitko-jed .ejd-btn:disabled{opacity:.7;cursor:default;}
.efitko-jed .ejd-note{text-align:center;font-size:.8em;color:#7a8794;margin:.7em 0 0;}
.efitko-jed .ejd-note a{color:inherit;text-decoration:underline;}
.efitko-jed .ejd-status{margin-top:10px;}
.efitko-jed .ejd-ok{background:#eef7f1;border:1px solid #bfe3cd;border-radius:12px;padding:22px;text-align:center;}
.efitko-jed .ejd-ok h3{margin:.2em 0 .4em;color:#268a4f;}
.efitko-jed .ejd-cancel{background:#fdf3e7;border:1px solid #f0c98a;border-radius:8px;padding:14px;color:#8a5b16;text-align:center;}
.efitko-jed .ejd-kosik{margin-top:18px;padding-top:16px;border-top:1px solid #d7e8dd;}
.efitko-jed .ejd-kosik p{margin:0 0 .7em;color:#3a4a41;font-size:.95em;}
.efitko-jed .ejd-kosik-btn{display:inline-block;background:#fff;color:var(--ejd-accent-d) !important;border:2px solid var(--ejd-accent);text-decoration:none;font-weight:700;padding:11px 22px;border-radius:8px;transition:background .15s,color .15s;}
.efitko-jed .ejd-kosik-btn:hover{background:var(--ejd-accent);color:#fff !important;}
@media(max-width:560px){.efitko-jed .ejd-grid{grid-template-columns:1fr;}}

/* Horný CTA blok (scrollne k formuláru) */
.ejd-topcta{max-width:680px;margin:1.4em auto;background:#14181c;border-radius:14px;padding:24px 22px;text-align:center;color:#fff;}
.ejd-topcta h3{color:#fff;margin:0 0 .4em;font-size:1.35em;line-height:1.25;}
.ejd-topcta p{color:#cbd2d9;margin:0 0 1em;font-size:.98em;}
.ejd-topcta-btn{display:inline-block;background:#f6673e;color:#fff !important;text-decoration:none;font-weight:700;font-size:1.05em;padding:14px 28px;border-radius:8px;transition:background .15s;}
.ejd-topcta-btn:hover{background:#f43911;color:#fff;}

/* Homepage banner (svetlý, horizontálny – ladí s magazínom) */
.ejd-banner{box-sizing:border-box;display:flex;align-items:center;gap:26px;max-width:1120px;margin:26px auto;background:#fff8f6;border:1px solid #f6d9cf;border-left:6px solid #f6673e;border-radius:14px;padding:24px 30px;box-shadow:0 8px 28px rgba(20,24,28,.09);color:#1f2933;}
.ejd-banner *{box-sizing:border-box;}
/* vysoká špecifickosť (.ejd-banner …) + !important – banner žije v .td-post-content (tagDiv prebíja) */
.ejd-banner .ejd-banner-visual{flex:0 0 auto;margin:0 !important;}
.ejd-banner .ejd-banner-visual img{display:block !important;width:104px !important;max-width:104px !important;height:auto !important;margin:0 !important;border-radius:8px;box-shadow:0 5px 16px rgba(20,24,28,.2);}
.ejd-banner .ejd-banner-txt{flex:1;min-width:0;}
.ejd-banner .ejd-banner-tag{display:inline-block;background:#f6673e;color:#fff;font-weight:700;font-size:11px;letter-spacing:.6px;text-transform:uppercase;padding:4px 11px;border-radius:20px;margin:0 0 10px !important;}
.ejd-banner .ejd-banner-txt h3{margin:.05em 0 .35em !important;font-size:1.5em;line-height:1.2;color:#14181c;font-weight:800;}
.ejd-banner .ejd-banner-txt p{margin:0 0 11px !important;color:#5b6670;font-size:.94em;line-height:1.5;}
.ejd-banner ul.ejd-banner-benefits{margin:0 !important;padding:0 !important;list-style:none !important;display:flex;flex-wrap:wrap;gap:5px 18px;}
.ejd-banner ul.ejd-banner-benefits li{list-style:none !important;margin:0 !important;padding:0 0 0 20px !important;font-size:.87em;color:#3a4a41;font-weight:600;position:relative;background:none !important;}
.ejd-banner ul.ejd-banner-benefits li:before{content:"✓" !important;position:absolute !important;left:0 !important;top:0 !important;color:#f43911;font-weight:700;}
.ejd-banner .ejd-banner-cta{flex:0 0 auto;display:flex;flex-direction:column;align-items:center;text-align:center;min-width:196px;}
.ejd-banner .ejd-banner-price{font-size:2em;font-weight:800;color:#14181c;line-height:1.1;margin:0 !important;}
.ejd-banner .ejd-banner-perday{font-size:.82em;color:#7a8794;margin:2px 0 10px !important;}
.ejd-banner a.ejd-banner-btn{display:block !important;box-sizing:border-box;background:#f6673e !important;color:#fff !important;text-decoration:none !important;font-weight:700;font-size:1.02em;padding:14px 26px !important;border-radius:10px;white-space:nowrap;transition:background .15s;width:100%;text-align:center;margin:0 !important;box-shadow:none !important;}
.ejd-banner a.ejd-banner-btn:hover{background:#f43911 !important;color:#fff !important;}
.ejd-banner .ejd-banner-micro{font-size:.74em;color:#8a97a1;margin:8px 0 0 !important;line-height:1.35;}
@media(max-width:760px){
	.ejd-banner{flex-direction:column;align-items:stretch;text-align:left;gap:16px;padding:22px;}
	.ejd-banner .ejd-banner-visual{align-self:center;}
	.ejd-banner .ejd-banner-visual img{width:128px !important;max-width:128px !important;}
	.ejd-banner .ejd-banner-cta{align-items:stretch;min-width:0;}
	.ejd-banner .ejd-banner-price{font-size:1.7em;}
	.ejd-banner a.ejd-banner-btn{min-height:50px;}
}
