.evo-exc-block{margin-top:12px;padding:16px;border:1px solid #e0e0e0;border-radius:8px;background:#fafafa}.evo-exc-block__title{font-weight:600;font-size:1rem;margin-bottom:12px}.evo-exc-field{display:block;margin:0 0 12px}.evo-exc-field:last-child{margin-bottom:0}.evo-exc-field__label{display:block;font-size:.82rem;font-weight:500;margin-bottom:4px;color:#2b2d2f}.evo-exc-input{width:100%;box-sizing:border-box;padding:.55rem .65rem;border:1px solid #c9ccd1;border-radius:6px;font-size:.95rem;background:#fff}.evo-exc-input:focus{outline:2px solid var(--wc-form-border-color,#3858e9);outline-offset:-1px;border-color:transparent}.evo-exc-input[disabled]{background:#f1f1f1;color:#888}textarea.evo-exc-input{resize:vertical}.evo-exc-row{display:grid;grid-template-columns:1fr 1fr;gap:12px}.evo-exc-days{display:flex;flex-wrap:wrap;gap:6px}.evo-exc-day{appearance:none;cursor:pointer;min-width:44px;padding:.45rem .55rem;border:1px solid #c9ccd1;border-radius:6px;background:#fff;font-size:.85rem;font-weight:500;color:#2b2d2f;transition:background .12s ease,border-color .12s ease,color .12s ease}.evo-exc-day:hover{border-color:#8a8f98}.evo-exc-day.is-active{background:#1e1e1e;border-color:#1e1e1e;color:#fff}.evo-exc-hours{display:flex;align-items:center;gap:8px}.evo-exc-hours__sep{font-size:.85rem;color:#50575e}.evo-exc-input--hour{width:auto;flex:1 1 0}.evo-exc-block__notice{margin:12px 0 0;padding-top:10px;border-top:1px dashed #d7d7d7;font-size:.82rem;color:#50575e;line-height:1.5}.evo-exc-more{display:inline-block;align-self:flex-start;appearance:none;background:none;border:0;padding:2px 0 0;margin:2px 0 0;font-size:.82rem;font-weight:500;color:var(--wc-form-border-color,#3858e9);text-decoration:underline;cursor:pointer}.evo-exc-more:hover{filter:brightness(.9)}.evo-exc-more--stacked{display:block;width:fit-content;align-self:auto;margin-top:2px;padding-top:0;text-align:left}.evo-exc-modal__p{margin:0 0 .7em;line-height:1.55}.evo-exc-modal__p:last-child{margin-bottom:0}.evo-exc-modal__contact{margin-top:12px;padding:12px 14px;background:#f6f7f7;border:1px solid #e0e0e0;border-radius:6px}.evo-exc-modal__contact .evo-exc-modal__p{margin:0 0 .35em}.evo-exc-modal__contact a{font-weight:600}.evo-exc-modal__instruction{margin:.5em 0 0;font-size:.9rem;color:#50575e;line-height:1.5}.evo-exc-overlay{position:fixed;inset:0;z-index:100000;display:flex;align-items:center;justify-content:center;padding:16px;background:rgba(17,17,20,0.55);backdrop-filter:blur(3px);-webkit-backdrop-filter:blur(3px);animation:evo-exc-fade 0.18s ease-out}.evo-exc-overlay__box{position:relative;width:100%;max-width:520px;max-height:80vh;overflow:auto;overscroll-behavior:contain;padding:22px 24px 24px;border-radius:14px;background:#fff;color:#1f2328;box-shadow:0 18px 50px rgba(0,0,0,0.28);animation:evo-exc-rise 0.22s cubic-bezier(0.2,0.8,0.2,1)}.evo-exc-overlay__head{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;margin:0 0 14px;padding-bottom:12px;border-bottom:1px solid #e6e8eb;font-size:1.15rem;font-weight:700;line-height:1.3}.evo-exc-overlay__close{flex:0 0 auto;appearance:none;border:0;background:none;cursor:pointer;width:44px;height:44px;margin:-10px -10px 0 0;font-size:1.75rem;line-height:1;color:#6b7280;border-radius:10px;transition:background-color 0.15s ease,color 0.15s ease}.evo-exc-overlay__close:hover,.evo-exc-overlay__close:focus-visible{background:#f1f3f5;color:#1f2328}.evo-exc-overlay__close:focus-visible{outline:2px solid var(--evo-accent,var(--evolury-accent,#0c91eb));outline-offset:2px}.evo-exc-overlay .evo-exc-modal__p{margin:0 0 0.6em;line-height:1.55}.evo-exc-overlay .evo-exc-modal__contact{margin:14px 0 0;padding:14px 16px;border-radius:10px;background:#f7f8fa;border-left:3px solid var(--evo-accent,var(--evolury-accent,#0c91eb))}.evo-exc-overlay .evo-exc-modal__contact a{font-weight:600;color:var(--evo-accent-aa,var(--evo-brand-aa,#0871b8))}.evo-exc-overlay .evo-exc-modal__instruction{margin:14px 0 0;font-size:0.9rem;color:#50575e;line-height:1.55}@keyframes evo-exc-fade{from{opacity:0}to{opacity:1}}@keyframes evo-exc-rise{from{transform:translateY(12px);opacity:0}to{transform:translateY(0);opacity:1}}@media (prefers-reduced-motion:reduce){.evo-exc-overlay,.evo-exc-overlay__box{animation:none}}.evo-exc-block--editor p{margin:0;color:#50575e;font-size:.85rem}@media (max-width:600px){.evo-exc-input{font-size:16px}.evo-exc-row{grid-template-columns:1fr}.evo-exc-day{min-height:42px;font-size:.95rem}.evo-exc-hours{flex-wrap:wrap}.evo-exc-input--hour{min-width:120px}.evo-exc-more{padding:6px 0;font-size:.9rem}.evo-exc-overlay{padding:0;align-items:flex-end}.evo-exc-overlay__box{max-width:100%;min-height:42vh;max-height:88vh;border-radius:18px 18px 0 0;padding:26px 18px calc(20px + env(safe-area-inset-bottom,0px));animation:evo-exc-sheet 0.26s cubic-bezier(0.2,0.8,0.2,1)}.evo-exc-overlay__box::before{content:'';position:absolute;top:10px;left:50%;transform:translateX(-50%);width:40px;height:4px;border-radius:999px;background:#d1d5db}.evo-exc-overlay__head{font-size:1.1rem;position:sticky;top:-26px;background:#fff;padding-top:4px;z-index:1}.evo-exc-overlay__close{width:44px;height:44px;font-size:1.9rem;margin:-8px -6px 0 0}@keyframes evo-exc-sheet{from{transform:translateY(100%)}to{transform:translateY(0)}}}