.listing-container {
  padding-top: 20px;
  padding-bottom: 20px;
}
@media only screen and (min-width: 992px) {
  .listing-container {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media only screen and (min-width: 1200px) {
  .listing-container {
    padding-top: 62px;
    padding-bottom: 62px;
  }
}

.listing {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
@media only screen and (min-width: 1200px) {
  .listing {
    flex-direction: row;
    align-items: flex-start;
    gap: 60px;
  }
}
.listing__main {
  display: flex;
  flex-direction: column;
  gap: 0;
  min-width: 0;
}
@media only screen and (min-width: 992px) {
  .listing__main {
    flex-direction: row;
    align-items: stretch;
  }
}
@media only screen and (min-width: 1200px) {
  .listing__main {
    flex-direction: column;
    flex: 1 1 0;
    min-width: 0;
  }
}
@media only screen and (min-width: 1400px) {
  .listing__main {
    flex-direction: column;
  }
}
@media only screen and (min-width: 1600px) {
  .listing__main {
    flex-direction: row;
  }
}
.listing__copy {
  background-color: #AA273E;
  color: #FFFFFF;
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 40px;
  min-width: 0;
  overflow-wrap: anywhere;
}
@media only screen and (min-width: 992px) {
  .listing__copy {
    flex: 1 1 0;
    min-width: 0;
    padding: 60px;
    gap: 20px;
  }
}
.listing__header {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.listing__title {
  font-family: "Dunbar Tall";
  font-weight: 400;
  font-size: 32px;
  line-height: 1.1;
  letter-spacing: 0.64px;
  color: #FFFFFF;
  margin: 0;
}
@media only screen and (min-width: 1200px) {
  .listing__title {
    font-size: 36px;
    letter-spacing: 0.72px;
  }
}
.listing__price {
  font-family: "Dunbar Tall";
  font-weight: 700;
  font-size: 32px;
  line-height: 1.1;
  letter-spacing: 0.64px;
  color: #FFFFFF;
  margin: 0;
}
@media only screen and (min-width: 1200px) {
  .listing__price {
    font-size: 36px;
    letter-spacing: 0.72px;
  }
}
.listing__meta {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
}
@media only screen and (min-width: 1200px) {
  .listing__meta {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
  }
}
.listing__type {
  font-family: "Dunbar Tall";
  font-weight: 700;
  font-size: 20px;
  line-height: 1;
  letter-spacing: 0.4px;
  text-transform: uppercase;
  color: #FFFFFF;
  margin: 0;
}
@media only screen and (min-width: 1200px) {
  .listing__type {
    font-size: 24px;
    letter-spacing: 0.48px;
  }
}
.listing__status {
  background-color: #FFFFFF;
  color: #AA273E;
  font-family: "Dunbar Tall";
  font-weight: 700;
  font-size: 20px;
  line-height: 1;
  letter-spacing: 0.4px;
  padding: 10px 20px;
  margin: 0;
}
@media only screen and (min-width: 1200px) {
  .listing__status {
    font-size: 24px;
    letter-spacing: 0.48px;
  }
}
.listing__description p {
  font-family: "Dunbar Tall";
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 0.32px;
  color: #FFFFFF;
}
@media only screen and (min-width: 1200px) {
  .listing__description p {
    font-size: 18px;
    line-height: 34px;
    letter-spacing: 0.36px;
  }
}
.listing__gallery {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 16px;
  min-width: 0;
}
@media only screen and (min-width: 992px) {
  .listing__gallery {
    flex: 0 1 780px;
    max-width: 50%;
  }
}
@media only screen and (min-width: 1200px) {
  .listing__gallery {
    max-width: none;
  }
}
@media only screen and (min-width: 1600px) {
  .listing__gallery {
    max-width: 50%;
  }
}
@media only screen and (min-width: 1920px) {
  .listing__gallery {
    max-width: none;
  }
}
.listing__sidebar {
  display: flex;
  flex-direction: column;
  gap: 26px;
  padding: 0 20px;
}
@media only screen and (min-width: 1200px) {
  .listing__sidebar {
    flex: 0 0 380px;
    padding: 0;
    gap: 49px;
  }
}
.listing__main-stack {
  display: flex;
  flex-direction: column;
  gap: 40px;
  min-width: 0;
}
@media only screen and (min-width: 1200px) {
  .listing__main-stack {
    flex: 1 1 0;
    min-width: 0;
    gap: 50px;
  }
}
@media only screen and (min-width: 1200px) {
  .listing__main--card .listing__header {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
  }
}
.listing__card-media {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
}
@media only screen and (min-width: 1200px) {
  .listing__card-media {
    flex: 0 0 450px;
    width: 450px;
  }
}
.listing__card-image {
  width: 100%;
  height: 267px;
  overflow: hidden;
}
@media only screen and (min-width: 1200px) {
  .listing__card-image {
    width: 450px;
    height: 340px;
  }
}
.listing__card-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.listing__card-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  width: 291px;
  max-width: 100%;
  padding: 16px 20px;
  background-color: #F0F0F0;
  color: #AA273E;
  text-decoration: none;
  font-family: "Dunbar Tall";
  font-weight: 500;
  font-size: 20px;
  line-height: 1;
  letter-spacing: 0.4px;
  transition: all 0.2s ease-out;
}
.listing__card-link:hover, .listing__card-link:focus-visible {
  background-color: #AA273E;
  color: #FFFFFF;
}
.listing__card-link-icon {
  display: block;
  width: 16px;
  height: 13px;
}

.listing-archive-intro {
  padding: 0 0 0;
}
@media only screen and (min-width: 1200px) {
  .listing-archive-intro {
    padding: 0 60px;
  }
}
.listing-archive-intro__title {
  font-family: "Dunbar Tall";
  font-weight: 400;
  font-size: 32px;
  line-height: 1.1;
  letter-spacing: 0.64px;
  color: #AA273E;
  margin: 0 0 20px;
}
@media only screen and (min-width: 1200px) {
  .listing-archive-intro__title {
    font-size: 36px;
    letter-spacing: 0.72px;
  }
}
.listing-archive-intro__description p {
  font-family: "Dunbar Tall";
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 0.32px;
  color: #000000;
}
@media only screen and (min-width: 1200px) {
  .listing-archive-intro__description p {
    font-size: 18px;
    line-height: 34px;
    letter-spacing: 0.36px;
  }
}

.listing-archive-empty {
  padding: 40px 0;
  text-align: center;
}

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