.sell-method__quote-status { display: none; }
.sell-method__quote-online { color: #2074bd; font-size: 12px; font-weight: 850; }
.sell-method__quote-online i,
.sell-quotes__online i { width: 8px; height: 8px; flex: 0 0 auto; border-radius: 50%; background: #2388e4; animation: sell-online-pulse 1.7s ease-out infinite; }
.sell-method__quote-online i { display: inline-block; margin-right: 6px; }
@keyframes sell-online-pulse {
  0% { box-shadow: 0 0 0 0 rgba(35, 136, 228, 0.42); transform: scale(0.9); }
  45% { box-shadow: 0 0 0 7px rgba(35, 136, 228, 0); transform: scale(1); }
  100% { box-shadow: 0 0 0 0 rgba(35, 136, 228, 0); transform: scale(0.9); }
}
.sell-method__quote-summary { display: flex; flex-wrap: wrap; gap: 5px 10px; align-items: baseline; }
.sell-method__quote-summary strong { font-size: 16px; }
.sell-method__quote-summary small { color: #657988; font-size: 12px; }
.sell-method__quote-arrow { position: absolute; right: 18px; top: 50%; font-size: 21px; transform: translateY(-50%); }
.sell-guide__suggestions--references { grid-template-columns: 1fr; max-height: 186px; }
.sell-guide__suggestions--references .sell-guide__preview,
.sell-guide__suggestions--years .sell-guide__preview { min-height: 56px; height: 56px; }
.sell-guide__preview--text { padding-left: 16px; }
.sell-quotes { width: 100%; max-width: 560px; margin: 0 auto; padding-bottom: 10px; }
.sell-quotes__empty,
.sell-quotes__overview,
.sell-quotes__bids { border: 1px solid #e0e4e2; border-radius: 18px; background: #fff; }
.sell-quotes__empty { padding: 34px 20px; color: #6d7772; text-align: center; }
.sell-quotes__empty strong { display: block; margin-bottom: 8px; color: #202622; font-size: 20px; }
.sell-quotes__overview { display: grid; grid-template-columns: minmax(0, 44%) minmax(0, 1fr); gap: 16px; padding: 16px; }
.sell-quotes__photo { min-height: 188px; overflow: hidden; border-radius: 14px; background: #f2f4f3; }
.sell-quotes__photo img { display: block; width: 100%; height: 100%; min-height: 188px; object-fit: cover; }
.sell-quotes__photo span { display: grid; min-height: 188px; place-items: center; color: #87908c; font-size: 13px; }
.sell-quotes__info { min-width: 0; }
.sell-quotes__online { display: flex; align-items: center; gap: 7px; margin: 0 0 9px; color: #2074bd; font-size: 12px; font-weight: 850; }
.sell-quotes__info h2 { margin: 0 0 12px; color: #202622; font-size: 22px; letter-spacing: -0.04em; }
.sell-quotes__spec { display: grid; grid-template-columns: 58px minmax(0, 1fr); gap: 6px 8px; margin: 0; font-size: 12px; }
.sell-quotes__spec dt { color: #87908c; }
.sell-quotes__spec dd { margin: 0; overflow: hidden; color: #303733; text-overflow: ellipsis; white-space: nowrap; }
.sell-quotes__headline { margin: 16px 2px 10px; color: #202622; font-size: 18px; }
.sell-quotes__bids { display: grid; gap: 9px; padding: 12px; }
.sell-quotes__bid { display: grid; grid-template-columns: 1fr; gap: 6px 12px; width: 100%; padding: 15px; border: 1px solid #cfe1f1; border-radius: 14px; background: #f7fbff; color: #252c28; text-align: left; cursor: pointer; }
.sell-quotes__bid.is-selected { border-color: #2388e4; background: #edf6fe; box-shadow: inset 0 0 0 1px #2388e4; }
.sell-quotes__bid b { color: #176fb8; font-size: 20px; }
.sell-quotes__bid small { grid-column: 1 / -1; color: #737c77; font-size: 12px; }
.sell-quotes__waiting { padding: 24px 14px; color: #6e7873; text-align: center; }
.sell-quotes__trade { margin-top: 14px; padding: 16px; border: 1px solid #dfe3e1; border-radius: 18px; background: #fff; }
.sell-quotes__trade h3 { margin: 0 0 12px; font-size: 16px; }
.sell-quotes__trade-options { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; }
.sell-quotes__trade-options button { min-height: 46px; border: 1px solid #dce1de; border-radius: 12px; background: #fff; color: #34413b; font-weight: 800; cursor: pointer; }
.sell-quotes__trade-options button.is-selected { border-color: #2388e4; background: #edf6fe; color: #176fb8; }
.sell-quotes__request { width: 100%; min-height: 54px; margin-top: 10px; border: 0; border-radius: 14px; background: #176fb8; color: #fff; font-size: 16px; font-weight: 850; cursor: pointer; }
.sell-quotes__request:disabled { background: #d7dcda; color: #8c9490; cursor: default; }
.sell-quotes__notice { margin: 10px 2px 0; color: #6e7873; font-size: 11px; line-height: 1.5; text-align: center; }
@media (max-width: 520px) {
  .sell-guide__suggestions--references .sell-guide__preview { min-height: 56px; }
  .sell-quotes__overview { grid-template-columns: 42% minmax(0, 1fr); gap: 12px; padding: 12px; }
  .sell-quotes__photo,
  .sell-quotes__photo img,
  .sell-quotes__photo span { min-height: 164px; }
  .sell-quotes__info h2 { font-size: 19px; }
}
@media (prefers-reduced-motion: reduce) {
  .sell-method__quote-online i,
  .sell-quotes__online i { animation: none; box-shadow: 0 0 0 4px rgba(35, 136, 228, 0.12); }
}
