body.local-sell-order-visible main.home > .main-block,
body.local-sell-order-visible .main__wrapper {
  display: none !important;
}

body.local-sell-order-visible .main {
  box-sizing: border-box;
  display: flex !important;
  min-height: 0;
  width: 100%;
}

.local-sell-confirmation-host {
  box-sizing: border-box;
  margin: 0;
  max-width: none;
  padding: 0;
  width: 100%;
}

.local-sell-confirmation,
.local-sell-confirmation * {
  box-sizing: border-box;
}

.local-sell-confirmation {
  color: #fff;
  display: flex;
  flex-direction: column;
  font-family: "IBM Plex Sans", Arial, sans-serif;
  gap: 32px;
  width: 100%;
}

.local-sell-confirmation__progress {
  display: flex;
  gap: 24px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.local-sell-confirmation__progress-step {
  flex: 1 1 0;
  height: 44px;
  min-width: 0;
}

.local-sell-confirmation__progress-track {
  appearance: none;
  background: transparent;
  border: 0;
  border-radius: 5px;
  display: block;
  height: 5px;
  margin: 14px 0 3px;
  width: 100%;
}

.local-sell-confirmation__progress-track::-webkit-progress-bar {
  background: #3f424a;
  border-radius: 5px;
}

.local-sell-confirmation__progress-track::-webkit-progress-value {
  background: #f0762f;
  border-radius: 5px;
}

.local-sell-confirmation__progress-track::-moz-progress-bar {
  background: #f0762f;
  border-radius: 5px;
}

.local-sell-confirmation__progress-label {
  color: #999ca4;
  display: block;
  font-size: 15px;
  font-weight: 500;
  line-height: 22px;
}

.local-sell-confirmation__progress-step--complete .local-sell-confirmation__progress-label,
.local-sell-confirmation__progress-step:first-child .local-sell-confirmation__progress-label {
  color: #999ca4;
}

.local-sell-confirmation__layout {
  align-items: stretch;
  display: grid;
  gap: 72px;
  grid-template-columns: minmax(0, 800px) minmax(340px, 1fr);
  min-height: 610px;
}

.local-sell-confirmation__card {
  background: #202126;
  border: 1px solid #2e3037;
  border-radius: 12px;
  box-shadow: 0 16px 50px rgba(0, 0, 0, .18);
  display: flex;
  flex-direction: column;
  min-width: 0;
  padding: 40px;
}

.local-sell-confirmation__header {
  align-items: flex-start;
  display: flex;
  gap: 18px;
}

.local-sell-confirmation__status-icon {
  align-items: center;
  color: #ff831f;
  display: inline-flex;
  flex: 0 0 40px;
  height: 40px;
  justify-content: center;
}

.local-sell-confirmation__card--error .local-sell-confirmation__status-icon {
  color: #f05252;
}

.local-sell-confirmation__card--success .local-sell-confirmation__status-icon {
  color: #3fdca1;
}

.local-sell-confirmation__card--warning .local-sell-confirmation__status-icon {
  color: #ffdb54;
}

.local-sell-confirmation__card--info .local-sell-confirmation__status-icon {
  color: #79a9ff;
}

.local-sell-confirmation__header h1 {
  color: #fff;
  font-size: 26px;
  font-weight: 600;
  line-height: 34px;
  margin: 1px 0 8px;
}

.local-sell-confirmation__header p {
  color: #b8bac2;
  font-size: 15px;
  line-height: 22px;
  margin: 0;
  max-width: 620px;
}

.local-sell-confirmation__preparing {
  align-items: center;
  background: #282a30;
  border-radius: 8px;
  color: #cbcdd2;
  display: flex;
  font-size: 14px;
  gap: 12px;
  line-height: 20px;
  margin-top: 28px;
  padding: 16px;
}

.local-sell-confirmation__spinner {
  animation: localSellConfirmationSpin .85s linear infinite;
  border: 2px solid rgba(255, 131, 31, .24);
  border-radius: 50%;
  border-top-color: #ff831f;
  display: inline-block;
  flex: 0 0 20px;
  height: 20px;
  width: 20px;
}

.local-sell-confirmation__countdown {
  align-items: center;
  background: #282a30;
  border-radius: 8px;
  display: flex;
  justify-content: space-between;
  margin-top: 28px;
  padding: 14px 16px;
}

.local-sell-confirmation__countdown span {
  color: #b8bac2;
  font-size: 14px;
  line-height: 20px;
}

.local-sell-confirmation__countdown strong {
  color: #fff;
  font-size: 22px;
  font-variant-numeric: tabular-nums;
  font-weight: 600;
  line-height: 28px;
}

.local-sell-confirmation__warning {
  align-items: flex-start;
  background: rgba(255, 219, 84, .08);
  border: 1px solid rgba(255, 219, 84, .22);
  border-radius: 8px;
  display: flex;
  gap: 13px;
  margin-top: 16px;
  padding: 14px 16px;
}

.local-sell-confirmation__warning-icon {
  color: #ffdb54;
  display: inline-flex;
  flex: 0 0 24px;
}

.local-sell-confirmation__warning strong {
  color: #fff;
  display: block;
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 3px;
}

.local-sell-confirmation__warning p {
  color: #b8bac2;
  font-size: 13px;
  line-height: 19px;
  margin: 0;
}

.local-sell-confirmation__confirm {
  margin-top: 22px;
}

.local-sell-confirmation__confirm > strong {
  color: #fff;
  display: block;
  font-size: 15px;
  line-height: 22px;
  margin-bottom: 13px;
}

.local-sell-confirmation__details {
  border-top: 1px solid #34363d;
  display: grid;
  gap: 0 32px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin: auto 0 0;
  padding-top: 24px;
}

.local-sell-confirmation__detail {
  align-items: baseline;
  border-bottom: 1px solid #303239;
  display: flex;
  gap: 12px;
  justify-content: space-between;
  min-width: 0;
  padding: 12px 0;
}

.local-sell-confirmation__detail dt {
  color: #898c95;
  font-size: 13px;
  line-height: 18px;
  white-space: nowrap;
}

.local-sell-confirmation__detail dd {
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  margin: 0;
  overflow: hidden;
  text-align: right;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.local-sell-confirmation__actions {
  display: flex;
  gap: 12px;
}

.local-sell-confirmation__actions .ui-button {
  appearance: none;
  align-items: center;
  border: 0;
  border-radius: 8px;
  color: #fff;
  cursor: pointer;
  display: inline-flex;
  flex: 1 1 0;
  font-family: "IBM Plex Sans", Arial, sans-serif;
  font-size: 14px;
  font-weight: 500;
  gap: 8px;
  justify-content: center;
  line-height: 20px;
  min-height: 46px;
  padding: 12px 16px;
  text-decoration: none;
  text-transform: uppercase;
}

.local-sell-confirmation__actions .ui-button--primary {
  background: #ff831f;
}

.local-sell-confirmation__actions .ui-button--primary:hover {
  background: #ff5f00;
}

.local-sell-confirmation__actions .ui-button--secondary {
  background: rgba(255, 255, 255, .08);
}

.local-sell-confirmation__actions .ui-button--secondary:hover {
  background: rgba(255, 255, 255, .16);
}

.local-sell-confirmation__actions .ui-button:focus-visible {
  outline: 2px solid #fff;
  outline-offset: 2px;
}

.local-sell-confirmation__actions .ui-button svg {
  color: currentColor;
  flex: 0 0 auto;
}

.local-sell-confirmation__actions .ui-button__content {
  overflow: hidden;
  text-align: center;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.local-sell-confirmation__actions--footer {
  margin-top: 24px;
}

.local-sell-confirmation__action-error {
  color: #f05252;
  font-size: 13px;
  line-height: 18px;
  margin: 12px 0 0;
  text-align: center;
}

.local-sell-confirmation__phone {
  align-items: center;
  display: flex;
  justify-content: center;
  min-width: 0;
  overflow: hidden;
}

.local-sell-confirmation__phone-screen {
  background: linear-gradient(155deg, #29384b 0%, #17202d 44%, #10151e 100%);
  border: 9px solid #080b10;
  border-radius: 42px;
  box-shadow: 0 28px 70px rgba(0, 0, 0, .42), inset 0 0 0 1px #4d535c;
  color: #c7d5e0;
  height: 600px;
  max-width: 340px;
  overflow: hidden;
  padding: 35px 22px 26px;
  position: relative;
  transform: rotate(1.2deg);
  width: 100%;
}

.local-sell-confirmation__phone-screen::before {
  background: #080b10;
  border-radius: 0 0 14px 14px;
  content: "";
  height: 22px;
  left: 50%;
  position: absolute;
  top: 0;
  transform: translateX(-50%);
  width: 118px;
}

.local-sell-confirmation__phone-community {
  color: #66c0f4;
  display: block;
  font-size: 12px;
  letter-spacing: .04em;
  margin-bottom: 14px;
  text-align: center;
  text-transform: uppercase;
}

.local-sell-confirmation__phone-user {
  align-items: center;
  display: flex;
  gap: 9px;
}

.local-sell-confirmation__phone-user img,
.local-sell-confirmation__phone-user > span {
  align-items: center;
  background: #1b2838;
  border: 2px solid #66c0f4;
  border-radius: 3px;
  display: flex;
  height: 34px;
  justify-content: center;
  object-fit: cover;
  width: 34px;
}

.local-sell-confirmation__phone-user b {
  color: #fff;
  font-size: 13px;
  max-width: 210px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.local-sell-confirmation__phone-nav {
  color: #67c1f5;
  font-size: 10px;
  margin: 15px 0 10px;
}

.local-sell-confirmation__phone-title {
  color: #fff;
  display: block;
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 12px;
}

.local-sell-confirmation__phone-tabs {
  border-bottom: 1px solid #3d5268;
  display: flex;
  font-size: 9px;
  gap: 12px;
  padding-bottom: 7px;
}

.local-sell-confirmation__phone-tabs b {
  color: #fff;
}

.local-sell-confirmation__phone-offer {
  background: rgba(0, 0, 0, .22);
  border-radius: 3px;
  margin-top: 13px;
  padding: 13px;
}

.local-sell-confirmation__phone-offer > strong {
  color: #fff;
  display: block;
  font-size: 12px;
  margin-bottom: 13px;
}

.local-sell-confirmation__phone-offer > span {
  color: #8f98a0;
  display: block;
  font-size: 9px;
  margin-top: 9px;
  text-transform: uppercase;
}

.local-sell-confirmation__phone-offer ul {
  display: grid;
  gap: 5px;
  grid-template-columns: repeat(4, 1fr);
  list-style: none;
  margin: 6px 0 18px;
  padding: 0;
}

.local-sell-confirmation__phone-offer li {
  align-items: center;
  background: linear-gradient(145deg, #304458, #1d2b3a);
  border: 1px solid #3d5268;
  display: flex;
  height: 53px;
  justify-content: center;
  overflow: hidden;
}

.local-sell-confirmation__phone-offer li img {
  height: 100%;
  object-fit: contain;
  width: 100%;
}

.local-sell-confirmation__phone-offer button {
  background: linear-gradient(90deg, #75b022, #588a1b);
  border: 0;
  border-radius: 2px;
  color: #d2efa9;
  font-size: 11px;
  padding: 9px;
  width: 100%;
}

.local-sell-confirmation__phone-state {
  align-items: center;
  background: rgba(11, 16, 23, .86);
  bottom: 0;
  color: #ffdb54;
  display: flex;
  justify-content: center;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.local-sell-confirmation__phone-state--wait {
  display: none;
}

.local-sell-confirmation__phone-state--paid {
  color: #3fdca1;
}

.local-sell-confirmation__phone-state--canceled,
.local-sell-confirmation__phone-state--error {
  color: #f05252;
}

@keyframes localSellConfirmationSpin {
  to { transform: rotate(360deg); }
}

@media (max-width: 1180px) {
  .local-sell-confirmation-host {
    padding-left: 24px;
    padding-right: 24px;
  }

  .local-sell-confirmation__layout {
    gap: 36px;
    grid-template-columns: minmax(0, 1fr) 320px;
  }
}

@media (max-width: 920px) {
  .local-sell-confirmation__layout {
    display: block;
    min-height: 0;
  }

  .local-sell-confirmation__phone {
    display: none;
  }

  .local-sell-confirmation__card {
    min-height: 560px;
  }
}

@media (max-width: 640px) {
  body.local-sell-order-visible .main {
    min-height: 0;
  }

  .local-sell-confirmation-host {
    padding: 18px 16px 40px;
  }

  .local-sell-confirmation__progress {
    gap: 8px;
    margin-bottom: 24px;
  }

  .local-sell-confirmation__progress-label {
    font-size: 10px;
    line-height: 14px;
  }

  .local-sell-confirmation__card {
    min-height: 0;
    padding: 22px 18px;
  }

  .local-sell-confirmation__header {
    display: block;
  }

  .local-sell-confirmation__status-icon {
    margin-bottom: 12px;
  }

  .local-sell-confirmation__header h1 {
    font-size: 22px;
    line-height: 28px;
  }

  .local-sell-confirmation__details {
    display: block;
    margin-top: 28px;
  }

  .local-sell-confirmation__actions {
    flex-direction: column;
  }

  .local-sell-confirmation__countdown {
    align-items: flex-start;
    flex-direction: column;
    gap: 6px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .local-sell-confirmation__spinner {
    animation-duration: 1.8s;
  }

  .local-sell-stp__spinner svg {
    animation-duration: 1.8s;
  }
}

/* Steam Trade Protection: rebuilt from the captured DOM, measurements and CSS. */
.local-sell-confirmation--stp {
  max-width: 1400px;
}

.local-sell-confirmation__layout--stp {
  align-items: start;
  display: grid;
  gap: 12px;
  grid-template-columns: minmax(550px, 1fr) minmax(auto, 503px);
  min-height: 540px;
}

.local-sell-confirmation__card.local-sell-stp__card {
  background: rgba(255, 255, 255, .04);
  border: 0;
  border-radius: 16px;
  box-shadow: none;
  gap: 32px;
  height: max-content;
  min-height: 0;
  padding: 32px;
}

.local-sell-stp__header {
  align-items: center;
  display: flex;
  gap: 16px;
  height: 40px;
}

.local-sell-stp__header h1 {
  color: #fff;
  font-size: 24px;
  font-weight: 500;
  line-height: 34px;
  margin: 0;
}

.local-sell-stp__spinner {
  align-items: center;
  display: flex;
  flex: 0 0 40px;
  height: 40px;
  justify-content: center;
  width: 40px;
}

.local-sell-stp__spinner svg {
  animation: localSellStpSpin 1s linear infinite;
  display: block;
  transform-origin: center;
}

.local-sell-stp__message {
  align-items: center;
  background: linear-gradient(90deg, rgba(255, 131, 31, .12), rgba(255, 131, 31, .01));
  border-radius: 8px;
  color: #b2b4bb;
  display: flex;
  gap: 8px;
  min-height: 90px;
  padding: 12px;
  width: 100%;
}

.local-sell-stp__message-icon {
  color: #ff831f;
  display: inline-flex;
  flex: 0 0 22px;
}

.local-sell-stp__message p {
  color: #b2b4bb;
  font-size: 15px;
  font-weight: 400;
  line-height: 22px;
  margin: 0;
  white-space: normal;
}

.local-sell-stp__message strong {
  color: #fff;
  font-weight: 500;
}

.local-sell-stp__message p > span {
  color: #fff;
}

.local-sell-stp__link,
.local-sell-stp__support button {
  background: none;
  border: 0;
  color: #ff831f;
  cursor: pointer;
  display: inline;
  font: inherit;
  font-weight: 500;
  padding: 0;
  text-decoration: none;
  text-underline-offset: 2px;
}

.local-sell-stp__wrapper {
  background: rgba(255, 255, 255, .04);
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 16px;
  width: 100%;
}

.local-sell-stp__details,
.local-sell-stp__details ul {
  width: 100%;
}

.local-sell-stp__details ul {
  display: flex;
  flex-direction: column;
  gap: 6px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.local-sell-stp__details li {
  align-items: center;
  display: flex;
  gap: 8px;
  height: 22px;
}

.local-sell-stp__detail-label {
  color: #999ca4;
  flex: 0 0 100px;
  font-size: 15px;
  font-weight: 400;
  line-height: 22px;
  white-space: nowrap;
}

.local-sell-stp__detail-line {
  background: rgba(255, 255, 255, .06);
  flex: 0 1 80px;
  height: 1px;
  margin-top: 9px;
  max-width: 80px;
  min-width: 10px;
}

.local-sell-stp__detail-value {
  align-items: center;
  color: #fff;
  display: flex;
  font-size: 15px;
  font-weight: 500;
  gap: 8px;
  line-height: 22px;
  min-width: 0;
}

.local-sell-stp__converted {
  color: #b2b4bb;
  font-weight: 400;
  white-space: nowrap;
}

.local-sell-stp__copy {
  align-items: center;
  background: none;
  border: 0;
  color: #999ca4;
  cursor: pointer;
  display: inline-flex;
  height: 24px;
  justify-content: center;
  margin-left: -8px;
  padding: 4px;
  width: 24px;
}

.local-sell-stp__copy:hover {
  color: #fff;
}

.local-sell-stp__support {
  color: #cbcdd2;
  display: block;
  font-size: 15px;
  font-weight: 400;
  line-height: 22px;
}

.local-sell-stp__buttons {
  display: flex;
  gap: 8px;
}

.local-sell-stp__buttons > * {
  flex: 1 1 0;
  min-width: 0;
}

.local-sell-stp__buttons .ui-button {
  align-items: center;
  border: 0;
  border-radius: 8px;
  color: #fff;
  cursor: pointer;
  display: flex;
  font-family: "IBM Plex Sans", Arial, sans-serif;
  font-size: 14px;
  font-weight: 500;
  height: 46px;
  justify-content: center;
  letter-spacing: .3px;
  line-height: 20px;
  padding: 12px 16px;
  text-transform: uppercase;
  width: 100%;
}

.local-sell-stp__buttons .ui-button--primary {
  background: #ff831f;
}

.local-sell-stp__buttons .ui-button--secondary {
  background: rgba(255, 255, 255, .08);
}

.local-sell-stp-phone__container {
  align-items: center;
  background: rgba(255, 255, 255, .04);
  border-radius: 16px;
  display: flex;
  height: 540px;
  justify-content: center;
  max-height: 540px;
  max-width: 503px;
  overflow: hidden;
  padding: 24px 0;
  width: 100%;
}

.local-sell-stp-phone {
  background: linear-gradient(160deg, #2d3138, #11151c 46%, #0a0e14);
  border: 4px solid #797e83;
  border-radius: 48px 48px 42px 42px;
  box-shadow: 0 0 0 3px #25292e, inset 0 0 0 5px #07090d;
  color: #ebebeb;
  filter: drop-shadow(0 30px 160px rgba(255, 131, 31, .6));
  height: 613px;
  opacity: .5;
  position: relative;
  top: 92px;
  width: 297px;
}

.local-sell-stp-phone__status {
  align-items: center;
  color: #e7e7e7;
  display: flex;
  font-family: Arial, sans-serif;
  font-size: 10px;
  height: 38px;
  justify-content: space-between;
  left: 13px;
  padding: 0 12px;
  position: absolute;
  top: 3px;
  width: 271px;
}

.local-sell-stp-phone__island {
  background: #050608;
  border-radius: 999px;
  height: 25px;
  left: 50%;
  position: absolute;
  top: 4px;
  transform: translateX(-50%);
  width: 84px;
}

.local-sell-stp-phone__signals {
  align-items: center;
  display: flex;
  gap: 4px;
}

.local-sell-stp-phone__signals i:first-child {
  border-bottom: 6px solid #d6d6d6;
  border-left: 6px solid transparent;
  height: 0;
  width: 0;
}

.local-sell-stp-phone__signals i:nth-child(2) {
  border: 1px solid #d6d6d6;
  border-radius: 50%;
  height: 6px;
  width: 8px;
}

.local-sell-stp-phone__signals b {
  border: 1px solid #d6d6d6;
  border-radius: 3px;
  font-size: 6px;
  font-weight: 400;
  line-height: 10px;
  padding: 0 2px;
}

.local-sell-stp-phone__screen {
  color: #ebebeb;
  display: flex;
  flex-direction: column;
  left: 9px;
  overflow: hidden;
  position: absolute;
  top: 51px;
  width: 271px;
}

.local-sell-stp-phone__header {
  align-items: center;
  display: flex;
  height: 32px;
  justify-content: center;
  position: relative;
}

.local-sell-stp-phone__header span {
  font-size: 14px;
  letter-spacing: .5px;
  line-height: 21px;
  text-transform: uppercase;
}

.local-sell-stp-phone__header svg {
  color: #fff;
  position: absolute;
  right: 12px;
}

.local-sell-stp-phone__user {
  align-items: center;
  background: #30343f;
  display: flex;
  gap: 6px;
  height: 69px;
  padding: 12px;
}

.local-sell-stp-phone__user-avatar {
  border: 1px solid #5f5f5f;
  flex: 0 0 45px;
  height: 45px;
  width: 45px;
}

.local-sell-stp-phone__user-avatar img,
.local-sell-stp-phone__avatar img {
  display: block;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.local-sell-stp-phone__user-info {
  display: flex;
  flex-direction: column;
  gap: 3px;
  min-width: 0;
}

.local-sell-stp-phone__user-info p {
  align-items: baseline;
  display: flex;
  gap: 4px;
  margin: 0;
  min-width: 0;
}

.local-sell-stp-phone__user-info strong {
  font-size: 16px;
  font-weight: 400;
  line-height: 18px;
  max-width: 110px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.local-sell-stp-phone__user-info p span,
.local-sell-stp-phone__user-info small {
  color: #ebebeb;
  font-size: 9px;
  font-style: normal;
  line-height: 14px;
  white-space: nowrap;
}

.local-sell-stp-phone__user-info p i {
  color: #6f7681;
  font-style: normal;
}

.local-sell-stp-phone__tabs {
  display: flex;
  gap: 2px;
  height: 34px;
  padding: 8px 12px;
}

.local-sell-stp-phone__tab {
  background: linear-gradient(#3f3f3f, #202020 17.31%);
  border: 1px solid #000;
  border-radius: 2px;
  color: #ebebeb;
  font-size: 8px;
  line-height: 12px;
  overflow: hidden;
  padding: 2px 6px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.local-sell-stp-phone__tab--active {
  background: linear-gradient(0deg, #18445d, #216589);
  border-color: #a4d7f5;
  color: #a4d7f5;
}

.local-sell-stp-phone__bot-row {
  align-items: center;
  display: flex;
  height: 28px;
  justify-content: space-between;
  padding: 2px 12px;
}

.local-sell-stp-phone__bot-row > span {
  align-items: center;
  display: flex;
  font-size: 10px;
  gap: 4px;
  line-height: 15px;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.local-sell-stp-phone__bot-row > b {
  align-items: center;
  background: rgba(0, 0, 0, .4);
  border-radius: 2px;
  display: flex;
  flex: 0 0 32px;
  font-size: 11px;
  height: 22px;
  justify-content: center;
}

.local-sell-stp-phone__avatar {
  border: 1px solid #6a6a6a;
  display: inline-flex;
  flex: 0 0 16px;
  height: 16px;
  width: 16px;
}

.local-sell-stp-phone__avatar--sm {
  flex-basis: 24px;
  height: 24px;
  width: 24px;
}

.local-sell-stp-phone__offer {
  display: flex;
  flex-direction: column;
  gap: 3px;
  height: 229px;
  padding: 0 12px;
}

.local-sell-stp-phone__offer-card {
  background: linear-gradient(#636366 5%, #4a4a4c 95%);
  border: 1px solid #818181;
  border-radius: 3px;
  display: flex;
  flex-direction: column;
  gap: 6px;
  height: 190px;
  padding: 8px;
}

.local-sell-stp-phone__offer-side {
  align-items: center;
  display: flex;
  gap: 6px;
  height: 16px;
}

.local-sell-stp-phone__offer-side--bot {
  height: 52px;
  padding-bottom: 36px;
}

.local-sell-stp-phone__offer-side span {
  color: #d1d1d1;
  font-size: 8px;
  line-height: 12px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.local-sell-stp-phone__protection {
  align-items: center;
  background: #4d4d4d;
  box-shadow: 0 -.5px 1px #15161a inset, 0 1px 1px #585858 inset;
  color: #ff831f;
  display: flex;
  gap: 4px;
  height: 24px;
  margin-inline: -10px;
  padding: 0 8px;
}

.local-sell-stp-phone__protection-icon {
  display: block;
  flex: 0 0 11px;
  height: 11px;
  width: 11px;
}

.local-sell-stp-phone__protection small {
  color: #fff;
  font-size: 7px;
  font-style: normal;
  line-height: 11px;
}

.local-sell-stp-phone__skins {
  display: grid;
  gap: 3px;
  grid-template-columns: repeat(3, 60px);
  list-style: none;
  margin: 0;
  padding: 0 23px;
}

.local-sell-stp-phone__skin {
  align-items: center;
  background: rgba(21, 22, 26, .5);
  border: 1px solid #6383f2;
  display: flex;
  height: 62px;
  justify-content: center;
  overflow: hidden;
  position: relative;
  width: 60px;
}

.local-sell-stp-phone__skin-count {
  align-items: center;
  background: rgba(10, 12, 18, .78);
  color: #fff;
  display: flex;
  font-size: 13px;
  font-weight: 500;
  inset: 0;
  justify-content: center;
  position: absolute;
}

.local-sell-stp-phone__skin img {
  display: block;
  height: 58px;
  object-fit: contain;
  width: 58px;
}

.local-sell-stp-phone__bottom {
  align-items: flex-start;
  display: flex;
  font-size: 8px;
  gap: 4px;
  justify-content: space-between;
  line-height: 12px;
  padding-top: 4px;
}

.local-sell-stp-phone__bottom > span:first-child {
  color: #616163;
  line-height: 16px;
  max-width: 64px;
}

.local-sell-stp-phone__bottom > span:last-child {
  align-items: center;
  display: flex;
  gap: 3px;
  overflow: hidden;
  white-space: nowrap;
}

.local-sell-stp-phone__bottom i {
  background: rgba(255, 255, 255, .3);
  display: inline-block;
  height: 8px;
  width: 1px;
}

@keyframes localSellStpSpin {
  to { transform: rotate(360deg); }
}

@media (max-width: 1180px) {
  .local-sell-confirmation-host {
    padding-left: 0;
    padding-right: 0;
  }

  .local-sell-confirmation__layout--stp {
    gap: 12px;
    grid-template-columns: minmax(550px, 1fr) minmax(auto, 503px);
  }
}

@media (max-width: 880px) {
  .local-sell-confirmation {
    gap: 24px;
  }

  .local-sell-confirmation__layout--stp {
    align-items: center;
    display: flex;
    flex-direction: column;
    gap: 32px;
    min-height: 0;
    width: 100%;
  }

  .local-sell-confirmation__card.local-sell-stp__card {
    min-height: 0;
    padding: 8px;
    width: 100%;
  }

  .local-sell-stp__header h1 {
    font-size: 22px;
    line-height: 28px;
  }

  .local-sell-stp__buttons {
    flex-direction: column;
  }

  .local-sell-stp-phone__container {
    background: linear-gradient(rgba(255, 255, 255, 0) 5.4%, rgba(255, 131, 31, .12) 100.05%);
    border-radius: 0;
    margin-inline: -16px;
    max-width: 100%;
    width: calc(100% + 32px);
  }

  .local-sell-stp-phone {
    filter: none;
  }
}

/* Paid trade: rebuilt from the live Rust success screen, full-page capture and HAR. */
.local-sell-confirmation--paid {
  max-width: 1400px;
}

.local-sell-paid__icon {
  color: #3fdca1;
  display: inline-flex;
  flex: 0 0 40px;
  height: 40px;
}

.local-sell-paid__sandbox {
  align-items: center;
  align-self: flex-start;
  background: rgba(63, 220, 161, .1);
  border: 1px solid rgba(63, 220, 161, .28);
  border-radius: 8px;
  color: #8be7c5;
  display: flex;
  font-size: 13px;
  line-height: 18px;
  margin-top: -8px;
  padding: 8px 12px;
}

.local-sell-paid__wrapper {
  height: 174px;
}

.local-sell-paid__support {
  white-space: nowrap;
}

@media (max-width: 880px) {
  .local-sell-paid__wrapper {
    height: auto;
  }

  .local-sell-paid__support {
    white-space: normal;
  }
}

@media (max-width: 640px) {
  .local-sell-confirmation-host {
    padding: 0;
  }

  .local-sell-confirmation__progress {
    gap: 8px;
    margin-bottom: 0;
  }

  .local-sell-confirmation__progress-label {
    font-size: 11px;
    line-height: 15px;
  }

  .local-sell-stp__message {
    align-items: flex-start;
  }

  .local-sell-stp__detail-label {
    flex-basis: 92px;
  }

  .local-sell-stp__detail-line {
    display: none;
  }

  .local-sell-stp__details li {
    align-items: flex-start;
    height: auto;
    justify-content: space-between;
  }

  .local-sell-stp__detail-value {
    flex-wrap: wrap;
    justify-content: flex-end;
    text-align: right;
  }

  .local-sell-stp__converted {
    flex-basis: 100%;
  }
}

/* Pending Steam confirmation: rebuilt from the captured screenshot, layout map and CSS. */
.local-sell-confirmation--pending {
  font-size: 15px;
  line-height: 22px;
  max-width: 1400px;
}

.local-sell-confirmation__card.local-sell-pending__card {
  background: rgba(255, 255, 255, .04);
  border: 0;
  border-radius: 16px;
  box-shadow: none;
  gap: 24px;
  height: 498px;
  min-height: 0;
  padding: 32px;
}

.local-sell-pending__header {
  align-items: center;
  display: flex;
  gap: 16px;
  height: 68px;
  justify-content: space-between;
}

.local-sell-pending__heading {
  align-items: center;
  display: flex;
  gap: 16px;
  min-width: 0;
}

.local-sell-pending__heading h1 {
  color: #fff;
  font-size: 24px;
  font-weight: 500;
  line-height: 34px;
  margin: 0;
  white-space: nowrap;
}

.local-sell-pending__countdown {
  background: rgba(255, 255, 255, .04);
  border-radius: 999px;
  color: #fff;
  display: block;
  flex: 0 0 220px;
  font-size: 56px;
  font-variant-numeric: tabular-nums;
  font-weight: 500;
  height: 68px;
  line-height: 68px;
  text-align: center;
  width: 220px;
}

.local-sell-pending__message {
  height: 90px;
  min-height: 90px;
}

.local-sell-pending__confirmation {
  background: rgba(255, 255, 255, .04);
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  height: 228px;
  padding: 16px;
}

.local-sell-pending__confirmation-wrapper {
  display: flex;
  flex-direction: column;
  gap: 8px;
  height: 138px;
}

.local-sell-pending__confirmation-title {
  color: #fff;
  display: block;
  font-size: 17px;
  font-weight: 500;
  line-height: 24px;
}

.local-sell-pending__details,
.local-sell-pending__details ul {
  height: 106px;
  width: 100%;
}

.local-sell-pending__details ul {
  display: flex;
  flex-direction: column;
  gap: 6px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.local-sell-pending__details li {
  align-items: center;
  display: flex;
  gap: 8px;
  height: 22px;
}

.local-sell-pending__detail-content {
  align-items: center;
  display: flex;
  flex: 0 0 188px;
  gap: 8px;
  height: 22px;
  width: 188px;
}

.local-sell-pending__detail-label {
  color: #999ca4;
  font-size: 15px;
  font-weight: 400;
  line-height: 22px;
  white-space: nowrap;
}

.local-sell-pending__detail-line {
  background: rgba(255, 255, 255, .06);
  flex: 1 1 auto;
  height: 1px;
  margin-top: 9px;
  min-width: 10px;
}

.local-sell-pending__detail-value {
  align-items: center;
  color: #fff;
  display: flex;
  font-size: 15px;
  font-weight: 500;
  gap: 8px;
  height: 22px;
  line-height: 22px;
  min-width: 0;
}

.local-sell-pending__bot-avatar {
  border-radius: 4px;
  display: inline-flex;
  flex: 0 0 22px;
  height: 22px;
  overflow: hidden;
  width: 22px;
}

.local-sell-pending__bot-avatar img {
  display: block;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.local-sell-pending__bot-link {
  color: #fff;
  font: inherit;
  text-decoration: none;
  text-underline-offset: 2px;
}

.local-sell-pending__buttons {
  height: 46px;
}

.local-sell-pending__buttons .ui-button {
  gap: 10px;
}

@media (max-width: 880px) {
  .local-sell-confirmation__card.local-sell-pending__card {
    height: auto;
    min-height: 0;
    padding: 8px;
    width: 100%;
  }

  .local-sell-pending__header {
    align-items: flex-start;
    flex-direction: column;
    height: auto;
  }

  .local-sell-pending__countdown {
    flex: 0 0 42px;
    font-size: 32px;
    height: 42px;
    line-height: 42px;
    margin-bottom: -8px;
    min-width: 137px;
    padding: 0;
    width: 137px;
  }

  .local-sell-pending__heading h1 {
    font-size: 22px;
    line-height: 28px;
    white-space: normal;
  }

  .local-sell-pending__message,
  .local-sell-pending__confirmation,
  .local-sell-pending__confirmation-wrapper {
    height: auto;
    min-height: 0;
  }

  .local-sell-pending__buttons {
    height: auto;
  }
}

@media (max-width: 640px) {
  .local-sell-pending__detail-content {
    flex-basis: 120px;
    width: 120px;
  }

  .local-sell-pending__detail-value {
    flex-wrap: wrap;
    height: auto;
  }

  .local-sell-pending__details,
  .local-sell-pending__details ul {
    height: auto;
  }
}

/* Canceled trade: rebuilt from the captured DOM, measurements and screenshots. */
.local-sell-confirmation--canceled {
  max-width: 1400px;
}

.local-sell-confirmation__card.local-sell-canceled__card {
  background: rgba(255, 255, 255, .04);
  border: 0;
  border-radius: 16px;
  box-shadow: none;
  gap: 32px;
  height: max-content;
  min-height: 0;
  padding: 32px;
}

.local-sell-canceled__header {
  align-items: center;
  display: flex;
  gap: 16px;
  height: 40px;
}

.local-sell-canceled__icon {
  color: #f05252;
  display: inline-flex;
  flex: 0 0 40px;
  height: 40px;
}

.local-sell-canceled__header h1 {
  color: #fff;
  font-size: 24px;
  font-weight: 500;
  line-height: 34px;
  margin: 0;
}

.local-sell-canceled__wrapper {
  min-height: 196px;
}

.local-sell-canceled__support {
  min-height: 44px;
}

@media (max-width: 880px) {
  .local-sell-confirmation__card.local-sell-canceled__card {
    min-height: 0;
    padding: 8px;
    width: 100%;
  }

  .local-sell-canceled__header h1 {
    font-size: 22px;
    line-height: 28px;
  }

  .local-sell-canceled__wrapper,
  .local-sell-canceled__support {
    min-height: 0;
  }
}
