.market {
  background: #f3f5f2;
}
.market > .composer {
  max-width: 720px;
  margin: 0 auto 54px;
}
.market-heading,
.filter-row,
.market-note {
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
}
.market-heading {
  align-items: center;
}
.listing-grid {
  display: flex;
  flex-direction: column;
  max-width: 720px;
  margin: 22px auto 0;
  gap: 18px;
}
.feed-post {
  width: 100%;
  border-radius: 24px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 4px 18px rgba(20, 53, 47, 0.06);
  cursor: default;
}
.feed-post:hover {
  translate: none;
  box-shadow: 0 9px 30px rgba(20, 53, 47, 0.09);
}
.post-head {
  display: flex;
  align-items: center;
  gap: 11px;
  padding: 17px 19px 10px;
}
.post-avatar,
.comment-avatar {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: var(--mint);
  color: var(--green);
  font-weight: 800;
}
.post-head div {
  min-width: 0;
}
.post-head b,
.post-head span {
  display: block;
}
.post-head b {
  font-size: 13px;
}
.post-head span {
  color: var(--muted);
  font-size: 9px;
  margin-top: 2px;
}
.post-head .favorite {
  position: static;
  margin-left: auto;
  flex: 0 0 auto;
  background: #f2f5f3;
}
.post-copy {
  padding: 5px 19px 15px;
}
.post-copy h3 {
  font-size: 19px;
  margin: 4px 0 6px;
  letter-spacing: -0.025em;
}
.post-copy p {
  margin: 0;
  color: #53655f;
  font-size: 12px;
  line-height: 1.65;
}
.feed-photo {
  position: relative;
  background: #e7ece9;
  max-height: 560px;
  overflow: hidden;
}
.feed-photo img {
  width: 100%;
  max-height: 560px;
  object-fit: cover;
  display: block;
}
.feed-photo .fall-pill {
  top: 15px;
  bottom: auto;
  left: 15px;
  font-size: 9px;
  padding: 7px 10px;
}
.post-price {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px 19px 13px;
  border-bottom: 1px solid #edf0ee;
}
.post-price > div {
  display: flex;
  align-items: baseline;
  gap: 9px;
  flex-wrap: wrap;
}
.post-price strong {
  font-size: 25px;
  color: var(--green);
}
.post-price s {
  font-size: 11px;
  color: #98a39f;
}
.post-price small {
  width: 100%;
  font-size: 9px;
  color: var(--coral);
  font-weight: 700;
}
.post-price > span {
  font-size: 10px;
  color: var(--muted);
  font-weight: 700;
}
.feed-offers {
  padding: 14px 19px;
  background: #fbfcfa;
}
.offers-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
  font-size: 10px;
}
.offers-title span {
  color: var(--muted);
  font-size: 9px;
  font-weight: 800;
}
.offer-comment {
  display: flex;
  align-items: start;
  gap: 9px;
  margin-top: 8px;
}
.comment-avatar {
  width: 30px;
  height: 30px;
  font-size: 10px;
  flex: 0 0 auto;
  background: #eceafb;
  color: #5f598d;
}
.comment-bubble {
  background: #eef2ef;
  border-radius: 5px 13px 13px 13px;
  padding: 8px 11px;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0 5px;
  min-width: 200px;
}
.comment-bubble b,
.comment-bubble span {
  font-size: 9px;
}
.comment-bubble strong {
  color: var(--green);
}
.comment-bubble small {
  grid-column: 1/-1;
  color: var(--muted);
  font-size: 8px;
  margin-top: 2px;
}
.offer-comment > i {
  font-style: normal;
  background: var(--mint);
  color: var(--green);
  font-size: 8px;
  font-weight: 800;
  padding: 5px 7px;
  border-radius: 10px;
}
.no-offers {
  font-size: 10px;
  color: #8a9793;
  margin: 8px 0;
}
.post-actions {
  display: grid;
  grid-template-columns: 1.4fr 0.6fr;
  gap: 8px;
  padding: 12px 19px 17px;
  background: #fff;
}
.post-actions button {
  border: 1px solid var(--line);
  background: #fff;
  border-radius: 11px;
  padding: 10px;
  font-size: 10px;
  font-weight: 800;
}
.post-actions .offer-action {
  background: var(--coral);
  border-color: var(--coral);
  color: #fff;
}
.post-actions .offer-action:hover {
  background: #e5634b;
}
.market-note {
  margin-top: 20px;
}
.filter-row {
  margin-top: 24px;
}
.feed-post .status-pill {
  display: none;
}
.market {
  padding-top: 38px;
}
@media (max-width: 600px) {
  .market > .composer {
    margin-bottom: 40px;
  }
  .market-heading,
  .filter-row,
  .market-note,
  .listing-grid {
    max-width: 100%;
  }
  .feed-post {
    border-radius: 18px;
  }
  .post-head,
  .post-copy,
  .post-price,
  .feed-offers,
  .post-actions {
    padding-left: 14px;
    padding-right: 14px;
  }
  .feed-photo {
    max-height: 440px;
  }
  .feed-photo img {
    max-height: 440px;
  }
  .post-copy h3 {
    font-size: 17px;
  }
  .post-price strong {
    font-size: 22px;
  }
}
