.news-detail-page .news-page-container {
  padding-bottom: 0rem;
}
@media (max-width: 767.98px) {
  .news-detail-page .news-page-container {
    padding: 2rem 0 0.5rem 0;
  }
}
.news-detail-page img {
  max-width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  display: block;
}
.news-detail-page h1, .news-detail-page .h1 {
  font-size: 30px;
}
@media (max-width: 767.98px) {
  .news-detail-page h1, .news-detail-page .h1 {
    font-size: 20px;
  }
}
@media (max-width: 767.98px) {
  .news-detail-page .breadcrumb {
    margin-left: 15px;
  }
}
.news-detail-page article ul, .news-detail-page article ol, .news-detail-page article p {
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
  line-height: 30px;
  margin-bottom: 2rem;
}
.news-detail-page article ul.breadcrumb, .news-detail-page article ol.breadcrumb, .news-detail-page article p.breadcrumb {
  margin-left: 0px;
}
@media (max-width: 767.98px) {
  .news-detail-page article ul, .news-detail-page article ol, .news-detail-page article p {
    margin-bottom: 1rem;
    max-width: calc(100% - 2rem);
    margin-left: 1rem !important;
    margin-right: 1rem;
    font-size: 14px;
    line-height: 26px;
  }
}
.news-detail-page article a {
  text-decoration: underline;
}
.news-detail-page article a.community {
  text-decoration: none;
}
.news-detail-page article figure.thumbnail {
  height: 345px;
  max-width: 650px;
  margin: 50px auto;
  position: relative;
}
@media (max-width: 767.98px) {
  .news-detail-page article figure.thumbnail {
    height: 230px;
    max-width: 345px;
  }
}
@media only screen and (max-width: 377px) {
  .news-detail-page article figure.thumbnail {
    margin: 50px 16px;
  }
}
.news-detail-page article figure.thumbnail img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  display: block;
  vertical-align: middle;
  border-radius: 15px;
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.08);
}
.news-detail-page article figure .community-tile-badges {
  position: absolute;
  top: 0px;
  width: 100%;
}
.news-detail-page article figure .community-tile-badges .badge-outer {
  top: 20px;
  z-index: 10;
}
.news-detail-page article figure .community-tile-badges .badge-outer-left {
  left: 20px;
}
.news-detail-page article figure .community-tile-badges .badge-outer-right {
  right: 20px;
}
@media only screen and (max-width: 330px) {
  .news-detail-page article figure .community-tile-badges .badge-outer-right {
    right: auto;
    left: 20px;
    top: 50px;
  }
}
.news-detail-page article figure .community-tile-badges .badge-available {
  width: 106px;
  min-width: 106px;
  border-radius: 4px;
  font-weight: bold;
  font-size: 10px;
  margin-bottom: 3px;
  padding: 2px 0;
  background-color: #F5F8FB !important;
  color: #1B4D58 !important;
  border: 1px solid #1B4D58 !important;
}
.news-detail-page article figure .community-tile-info {
  position: absolute;
  bottom: 0px;
  width: 100%;
  text-align: left;
  padding: 25px 20px 12px 20px;
  border-bottom-right-radius: 15px;
  border-bottom-left-radius: 15px;
  background: linear-gradient(180deg, rgba(100, 111, 121, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
}
.news-detail-page article figure .community-tile-info-left {
  width: 62%;
  display: inline-block;
}
.news-detail-page article figure .community-tile-info-left .badge-land {
  border-radius: 4px !important;
  font-weight: 700;
  font-size: 12px;
  padding: 2px 10px 1px 10px;
  background-color: transparent !important;
  color: #FFFFFF !important;
  border: 1px solid #FFFFFF !important;
  display: inline-block;
  margin-right: 8px;
  margin-bottom: 2px;
  text-transform: uppercase;
}
.news-detail-page article figure .community-tile-info-left .lot-info {
  display: inline-block;
  color: #FFFFFF;
  font-size: 14px;
  font-weight: 700;
  text-overflow: ellipsis;
  overflow: hidden;
  width: 100%;
  white-space: nowrap;
}
.news-detail-page article figure .community-tile-info-left h4 {
  color: #FFFFFF;
  font-size: 18px;
  line-height: 26px;
  font-weight: 400;
  margin-bottom: 0px;
  margin-top: 0px;
}
@media (max-width: 767.98px) {
  .news-detail-page article figure .community-tile-info-left {
    width: 100%;
    display: inline;
  }
}
.news-detail-page article figure .community-tile-info-right {
  width: 37%;
  display: inline-block;
  vertical-align: bottom;
  text-align: right;
  margin-bottom: 8px;
}
.news-detail-page article figure .community-tile-info-right a.btn {
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  color: #FFFFFF;
  padding: 8px 40px 6px 40px;
}
@media (max-width: 767.98px) {
  .news-detail-page article figure .community-tile-info-right {
    display: none;
  }
}
.news-detail-page figure {
  text-align: center;
}
.news-detail-page figcaption {
  text-align: center;
}

.recommended-articles-container {
  margin-bottom: 20px;
  max-width: none;
}
.recommended-articles-container h2 {
  font-size: 26px;
  margin-bottom: 0.5rem;
  margin-top: 2rem;
  margin-left: 30px;
}
@media (max-width: 767.98px) {
  .recommended-articles-container h2 {
    margin-top: 0.5rem;
    font-size: 20px;
    margin-left: 0px;
  }
}

.recommended-articles {
  margin-bottom: 20px;
  max-width: none;
}
.recommended-articles h2 {
  font-size: 26px;
  margin-bottom: 0.5rem;
  margin-top: 2rem;
  margin-left: 30px;
}
@media (max-width: 767.98px) {
  .recommended-articles h2 {
    margin-top: 0.5rem;
    font-size: 20px;
    margin-left: 0px;
  }
}
.recommended-articles.views-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 50px;
  padding: 25px;
}
@media (max-width: 767.98px) {
  .recommended-articles.views-cards {
    grid-template-columns: 1fr;
    gap: 20px;
    padding: 25px 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .recommended-articles.views-cards {
    grid-template-columns: repeat(2, 1fr);
  }
}
.recommended-articles.views-cards > div {
  display: contents;
}
.recommended-articles.views-cards .presented-by-area {
  font-weight: 400;
  font-size: 12px;
  color: #646f79 !important;
  padding: 10px;
  background: #F6F8FB;
}
.recommended-articles.views-cards .presented-by-area img {
  height: 30px;
  margin-left: 5px;
  display: inline-block;
}
.recommended-articles.views-cards a {
  color: inherit;
}
.recommended-articles.views-cards .card {
  border-radius: 15px;
  overflow: auto;
  width: 100%;
}
.recommended-articles.views-cards .card-body {
  padding: 8px 15px 12px 15px;
  background: #F6F8FB;
}
.recommended-articles.views-cards .card-text {
  margin-bottom: 6px;
  font-size: 10px;
}
.recommended-articles.views-cards .card-img {
  height: 205px;
  overflow: hidden;
  border-radius: 15px 15px 0 0;
}
.recommended-articles.views-cards .card-img img {
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
.recommended-articles.views-cards .card-title {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2; /* Changed to 2 lines */
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  margin-bottom: 8px;
  font-size: 14px;
  font-weight: 400;
  color: #212529;
  width: 100%;
  line-height: 1.4;
}
.recommended-articles.views-cards .text-muted {
  font-size: 10px;
  font-weight: 300;
}
.recommended-articles.views-cards .text-muted p {
  color: #646f79 !important;
  font-size: 12px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  margin-bottom: 0px;
}
@supports (-webkit-line-clamp: 1) {
  .recommended-articles.views-cards .text-muted p {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: initial;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
  }
}
.recommended-articles.views-cards .text-muted p.ellipsis-1 {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: initial;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  width: 100%;
  line-height: 1.4;
}

.form-article-enquiry {
  padding: 22px 30px;
  border-radius: 15px !important;
}
@media (min-width: 992px) {
  .form-article-enquiry {
    padding: 40px 60px;
  }
}
.form-article-enquiry .header {
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  .form-article-enquiry .header {
    margin-bottom: 40px;
  }
}
.form-article-enquiry .header .enquiry-logo {
  height: 50px;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
}
.form-article-enquiry h2 {
  font-size: 20px;
}
@media (min-width: 992px) {
  .form-article-enquiry h2 {
    font-size: 24px;
  }
}
.form-article-enquiry label {
  display: none;
}
.form-article-enquiry label.error, .form-article-enquiry label.js-error {
  display: block;
  width: 100%;
  color: #dc3545;
  font-size: 14px;
}
.form-article-enquiry .input-group {
  background: #F6F8FB;
  border: 1px solid #E2E6F0;
  border-radius: 4px;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}
.form-article-enquiry .input-group.error {
  border-color: #dc3545;
}
.form-article-enquiry .input-group .input-group-text {
  background: transparent;
  border: 0;
}
.form-article-enquiry .input-group .input-group-prepend select {
  background: rgba(0, 0, 0, 0);
  border: 0;
  color: #212529;
}
.form-article-enquiry .input-group .form-control {
  border: 0;
  background: transparent;
  border-radius: 0;
  margin: 0;
}
.form-article-enquiry .input-group label.error,
.form-article-enquiry .input-group label.js-error {
  position: absolute;
  bottom: -2.5em;
}
.form-article-enquiry .terms-privacy {
  font-size: 10px;
  color: #646F79;
  margin-top: 30px;
}