:root{--editor-bg: #0F172A;--editor-sidebar-bg: #1E293B;--editor-card-bg: rgba(30, 41, 59, .7);--editor-border: rgba(255, 255, 255, .1);--editor-accent: #8A9977;--editor-accent-hover: #9cb086;--editor-text: #F8FAFC;--editor-text-muted: #94A3B8;--font-editor: "Outfit", -apple-system, BlinkMacSystemFont, sans-serif;--ral-verde-salvia: #8A9977;--ral-verde-dark: #586847;--ral-verde-light: #F1F5EE;--ral-blu-navy: #222D5A;--ral-blu-camera: #6093AC;--ral-sabbia: #E3D9C6;--bg-canvas: #FAF7F2;--font-main: "Outfit", -apple-system, BlinkMacSystemFont, sans-serif}*{box-sizing:border-box;margin:0;padding:0}body.editor-body{font-family:var(--font-editor);background:var(--editor-bg);color:var(--editor-text);min-height:100vh;overflow-x:hidden;display:flex;flex-direction:column}.editor-header{height:64px;background:#0f172af2;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid var(--editor-border);display:flex;align-items:center;justify-content:space-between;padding:0 24px;position:sticky;top:0;z-index:100}.editor-brand-badge{display:flex;align-items:center;gap:12px}.editor-logo-icon{width:32px;height:32px;background-color:var(--editor-accent);-webkit-mask:url(/brand/SVG/2.svg) no-repeat center / contain;mask:url(/brand/SVG/2.svg) no-repeat center / contain}.editor-title{font-size:1.1rem;font-weight:700;color:#fff;display:flex;align-items:center;gap:8px}.editor-private-pill{font-size:.7rem;font-weight:700;letter-spacing:1px;text-transform:uppercase;background:#8a997733;border:1px solid rgba(138,153,119,.4);color:#a4b891;padding:3px 10px;border-radius:999px}.editor-actions{display:flex;align-items:center;gap:12px}.btn-editor{display:inline-flex;align-items:center;gap:8px;padding:8px 16px;border-radius:10px;font-size:.88rem;font-weight:600;cursor:pointer;transition:all .2s ease;border:1px solid transparent;font-family:inherit}.btn-secondary{background:#ffffff14;color:var(--editor-text);border-color:var(--editor-border)}.btn-secondary:hover{background:#ffffff24}.btn-primary{background:var(--editor-accent);color:#fff}.btn-primary:hover{background:var(--editor-accent-hover);transform:translateY(-1px);box-shadow:0 4px 15px #8a997766}.editor-layout{display:flex;flex:1;height:calc(100vh - 64px);overflow:hidden}.editor-sidebar{width:var(--sidebar-width, 480px);min-width:360px;max-width:calc(100vw - 380px);flex-shrink:0;background:var(--editor-sidebar-bg);border-right:1px solid var(--editor-border);display:flex;flex-direction:column;overflow-y:auto}.editor-resizer{width:8px;background:#ffffff14;cursor:col-resize;position:relative;flex-shrink:0;transition:background .15s ease;z-index:25;display:flex;align-items:center;justify-content:center;-webkit-user-select:none;user-select:none}.editor-resizer:hover,.editor-resizer.is-dragging{background:var(--editor-accent)}.resizer-handle{width:3px;height:36px;border-radius:999px;background:#ffffff59;pointer-events:none;transition:background .15s ease}.editor-resizer:hover .resizer-handle,.editor-resizer.is-dragging .resizer-handle{background:#fff}body.is-resizing{cursor:col-resize!important;-webkit-user-select:none!important;user-select:none!important}body.is-resizing *{-webkit-user-select:none!important;user-select:none!important}.template-tabs{display:flex;background:#0f172a99;padding:8px;gap:8px;border-bottom:1px solid var(--editor-border);position:sticky;top:0;z-index:10}.tab-btn{flex:1;display:inline-flex;align-items:center;justify-content:center;gap:6px;padding:9px 12px;border-radius:8px;font-size:.84rem;font-weight:600;background:transparent;color:var(--editor-text-muted);border:none;cursor:pointer;transition:all .2s;font-family:inherit}.tab-btn.active{background:var(--editor-accent);color:#fff;box-shadow:0 2px 8px #0003}.form-panel{padding:20px 24px 80px;display:flex;flex-direction:column;gap:20px}.form-section-title{font-size:.8rem;font-weight:700;letter-spacing:1.5px;text-transform:uppercase;color:var(--editor-accent);display:flex;align-items:center;gap:8px;margin-top:6px}.form-group{display:flex;flex-direction:column;gap:6px}.form-label{font-size:.85rem;font-weight:600;color:#cbd5e1;display:flex;justify-content:space-between}.form-hint{font-size:.75rem;color:var(--editor-text-muted);font-weight:400}.form-input,.form-textarea{width:100%;background:#0f172acc;border:1px solid var(--editor-border);color:#fff;padding:10px 14px;border-radius:8px;font-size:.92rem;font-family:inherit;transition:border-color .2s,box-shadow .2s}.form-textarea{resize:vertical;min-height:60px}.form-input:focus,.form-textarea:focus{outline:none;border-color:var(--editor-accent);box-shadow:0 0 0 3px #8a997740}.form-input-sub-wrap{display:flex;align-items:center;gap:8px;margin-top:6px;position:relative}.lang-badge{font-size:.66rem;font-weight:700;padding:3px 6px;border-radius:4px;letter-spacing:.5px;flex-shrink:0;-webkit-user-select:none;user-select:none;line-height:1}.badge-en{background:#6093ac40;color:#7dd3fc;border:1px solid rgba(96,147,172,.45)}.badge-es{background:#f59e0b33;color:#fcd34d;border:1px solid rgba(245,158,11,.4)}.form-input-sub,.form-textarea-sub{background:#0f172a8c!important;border-color:#8a997759!important;color:#cbd5e1!important;font-size:.84rem!important;font-style:italic;padding:7px 11px!important;min-height:unset}.form-input-sub:focus,.form-textarea-sub:focus{color:#f8fafc!important;border-color:var(--editor-accent)!important}.rule-edit-card{background:#0f172a80;border:1px solid var(--editor-border);border-radius:8px;padding:12px;display:flex;flex-direction:column;gap:6px}.rule-edit-header{font-size:.8rem;font-weight:700;color:var(--editor-accent);text-transform:uppercase;letter-spacing:1px}.form-row-2{display:grid;grid-template-columns:1fr 1fr;gap:12px}.form-label-sub{font-size:.76rem;font-weight:600;color:#94a3b8;margin-bottom:3px;display:block}.form-toggle-label{display:flex;align-items:center;gap:10px;cursor:pointer;-webkit-user-select:none;user-select:none;padding:2px 0}.form-toggle-check{position:absolute;opacity:0;width:0;height:0}.form-toggle-slider{position:relative;display:inline-block;width:40px;height:22px;background:#ffffff1f;border-radius:11px;border:1px solid rgba(255,255,255,.15);transition:background .2s,border-color .2s;flex-shrink:0}.form-toggle-slider:after{content:"";position:absolute;top:3px;left:3px;width:14px;height:14px;background:#94a3b8;border-radius:50%;transition:transform .2s,background .2s}.form-toggle-check:checked+.form-toggle-slider{background:#25d366;border-color:#1ebe5a}.form-toggle-check:checked+.form-toggle-slider:after{transform:translate(18px);background:#fff}.form-toggle-text{font-size:.82rem;color:var(--editor-text-muted);font-weight:500}.form-input-en-wrap{position:relative;margin-top:6px;display:flex;align-items:center}.en-badge{position:absolute;left:10px;font-size:.65rem;font-weight:700;letter-spacing:.5px;color:#94a3b8;background:#ffffff14;padding:2px 6px;border-radius:4px;pointer-events:none;border:1px solid rgba(255,255,255,.12);z-index:2}.form-input-en{padding-left:44px!important;font-size:.82rem!important;font-style:italic;color:#cbd5e1!important;background:#0f172a66!important;border-color:#ffffff14!important}.form-input-en:focus{border-color:var(--editor-accent)!important;background:#0f172a99!important}.form-textarea-en{padding-left:44px!important;padding-top:8px!important;font-size:.82rem!important;font-style:italic;color:#cbd5e1!important;background:#0f172a66!important;border-color:#ffffff14!important}.form-textarea-en:focus{border-color:var(--editor-accent)!important;background:#0f172a99!important}.text-en{display:block;font-style:italic;font-weight:500;color:#65738f;margin-top:3px;line-height:1.35}.header-title .text-en{font-size:.6em;font-weight:600;color:#5a6d88;margin-top:4px;letter-spacing:-.2px}.header-subtitle .text-en{font-size:.88em;color:#64748b;margin-top:5px;line-height:1.4}.house-info-content h4 .text-en{font-size:.8em;font-weight:600;color:#64748b;margin-top:1px}.house-info-content p .text-en{font-size:.86em;color:#718096;margin-top:2px}.bottom-greeting .text-en{font-size:.65em;color:#5a6d88;margin-top:3px}.courtesy-text p .text-en{font-size:.88em;color:#64748b;margin-top:4px}.rule-edit-card{background:#0f172a80;border:1px solid var(--editor-border);border-radius:12px;padding:16px;display:flex;flex-direction:column;gap:12px}.rule-edit-header{display:flex;align-items:center;justify-content:space-between;font-size:.9rem;font-weight:700;color:#e2e8f0;padding-bottom:6px;border-bottom:1px solid rgba(255,255,255,.06)}.editor-preview-container{flex:1 1 0%;min-width:360px;background:#252e3e;background-image:radial-gradient(circle at 50% 50%,rgba(255,255,255,.05) 1px,transparent 1px);background-size:24px 24px;overflow:auto;display:flex;flex-direction:column;align-items:center;padding:24px 16px;position:relative}.preview-floating-bar{position:sticky;top:10px;z-index:50;background:#0f172ad9;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid var(--editor-border);padding:6px 16px;border-radius:999px;display:flex;align-items:center;gap:14px;margin-bottom:20px;box-shadow:0 10px 25px #0000004d}.zoom-btn{background:transparent;border:none;color:#cbd5e1;cursor:pointer;display:flex;align-items:center;justify-content:center;padding:4px;border-radius:6px;transition:all .2s}.zoom-btn:hover{background:#ffffff1a;color:#fff}.zoom-level-text{font-size:.82rem;font-weight:600;color:#cbd5e1;min-width:44px;text-align:center}.preview-viewport-sizer{display:flex;justify-content:center;align-items:flex-start;margin-bottom:50px}.preview-scale-wrapper{transform-origin:top center;transition:transform .2s cubic-bezier(.16,1,.3,1)}.locandina-page{width:1240px;height:1754px;background:var(--bg-canvas);background-image:radial-gradient(ellipse at 12% 8%,rgba(138,153,119,.16) 0%,transparent 55%),radial-gradient(ellipse at 88% 88%,rgba(96,147,172,.16) 0%,transparent 60%),linear-gradient(180deg,#fcfaf7,#f5f1e8);position:relative;overflow:hidden;display:flex;flex-direction:column;justify-content:space-between;padding:60px 64px 48px;box-shadow:0 30px 80px #00000073;color:var(--ral-blu-navy);text-align:left}.hairline-frame{position:absolute;top:24px;left:24px;right:24px;bottom:24px;border:1.5px solid rgba(34,45,90,.14);pointer-events:none;border-radius:12px;z-index:3}.hairline-frame:before,.hairline-frame:after{content:"";position:absolute;width:18px;height:18px;border-color:var(--ral-verde-salvia);border-style:solid}.hairline-frame:before{top:-1px;left:-1px;border-width:2.5px 0 0 2.5px}.hairline-frame:after{bottom:-1px;right:-1px;border-width:0 2.5px 2.5px 0}.watermark-logo{position:absolute;right:-70px;bottom:-40px;width:820px;height:820px;opacity:.055;pointer-events:none;z-index:1}.watermark-logo img{width:100%;height:100%;object-fit:contain;display:block}.header-section{text-align:center;position:relative;z-index:2}.brand-logo-wrap{display:flex;justify-content:center;align-items:center;margin-bottom:14px}.brand-logo-img{height:118px;width:auto;max-width:100%;display:block;filter:invert(15%) sepia(50%) saturate(1638%) hue-rotate(195deg) brightness(94%) contrast(92%)}.welcome-badge,.rules-badge{display:inline-flex;align-items:center;gap:10px;background:#8a997729;border:1.5px solid rgba(138,153,119,.4);color:var(--ral-verde-dark);padding:7px 22px;border-radius:999px;font-size:.86rem;font-weight:700;letter-spacing:2.5px;text-transform:uppercase;margin-bottom:14px}.welcome-badge svg,.rules-badge svg{width:15px;height:15px;color:var(--ral-verde-salvia)}.header-title{font-size:3.1rem;font-weight:700;color:var(--ral-blu-navy);letter-spacing:-.6px;line-height:1.15;margin-bottom:12px}.header-subtitle{font-size:1.15rem;font-weight:400;color:#55627e;max-width:960px;margin:0 auto;line-height:1.45}.header-trans-inline{display:flex;align-items:center;justify-content:center;gap:12px;flex-wrap:wrap;margin-top:8px;font-size:1.18rem;font-weight:500;font-style:italic;color:#55627e;letter-spacing:normal}.subtitle-trans-line{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:3px;margin-top:6px;font-size:.88rem;font-style:italic;color:#65738f;line-height:1.35;max-width:960px;margin-left:auto;margin-right:auto}.trans-item{display:inline-flex;align-items:center;gap:6px}.lang-dot{display:inline-flex;align-items:center;justify-content:center;font-style:normal;font-size:.65rem;font-weight:700;letter-spacing:.5px;padding:1px 6px;border-radius:4px;line-height:1.2}.lang-dot.es{background:#f59e0b1f;color:#9a3412;border:1px solid rgba(245,158,11,.25)}.lang-dot.it{background:#8a997729;color:var(--ral-verde-dark);border:1px solid rgba(138,153,119,.3)}.trans-divider{color:#cbd5e1;font-style:normal;font-size:.85rem;-webkit-user-select:none;user-select:none}.card-desc-sub{display:block;font-size:.84rem;font-style:italic;color:#65738f;margin-top:4px;line-height:1.35}.trans-sub-block{display:flex;flex-direction:column;gap:3px;margin-top:5px}.trans-sub-block .text-sub{display:flex;align-items:baseline;gap:6px;font-style:italic;font-weight:400;line-height:1.35}.trans-sub-block .text-es{color:#55627e}.trans-sub-block .text-it{color:#727f9b}.trans-sub-block .lang-tag{font-style:normal;font-size:.62rem;font-weight:700;letter-spacing:.5px;line-height:1;padding:1px 5px;border-radius:3px;flex-shrink:0;align-self:center}.trans-sub-block .text-es .lang-tag{background:#f59e0b1f;color:#9a3412;border:1px solid rgba(245,158,11,.25)}.trans-sub-block .text-it .lang-tag{background:#8a997729;color:var(--ral-verde-dark);border:1px solid rgba(138,153,119,.3)}.house-info-content .trans-sub-block{margin-top:3px;gap:2px}.house-info-content .trans-sub-block .text-sub{font-size:.74rem;line-height:1.3}.rule-content .trans-sub-block{margin-top:4px;gap:2px}.rule-content .trans-sub-block .text-sub{font-size:.82rem;line-height:1.35}.rule-content .trans-sub-block .text-sub{font-size:.82rem;line-height:1.38}.courtesy-text .trans-sub-block{margin-top:4px;gap:3px}.courtesy-text .trans-sub-block .text-sub{font-size:.82rem;line-height:1.38}.bottom-greeting .trans-sub-inline .text-sub{font-size:.95rem;font-weight:500}.cards-grid{display:grid;grid-template-columns:1fr 1fr;gap:36px;margin:28px 0 24px;position:relative;z-index:2}.info-card{background:#fffffff0;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);border:1.5px solid rgba(138,153,119,.35);border-radius:26px;padding:38px 34px 32px;box-shadow:0 20px 48px #222d5a14,0 2px 10px #222d5a0a;display:flex;flex-direction:column;align-items:center;text-align:center;position:relative}.card-top-pill{display:inline-flex;align-items:center;gap:8px;background:var(--ral-verde-light);border:1px solid rgba(138,153,119,.35);color:var(--ral-verde-dark);font-size:.76rem;font-weight:700;letter-spacing:2px;text-transform:uppercase;padding:6px 16px;border-radius:999px;margin-bottom:16px}.card-icon-circle{width:68px;height:68px;border-radius:50%;background:linear-gradient(135deg,#8a997738,#8a997714);border:1.5px solid rgba(138,153,119,.4);display:flex;align-items:center;justify-content:center;color:var(--ral-verde-salvia);margin-bottom:14px}.card-icon-circle svg{width:34px;height:34px;stroke-width:2}.card-title{font-size:2.15rem;font-weight:700;color:var(--ral-blu-navy);letter-spacing:-.4px;margin-bottom:8px}.card-desc{font-size:1.05rem;color:#55627e;line-height:1.45;margin-bottom:20px;min-height:48px}.qr-container{background:#fff;padding:16px;border-radius:22px;border:1.5px solid rgba(34,45,90,.12);box-shadow:0 12px 30px #222d5a14;display:flex;align-items:center;justify-content:center;margin-bottom:22px;width:265px;height:265px}.qr-container svg,.qr-container img{width:100%;height:100%;display:block}.details-panel{width:100%;background:#faf8f4;border:1.5px solid rgba(34,45,90,.09);border-radius:18px;padding:18px 22px;display:flex;flex-direction:column;gap:12px;text-align:left}.detail-row{display:flex;align-items:center;justify-content:space-between;gap:12px}.detail-label{display:inline-flex;align-items:center;gap:9px;font-size:.92rem;color:#697693;font-weight:600;text-transform:uppercase;letter-spacing:.6px}.detail-label svg{width:17px;height:17px;color:var(--ral-verde-salvia)}.detail-value{font-family:var(--font-main);font-size:1.25rem;font-weight:700;color:var(--ral-blu-navy);letter-spacing:.4px;background:#fff;padding:6px 14px;border-radius:9px;border:1.5px solid rgba(34,45,90,.08)}.guide-features-list{display:grid;grid-template-columns:1fr 1fr;gap:10px;width:100%;text-align:left;margin-top:4px}.guide-feature-item{display:flex;align-items:center;gap:7px;font-size:.88rem;font-weight:600;color:#43506e}.guide-feature-item svg{width:15px;height:15px;color:var(--ral-verde-salvia);flex-shrink:0}.house-info-section{position:relative;z-index:2;background:#ffffffeb;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);border:1.5px solid rgba(138,153,119,.32);border-radius:22px;padding:22px 30px;box-shadow:0 12px 32px #222d5a0f;margin-bottom:24px}.house-info-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:16px;padding-bottom:12px;border-bottom:1px solid rgba(34,45,90,.08)}.house-info-title{font-size:1.05rem;font-weight:700;color:var(--ral-blu-navy);display:inline-flex;align-items:center;gap:8px;letter-spacing:.5px;text-transform:uppercase}.house-info-title svg{width:18px;height:18px;color:var(--ral-verde-salvia)}.house-info-subtitle{font-size:.85rem;font-weight:600;color:#727f9b;letter-spacing:1px;text-transform:uppercase}.house-info-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}.house-info-item{display:flex;align-items:flex-start;gap:12px}.house-info-icon-wrap{width:42px;height:42px;border-radius:12px;background:var(--ral-verde-light);border:1.5px solid rgba(138,153,119,.3);display:flex;align-items:center;justify-content:center;color:var(--ral-verde-dark);flex-shrink:0}.house-info-icon-wrap svg{width:20px;height:20px}.house-info-content h4{font-size:.96rem;font-weight:700;color:var(--ral-blu-navy);margin-bottom:3px}.house-info-content p{font-size:.82rem;color:#5a6783;line-height:1.4}.rules-grid{display:grid;grid-template-columns:1fr 1fr;gap:20px;margin:20px 0;position:relative;z-index:2}.rule-card{background:#fffffff0;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);border:1.5px solid rgba(138,153,119,.35);border-radius:20px;padding:22px 26px;box-shadow:0 14px 34px #222d5a0f,0 2px 8px #222d5a08;display:flex;align-items:flex-start;gap:18px;position:relative}.rule-icon-box{width:56px;height:56px;border-radius:16px;background:linear-gradient(135deg,#8a997738,#8a997714);border:1.5px solid rgba(138,153,119,.4);display:flex;align-items:center;justify-content:center;color:var(--ral-verde-dark);flex-shrink:0}.rule-icon-box svg{width:28px;height:28px;stroke-width:2.2}.rule-content{flex:1;display:flex;flex-direction:column;gap:3px}.rule-tag{font-size:.74rem;font-weight:700;letter-spacing:1.5px;text-transform:uppercase;color:var(--ral-verde-dark);margin-bottom:2px}.rule-title{font-size:1.35rem;font-weight:700;color:var(--ral-blu-navy);letter-spacing:-.3px;line-height:1.2;margin-bottom:4px}.rule-desc{font-size:.94rem;color:#55627e;line-height:1.4}.rule-desc strong{color:var(--ral-blu-navy);font-weight:700}.courtesy-section{position:relative;z-index:2;background:#ffffffed;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);border:1.5px solid rgba(138,153,119,.35);border-radius:22px;padding:24px 34px;box-shadow:0 14px 32px #222d5a0d;display:flex;align-items:center;justify-content:space-between;gap:26px;margin-bottom:26px}.courtesy-left{display:flex;align-items:center;gap:16px}.courtesy-icon{width:48px;height:48px;border-radius:14px;background:var(--ral-verde-light);border:1.5px solid rgba(138,153,119,.35);display:flex;align-items:center;justify-content:center;color:var(--ral-verde-salvia);flex-shrink:0}.courtesy-icon svg{width:24px;height:24px}.courtesy-text h4{font-size:1.05rem;font-weight:700;color:var(--ral-blu-navy);margin-bottom:2px}.courtesy-text p{font-size:.92rem;color:#55627e}.courtesy-pill{display:inline-flex;align-items:center;gap:8px;background:#222d5a0d;border:1px solid rgba(34,45,90,.12);padding:9px 18px;border-radius:12px;font-size:.9rem;font-weight:700;color:var(--ral-blu-navy);white-space:nowrap}.courtesy-pill svg{width:17px;height:17px;color:var(--ral-verde-salvia)}.bottom-section{position:relative;z-index:2;background:#ffffffeb;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);border:1.5px solid rgba(138,153,119,.35);border-radius:20px;padding:22px 36px;box-shadow:0 12px 30px #222d5a0f;display:flex;align-items:center;justify-content:space-between}.bottom-left{display:flex;flex-direction:column;gap:4px}.bottom-greeting{font-size:2.1rem;font-weight:700;color:var(--ral-blu-navy);letter-spacing:-.5px;line-height:1.15;display:inline-flex;align-items:center;gap:10px}.bottom-greeting svg{color:var(--ral-verde-salvia)}.bottom-trans-line{display:flex;align-items:center;gap:10px;margin:3px 0 6px;font-size:.95rem;font-style:italic;color:#65738f}.bottom-address{font-size:.96rem;color:#65738f;font-weight:500;display:inline-flex;align-items:center;gap:6px}.bottom-address svg{width:15px;height:15px;color:var(--ral-verde-salvia)}.bottom-right{text-align:right}.support-badge{display:inline-flex;align-items:center;gap:8px;background:#222d5a0d;border:1px solid rgba(34,45,90,.12);padding:9px 18px;border-radius:12px;font-size:.92rem;font-weight:600;color:var(--ral-blu-navy)}.support-badge svg{width:17px;height:17px;color:var(--ral-verde-salvia)}.bottom-island{font-size:.85rem;color:var(--ral-verde-dark);font-weight:700;letter-spacing:2px;text-transform:uppercase;margin-top:6px}@media screen and (max-width: 1024px){.editor-layout{flex-direction:column;height:auto;overflow:visible}.editor-sidebar,.editor-preview-container{width:100%;flex:1 1 100%;max-width:100%}.editor-sidebar{height:560px;border-right:none;border-bottom:1px solid var(--editor-border)}}@media print{@page{size:A4 portrait;margin:0}html,body{background:#fff!important;margin:0!important;padding:0!important;width:210mm!important;height:297mm!important;overflow:hidden!important;-webkit-print-color-adjust:exact!important;print-color-adjust:exact!important}.editor-header,.editor-sidebar,.editor-resizer,.preview-floating-bar{display:none!important}.editor-layout,.editor-preview-container,.preview-viewport-sizer{display:block!important;position:static!important;padding:0!important;margin:0!important;width:210mm!important;height:297mm!important;background:transparent!important;overflow:hidden!important}.preview-scale-wrapper{display:block!important;position:absolute!important;top:0!important;left:0!important;margin:0!important;padding:0!important;width:1240px!important;height:1754px!important;transform:scale(.640081)!important;transform-origin:top left!important;overflow:hidden!important}.locandina-page{width:1240px!important;height:1754px!important;padding:60px 64px 48px!important;box-shadow:none!important;page-break-after:avoid!important;page-break-inside:avoid!important}.hairline-frame{top:24px!important;left:24px!important;right:24px!important;bottom:24px!important}}
