

.es-listing .es-property-inner .es-property-thumbnail .es-thumbnail .es-thumbnail-bottom {
	display: none;}

.es-layout-1_col .properties .es-details-wrap .es-details-flex, .es-layout-2_col .properties .es-details-wrap .es-details-flex, .es-layout-3_col .properties .es-details-wrap .es-details-flex {
    display: -ms-flexbox;
    display: none;
}

.es-single .es-info .es-property-fields {
    line-height: 32px;
}

.es-single .es-price {
	background: #ffffff !important;}

.es-single h2 .es-cat-price {justify-content: flex-start;}

.es-single .es-category-items a {
	color: #E9853E !important;
    line-height: 35px;}

.es-single h2 {line-height: 11px !important;
	font-size:4px;}

.es-single .es-price-note {
    display: block;
    width: 100%;
    font-size: 13px;
    margin-top: 5px;
    line-height: 1.3;
	text-align: left;}

.entry-content p {
    margin-bottom: 1.6em;
}

.es-wrap * {
	font-family: Roboto',sans-serif; 
}

/* --- CÓDIGO FINAL (ORDEN Y ALINEACIÓN A LA DERECHA) --- */

/* 1. Contenedores flexibles */
#post-7625 .es-cat-price,
#post-7625 .es-price__wrap {
    display: flex !important;
    flex-direction: column !important;
    align-items: flex-end !important; /* Empuja los elementos a la derecha */
    width: 100% !important;
}

/* 2. FOR SALE */
#post-7625 .es-category-items {
    order: 1 !important;
    margin-bottom: 5px !important;
    align-self: flex-end !important; /* Fija a la derecha */
}

/* 3. PRECIO TACHADO */
#post-7625 .es-cat-price::before {
    content: "$ 4,115,300 MXN" !important;
    order: 2 !important;
    display: block !important;
    text-decoration: line-through !important;
    color: #8c8c8c !important;
    font-size: 18px !important;
    margin-bottom: 5px !important;
    align-self: flex-end !important; /* Fija a la derecha */
    text-align: right !important;
}

/* 4. PRECIO DE VENTA Y CARPETA */
#post-7625 .es-price,
#post-7625 .es-price__wrap {
    order: 3 !important;
    align-self: flex-end !important; /* Fija a la derecha */
}

/* Forzamos el tamaño del Precio de Venta */
#post-7625 .es-price {
    font-size: 32px !important;
    font-weight: bold !important;
    color: #333 !important;
    display: block !important;
    visibility: visible !important;
    line-height: 1.2 !important;
    margin: 0 !important;
    text-align: right !important; /* Texto a la derecha */
}

/* 5. PRECIO M2 */
#post-7625 .es-price-note {
    order: 4 !important;
    font-size: 13px !important;
    margin-top: 5px !important;
    display: block !important;
    align-self: flex-end !important; /* Fija a la derecha */
    text-align: right !important; /* Anula el text-align: left de tu código original */
    width: auto !important;
}

/* 6. LIMPIEZA INTELIGENTE */
#post-7625 .es-price:empty {
    display: none !important;
}