/* MioWeb event editor */
.ohko-admin-box{margin:24px 0 0;border:1px solid #dce5ea;border-radius:10px;background:#fff;overflow:hidden}.ohko-admin-box__head{display:flex;justify-content:space-between;align-items:center;padding:18px 20px;border-bottom:1px solid #e8edf1}.ohko-admin-box__title{display:flex;align-items:center;gap:9px;font-size:15px}.ohko-pill{display:inline-flex;padding:3px 8px;border-radius:999px;background:#e9f8ff;color:#1687b5;font-size:10px;font-weight:700}.ohko-admin-section{padding:18px 20px;border-bottom:1px solid #edf1f3}.ohko-admin-section:last-child{border-bottom:0}.ohko-admin-section__title{font-size:12px;text-transform:uppercase;letter-spacing:.04em;color:#7a8994;font-weight:700;margin-bottom:14px}.ohko-admin-rows{display:grid;grid-template-columns:1fr 1fr;gap:14px 28px}.ohko-admin-field{display:grid;grid-template-columns:minmax(120px,1fr) minmax(160px,220px);align-items:center;gap:14px;font-weight:600}.ohko-admin-field input[type=number],.ohko-admin-field input[type=text],.ohko-admin-field input[type=url],.ohko-admin-field input[type=datetime-local]{width:100%;box-sizing:border-box}.ohko-admin-field small{display:block;color:#7b8790;font-weight:400;margin-top:3px}.ohko-switch-row{display:flex;align-items:center;gap:9px;font-weight:600}.ohko-admin-wide{grid-column:1/-1}.ohko-admin-wide.ohko-admin-field{grid-template-columns:190px 1fr}.ohko-help{margin:0;padding:14px 20px;color:#71808a;font-size:12px;background:#fafcfd}#ohko-save-state{font-size:12px;color:#647784}.is-error{color:#b42318!important}.ohko-adapter-state{display:inline-flex;align-items:center;gap:6px;font-size:11px;padding:4px 8px;border-radius:999px;background:#f2f4f7;color:#667085}.ohko-adapter-state.is-on{background:#ecfdf3;color:#067647}@media(max-width:1000px){.ohko-admin-rows{grid-template-columns:1fr}.ohko-admin-wide{grid-column:auto}}

/* Frontend popup – aligned with komoraopava.cz visual language */
.ohko-modal[hidden]{display:none!important}.ohko-modal{position:fixed;inset:0;z-index:999999;font-family:'Open Sans',Arial,sans-serif;color:#111}.ohko-modal__backdrop{position:absolute;inset:0;background:rgba(29,29,29,.90)}.ohko-modal__dialog{position:relative;z-index:2;width:min(var(--ohko-modal-width,600px),calc(100% - 30px));max-height:calc(100vh - 64px);overflow:auto;margin:32px auto;background:#fff;padding:46px 50px 56px;box-sizing:border-box;box-shadow:0 16px 60px rgba(0,0,0,.26);border-radius:0}.ohko-modal__close{position:absolute;top:-38px;right:0;border:0;background:transparent;color:#c5c5c5;font-size:36px;font-weight:300;line-height:1;cursor:pointer;padding:0}.ohko-modal__close:hover{color:#fff}.ohko-modal-open{overflow:hidden}.ohko-modal__title{margin:3px 0 38px!important;text-align:center;font-family:'Open Sans',Arial,sans-serif!important;font-size:18px!important;line-height:1.35!important;font-weight:700!important;color:#111!important}.ohko-form-stack{display:flex;flex-direction:column;gap:9px}.ohko-field,.ohko-lookup-btn{box-sizing:border-box!important;border:0!important;border-radius:0!important;box-shadow:none!important;outline:none!important}.ohko-field{display:block;width:100%!important;min-height:47px!important;padding:12px 15px!important;background:var(--ohko-input-bg,#eee)!important;color:#616d79!important;font:400 16px/1.35 'Open Sans',Arial,sans-serif!important}.ohko-field::placeholder{color:#74808b;opacity:1}.ohko-field:focus{box-shadow:inset 0 0 0 2px color-mix(in srgb,var(--ohko-brand,#ffab00) 65%,#fff)!important}.ohko-ico-row{display:grid;grid-template-columns:1fr 128px;gap:9px}.ohko-lookup-btn{min-height:47px;padding:8px 12px;background:#d9d9d9;color:#333;font-weight:700;cursor:pointer}.ohko-lookup-btn:hover{background:#cfcfcf}.ohko-status{padding:10px 13px;font-size:13px;line-height:1.4;background:#f5f5f5}.ohko-status.is-ok{background:#edf8f1;color:#176b35}.ohko-status.is-bad{background:#fff3f1;color:#9f2d24}.ohko-pricebox{display:flex;justify-content:space-between;align-items:center;gap:18px;margin:16px 0 8px;padding:12px 14px;background:#f7f7f7;font-size:13px}.ohko-pricebox strong{white-space:nowrap;font-size:16px}.ohko-privacy{font-size:12px;line-height:1.45;margin:10px 2px 20px;color:#111}.ohko-privacy a{color:var(--ohko-brand,#ffab00);text-decoration:underline}.ohko-primary{display:block;width:100%;min-height:56px;border:4px solid #d6d6d6;border-radius:9999px;background:var(--ohko-brand,#ffab00);color:#fff;font:700 18px/1 'Open Sans',Arial,sans-serif;cursor:pointer;padding:11px 20px;transition:.15s ease}.ohko-primary:hover{filter:brightness(.94);border-color:#c9c9c9}.ohko-primary:disabled{opacity:.65;cursor:wait}.ohko-message{margin-top:12px;font-size:13px;line-height:1.45}.ohko-message.is-error{color:#a1261d}.ohko-message.is-ok{color:#176b35}@media(max-width:640px){.ohko-modal__dialog{width:calc(100% - 20px);margin:28px auto;padding:36px 24px 32px;max-height:calc(100vh - 48px)}.ohko-modal__title{margin-bottom:26px!important}.ohko-ico-row{grid-template-columns:1fr}.ohko-pricebox{align-items:flex-start;flex-direction:column;gap:6px}}

.ohko-terms{
    display:flex;
    align-items:flex-start;
    gap:9px;
    margin:10px 0 16px;
    font-size:13px;
    line-height:1.4;
}
.ohko-terms input{
    margin-top:2px;
    flex:0 0 auto;
}
.ohko-terms a{
    color:var(--ohko-brand);
    text-decoration:underline;
}

/* 0.9.0 RC – clearer booking form */
.ohko-modal__lead{margin:-24px 0 28px;text-align:center;color:#66717b;font-size:13px;line-height:1.5}.ohko-two-cols{display:grid;grid-template-columns:1fr 1fr;gap:9px}.ohko-address-cols{display:grid;grid-template-columns:1fr 130px;gap:9px}.ohko-type{border:0;margin:7px 0 2px;padding:0}.ohko-type legend{margin:0 0 8px;font-size:13px;font-weight:700;color:#20252a}.ohko-type__options{display:grid;grid-template-columns:1fr 1fr;gap:8px}.ohko-type__option{position:relative;cursor:pointer}.ohko-type__option input{position:absolute;opacity:0;pointer-events:none}.ohko-type__option span{display:flex;min-height:46px;align-items:center;justify-content:center;padding:9px 12px;box-sizing:border-box;border:1px solid #d7dadd;background:#f3f3f3;color:#4d5862;font-size:13px;font-weight:700;text-align:center;transition:.15s ease}.ohko-type__option input:checked+span{border-color:var(--ohko-brand,#ffab00);background:color-mix(in srgb,var(--ohko-brand,#ffab00) 11%,#fff);color:#151515;box-shadow:inset 0 -3px 0 var(--ohko-brand,#ffab00)}.ohko-type__option input:focus-visible+span{outline:2px solid var(--ohko-brand,#ffab00);outline-offset:2px}.ohko-conditional[hidden]{display:none!important}.ohko-conditional{display:flex;flex-direction:column;gap:9px;margin-top:2px}.ohko-section-label{margin:4px 1px -1px;font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:.035em;color:#6b7580}.ohko-field-hint{margin:-2px 2px 0;color:#737e88;font-size:11px;line-height:1.45}.ohko-qty-row{display:grid;grid-template-columns:1fr 110px;align-items:center;gap:12px;margin-top:5px}.ohko-qty-row label{font-size:13px;font-weight:700;color:#20252a}.ohko-qty{text-align:center}.ohko-pricebox{margin-top:14px}.ohko-pricebox #ohko-member-label{line-height:1.35}
@media(max-width:640px){.ohko-two-cols,.ohko-address-cols,.ohko-type__options{grid-template-columns:1fr}.ohko-modal__lead{margin-top:-16px;margin-bottom:22px}.ohko-qty-row{grid-template-columns:1fr 96px}}

/* 0.9.0-rc4: soukromá fakturace + samostatné ověření členského nároku */
.ohko-member-claim[hidden]{display:none!important}.ohko-member-claim{display:flex;align-items:flex-start;gap:9px;margin:8px 1px 1px;padding:0;cursor:pointer;font-size:13px;line-height:1.4;color:#20252a;font-weight:600}.ohko-member-claim input{width:17px;height:17px;margin:1px 0 0;accent-color:var(--ohko-brand,#ffab00);flex:0 0 auto}.ohko-member-verify[hidden]{display:none!important}.ohko-member-verify{display:flex;flex-direction:column;gap:9px;margin-top:3px;padding-top:4px;border-top:1px solid #eceeef}

/* 0.9.0-rc5: čtyřkrokový registrační wizard */
.ohko-wizard__header{margin-bottom:30px}.ohko-wizard__header .ohko-modal__title{margin:0 0 6px!important}.ohko-wizard__event{max-width:460px;margin:0 auto 24px;text-align:center;color:#68737d;font-size:12px;line-height:1.45}.ohko-progress{display:flex;align-items:flex-start;justify-content:center;margin:24px auto 0;max-width:460px}.ohko-progress__item{display:flex;flex:0 0 70px;flex-direction:column;align-items:center;gap:6px;color:#9aa2aa;font-size:10px;text-align:center}.ohko-progress__item span{display:flex;align-items:center;justify-content:center;width:28px;height:28px;border:1px solid #d8dde1;border-radius:50%;background:#fff;color:#7d8790;font-size:11px;font-style:normal;font-weight:700;box-sizing:border-box}.ohko-progress__item em{font-style:normal;font-weight:600;white-space:nowrap}.ohko-progress__item.is-active{color:#20252a}.ohko-progress__item.is-active span{border-color:var(--ohko-brand,#ffab00);background:var(--ohko-brand,#ffab00);color:#fff}.ohko-progress__item.is-done{color:#58636d}.ohko-progress__item.is-done span{border-color:#dfe9e3;background:#edf8f1;color:#176b35}.ohko-progress__line{height:1px;flex:1;min-width:16px;max-width:55px;margin-top:14px;background:#e2e5e8}.ohko-progress__line.is-done{background:#badac6}.ohko-wizard__step[hidden]{display:none!important}.ohko-wizard__step{animation:ohkoStepIn .16s ease both}@keyframes ohkoStepIn{from{opacity:0;transform:translateY(4px)}to{opacity:1;transform:none}}.ohko-step-head{margin:0 0 24px;text-align:center}.ohko-step-head h3{margin:0 0 7px!important;color:#17191b!important;font:700 19px/1.35 'Open Sans',Arial,sans-serif!important}.ohko-step-head p{margin:0;color:#74808a;font-size:12px;line-height:1.5}.ohko-choice-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px}.ohko-choice-card{position:relative;display:flex;min-height:138px;box-sizing:border-box;flex-direction:column;align-items:flex-start;justify-content:center;padding:23px 22px;border:1px solid #dde1e4;background:#fafafa;cursor:pointer;transition:border-color .15s ease,box-shadow .15s ease,background .15s ease}.ohko-choice-card:hover{border-color:#c8cdd1;background:#fff}.ohko-choice-card input{position:absolute;opacity:0;pointer-events:none}.ohko-choice-card strong{display:block;color:#1d2226;font-size:14px;line-height:1.35}.ohko-choice-card small{display:block;margin-top:7px;color:#78838d;font-size:11px;line-height:1.5}.ohko-choice-card:has(input:checked){border-color:var(--ohko-brand,#ffab00);background:color-mix(in srgb,var(--ohko-brand,#ffab00) 8%,#fff);box-shadow:inset 0 -3px 0 var(--ohko-brand,#ffab00)}.ohko-choice-card:has(input:focus-visible){outline:2px solid var(--ohko-brand,#ffab00);outline-offset:2px}.ohko-choice-grid--compact{margin-bottom:14px}.ohko-choice-card--compact{min-height:94px;padding:17px 18px}.ohko-step-block{display:flex;flex-direction:column;gap:9px;margin-bottom:20px}.ohko-step-block[hidden]{display:none!important}.ohko-step-block:last-of-type{margin-bottom:0}.ohko-result-card{display:grid;grid-template-columns:28px 1fr;gap:11px;align-items:flex-start;margin-top:2px;padding:14px 15px;background:#f5f7f6;border:1px solid #e4e9e6}.ohko-result-card[hidden]{display:none!important}.ohko-result-card__check{display:flex;align-items:center;justify-content:center;width:24px;height:24px;border-radius:50%;background:#e2f4e8;color:#176b35;font-weight:800}.ohko-result-card strong,.ohko-result-card span,.ohko-result-card small{display:block}.ohko-result-card strong{font-size:13px;color:#22282d}.ohko-result-card span{margin-top:3px;font-size:12px;color:#606c76}.ohko-result-card small{margin-top:4px;font-size:10px;color:#7d8790}.ohko-wizard__nav{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-top:28px;padding-top:19px;border-top:1px solid #eceff1}.ohko-secondary,.ohko-next{min-height:45px;border-radius:0!important;padding:10px 18px;font:700 13px/1 'Open Sans',Arial,sans-serif;cursor:pointer}.ohko-secondary{border:1px solid #d8dde1;background:#fff;color:#65717c}.ohko-secondary:hover{background:#f7f7f7}.ohko-next{border:1px solid var(--ohko-brand,#ffab00);background:var(--ohko-brand,#ffab00);color:#fff}.ohko-next:hover{filter:brightness(.96)}.ohko-next:disabled{opacity:.65;cursor:wait}.ohko-membership-question{margin:0 0 14px;color:#2a3035;font-size:13px;font-weight:700;line-height:1.45}.ohko-membership-card{display:flex;flex-direction:column;gap:5px;padding:22px;border:1px solid #e1e5e8;background:#f7f8f8}.ohko-membership-card[hidden]{display:none!important}.ohko-membership-card strong{font-size:14px;color:#252b30}.ohko-membership-card span{font-size:12px;color:#5f6b75}.ohko-membership-card small{font-size:12px;color:#6e7982}.ohko-membership-card.is-ok{border-color:#d7eadf;background:#edf8f1}.ohko-membership-card.is-ok strong{color:#176b35}.ohko-membership-card.is-bad{border-color:#f0d9d6;background:#fff3f1}.ohko-membership-card.is-bad strong{color:#9f2d24}.ohko-membership-card.is-neutral{border-color:#e3e6e8;background:#f7f7f7}.ohko-member-verify{margin-top:14px;padding-top:16px;border-top:1px solid #eceff1}.ohko-summary-card{border:1px solid #e5e8ea;background:#fff}.ohko-summary-row{display:grid;grid-template-columns:130px 1fr;gap:2px 16px;padding:13px 15px;border-bottom:1px solid #edf0f1}.ohko-summary-row:last-child{border-bottom:0}.ohko-summary-row>span{grid-row:1/3;color:#7a858e;font-size:11px;font-weight:600}.ohko-summary-row>strong{font-size:12px;color:#22282d;text-align:right}.ohko-summary-row>small{font-size:10px;line-height:1.4;color:#78838c;text-align:right}.ohko-summary-row--membership{background:#fafbfa}.ohko-qty-card{display:flex;align-items:center;justify-content:space-between;gap:18px;margin-top:14px;padding:15px;background:#f7f7f7}.ohko-qty-card>div:first-child{display:flex;flex-direction:column;gap:3px}.ohko-qty-card strong{font-size:13px;color:#20252a}.ohko-qty-card small{font-size:10px;color:#7c8790}.ohko-counter{display:grid;grid-template-columns:38px 52px 38px;align-items:stretch}.ohko-counter button,.ohko-counter input{height:40px;box-sizing:border-box;border:1px solid #d9dde0!important;border-radius:0!important;background:#fff!important;color:#272d32!important;box-shadow:none!important;text-align:center}.ohko-counter button{font-size:20px;line-height:1;cursor:pointer}.ohko-counter button:hover{background:#f1f2f2!important}.ohko-counter input{width:52px!important;border-left:0!important;border-right:0!important;padding:0!important;font-size:14px!important;-moz-appearance:textfield}.ohko-counter input::-webkit-outer-spin-button,.ohko-counter input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.ohko-pricebox--summary{margin:10px 0 8px;padding:15px;background:#f2f3f3}.ohko-pricebox--summary strong{font-size:17px}.ohko-back-link{display:block;margin:12px auto 0;border:0;background:transparent;color:#727d86;font:600 11px/1.4 'Open Sans',Arial,sans-serif;cursor:pointer;text-decoration:underline}.ohko-back-link:hover{color:#333}.ohko-wizard .ohko-message{min-height:0;margin-top:10px;text-align:center}.ohko-wizard .ohko-message:empty{display:none}.ohko-wizard .ohko-privacy{margin:12px 2px 16px;color:#6f7982;font-size:10px}.ohko-wizard .ohko-primary{min-height:54px;font-size:16px}.ohko-wizard .ohko-section-label{margin:0 1px 1px}.ohko-wizard .ohko-field-hint{font-size:10px}.ohko-wizard .ohko-status{margin-top:1px}
@media(max-width:640px){.ohko-modal__dialog{padding:32px 20px 28px}.ohko-wizard__header{margin-bottom:24px}.ohko-wizard__event{margin-bottom:20px}.ohko-progress__item{flex-basis:52px}.ohko-progress__item em{font-size:9px}.ohko-progress__line{min-width:8px}.ohko-choice-grid{grid-template-columns:1fr}.ohko-choice-card{min-height:96px;padding:18px}.ohko-choice-grid--compact{grid-template-columns:1fr 1fr}.ohko-choice-card--compact{min-height:82px;padding:14px}.ohko-two-cols,.ohko-address-cols{grid-template-columns:1fr}.ohko-wizard__nav{margin-top:22px}.ohko-summary-row{grid-template-columns:100px 1fr}.ohko-qty-card{padding:13px}.ohko-counter{grid-template-columns:34px 46px 34px}.ohko-counter input{width:46px!important}.ohko-secondary,.ohko-next{padding:9px 13px}}

.ohko-result-card--membership{margin-top:10px;border-color:#d7eadf;background:#f3faf6}.ohko-result-card--membership strong{color:#20252a}

/* 0.9.0-rc9: capacity + registration gate */
#ohko-capacity-state{grid-column:1/-1;padding:8px 0 0;background:transparent}.ohko-help.is-full,#ohko-capacity-state.is-full{color:#b42318}.ohko-modal__dialog.is-gated>*:not(.ohko-modal__close):not(#ohko-event-gate){display:none!important}.ohko-event-gate{min-height:310px;box-sizing:border-box;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:28px 10px}.ohko-event-gate[hidden]{display:none!important}.ohko-event-gate__icon{display:flex;align-items:center;justify-content:center;width:58px;height:58px;margin-bottom:20px;border:2px solid #efc8c4;border-radius:50%;background:#fff5f3;color:#b42318;font-size:32px;font-weight:400;line-height:1}.ohko-event-gate h2{margin:0 0 9px!important;color:#1c2024!important;font:700 22px/1.35 'Open Sans',Arial,sans-serif!important}.ohko-event-gate p{max-width:390px;margin:0;color:#737e88;font-size:13px;line-height:1.55}.ohko-event-gate__capacity{margin-top:18px;padding:9px 14px;background:#f5f6f6;color:#59656f;font-size:12px;font-weight:600}.ohko-event-gate.is-loading .ohko-event-gate__icon{border-color:#e4e7e9;background:#fafafa;color:#8b949c;font-size:22px}.ohko-availability-badge{display:inline-flex;align-items:center;gap:7px;padding:7px 11px;border:1px solid #dde3e0;background:#f7f9f8;color:#3e4b44;font-size:12px;font-weight:700;line-height:1.2}.ohko-availability-badge.is-open{border-color:#d7eadf;background:#edf8f1;color:#176b35}.ohko-availability-badge.is-full,.ohko-availability-badge.is-closed{border-color:#f0d9d6;background:#fff3f1;color:#9f2d24}.ohko-remaining-count{font-weight:700}
@media(max-width:640px){.ohko-event-gate{min-height:260px;padding:20px 0}.ohko-event-gate h2{font-size:20px!important}}
/* rc10 — compact live capacity status inside the registration wizard */
.ohko-wizard-availability{display:flex;align-items:center;justify-content:center;max-width:460px;min-height:30px;box-sizing:border-box;margin:18px auto 0;padding:7px 11px;border:1px solid #d7eadf;background:#f2faf5;color:#176b35;font-size:11px;font-weight:600;line-height:1.4;text-align:center}
.ohko-wizard-availability:before{content:'';flex:0 0 7px;width:7px;height:7px;margin-right:8px;border-radius:50%;background:#42a66a}
.ohko-wizard-availability.is-full,.ohko-wizard-availability.is-closed{border-color:#f0d9d6;background:#fff5f3;color:#9f2d24}
.ohko-wizard-availability.is-full:before,.ohko-wizard-availability.is-closed:before{background:#c64c40}
@media(max-width:640px){.ohko-wizard-availability{margin-top:15px;font-size:10px}}
.ohko-free-member-gate{display:flex;flex-direction:column;gap:10px}.ohko-free-member-gate[hidden]{display:none!important}.ohko-wizard__nav--single{margin-top:16px}.ohko-participants-editor{margin-top:14px}.ohko-attendees-block{margin-top:14px;padding:15px;background:#fafafa;border:1px solid #eceff1}.ohko-attendees-block .ohko-section-label{margin-bottom:4px}.ohko-attendees-block .ohko-field-hint{margin-bottom:10px}.ohko-attendee-row{display:grid;grid-template-columns:28px 1fr 1fr;gap:8px;align-items:center;margin-top:8px}.ohko-attendee-row:first-child{margin-top:0}.ohko-attendee-num{font-size:12px;font-weight:700;color:#65717b}.ohko-attendee-row small{grid-column:2/4;margin-top:-3px;font-size:9px;color:#7c8790}.ohko-attendee-row .ohko-field[readonly]{background:#f5f6f6!important;color:#58636d!important}.ohko-custom-fields{display:flex;flex-direction:column;gap:12px;margin-top:18px}.ohko-custom-field{display:flex;flex-direction:column;gap:6px}.ohko-custom-field>label{font-size:12px;font-weight:700;color:#2a3035}.ohko-custom-field textarea.ohko-field{min-height:90px!important;resize:vertical}.ohko-free-success{padding:24px 4px 4px;text-align:center}.ohko-free-success__icon{display:flex;align-items:center;justify-content:center;width:58px;height:58px;margin:0 auto 18px;border-radius:50%;background:#edf8f1;color:#176b35;font-size:30px;font-weight:700}.ohko-free-success h2{margin:0 0 8px!important;font:700 22px/1.3 'Open Sans',Arial,sans-serif!important}.ohko-free-success p{margin:0 0 24px;color:#6f7982;font-size:13px}.ohko-free-success .ohko-primary{max-width:320px;margin:0 auto}@media(max-width:640px){.ohko-attendee-row{grid-template-columns:24px 1fr}.ohko-attendee-row .ohko-attendee-last{grid-column:2}.ohko-attendee-row small{grid-column:2}.ohko-attendees-block{padding:12px}}

/* 0.10.0-rc2 – free registration + editor cleanup */
.ohko-wizard [hidden]{display:none!important}

/* MioWeb event editor – mode, custom questions and SmartEmailing */
.ohko-mode-bar{display:flex;align-items:center;gap:18px;margin:0 0 18px;padding:13px 15px;border:1px solid #e4eaee;background:#f8fafb}.ohko-mode-caption{color:#667784;font-size:12px}.ohko-free-rule{grid-column:1/-1;display:flex;flex-direction:column;gap:3px;padding:13px 15px;border:1px solid #d8eadf;background:#f1faf4;color:#176b35}.ohko-free-rule strong{font-size:13px}.ohko-free-rule span{font-size:11px;font-weight:400}.ohko-section-heading{display:flex;align-items:flex-start;justify-content:space-between;gap:20px;margin-bottom:16px}.ohko-section-heading .ohko-admin-section__title{margin:0 0 5px}.ohko-section-heading p{margin:0;max-width:720px;color:#71808a;font-size:12px;line-height:1.45}.ohko-question-list{display:flex;flex-direction:column;gap:12px}.ohko-question-empty{display:flex;flex-direction:column;gap:4px;padding:18px;border:1px dashed #d6dfe5;background:#fafcfd;color:#647681}.ohko-question-empty strong{color:#34424d;font-size:13px}.ohko-question-empty span{font-size:11px}.ohko-question-row{padding:16px;border:1px solid #dfe7ec;border-radius:7px;background:#fbfcfd;box-shadow:0 1px 1px rgba(35,55,70,.02)}.ohko-question-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:13px}.ohko-question-number{display:inline-flex;padding:4px 8px;border-radius:999px;background:#eaf7fd;color:#1586b4;font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:.04em}.ohko-q-remove{border:0;background:transparent;color:#b42318;font-size:11px;cursor:pointer;text-decoration:none}.ohko-q-remove:hover{text-decoration:underline}.ohko-question-main,.ohko-question-help,.ohko-question-options>label:not(.ohko-q-required){display:flex;flex-direction:column;gap:6px;color:#566773;font-size:11px;font-weight:600}.ohko-question-main>input,.ohko-question-help>input,.ohko-question-options select{width:100%!important;min-height:38px!important;box-sizing:border-box;padding:7px 10px!important;border:1px solid #ccd7de!important;border-radius:4px!important;background:#fff!important;box-shadow:none!important;color:#25333d!important}.ohko-question-main>input{font-size:13px!important;font-weight:600}.ohko-question-options{display:grid;grid-template-columns:minmax(200px,320px) 1fr;align-items:end;gap:18px;margin-top:13px}.ohko-q-required{display:flex;align-items:center;gap:8px;min-height:38px;color:#4f606b;font-size:12px;font-weight:600}.ohko-q-required input{margin:0}.ohko-question-help{margin-top:13px}.ohko-question-help small{font-weight:400;color:#8a969e}.ohko-smartemailing-row{display:flex;align-items:flex-end;gap:10px;max-width:820px}.ohko-smartemailing-row label{display:flex;flex:1;flex-direction:column;gap:6px;color:#566773;font-size:11px;font-weight:600}.ohko-smartemailing-row select{width:100%;min-height:38px}.ohko-inline-help{margin-top:8px;color:#71808a;font-size:11px}.ohko-inline-help.is-error{color:#b42318}.ohko-mio-provision .ohko-help{padding:3px 0;background:transparent}
@media(max-width:900px){.ohko-section-heading{flex-direction:column}.ohko-question-options{grid-template-columns:1fr}.ohko-smartemailing-row{align-items:stretch;flex-direction:column}.ohko-mode-bar{align-items:flex-start;flex-direction:column;gap:6px}}
.ohko-question-bottom{display:grid;grid-template-columns:1fr minmax(180px,240px);gap:14px;margin-top:13px}.ohko-question-bottom .ohko-question-help{margin-top:0}.ohko-question-se{display:flex;flex-direction:column;gap:6px;color:#566773;font-size:11px;font-weight:600}.ohko-question-se small{font-weight:400;color:#8a969e}.ohko-question-se input{width:100%!important;min-height:38px!important;box-sizing:border-box;padding:7px 10px!important;border:1px solid #ccd7de!important;border-radius:4px!important;background:#fff!important;box-shadow:none!important;color:#25333d!important}@media(max-width:900px){.ohko-question-bottom{grid-template-columns:1fr}}
