body.yt-redfin-page {
  overflow-x: hidden;
}

body.yt-redfin-page .yt-rf-native-flyout {
  display: none;
}

body.yt-redfin-page .yt-rf-native-flyout.is-open {
  display: block;
}

body.yt-redfin-page .yt-local-nav-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 850;
  display: none;
  min-width: 220px;
  padding: 8px 0;
  border-radius: 6px;
  background: #fff;
  box-shadow: 0 8px 24px rgba(18, 18, 18, .12), 0 1px 4px rgba(18, 18, 18, .12);
}

body.yt-redfin-page .yt-local-nav-menu.is-open {
  display: block;
}

body.yt-redfin-page .yt-local-nav-menu a {
  display: block;
  padding: 10px 16px;
  color: #131313;
  font-size: 14px;
  font-weight: 400;
  text-decoration: none;
  white-space: nowrap;
}

body.yt-redfin-page .yt-local-nav-menu a:hover,
body.yt-redfin-page .yt-local-nav-menu a:focus {
  background: rgba(0, 130, 140, .08);
  color: #15727a;
  outline: none;
}

body.yt-redfin-page .yt-search-enhanced,
body.yt-redfin-page .yt-page-search-form {
  position: relative;
}

body.yt-redfin-page .yt-search-suggest {
  position: absolute;
  left: 0;
  right: 0;
  top: calc(100% + 8px);
  z-index: 900;
  display: none;
  overflow: hidden;
  border: 1px solid #ddd;
  border-radius: 6px;
  background: #fff;
  box-shadow: 0 8px 24px rgba(18, 18, 18, .12);
}

body.yt-redfin-page .yt-search-suggest.is-open {
  display: block;
}

body.yt-redfin-page .yt-search-suggest button {
  display: block;
  width: 100%;
  min-height: 44px;
  border: 0;
  border-bottom: 1px solid #eee;
  background: #fff;
  color: #131313;
  font: inherit;
  font-size: 15px;
  text-align: left;
  padding: 10px 16px;
  cursor: pointer;
}

body.yt-redfin-page .yt-search-suggest button:hover,
body.yt-redfin-page .yt-search-suggest button:focus {
  background: rgba(0, 130, 140, .08);
  outline: none;
}

body.yt-redfin-page .yt-search-clear {
  position: absolute;
  top: 50%;
  right: 50px;
  z-index: 3;
  display: none;
  width: 28px;
  height: 28px;
  margin-top: -14px;
  border: 0;
  border-radius: 999px;
  background: transparent;
  color: #686868;
  font-size: 20px;
  line-height: 28px;
  text-align: center;
  cursor: pointer;
}

body.yt-redfin-page .yt-search-clear.is-visible {
  display: block;
}

body.yt-redfin-page .yt-search-clear:hover,
body.yt-redfin-page .yt-search-clear:focus {
  background: rgba(18, 18, 18, .08);
  color: #131313;
  outline: none;
}

body.yt-redfin-page .yt-front-modal,
body.yt-redfin-page .yt-redfin-filter-panel {
  position: fixed;
  inset: 0;
  z-index: 2147483000;
  display: none;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  padding: 24px;
  font-family: Inter, -apple-system, BlinkMacSystemFont, Roboto, Arial, sans-serif;
}

body.yt-redfin-page .yt-front-modal.is-open,
body.yt-redfin-page .yt-redfin-filter-panel.is-open {
  display: flex;
}

body.yt-redfin-page .yt-front-modal__shade,
body.yt-redfin-page .yt-redfin-filter-panel__shade {
  position: absolute;
  inset: 0;
  background: rgba(18, 18, 18, .48);
}

body.yt-redfin-page .yt-front-modal__dialog,
body.yt-redfin-page .yt-redfin-filter-panel__dialog {
  position: relative;
  width: min(92vw, 500px);
  max-height: calc(100vh - 64px);
  overflow: auto;
  margin: 0;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 18px 48px rgba(18, 18, 18, .24);
  z-index: 1;
}

body.yt-redfin-page .yt-front-modal__close {
  position: absolute;
  top: 12px;
  right: 12px;
  z-index: 2;
  width: 34px;
  height: 34px;
  border: 0;
  border-radius: 999px;
  background: transparent;
  color: #686868;
  font-size: 24px;
  line-height: 1;
  cursor: pointer;
}

body.yt-redfin-page .yt-front-modal__close:hover,
body.yt-redfin-page .yt-front-modal__close:focus {
  background: rgba(18, 18, 18, .08);
  color: #131313;
  outline: none;
}

body.yt-redfin-page .yt-front-modal__content,
body.yt-redfin-page .yt-redfin-filter-panel__dialog {
  padding: 32px;
}

body.yt-redfin-page .yt-modal-title,
body.yt-redfin-page .yt-front-modal h2,
body.yt-redfin-page .yt-redfin-filter-panel h2 {
  margin: 0 40px 18px 0;
  color: #131313;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2;
}

body.yt-redfin-page .yt-modal-tabs {
  display: inline-flex;
  max-width: 100%;
  gap: 2px;
  box-sizing: border-box;
  margin: 0 0 16px;
  padding: 3px;
  border: 1px solid #d1d1d1;
  border-radius: 999px;
  background: #f5f5f5;
}

body.yt-redfin-page .yt-modal-tabs button {
  -webkit-appearance: none;
  appearance: none;
  min-height: 34px;
  box-sizing: border-box;
  border: 0;
  border-radius: 999px;
  background: transparent;
  color: #131313;
  cursor: pointer;
  font: inherit;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.2;
  padding: 0 18px;
}

body.yt-redfin-page .yt-modal-tabs button.is-active {
  background: #de3341;
  border-color: #de3341;
  color: #fff;
}

body.yt-redfin-page .yt-modal-tabs button:hover,
body.yt-redfin-page .yt-modal-tabs button:focus {
  outline: none;
}

body.yt-redfin-page .yt-form,
body.yt-redfin-page .yt-inline-form {
  display: grid;
  gap: 14px;
}

body.yt-redfin-page .yt-inline-form {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

body.yt-redfin-page .yt-inline-form__wide {
  grid-column: 1 / -1;
}

body.yt-redfin-page .yt-form.front-hidden {
  display: none;
}

body.yt-redfin-page .yt-auth-social {
  display: grid;
  gap: 14px;
  margin-top: 18px;
}

body.yt-redfin-page .yt-auth-divider {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #767676;
  font-size: 16px;
  line-height: 1;
  text-align: center;
}

body.yt-redfin-page .yt-auth-divider::before,
body.yt-redfin-page .yt-auth-divider::after {
  content: "";
  flex: 1 1 auto;
  height: 1px;
  background: #d1d1d1;
}

body.yt-redfin-page .yt-auth-divider span {
  display: inline-block;
  min-width: 22px;
}

body.yt-redfin-page .yt-form-field,
body.yt-redfin-page .yt-inline-form label {
  display: grid;
  gap: 6px;
  color: #131313;
  font-size: 14px;
  font-weight: 700;
}

body.yt-redfin-page .yt-form-field input,
body.yt-redfin-page .yt-form-field select,
body.yt-redfin-page .yt-form-field textarea,
body.yt-redfin-page .yt-inline-form input,
body.yt-redfin-page .yt-inline-form select,
body.yt-redfin-page .yt-inline-form textarea {
  width: 100%;
  min-height: 44px;
  box-sizing: border-box;
  border: 1px solid #bbb;
  border-radius: 4px;
  background: #fff;
  color: #131313;
  font: inherit;
  padding: 10px 12px;
}

body.yt-redfin-page .yt-action-btn,
body.yt-redfin-page .yt-secondary-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  border: 1px solid #de3341;
  border-radius: 999px;
  background: #de3341;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.2;
  padding: 10px 18px;
  text-decoration: none;
  cursor: pointer;
}

body.yt-redfin-page .yt-front-modal .yt-action-btn,
body.yt-redfin-page .yt-front-modal .yt-secondary-btn {
  width: 100%;
}

body.yt-redfin-page .yt-action-btn.is-light,
body.yt-redfin-page .yt-secondary-btn {
  border-color: #222;
  background: #fff;
  color: #131313;
}

body.yt-redfin-page .yt-front-modal .yt-action-btn.is-light {
  margin-bottom: 16px;
}

body.yt-redfin-page .yt-front-modal .yt-google-login {
  gap: 10px;
  min-height: 58px;
  border-color: #222;
  border-width: 1px;
  background: #fff;
  color: #131313;
  font-size: 18px;
  font-weight: 700;
}

body.yt-redfin-page .yt-front-modal .yt-auth-social .yt-action-btn.is-light {
  margin-bottom: 0;
}

body.yt-redfin-page .yt-front-modal .yt-google-login:hover,
body.yt-redfin-page .yt-front-modal .yt-google-login:focus {
  border-color: #131313;
  background: #f7f7f7;
  color: #131313;
}

body.yt-redfin-page .yt-google-mark {
  display: block;
  flex: 0 0 20px;
  width: 20px;
  height: 20px;
}

body.yt-redfin-page .yt-action-btn:hover,
body.yt-redfin-page .yt-action-btn:focus {
  background: #c12a36;
  border-color: #c12a36;
  color: #fff;
  outline: none;
  text-decoration: none;
}

body.yt-redfin-page .yt-action-btn.is-light:hover,
body.yt-redfin-page .yt-action-btn.is-light:focus,
body.yt-redfin-page .yt-secondary-btn:hover,
body.yt-redfin-page .yt-secondary-btn:focus {
  background: #222;
  border-color: #222;
  color: #fff;
  outline: none;
  text-decoration: none;
}

body.yt-redfin-page .yt-front-modal__actions,
body.yt-redfin-page .yt-modal-actions,
body.yt-redfin-page .yt-filter-actions,
body.yt-redfin-page .yt-photo-viewer__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 16px;
}

body.yt-redfin-page .yt-form-note,
body.yt-redfin-page .yt-calc-output,
body.yt-redfin-page .yt-local-content {
  color: #333;
  font-size: 14px;
  line-height: 1.5;
}

body.yt-redfin-page .yt-calc-output,
body.yt-redfin-page .yt-local-content {
  margin-top: 14px;
  padding: 14px 16px;
  border: 1px solid #ddd;
  border-radius: 6px;
  background: #fff;
}

body.yt-redfin-page .yt-photo-viewer img {
  display: block;
  width: 100%;
  max-height: 65vh;
  object-fit: contain;
  border-radius: 6px;
}

body.yt-redfin-page .yt-page-lang {
  display: inline-flex;
  align-items: center;
  margin-left: 8px;
}

body.yt-redfin-page .yt-page-lang select {
  height: 32px;
  max-width: 120px;
  border: 1px solid #ddd;
  border-radius: 4px;
  background: #fff;
  color: #131313;
  font-size: 13px;
  padding: 0 24px 0 8px;
}

body.yt-redfin-page .yt-toast-root {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 3500;
  display: grid;
  gap: 10px;
}

body.yt-redfin-page .yt-toast {
  display: flex;
  align-items: center;
  gap: 10px;
  min-width: 240px;
  max-width: min(360px, calc(100vw - 36px));
  padding: 12px 14px;
  border-radius: 6px;
  background: #131313;
  color: #fff;
  box-shadow: 0 8px 24px rgba(18, 18, 18, .18);
  opacity: 0;
  transform: translateY(8px);
  transition: opacity .18s ease, transform .18s ease;
}

body.yt-redfin-page .yt-toast.is-visible {
  opacity: 1;
  transform: translateY(0);
}

body.yt-redfin-page .yt-toast--success {
  background: #13795b;
}

body.yt-redfin-page .yt-toast--error {
  background: #b42318;
}

body.yt-redfin-page.yt-page-local-loading .bp-Homecard__Price--value::after {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  margin-left: 6px;
  border: 2px solid rgba(222, 51, 65, .25);
  border-top-color: #de3341;
  border-radius: 999px;
  animation: yt-page-spin .8s linear infinite;
}

@keyframes yt-page-spin {
  to {
    transform: rotate(360deg);
  }
}

@media (max-width: 767px) {
  body.yt-redfin-page #header header.SmallHeader {
    display: none !important;
  }

  body.yt-redfin-page #header header.LargeHeader {
    display: flex !important;
    min-width: 0;
    height: 54px;
    overflow: hidden;
  }

  body.yt-redfin-page #header header.LargeHeader .header-left,
  body.yt-redfin-page #header header.LargeHeader .header-right {
    min-width: 0;
  }

  body.yt-redfin-page #header header.LargeHeader a.dropdownWidget,
  body.yt-redfin-page #header header.LargeHeader a.topMenuFeedMenuLink,
  body.yt-redfin-page #header header.LargeHeader .menuItemClickable.dropdownWidget {
    display: none !important;
  }

  body.yt-redfin-page #header header.LargeHeader .logo-div {
    padding-left: 10px;
  }

  body.yt-redfin-page #header header.LargeHeader .RedfinLogoTagline {
    max-width: 96px;
    overflow: hidden;
  }

  body.yt-redfin-page #header header.LargeHeader .combinedLoginLinkWrapper {
    margin-right: 8px;
  }

  body.yt-redfin-page #header header.LargeHeader .combinedLoginLinkWrapper .bp-Button {
    min-height: 34px;
    padding: 7px 12px;
    font-size: 13px;
  }

  body.yt-redfin-page .yt-page-lang {
    margin-left: 0;
    margin-right: 8px;
  }

  body.yt-redfin-page .yt-page-lang select {
    width: 88px;
    max-width: 88px;
  }

  body.yt-redfin-page .yt-front-modal__dialog,
  body.yt-redfin-page .yt-redfin-filter-panel__dialog {
    width: min(94vw, 420px);
    margin: 28px auto;
  }

  body.yt-redfin-page .yt-front-modal__content,
  body.yt-redfin-page .yt-redfin-filter-panel__dialog {
    padding: 28px 20px 22px;
  }

  body.yt-redfin-page .yt-inline-form {
    grid-template-columns: 1fr;
  }

  body.yt-redfin-page .bp-TabBar .TabBar__list,
  body.yt-redfin-page .TabBar__list {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}


body.yt-property-page .yt-local-detail-summary {
  box-sizing: border-box;
  width: min(100% - 48px, 920px);
  margin: 0 auto;
  padding: 20px 0 24px;
  border-top: 1px solid #e9e9e9;
  border-bottom: 1px solid #e9e9e9;
  background: #fff;
  color: #131313;
  font-family: Inter, -apple-system, BlinkMacSystemFont, Roboto, Arial, sans-serif;
}

body.yt-property-page .yt-local-detail-summary__grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 240px;
  gap: 28px;
  align-items: start;
}

body.yt-property-page .yt-local-detail-summary__status {
  margin: 0 0 8px;
  color: #585858;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.35;
}

body.yt-property-page .yt-local-detail-summary h1 {
  margin: 0 0 8px;
  color: #131313;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.18;
  letter-spacing: 0;
}

body.yt-property-page .yt-local-detail-summary__address {
  margin: 0;
  color: #3d3d3d;
  font-size: 16px;
  line-height: 1.45;
}

body.yt-property-page .yt-local-detail-summary__description {
  max-width: 720px;
  margin: 12px 0 0;
  color: #585858;
  font-size: 15px;
  line-height: 1.6;
}

body.yt-property-page .yt-local-detail-summary__stats {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 18px;
  margin: 14px 0 0;
  color: #131313;
  font-size: 15px;
  line-height: 1.35;
}

body.yt-property-page .yt-local-detail-summary__stats span {
  white-space: nowrap;
}

body.yt-property-page .yt-local-detail-summary__aside {
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: stretch;
}

body.yt-property-page .yt-local-detail-summary__price {
  color: #131313;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.15;
  text-align: right;
}

body.yt-property-page .yt-local-detail-summary .bp-Button {
  width: 100%;
  min-height: 48px;
  padding: 11px 20px;
  border-radius: 999px;
}

/* The downloaded detail page contains another home's facts and history. */
body.yt-property-page .addressBannerRevamp,
body.yt-property-page .DesktopHomeownerConversionUnclaimedContent,
body.yt-property-page #redfin-estimate-scroll,
body.yt-property-page .InlineMarketInsights,
body.yt-property-page .OwnerToolsAndResourcesSection,
body.yt-property-page .KeyDetailsV2,
body.yt-property-page .propertyHistory,
body.yt-property-page .publicFactsAndZoning,
body.yt-property-page #property-details-scroll,
body.yt-property-page #neighborhood-scroll,
body.yt-property-page .ClimateRiskDataSection,
body.yt-property-page .historicalWeather,
body.yt-property-page .SunExposureSection,
body.yt-property-page #recommended-homes-scroll,
body.yt-property-page #similar-homes-scroll,
body.yt-property-page #new-listings-in-zip-scroll,
body.yt-property-page .NearbyHomesSection,
body.yt-property-page .SmartInterlinksSection {
  display: none !important;
}

@media (max-width: 760px) {
  body.yt-property-page .yt-local-detail-summary {
    width: calc(100% - 32px);
  }

  body.yt-property-page .yt-local-detail-summary__grid {
    grid-template-columns: 1fr;
  }

  body.yt-property-page .yt-local-detail-summary__price {
    text-align: left;
  }
}
