:root {
  --jljs-postcards-hero-max-width: 1920px;
  --jljs-postcards-hero-height: calc(100vh - var(--main-content-padding-top) + 1px);
  --jljs-postcards-hero-max-height: 800px;
  --jljs-hero-bg-color: #0c5e78;
}

.just-listed-just-sold-postcards .xxl-heading {
  font-size: clamp(2.875rem, 3.75vw, 3.75rem);
  font-weight: 700;
  letter-spacing: 1px;
  line-height: 1.25;
}
.just-listed-just-sold-postcards .jljs-postcards-hero {
  display: grid;
  place-items: center;
  place-content: center;
  position: relative;
  width: 100%;
  height: var(--jljs-postcards-hero-height);
  height: auto;
  max-height: var(--jljs-postcards-hero-max-height);
  padding-block: 1.5rem;
  margin: 0 auto;
  overflow: clip;
  background-color: #fff;
  transition: all 200ms ease-in-out;
}
@media screen and (min-width: 61.25em) {
  .just-listed-just-sold-postcards .jljs-postcards-hero {
    height: var(--jljs-postcards-hero-height);
  }
}
.just-listed-just-sold-postcards .jljs-postcards-hero * {
  transition: all 200ms ease-in-out;
}
.just-listed-just-sold-postcards .jljs-postcards-hero .hero__content {
  display: grid;
  position: relative;
  gap: 1rem;
  place-items: center;
  place-content: center;
  width: 100%;
  grid-template-columns: minmax(min-content, 50em);
  margin: 0 auto;
  text-wrap: pretty;
  z-index: 10;
  padding: 2rem;
  background: rgba(255, 255, 255, 0.8);
  border-radius: calc(var(--bs-border-radius) / 3);
}
@media screen and (min-width: 61.25em) {
  .just-listed-just-sold-postcards .jljs-postcards-hero .hero__content {
    padding: 4rem;
  }
}
.just-listed-just-sold-postcards .jljs-postcards-hero .hero__content h1, .just-listed-just-sold-postcards .jljs-postcards-hero .hero__content h2, .just-listed-just-sold-postcards .jljs-postcards-hero .hero__content p {
  color: var(--bs-secondary);
}
.just-listed-just-sold-postcards .jljs-postcards-hero .hero__content h1 {
  font-size: clamp(2.875rem, 4.5vw, 5rem);
  text-transform: uppercase;
  font-weight: 900;
  letter-spacing: 2px;
  line-height: 1.125;
}
.just-listed-just-sold-postcards .jljs-postcards-hero .hero__content h2 {
  font-weight: 400;
  font-size: clamp(1.25rem, 2.5vw, 1.75rem);
  line-height: 1.25;
  text-wrap: pretty;
}
.just-listed-just-sold-postcards .jljs-postcards-hero .hero__content .btn {
  font-weight: 600;
  letter-spacing: 1px;
}
@media screen and (min-width: 61.25em) {
  .just-listed-just-sold-postcards .jljs-postcards-hero .hero__content .btn {
    padding: 1rem 2.5rem;
  }
}
.just-listed-just-sold-postcards .jljs-postcards-hero .hero__content p:has(.icon) .icon {
  font-size: 80%;
  align-self: center;
  width: 1em;
  height: 1em;
  line-height: 1;
}
.just-listed-just-sold-postcards .jljs-postcards-hero .hero__bg {
  display: flex;
  justify-content: center;
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 0;
  pointer-events: none;
  user-select: none;
  padding-inline: 0 !important;
}
.just-listed-just-sold-postcards .jljs-postcards-hero .hero__bg .container-fluid {
  display: grid;
  place-items: center;
  place-content: center;
  width: 100% !important;
  max-width: var(--jljs-postcards-hero-max-width) !important;
  position: relative;
}
.just-listed-just-sold-postcards .jljs-postcards-hero .hero__bg::before {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  translate: -50% 0;
  width: 100%;
  max-width: var(--jljs-postcards-hero-max-width) !important;
  height: 100%;
  margin-inline: auto;
  background: linear-gradient(to right, rgb(84, 180, 176) 35%, rgba(84, 180, 176, 0) 100%);
  z-index: 0;
  opacity: 1;
  pointer-events: none;
  user-select: none;
  transition: all 200ms ease-in-out;
}
.just-listed-just-sold-postcards .jljs-postcards-hero .hero__bg #hero-background-left {
  height: 100%;
  z-index: 1;
  max-height: calc(100% - var(--main-content-padding-top) + 0.75px);
}
.just-listed-just-sold-postcards .jljs-postcards-hero .hero__bg #hero-background-right {
  z-index: -1;
}
.just-listed-just-sold-postcards .jljs-postcards-hero .hero__bg #hero-background-right img {
  height: 100%;
  object-fit: cover;
}
.just-listed-just-sold-postcards .jljs-postcards-hero--alt {
  display: grid;
  place-items: center;
  place-content: center;
  position: relative;
  width: 100%;
  height: auto;
  max-height: var(--jljs-postcards-hero-max-height);
  margin: 0 auto;
  overflow: clip;
  background-color: var(--jljs-hero-bg-color);
  transition: all 200ms ease-in-out;
}
@media screen and (min-height: 500px) {
  .just-listed-just-sold-postcards .jljs-postcards-hero--alt {
    height: calc(100vh - var(--main-content-padding-top) + 1px);
  }
}
.just-listed-just-sold-postcards .jljs-postcards-hero--alt * {
  transition: all 200ms ease-in-out;
}
.just-listed-just-sold-postcards .jljs-postcards-hero--alt .hero__content {
  display: grid;
  position: relative;
  gap: 1.5rem;
  place-items: center;
  place-content: center;
  width: 100%;
  max-width: 43.125em;
  margin: 0 auto;
  text-wrap: pretty;
  z-index: 10;
  padding-block: 2rem;
}
.just-listed-just-sold-postcards .jljs-postcards-hero--alt .hero__content h1, .just-listed-just-sold-postcards .jljs-postcards-hero--alt .hero__content h2 {
  color: #fff !important;
}
.just-listed-just-sold-postcards .jljs-postcards-hero--alt .hero__content h1 {
  font-size: clamp(2.875rem, 4vw, 4.5rem);
  text-transform: uppercase;
  font-weight: 900;
  letter-spacing: 2px;
}
.just-listed-just-sold-postcards .jljs-postcards-hero--alt .hero__content h1 + h2 {
  font-weight: 400;
  font-size: clamp(1.25rem, 2.5vw, 1.25rem + 0.3vw);
  line-height: 1.25;
}
@media screen and (max-width: 61.25em) {
  .just-listed-just-sold-postcards .jljs-postcards-hero--alt .hero__content .h5 {
    color: #fff !important;
  }
}
.just-listed-just-sold-postcards .jljs-postcards-hero--alt .hero__content .btn {
  font-weight: 600;
  letter-spacing: 1px;
}
@media screen and (min-width: 61.25em) {
  .just-listed-just-sold-postcards .jljs-postcards-hero--alt .hero__content .btn {
    padding: 1rem 2.5rem;
  }
}
.just-listed-just-sold-postcards .jljs-postcards-hero--alt .hero__bg {
  display: flex;
  justify-content: center;
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 0;
  pointer-events: none;
  user-select: none;
}
.just-listed-just-sold-postcards .jljs-postcards-hero--alt .hero__bg::before {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 3;
  opacity: 1;
  pointer-events: none;
  user-select: none;
  transition: all 200ms ease-in-out;
}
@media screen and (min-width: 61.25em) {
  .just-listed-just-sold-postcards .jljs-postcards-hero--alt .hero__bg::before {
    opacity: 0;
  }
}
.just-listed-just-sold-postcards .jljs-postcards-hero--alt #hero-background-center {
  position: absolute;
  bottom: 0;
  width: clamp(300px, 30vw, 440px);
  z-index: 2;
}
.just-listed-just-sold-postcards .jljs-postcards-hero #hero-background-left,
.just-listed-just-sold-postcards .jljs-postcards-hero--alt #hero-background-left {
  position: absolute;
  bottom: 0;
  left: 0;
  margin-left: -12px;
}
.just-listed-just-sold-postcards .jljs-postcards-hero #hero-background-left #rocket,
.just-listed-just-sold-postcards .jljs-postcards-hero--alt #hero-background-left #rocket {
  width: clamp(195px, 20vw, 295px + 0.3vw);
}
.just-listed-just-sold-postcards .jljs-postcards-hero #hero-background-right,
.just-listed-just-sold-postcards .jljs-postcards-hero--alt #hero-background-right {
  position: absolute;
  bottom: 0;
  right: 0;
  height: 100%;
}
.just-listed-just-sold-postcards .jljs-your-win-is-just-the-beginning {
  position: relative;
}
.just-listed-just-sold-postcards .jljs-your-win-is-just-the-beginning h2 {
  line-height: 1.1;
}
@media screen and (max-width: 61.25em) {
  .just-listed-just-sold-postcards .jljs-your-win-is-just-the-beginning h2 {
    text-wrap: balance;
  }
}
@media screen and (max-width: 1023.98px) {
  .just-listed-just-sold-postcards .jljs-your-win-is-just-the-beginning .product-features-list__header h2 {
    font-size: 2rem;
  }
}
@media screen and (max-width: 1023.98px) {
  .just-listed-just-sold-postcards .jljs-your-win-is-just-the-beginning .product-features-list {
    margin-top: 1rem;
  }
}
.just-listed-just-sold-postcards .jljs-your-win-is-just-the-beginning .product-features-list .product-features-list__icon {
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 61.25em) {
  .just-listed-just-sold-postcards .jljs-your-win-is-just-the-beginning .product-features-list .product-features-list__icon {
    margin-bottom: 1rem;
  }
}
.just-listed-just-sold-postcards .jljs-closer-look {
  place-items: center;
  place-content: center;
  position: relative;
  width: 100%;
  height: auto;
  max-width: 100%;
  overflow: visible;
  padding-block: 6rem;
  background-color: var(--bs-primary);
  --_prev-next-btn-offset: 2rem;
}
.just-listed-just-sold-postcards .jljs-closer-look * {
  z-index: 1;
}
.just-listed-just-sold-postcards .jljs-closer-look::before {
  display: block;
  content: "";
  position: absolute;
  top: -2px;
  left: 0;
  width: 100%;
  height: calc(50% + 2px);
  background-color: #fff;
  z-index: 0;
}
.just-listed-just-sold-postcards .jljs-closer-look h3,
.just-listed-just-sold-postcards .jljs-closer-look .h5 {
  font-size: 1.125rem;
  color: #fff;
}
@media (max-width: 767.98px) {
  .just-listed-just-sold-postcards .jljs-closer-look .btn-lg {
    --bs-btn-font-size: 1rem;
  }
}
.just-listed-just-sold-postcards .jljs-closer-look .header {
  padding-inline: var(--_prev-next-btn-offset);
}
.just-listed-just-sold-postcards .jljs-closer-look .container,
.just-listed-just-sold-postcards .jljs-closer-look .content-wrapper,
.just-listed-just-sold-postcards .jljs-closer-look .wrapper__content {
  transform-origin: center center;
}
.just-listed-just-sold-postcards .jljs-closer-look .content-wrapper {
  display: grid;
  place-content: center;
  gap: 1rem;
  width: 100%;
  height: 100%;
  border-radius: var(--bs-border-radius);
  overflow: clip;
}
.just-listed-just-sold-postcards .jljs-closer-look .content-wrapper--no-padding {
  padding: 0;
}
.just-listed-just-sold-postcards .jljs-closer-look #jljs-example-reports-carousel {
  position: relative;
}
.just-listed-just-sold-postcards .jljs-closer-look #jljs-example-reports-carousel .carousel-inner {
  padding-inline: var(--_prev-next-btn-offset);
  box-sizing: border-box;
}
.just-listed-just-sold-postcards .jljs-closer-look #jljs-example-reports-carousel .carousel-item-img-label {
  font-weight: 300;
}
.just-listed-just-sold-postcards .jljs-closer-look .carousel-container {
  position: relative;
}
.just-listed-just-sold-postcards .jljs-closer-look .carousel-container .carousel-control-prev {
  left: -0.5rem;
}
.just-listed-just-sold-postcards .jljs-closer-look .carousel-container .carousel-control-next {
  right: -0.5rem;
}
.just-listed-just-sold-postcards .jljs-closer-look .carousel-container .carousel-control-prev,
.just-listed-just-sold-postcards .jljs-closer-look .carousel-container .carousel-control-next {
  width: var(--_prev-next-btn-offset);
  background-color: var(--bs-secondary);
}
.just-listed-just-sold-postcards .jljs-closer-look .carousel-container .carousel-control-prev .carousel-control-prev-icon,
.just-listed-just-sold-postcards .jljs-closer-look .carousel-container .carousel-control-prev .carousel-control-next-icon,
.just-listed-just-sold-postcards .jljs-closer-look .carousel-container .carousel-control-next .carousel-control-prev-icon,
.just-listed-just-sold-postcards .jljs-closer-look .carousel-container .carousel-control-next .carousel-control-next-icon {
  translate: 0 -2rem;
}
.just-listed-just-sold-postcards .jljs-closer-look .carousel-container .carousel-control-prev:focus,
.just-listed-just-sold-postcards .jljs-closer-look .carousel-container .carousel-control-next:focus {
  opacity: 1;
}
.just-listed-just-sold-postcards .jljs-closer-look .enlarge-report-btn {
  position: absolute;
  width: 100%;
  height: 100%;
  padding: 0.5rem;
  font-size: 2rem;
  z-index: 1;
  background-color: rgba(var(--bs-secondary-rgb), 0.7);
  color: var(--bs-white);
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transform-origin: center center;
  opacity: 0;
  transition: all 0.2s ease-in-out;
  pointer-events: none;
}
@media screen and (min-width: 1080px) {
  .just-listed-just-sold-postcards .jljs-closer-look .enlarge-report-btn {
    font-size: 4rem;
  }
}
.just-listed-just-sold-postcards .jljs-closer-look .enlarge-report-btn span {
  transition: all 0.2s ease-in-out;
}
.just-listed-just-sold-postcards .jljs-closer-look .closer-look__icon {
  display: flex;
  justify-content: center;
  align-items: center;
  --_icon-size: 64px;
  width: var(--_icon-size);
  height: var(--_icon-size);
  margin-inline: auto;
}
@media screen and (max-width: 1024px) {
  .just-listed-just-sold-postcards .jljs-closer-look .closer-look__icon {
    --_icon-size: 48px;
  }
}
.just-listed-just-sold-postcards .jljs-closer-look .closer-look__icon + p {
  font-size: 0.875rem;
  margin-top: 0.5rem;
}
@media screen and (max-width: 767.98px) {
  .just-listed-just-sold-postcards .jljs-closer-look .closer-look__icon + p {
    font-size: 0.75rem;
    margin-top: 0.875rem;
  }
}
.just-listed-just-sold-postcards .jljs-closer-look .closer-look__icon:has(.fa-arrows-up-down-left-right) {
  font-size: 1.875rem;
  width: 90px;
  margin-inline: auto;
  display: flex;
  place-items: center;
  border: 2px solid #fff;
  padding-inline: 1rem;
  border-radius: 3px;
}
.just-listed-just-sold-postcards .jljs-closer-look .jljs-sample-postcard-front:hover .jljs-enlarge-postcard-btn, .just-listed-just-sold-postcards .jljs-closer-look .jljs-sample-postcard-front:focus .jljs-enlarge-postcard-btn,
.just-listed-just-sold-postcards .jljs-closer-look .jljs-sample-postcard-back:hover .jljs-enlarge-postcard-btn,
.just-listed-just-sold-postcards .jljs-closer-look .jljs-sample-postcard-back:focus .jljs-enlarge-postcard-btn {
  opacity: 1;
  scale: 1;
  pointer-events: none;
}
.just-listed-just-sold-postcards .jljs-closer-look .jljs-sample-postcard-front:hover .jljs-enlarge-postcard-btn span, .just-listed-just-sold-postcards .jljs-closer-look .jljs-sample-postcard-front:focus .jljs-enlarge-postcard-btn span,
.just-listed-just-sold-postcards .jljs-closer-look .jljs-sample-postcard-back:hover .jljs-enlarge-postcard-btn span,
.just-listed-just-sold-postcards .jljs-closer-look .jljs-sample-postcard-back:focus .jljs-enlarge-postcard-btn span {
  transform-origin: center center;
  transition-duration: 0.4s;
  scale: 1.2;
}
.just-listed-just-sold-postcards .jljs-closer-look .closer-look__icon-list {
  display: flex;
  flex-flow: column nowrap;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 61.25em) {
  .just-listed-just-sold-postcards .jljs-closer-look .closer-look__icon-list {
    flex-flow: row nowrap;
    margin-top: 2rem;
    gap: 2rem;
  }
}
.just-listed-just-sold-postcards .jljs-closer-look .closer-look__icon-list li {
  text-align: center;
}
.just-listed-just-sold-postcards .jljs-your-success-launch {
  translate: 0 -2px;
}
@media screen and (max-width: 61.25em) {
  .just-listed-just-sold-postcards .jljs-your-success-launch .h1.xxl-heading {
    font-size: 2rem;
    line-height: 1.1;
  }
  .just-listed-just-sold-postcards .jljs-your-success-launch h2 + h3 {
    font-size: 1.125rem;
  }
}
@media screen and (min-width: 75em) {
  .just-listed-just-sold-postcards .jljs-your-success-launch .card-list {
    max-width: 75vw;
    margin-inline: auto;
  }
}
.just-listed-just-sold-postcards .jljs-your-success-launch .card {
  border-radius: 0.5rem;
  will-change: color, box-shadow, transform;
  cursor: pointer;
}
@media screen and (max-width: 61.25em) {
  .just-listed-just-sold-postcards .jljs-your-success-launch .card {
    text-align: center;
  }
}
.just-listed-just-sold-postcards .jljs-your-success-launch .card h5 {
  display: flex;
  align-items: flex-start;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.25;
  margin-bottom: 0;
}
@media screen and (max-width: 61.25em) {
  .just-listed-just-sold-postcards .jljs-your-success-launch .card h5 {
    justify-content: center;
  }
}
.just-listed-just-sold-postcards .jljs-your-success-launch .card p {
  display: flex;
  align-items: center;
  width: 100%;
  margin-bottom: 0;
  transition: color 200ms ease-in-out;
  will-change: color;
}
.just-listed-just-sold-postcards .jljs-your-success-launch .card p:last-child {
  align-items: flex-end;
}
@media screen and (max-width: 61.25em) {
  .just-listed-just-sold-postcards .jljs-your-success-launch .card p {
    justify-content: center;
  }
}
.just-listed-just-sold-postcards .jljs-your-success-launch .card:hover .card-body p, .just-listed-just-sold-postcards .jljs-your-success-launch .card:focus .card-body p {
  color: var(--body-font-color);
}
.just-listed-just-sold-postcards .jljs-your-success-launch .card .card-body {
  position: relative;
}
.just-listed-just-sold-postcards .jljs-your-success-launch .card .card-body .card-body__content {
  display: grid;
  gap: 0.5rem;
  grid-template-rows: minmax(40px, max-content) auto 1fr;
}
.just-listed-just-sold-postcards .jljs-your-success-launch .card .card-body__link {
  font-size: 80%;
}
.just-listed-just-sold-postcards .jljs-your-success-launch .card .card-body__image {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}
@media screen and (max-width: 61.25em) {
  .just-listed-just-sold-postcards .jljs-your-success-launch .card .card-body__image {
    align-items: center;
    justify-content: center;
  }
}
.just-listed-just-sold-postcards .jljs-your-success-launch .card .card-body__image img {
  border-radius: 0.25rem;
  overflow: hidden;
  margin-inline: auto;
}
@media screen and (max-width: 61.25em) {
  .just-listed-just-sold-postcards .jljs-your-success-launch .card .card-body__image img {
    max-width: 60%;
  }
}
.just-listed-just-sold-postcards .jljs-your-success-launch .card p {
  font-size: 0.875rem;
}
.just-listed-just-sold-postcards .jljs-pricing .title,
.just-listed-just-sold-postcards .frequently-asked-questions .title {
  font-size: clamp(2.5rem, 4vw, 4rem);
  font-weight: 800;
  line-height: 1.125;
  text-align: center;
}
@media screen and (min-width: 75em) {
  .just-listed-just-sold-postcards .jljs-pricing .title,
  .just-listed-just-sold-postcards .frequently-asked-questions .title {
    text-align: left;
  }
}
.just-listed-just-sold-postcards .jljs-pricing .subtitle,
.just-listed-just-sold-postcards .frequently-asked-questions .subtitle {
  font-size: clamp(1.25rem, 2vw, 1.5rem);
  font-weight: 400;
  line-height: 1.5;
  text-align: center;
  color: var(--clr-tertiary-gray);
}
@media screen and (min-width: 75em) {
  .just-listed-just-sold-postcards .jljs-pricing .subtitle,
  .just-listed-just-sold-postcards .frequently-asked-questions .subtitle {
    text-align: left;
  }
}
.just-listed-just-sold-postcards .jljs-pricing p,
.just-listed-just-sold-postcards .frequently-asked-questions p {
  line-height: 1.5;
}

.select2-results__option {
  transition: all 200ms ease-in-out;
  will-change: color, background-color;
}

.select2-results__option--selected {
  background-color: var(--bs-primary) !important;
}

.find-listing-search-section .card {
  --bs-card-border-radius: 0.5rem !important;
}

@media screen and (max-width: 61.25em) {
  #modal_jljs_create_postcard .modal-dialog {
    max-width: calc(100% - 3rem);
    margin-inline: auto;
  }
}

.pac-container {
  z-index: 1060 !important;
}

#fl-no-findings {
  border-radius: 0.5rem;
}

#fl-listing-address {
  border-radius: 0.5rem;
  font-weight: 400;
}

#fl-listing-photo {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  margin-inline: auto;
  border-radius: calc(var(--bs-border-radius) / 2);
  overflow: clip;
  border: 1px solid var(--bs-gray-300);
  border-radius: calc(var(--bs-border-radius) / 2);
}
#fl-listing-photo img {
  width: auto;
  max-width: unset;
  height: 100%;
  max-height: 260px;
  object-fit: cover;
  border-radius: calc(var(--bs-border-radius) / 2);
  overflow: clip;
}

#fl-listing-details {
  width: 100%;
}

#fl-your-listing-section {
  display: grid;
  gap: 1rem;
  height: 100%;
  width: 100%;
  max-width: 90%;
  margin-inline: auto;
}
#fl-your-listing-section .fl_listing_address {
  border-radius: 4px;
}
#fl-your-listing-section .finding-item {
  display: grid;
  grid-template-columns: 200px auto;
  padding: 0;
}
#fl-your-listing-section .finding-item .finding-label {
  font-weight: 600;
  color: #666;
}
#fl-your-listing-section .finding-item .finding-value {
  font-weight: 700;
  color: #000;
}
#fl-your-listing-section .input-group:has(select) select {
  z-index: 1;
  border-radius: 0.5rem;
  padding: 0.875rem 1.25rem;
}
#fl-your-listing-section .input-group:has(select) .input-status-icon.success .green-check {
  visibility: visible;
}
#fl-your-listing-section .input-group:has(select) .input-status-icon.success .green-check .icon {
  translate: 0 0;
  background: none transparent;
}
#fl-your-listing-section .input-group:has(select) .input-status-icon.invalid .red-x {
  visibility: visible;
}
#fl-your-listing-section .input-group:has(select) .input-status-icon.invalid .red-x .icon {
  translate: 0 0;
  background: none transparent;
}
#fl-your-listing-section .input-group:has(select) .green-check,
#fl-your-listing-section .input-group:has(select) .red-x {
  display: grid;
  place-items: center;
  place-content: center;
  width: max-content;
  height: max-content;
  z-index: 1;
  position: relative;
  overflow: clip;
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  right: 0.875rem;
  z-index: 2;
  pointer-events: none;
  visibility: hidden;
  transition: visibility 200ms ease-in-out;
  will-change: visibility;
}
#fl-your-listing-section .input-group:has(select) .green-check .icon,
#fl-your-listing-section .input-group:has(select) .red-x .icon {
  position: relative;
  z-index: 1;
  transition: opacity, translate 200ms ease-in-out;
  will-change: opacity, translate;
  translate: 100% 0;
}
#fl-your-listing-section .input-group:has(select) .green-check::after,
#fl-your-listing-section .input-group:has(select) .red-x::after {
  display: block;
  --_size: calc(100% + 2px);
  width: var(--_size);
  height: var(--_size);
  content: "";
  background-color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}

.btn-find-create-postcard-choice {
  display: block;
  position: relative;
  width: 100%;
  height: auto;
  max-width: 136px;
  aspect-ratio: 1/1;
  transition: all 200ms ease-in-out;
  will-change: background-color, border-color, color;
  background-color: #fff;
  border-color: var(--bs-gray-300);
  color: var(--bs-gray-600);
}
.btn-find-create-postcard-choice:hover, .btn-find-create-postcard-choice:focus {
  background-color: var(--bs-primary-bg-subtle);
  border-color: var(--bs-primary);
}
.btn-find-create-postcard-choice span {
  pointer-events: none;
}
.btn-find-create-postcard-choice svg.icon {
  width: 1.875em;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-inline: auto;
}
.btn-find-create-postcard-choice[data-choice=yes] {
  color: var(--bs-success);
}
.btn-find-create-postcard-choice[data-choice=yes]:hover {
  background-color: var(--bs-success-bg-subtle);
  box-shadow: 0 0 0 3px rgba(var(--bs-success-rgb), 0.25);
  border-color: var(--bs-success) !important;
}
.btn-find-create-postcard-choice[data-choice=no] {
  color: var(--bs-danger);
}
.btn-find-create-postcard-choice[data-choice=no]:hover {
  border-color: var(--bs-danger) !important;
  background-color: var(--bs-danger-bg-subtle);
  box-shadow: 0 0 0 3px rgba(var(--bs-danger-rgb), 0.25);
}
.btn-find-create-postcard-choice[data-choice=with-photos].active, .btn-find-create-postcard-choice[data-choice=with-photos]:hover, .btn-find-create-postcard-choice[data-choice=without-photos].active, .btn-find-create-postcard-choice[data-choice=without-photos]:hover {
  background-color: var(--bs-primary-bg-subtle);
  border-color: var(--bs-primary);
}
.btn-find-create-postcard-choice[data-choice=with-photos].active, .btn-find-create-postcard-choice[data-choice=without-photos].active {
  color: var(--bs-primary);
}
.btn-find-create-postcard-choice span.btn-container {
  display: grid;
  place-items: center;
  place-content: center;
  gap: 0.75rem;
}
.btn-find-create-postcard-choice span {
  position: relative;
  font-size: 1.125rem;
  font-weight: 600;
}
.btn-find-create-postcard-choice span:has(.icon) {
  font-size: 1.875rem;
}

#fl-create-btn span,
#fl-create-btn i,
#fl-create-btn svg {
  pointer-events: none;
}

#jljs-rocket-cta-button {
  color: var(--bs-white);
  border-radius: var(--bs-border-radius);
  --_btn-default-width: 60px;
  --_btn-width: auto;
  --_btn-height: 60px;
  width: var(--_btn-width);
  height: var(--_btn-height);
  display: flex;
  gap: 0;
  justify-content: center;
  align-items: center;
  font-size: 1.75rem;
  position: fixed;
  bottom: 1rem;
  right: 1rem;
  z-index: 1030;
}
#jljs-rocket-cta-button .icon {
  pointer-events: none;
  width: 1em;
  height: 1em;
  display: flex;
  align-items: center;
  justify-content: center;
}
#jljs-rocket-cta-button .btn-text {
  display: flex !important;
  align-items: center;
  overflow: hidden;
  display: block;
  width: auto;
  height: 100%;
  font-size: 1.35rem;
}
#jljs-rocket-cta-button .btn-close-drag-handle {
  top: -0.5em;
  right: -0.25em;
  color: var(--bs-warning);
  font-size: 0.875rem;
  line-height: 1;
  width: 1.5em;
  height: 1.5em;
  padding: 0.25rem;
  border-radius: 50%;
  background-color: var(--bs-white);
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  z-index: 1;
  border: 1px solid var(--bs-white);
  outline: 1px solid var(--bs-warning);
  outline-offset: -1px;
  cursor: grab;
  visibility: hidden;
  pointer-events: none;
  opacity: 0;
  overflow: clip;
}
#jljs-rocket-cta-button .btn-close-drag-handle:focus,
#jljs-rocket-cta-button .btn-close-drag-handle .drag-icon, #jljs-rocket-cta-button .btn-close-drag-handle:focus-within {
  cursor: grabbing;
}
#jljs-rocket-cta-button .btn-close-drag-handle .close-icon {
  position: absolute;
  translate: 0 0;
}
#jljs-rocket-cta-button .btn-close-drag-handle .drag-icon {
  pointer-events: none;
  translate: 100% 0;
}
#jljs-rocket-cta-button .btn-close-drag-handle .close-icon {
  opacity: 1;
  translate: 0 0;
}
#jljs-rocket-cta-button .btn-close-drag-handle[data-toggle=close] {
  cursor: pointer;
}

@media screen and (min-width: 1000px) and (max-width: 1200px) {
  h2 {
    font-size: 1.5em;
  }
  .h4 {
    font-size: 1rem;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1400px) {
  h2 {
    font-size: 1.7em;
  }
  .h4 {
    font-size: 1.3rem;
  }
}
