table {
    border-collapse: collapse;
    width: 100%;
}
table th, table td {
    border: 1px solid #AEAEAE;
    font-weight: normal;
    padding: 9.5px 13px;
    position: relative;
}
table th {
    font-weight: bold;
}
table.combine-th-td th {
    border-right: none;
}
table.combine-th-td td {
    border-left: none;
}
table.combine-th-td .separator {
    position:absolute;
    top: 50%;
    right: 0;
    transform: translate(50%, -50%);
    font-weight: bold;
}







.table-image {
    width: 36px;
    object-fit: cover;
    border-radius: 50% !important;
    border: 1px solid var(--accent) !important;
}
.table-contact-info {
    display: flex;
    flex-direction: column;
    gap: 4px;
}







body:not(.elementor-editor-active) .print-area-overlay::after {
    content: '';
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background: #ffffff73;
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
}

#print-the-print-area * {
    pointer-events: none;
}
