.single-property .elementor-text-editor table{
	border:none;
}

.single-property .elementor-text-editor table tr {
    border-top: solid 1px #86B2D1;
}

.single-property .elementor-text-editor table td:nth-child(1) {
    text-align: left !important;
}

.single-property .elementor-text-editor table tr:nth-child(1) td {
    border-top: solid 2px #86B2D1 !important;
}

.single-property .elementor-text-editor table td:nth-child(1) .ekit_body_align_right {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
    text-align: left;
}

.single-property .elementor-text-editor table td:last-child div {
    color: #667C8C !important;
}

.single-property .elementor-text-editor table td{
    background-color: transparent !important;
    box-shadow:none !important;
}

.single-property .elementor-text-editor table td:nth-child(2) {
    font-weight: 400 !important;
}

.single-property .elementor-widget-text-editor table tr:first-child td{
	width: auto !important;
}

.single-property .elementor-widget-text-editor table.equal-widths tr td {
  width: 50% !important; /* Equal width */
}