table.xml-real-estate-table {
    margin-left: auto;
    margin-right: auto;
    width: auto !important;
    max-width: 100% !important;
    border-collapse: collapse !important;
    margin: 5 px 0 !important;
}

table.xml-real-estate-table th,
table.xml-real-estate-table td {
    border: 1px solid #ccc !important;
    padding: 8px !important;
    text-align: left !important;
}

table.xml-real-estate-table th {
    background-color: #f4f4f4 !important;
    vertical-align: middle !important; /* center header vertically */
    text-align: center !important; /* center header text horizontally */
}
table.xml-real-estate-table .promo-price {
    text-decoration: line-through;
    color: #000; /* Adjust color to match the image */
}

/* Simple front-end button styling for history link */
.xmlre-history-btn {
    display: inline-block;
    padding: 6px 10px;
    background: #e0e0e0;
    color: #000 !important;
    text-decoration: none !important;
    border-radius: 4px;
    font-size: 13px;
}
.xmlre-history-btn:hover { background: #d5d5d5; color: #000 !important; }

/* PDF button styling */
.xmlre-pdf-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 28px;
    background: #e0e0e0;
    color: #000 !important;
    text-decoration: none !important;
    border-radius: 4px;
    border: 1px solid #cfcfcf;
}
.xmlre-pdf-btn:hover { background: #d5d5d5; color: #000 !important; }
.xmlre-pdf-icon { display: block; }
