/*#omx eyJhbGciOiJITUFDLVNIQTI1NiIsInBheWxvYWQiOnsib3duZXIiOiJKZXPDg8K6cyBPcnRlZ2EgTWF0ZXUiLCJkbmkiOiI3NDM3OTIyMk0iLCJsaWNlbnNlIjoiTGljZW5jaWEgcmVzZXJ2YWRhIC8gUHJvcGllZGFkIGludGVsZWN0dWFsIiwib3JpZ2luIjoiT01fNzQzNzkyMjJNIiwiYnVpbGQiOiIyMDI2LTA4LTI1XzIyNTY1MiIsImZpbGUiOiI2ZDM0MzhhY2IyIiwicGF0aCI6ImFzc2V0cy9jc3MvaW52aXRhdGlvbk1hbmFnZXIucGhhc2UxLTMuY3NzIn0sInNpZyI6ImQ5ZjczY2M2OGYwMDM4MGM1MDc3YWU3ZTJhZTk4NDUzZjU3MTU4MDIyNzNmNDk3NGY2YTI2YzQ3MGJhYzg0NjQifQ==*/
/* Phase 1.3: reliable canvas anchors and a shared inspector hierarchy. */
body:not(.bo-editor-design-editing) #InvitationPreviewSectionRail_shell {
  display: none !important;
}

@media (min-width: 1200px) {
  body.bo-im-responsive-v2.bo-editor-design-editing:not(.bo-template-preview-mode) {
    --bo-editor-canvas-top-inset: 24px;
  }

  body.bo-im-responsive-v2.bo-editor-design-editing:not(.bo-template-preview-mode) #invitation-preview {
    scroll-padding-top: var(--bo-editor-canvas-top-inset) !important;
    overflow-anchor: none !important;
  }

  body.bo-im-responsive-v2.bo-editor-design-editing:not(.bo-template-preview-mode) #template-content {
    overflow-anchor: none !important;
  }

  body.bo-im-responsive-v2.bo-editor-design-editing:not(.bo-template-preview-mode) #template-content .bo-envelope-config-panel:not(.bo-inspector-embedded-section-panel) {
    display: none !important;
  }

  body.bo-im-responsive-v2.bo-editor-design-editing:not(.bo-template-preview-mode) #template-content > .management-bar,
  body.bo-im-responsive-v2.bo-editor-design-editing:not(.bo-template-preview-mode) #template-content .section {
    scroll-margin-top: var(--bo-editor-canvas-top-inset) !important;
  }

  body.bo-im-responsive-v2.bo-editor-design-editing #InvitationTemplateSelector_Container,
  body.bo-im-responsive-v2.bo-editor-design-editing #InvitationEditorOutline {
    min-height: 0 !important;
  }

  body.bo-im-responsive-v2.bo-editor-design-editing #InvitationEditorOutline {
    flex: 1 1 auto !important;
    overflow: hidden !important;
  }

  body.bo-im-responsive-v2.bo-editor-design-editing #InvitationEditorOutlineTrack.bo-editor-outline-track {
    flex: 1 1 0 !important;
    min-height: 96px !important;
    max-height: 100% !important;
    overflow-x: hidden !important;
    overflow-y: auto !important;
    overscroll-behavior: contain !important;
    scroll-behavior: auto !important;
    scrollbar-gutter: stable !important;
    scrollbar-width: thin;
  }

  body.bo-im-responsive-v2.bo-editor-design-editing #InvitationEditorInspector .bo-editor-inspector-head {
    display: grid !important;
    grid-template-columns: 42px minmax(0, 1fr) auto !important;
    align-items: center !important;
    column-gap: 11px !important;
  }

  body.bo-im-responsive-v2.bo-editor-design-editing #InvitationEditorInspector .bo-editor-inspector-section-icon {
    grid-column: 1;
    grid-row: 1;
    width: 38px;
    height: 38px;
    display: inline-grid;
    place-items: center;
    overflow: hidden;
    border: 1px solid rgba(232, 61, 111, .19);
    border-radius: 12px;
    background: linear-gradient(145deg, #fff 0%, #fff2f7 100%);
    color: #db3f73;
    box-shadow: 0 8px 20px rgba(81, 49, 67, .07);
  }

  body.bo-im-responsive-v2.bo-editor-design-editing #InvitationEditorInspector .bo-editor-inspector-section-icon img {
    width: 24px;
    height: 24px;
    object-fit: contain;
  }

  body.bo-im-responsive-v2.bo-editor-design-editing #InvitationEditorInspector .bo-editor-inspector-section-icon > i {
    font-size: 16px;
  }

  body.bo-im-responsive-v2.bo-editor-design-editing #InvitationEditorInspector .bo-editor-inspector-titleblock {
    grid-column: 2;
    grid-row: 1;
  }

  body.bo-im-responsive-v2.bo-editor-design-editing #InvitationEditorInspector .bo-editor-inspector-close {
    grid-column: 3;
    grid-row: 1;
  }

  body.bo-im-responsive-v2.bo-editor-design-editing #InvitationEditorInspector .bo-inspector-group--single-root {
    padding-top: 12px !important;
  }

  body.bo-im-responsive-v2.bo-editor-design-editing #InvitationEditorInspector .bo-inspector-subsection-title,
  body.bo-im-responsive-v2.bo-editor-design-editing #InvitationEditorInspector .bo-inspector-collapsible-title,
  body.bo-im-responsive-v2.bo-editor-design-editing #InvitationEditorInspector .bo-envelope-card-title-upgraded {
    width: 100% !important;
    min-height: 44px !important;
    margin: 0 0 10px !important;
    padding: 8px 10px !important;
    border: 1px solid rgba(229, 214, 223, .9) !important;
    border-radius: 12px !important;
    background: linear-gradient(180deg, #fff 0%, #fff9fb 100%) !important;
    color: #392f3b !important;
    box-shadow: 0 7px 18px rgba(51, 36, 48, .045) !important;
    font-size: 13px !important;
    font-weight: 850 !important;
    line-height: 1.25 !important;
  }

  body.bo-im-responsive-v2.bo-editor-design-editing #InvitationEditorInspector .bo-inspector-collapsible-title {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 10px !important;
  }

  body.bo-im-responsive-v2.bo-editor-design-editing #InvitationEditorInspector .bo-inspector-collapsible-title > span,
  body.bo-im-responsive-v2.bo-editor-design-editing #InvitationEditorInspector .bo-envelope-card-title-main {
    min-width: 0 !important;
    display: inline-flex !important;
    align-items: center !important;
    gap: 9px !important;
  }

  body.bo-im-responsive-v2.bo-editor-design-editing #InvitationEditorInspector .bo-inspector-subsection-title:hover {
    border-color: rgba(232, 61, 111, .28) !important;
    background: #fff6f9 !important;
  }

  body.bo-im-responsive-v2.bo-editor-design-editing #InvitationEditorInspector .bo-inspector-collapsible-title > span > i:first-child,
  body.bo-im-responsive-v2.bo-editor-design-editing #InvitationEditorInspector .bo-envelope-card-title-main > i:first-of-type {
    width: 28px !important;
    height: 28px !important;
    flex: 0 0 28px !important;
    display: inline-grid !important;
    place-items: center !important;
    border-radius: 9px !important;
    background: #fff0f5 !important;
    color: #d83e72 !important;
  }

  body.bo-im-responsive-v2.bo-editor-design-editing #InvitationEditorInspector .bo-inspector-collapsible-chevron,
  body.bo-im-responsive-v2.bo-editor-design-editing #InvitationEditorInspector .bo-envelope-card-chevron {
    width: 26px !important;
    height: 26px !important;
    flex: 0 0 26px !important;
    display: inline-grid !important;
    place-items: center !important;
    border-radius: 999px !important;
    background: #f6f2f5 !important;
    color: #9b8d98 !important;
  }

  body.bo-im-responsive-v2.bo-editor-design-editing #InvitationEditorInspector .bo-envelope-card-index {
    display: none !important;
  }
}

._omx_6d3438acb2{--omx:"d9f73cc68f00"}

/* Â© 2026 JesÃºs Ortega Mateu (DNI 74379222M) â€” Licencia reservada / Propiedad intelectual. Prohibida reproducciÃ³n/copia. Build 2026-08-25_225652 | File 6d3438acb2 | Sig d9f73cc68f00 | assets/css/invitationManager.phase1-3.css */
/*@omx eyJhbGciOiJITUFDLVNIQTI1NiIsInBheWxvYWQiOnsib3duZXIiOiJKZXPDg8K6cyBPcnRlZ2EgTWF0ZXUiLCJkbmkiOiI3NDM3OTIyMk0iLCJsaWNlbnNlIjoiTGljZW5jaWEgcmVzZXJ2YWRhIC8gUHJvcGllZGFkIGludGVsZWN0dWFsIiwib3JpZ2luIjoiT01fNzQzNzkyMjJNIiwiYnVpbGQiOiIyMDI2LTA4LTI1XzIyNTY1MiIsImZpbGUiOiI2ZDM0MzhhY2IyIiwicGF0aCI6ImFzc2V0cy9jc3MvaW52aXRhdGlvbk1hbmFnZXIucGhhc2UxLTMuY3NzIn0sInNpZyI6ImQ5ZjczY2M2OGYwMDM4MGM1MDc3YWU3ZTJhZTk4NDUzZjU3MTU4MDIyNzNmNDk3NGY2YTI2YzQ3MGJhYzg0NjQifQ==*/
