[class^="el-"] {
    display: block;
    box-sizing: border-box;
    page-break-inside: avoid;
    break-inside: avoid;
    text-align: center;
    width: 100%;
}

.text-center {
    text-align: center;
}

.el-image {
    width: 100%;
    height: 100%;
    max-width: unset;
    max-height: unset;
    display: flex;
    align-items: center;
    justify-content: center;
    /*max-width: 50mm;*/
    /*max-height: 75mm;*/
    /*height: auto;*/
    /*margin: 0 auto;*/
}

.el-family-signature-border-top {
    border-top: 1px solid #e5e7eb;
    padding-top: 0.5rem;
    max-width: 85%;
    margin-left: auto;
    margin-right: auto;
}

/* Inactive: direct span children stay inline with spacing */
.el-birth-death-date-inline > span {
    display: inline;
    margin-right: 20pt;
}

.el-birth-death-date-inline > span:last-child {
    margin-right: 0;
}

/* Active: SpanPairRichEditor layout classes */
.span-pair-rich-inline {
    display: flex;
    gap: 20pt;
    justify-content: center;
    width: 100%;
}

.span-pair-rich-stacked {
    display: flex;
    flex-direction: column;
    width: 100%;
}
