#properties {
  padding: 16px 20px 28px;
}
#properties .favorites_header {
  justify-content: space-between;
  align-items: flex-end;
  margin: 10px auto 18px;
  padding: 0 0 12px;
  border-bottom: 1px solid #e8e8e8;
  max-width: 1080px;
  gap: 16px;
}
#properties .favorites_header .title_group .ttl {
  color: var(--main-heading-color);
  font-size: 2.6rem;
  line-height: 1.2;
  margin: 0;
  letter-spacing: 0.02em;
}
#properties .favorites_header .title_group .description {
  margin: 6px 0 0;
  color: #5f5f5f;
  font-size: 1.3rem;
  line-height: 1.6;
}
#properties .favorites_header .title_group .back_to_search_link {
  margin: 10px 0 0;
}
#properties .favorites_header .title_group .back_to_search_link a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 36px;
  padding: 0 14px;
  border: 1px solid var(--main-heading-color);
  border-radius: 6px;
  color: var(--main-heading-color);
  background: #fff;
  font-size: 1.3rem;
  line-height: 1;
  text-decoration: none;
  transition: background-color 0.2s ease, color 0.2s ease;
}
#properties .favorites_header .title_group .back_to_search_link a:hover {
  color: #fff;
  background: var(--main-heading-color);
}
#properties .favorites_header .count {
  margin: 0;
  display: inline-flex;
  align-items: baseline;
  gap: 4px;
  color: #444;
}
#properties .favorites_header .count .num {
  font-size: 2.4rem;
  line-height: 1;
  font-weight: 700;
  color: var(--main-heading-color);
}
#properties .favorites_header .count .unit {
  font-size: 1.2rem;
}
#properties .favorites_pager {
  margin: 28px auto 8px;
  max-width: 1080px;
}
#properties .favorites_pager nav {
  display: flex;
  justify-content: center;
}
#properties .favorites_pager ul.pagination {
  margin: 0;
  gap: 8px;
  flex-wrap: wrap;
  justify-content: center;
}
#properties .favorites_pager .page-item.active .page-link {
  color: #fff;
  background-color: var(--main-heading-color);
  border-color: var(--main-heading-color);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.14);
}
#properties .favorites_pager .page-item.disabled .page-link {
  color: #b8b8b8;
  background-color: #f7f7f7;
  border-color: #ececec;
}
#properties .favorites_pager .page-link {
  min-width: 42px;
  height: 42px;
  border-radius: 999px;
  border: 1px solid #dedede;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.35rem;
  font-weight: 500;
  color: #444;
  padding: 0 12px;
  background: #fff;
  transition: 0.2s ease;
}
#properties .favorites_pager .page-link:hover {
  color: var(--main-heading-color);
  border-color: var(--main-heading-color);
  background: #fff;
}
#properties #favorites_load_trigger {
  max-width: 1080px;
  margin: 18px auto 8px;
  text-align: center;
  min-height: 34px;
}
#properties #favorites_load_trigger .loading_text {
  display: none;
  color: #777;
  font-size: 1.25rem;
  letter-spacing: 0.06em;
}
#properties #favorites_load_trigger.is-loading .loading_text {
  display: inline-block;
}
#properties .property_list .result_box_wrap,
#properties .property_list > li[data-property_id],
#properties .property_list > li[data-property-id] {
  max-height: 1200px;
  transition: opacity 0.36s ease, transform 0.36s ease, max-height 0.42s ease, margin 0.42s ease, padding 0.42s ease;
  transform-origin: top center;
}
#properties .property_list .result_box_wrap.is-removing,
#properties .property_list > li[data-property_id].is-removing,
#properties .property_list > li[data-property-id].is-removing {
  opacity: 0;
  transform: translateX(28px) scale(0.96);
  max-height: 0;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  overflow: hidden;
  pointer-events: none;
}
#properties .property_list .result_box .no_image {
  background-image: url(/images/no_image.png);
  background-size: 40%;
  background-repeat: no-repeat;
  background-position: center;
  background-color: #ddd;
}
@media screen and (max-width: 767px) {
  #properties {
    padding: 8px 10px 18px;
  }
  #properties .favorites_header {
    padding: 0 0 10px;
    align-items: flex-start;
    flex-direction: column;
    gap: 8px;
  }
  #properties .favorites_header .title_group .ttl {
    font-size: 2.1rem;
  }
  #properties .favorites_header .title_group .description {
    font-size: 1.25rem;
  }
  #properties .favorites_header .count .num {
    font-size: 2rem;
  }
  #properties .favorites_pager .page-link {
    min-width: 38px;
    height: 38px;
    font-size: 1.2rem;
  }
}

/*# sourceMappingURL=portal_favorites.css.map */
