.other-property-list .common-font-family {
    font-family: Noto Sans Thai, Roboto, system-ui;
}
.other-property-list {
    display: flex;
    flex-direction: column;
    width: 100%;
}
.other-property-list .__header {
    text-align: center;
    padding-top: 1.75rem;
}
.other-property-list .__header .header {
    font-weight: normal;
}
.other-property-list .__content {
    margin-bottom: 3rem;
}
.other-property-list .card {
    display: flex;
    column-gap: 1rem;
    flex-direction: row;
    margin: 1.5rem;
    border-radius: 5px;
    box-shadow: 0 .25rem .5rem #0002;
    -webkit-box-shadow: 0 .25rem .5rem #0002;
    -moz-box-shadow: 0 .25rem .5rem #0002;
}
.other-property-list .card .__information {
    border-right: 1px solid #eee;
}
.other-property-list .card .__information {
    padding: 0.75rem 0.75rem 1.5rem 0;
}
.other-property-list .card .__price {
    padding: 0.75rem 0rem;
}
.other-property-list .card .__price {
    padding-right: 1rem;
    padding-left: 1rem;
    text-align: right;
}
.other-property-list .card .__information .description {
    margin-top: 1rem;
}
.other-property-list .card .__information .property-name {
    font-size: 1.2rem;
    font-weight: 700;
}
.other-property-list .card .__information .translucent {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.other-property-list .card .property-image {
    max-width: none;
    border-radius: 5px 0px 0px 5px;
}
.other-property-list .card .start-rating {
    color: #fba724;
}
.other-property-list .card .__price .property-price {
    text-wrap: nowrap;
    margin-bottom: 1rem;
}
.other-property-list .card .__price .cancellation-policy {
    margin-bottom: 1rem;
    color: #0d8760;
    font-weight: bold;
    text-transform: uppercase;
}
.other-property-list .card .__price .disabled {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
}
.other-property-list .card .__price .disabled .view-deal-button {
    opacity: 0.75;
}
.other-property-list .card .__price .view-deal-button {
    padding: 1rem 0;
    border-radius: 0.5rem;
    width: 160px;
    text-align: center;
    margin: 1.5rem 0;
}
.other-property-list .card .__price .view-deal-button .label {
    color: #fff;
    font-weight: bold;
    font-size: 1.05rem;
}
.other-property-list .card .__price .property-price .currency {
    font-weight: bold;
    margin-right: 0.25rem;
}
.other-property-list .card .__price .property-price .price {
    color: #a5c637;
    font-size: 1.75em;
    font-weight: bold;
}
.other-property-list .card .__price .property-price .nightly-tax {
    line-height: 0.75rem;
    font-size: 0.75rem;
}
.other-property-list .card .link {
    text-decoration: underline;
}
.other-property-list .icon-marker {
    color: #32A1A9;
    margin-left: 0.5rem;
}
#block-ui {
    left: 45%;
}
.view-other-properties-btn {
    display: flex;
    justify-content: center;
    padding: 3rem 0 8rem 0;
}
.view-other-properties-btn .__button {
    padding: 0.75rem 2rem;
    border: none;
    border-radius: 5px;
    font-family: 'Roboto Condensed', 'Sarabun', sans-serif;
    font-size: 1.1rem;
}
.view-other-properties-btn .__button.primary-theme-color {
    background-color: #32A1A9;
    color: #f8f9fa;
}
