.single-estates-table .price-block .price-content {
display: flex;
justify-content: center;
align-items: center;
gap: 5px;
}
.single-estates-table thead {
background-color: #7A7A7A;
}
.single-estates-table td {
text-align: center;
border: unset;
font-family: "Montserrat", Sans-serif;
font-size: 15px;
color: #7A7A7A;
}
.single-estates-table th {
border: unset;
font-family: "Montserrat", Sans-serif;
font-size: 15px;
color: #fff;
}
.single-estates-table td, .single-estates-table th {
padding: 17px;
}
.history-row {
border-bottom: 1px solid rgba(208, 202, 196, 0.4);
}
.price-row {
font-weight: 400;
color: #444447;
font-size: 15px;
}
.date-row {
color: #444447;
}
.overlay {
position: fixed;
inset: 0;
background: rgba(0, 0, 0, 0.45);
opacity: 0;
pointer-events: none;
transition: opacity 0.2s;
z-index: 9999;
}
.overlay[aria-hidden=false] {
opacity: 1;
pointer-events: auto;
}
.overlay__backdrop {
position: absolute;
inset: 0;
}
.modal {
position: relative;
width: 600px;
max-width: calc(100% - 32px);
max-height: 80vh;
margin: auto;
top: 50%;
transform: translateY(-50%);
background: #fff;
border-radius: 10px;
box-shadow: 0 10px 40px rgba(0, 0, 0, 0.25);
padding: 2rem;
overflow: auto;
}
.modal__title {
margin: 0 40px 12px;
font-weight: 700;
font-size: 22px;
text-align: center;
}
.modal__close {
position: absolute;
top: 10px;
right: 10px;
border: 0;
background: none;
font-size: 26px;
line-height: 1;
cursor: pointer;
}
.modal__table {
padding: 0 8px;
margin-bottom: 1rem;
}
.modal h3 {
font-size: 20px !important;
font-weight: 500 !important;
color: #000;
}
.modal__desc {
text-wrap: wrap;
}
.mrow {
display: grid;
grid-template-columns: 1fr 1fr;
align-items: center;
padding: 14px 8px;
border-top: 1px solid #eee;
}
.mrow--head {
color: #000;
font-weight: 500;
border-top: none;
padding: 8px 8px 12px;
}
.mcell--price {
text-align: center;
}
.price--strong {
font-weight: 400;
line-height: 1;
}
.price--m2 {
font-size: 12px;
color: #7b7b7b;
margin-top: 2px;
}
.price-history-cta {
cursor: pointer;
line-height: normal;
}
.apartment_details_button {
color: #fff;
font-size: 15px;
line-height: 1;
padding: 12px 24px;
background-color: #E30016;
border-style: solid;
border-width: 1px 1px 1px 1px;
transition: all 0.3s ease-out;
}
.apartment_details_button:hover {
color: #E30016;
background-color: transparent;
}
.color_for_sale {
color: green !important;
}
.color_sold {
color: #E30016 !important;
}