.fh-editor-wrap{max-width:600px;margin:0 auto;padding-bottom:100px}.fh-title-input{width:100%;font-size:22px;font-weight:600;border:none;border-bottom:1px solid #e0e0e0;padding:20px 0;margin-bottom:20px;background:transparent}.fh-accordion{border:1px solid #e0e0e0;border-radius:4px;margin-bottom:10px;overflow:hidden}.fh-accordion-header{background:#f9f9f9;padding:15px;cursor:pointer;font-size:14px;font-weight:600;display:flex;justify-content:space-between;align-items:center}.fh-accordion-content{display:none;padding:20px;background:#fff;border-top:1px solid #eee;font-size:13px;line-height:1.6;color:#555}.fh-accordion.open .fh-accordion-content{display:block}.fh-add-box{border:1px solid #e0e0e0;background:#fafafa;padding:50px;text-align:center;cursor:pointer;margin-bottom:40px;margin-top:30px;transition:all .3s cubic-bezier(.25,.8,.25,1)}.fh-add-box:hover{border-color:#000;background-color:#f7f7f7;transform:translateY(-3px);box-shadow:0 6px 20px #00000014}.fh-add-box:hover div{transform:scale(1.1);transition:transform .3s ease}.fh-section-item{position:relative;margin-bottom:60px;padding-bottom:40px;border-bottom:1px solid #f0f0f0}.fh-section-remove{position:absolute;top:10px;right:10px;z-index:300;width:30px;height:30px;border-radius:50%;background:#000000b3;color:#fff;border:none;display:flex;align-items:center;justify-content:center;font-size:18px}.fh-desc-wrapper{position:relative;width:100%;min-height:100px;border:1px solid #e0e0e0;background:#fff;overflow:hidden}.fh-desc-backdrop{position:absolute;top:0;left:0;width:100%;height:100%;padding:15px;font-size:14px;line-height:1.6;white-space:pre-wrap;overflow-wrap:break-word;pointer-events:none;z-index:1;color:#333}.fh-desc-backdrop mark{background:none;color:#000;font-weight:900;border-radius:2px}.fh-desc-area{position:relative;z-index:2;width:100%;min-height:100px;padding:15px;border:none;background:transparent;color:transparent;caret-color:#000;font-size:14px;line-height:1.6;resize:vertical;box-sizing:border-box;font-family:inherit;white-space:pre-wrap;overflow-wrap:break-word}.fh-tag-suggestions{position:absolute;top:100%;left:0;width:100%;background:#fff;border:1px solid #ddd;border-top:none;max-height:150px;overflow-y:auto;z-index:100;display:none;box-shadow:0 4px 10px #0000001a}.fh-tag-item{padding:10px 15px;font-size:13px;cursor:pointer;border-bottom:1px solid #f9f9f9}.fh-tag-item:hover{background-color:#f0f0f0;font-weight:700}.fh-hashtag{font-weight:700;color:#00376b;cursor:pointer;text-decoration:none;margin-right:2px}.fh-hashtag:hover{text-decoration:underline}.fh-tag-chip{background:#fff;border:1px solid #000;color:#000;padding:6px 14px;font-size:12px;font-weight:500;display:flex;align-items:center;gap:8px}.fh-tagged-box{display:flex;flex-wrap:wrap;gap:8px;margin-top:12px}.fh-editor-footer{margin-top:40px;padding-top:20px;border-top:1px solid #eee;display:flex;justify-content:flex-end;align-items:center;gap:15px}.fh-tag-guide-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:#0000004d;display:flex;flex-direction:column;align-items:center;justify-content:center;z-index:200;cursor:pointer;transition:opacity .3s}.fh-guide-hidden{opacity:0;visibility:hidden;pointer-events:none}.fh-pulse-target{width:40px;height:40px;background:#ffffffe6;border-radius:50%;animation:pulse-white 4s infinite;display:flex;align-items:center;justify-content:center;margin-bottom:12px}.fh-pulse-target:after{content:"\ff0b";color:#000;font-weight:700;font-size:20px}@keyframes pulse-white{0%{transform:scale(.95)}70%{transform:scale(1);box-shadow:0 0 0 20px #fff0}to{transform:scale(.95);box-shadow:0 0 #fff0}}.fh-guide-text{color:#fff;font-size:13px;font-weight:600;background:#00000080;padding:6px 12px;border-radius:20px}.fh-temp-pin{position:absolute;width:12px;height:12px;background-color:#000;border:2px solid #fff;border-radius:50%;transform:translate(-50%,-50%);pointer-events:none;z-index:400}.fh-temp-pin:after{content:"";position:absolute;top:50%;left:50%;width:100%;height:100%;background:#0006;border-radius:50%;transform:translate(-50%,-50%);z-index:-1;animation:rippleEffect 1.5s infinite cubic-bezier(.25,.8,.25,1)}@keyframes rippleEffect{0%{width:100%;opacity:.8}to{width:500%;opacity:0}}@media(min-width:1024px){#editorView:not(.hidden){display:flex!important;flex-direction:row!important;justify-content:center;align-items:flex-start;gap:40px;position:relative;padding-top:20px}#editorView .fh-editor-wrap{margin:0!important;flex:1;max-width:800px;width:100%}#editorView .fh-header{position:-webkit-sticky!important;position:sticky!important;top:150px;left:auto!important;right:auto!important;width:auto!important;height:auto!important;background:transparent;border:none;padding:0;margin:0;z-index:100;display:block!important}#editorView .fh-header>div{display:flex;flex-direction:column!important;gap:12px!important}#editorView .fh-header button{width:140px!important;height:48px!important;box-shadow:0 4px 12px #0000001a;border-radius:30px!important;font-size:14px!important;display:flex!important;align-items:center!important;justify-content:center!important;padding:0!important;margin:0!important}#editorView .fh-header button.fh-btn-text{background:#fff!important;border:1px solid #ddd!important;text-decoration:none;color:#666}#editorView .fh-header button.fh-btn-text:hover{background:#f5f5f5!important}}#editorView .fh-accordion-content{display:flex!important;flex-wrap:wrap!important;gap:20px;background-color:#fff}#editorView .fh-form-group{width:calc(50% - 10px);margin-bottom:0;display:flex;flex-direction:column;gap:8px}#editorView .fh-note-list,#editorView .fh-note-list li{width:100%!important}#editorView .fh-form-label{font-weight:700;font-size:13px;color:#333;margin-bottom:0}#editorView .fh-select{width:100%;padding:12px;border:1px solid #e0e0e0;border-radius:6px;background-color:#fff;font-size:14px;color:#333;cursor:pointer;-webkit-appearance:none;appearance:none;background-image:url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e");background-repeat:no-repeat;background-position:right 10px center;background-size:16px}#editorView .fh-select:focus{border-color:#000;outline:none}@media(max-width:1023px){#editorView:not(.hidden){display:block!important;padding-top:0}#editorView .fh-header{position:relative!important;top:0;display:flex!important}#editorView .fh-header>div{flex-direction:row!important}#editorView .fh-header button{width:auto!important;height:40px!important;border-radius:0!important;box-shadow:none;display:inline-flex!important;align-items:center!important;justify-content:center!important}#editorView .fh-form-group{width:100%!important}}#editorView .fh-image-container{min-height:auto!important;background:transparent!important;display:block!important}#editorView .fh-hotspot-pin{display:flex!important;opacity:1!important;transform:translate(-50%,-50%) scale(1)!important}
/*# sourceMappingURL=/cdn/shop/t/10/assets/editor-style.css.map */
