/* V102 — hide Vue on #/wallet/TransAction.
   List chrome matches Cash Gift (v121); filters stay on .co-hist. */

html.co-tx-open #app .transRecord__container-content__card-bot,
html.co-tx-open #app .transRecord__container-content__card-bot .textarea,
html.co-tx-open #app .transRecord__container-content__card-bot textarea {
  display: none !important;
  visibility: hidden !important;
  opacity: 0 !important;
}

html.co-tx-open .co-hist--tx {
  --hist-bg: #292d2e;
  --hist-header: #323738;
  --hist-card: #323738;
  --hist-text: #ffffff;
  --hist-muted: #b1bdc0;
  --hist-green: #25df82;
  --hist-border: rgba(228, 234, 240, 0.098);
  background: #292d2e;
  color: #fff;
  box-shadow: none;
}

html.co-tx-open .co-hist--tx .co-hist__header {
  background: #323738;
  grid-template-columns: 0.85333rem minmax(0, 1fr) 0.85333rem;
  min-height: 1.17333rem;
}

html.co-tx-open .co-hist--tx .co-hist__title {
  color: #fff !important;
  font-size: 0.56rem !important;
  line-height: 1.2 !important;
  font-weight: 700 !important;
  letter-spacing: 0.01em;
  text-align: center;
  justify-self: center;
  width: 100%;
}

html.co-tx-open .co-hist--tx .co-hist__filter {
  background: #292d2e;
  color: #fff;
  font-size: 0.32rem;
  min-height: 0.96rem;
  height: auto;
  padding: 0.12rem 0.16rem 0.12rem 0.2rem;
}

html.co-tx-open .co-hist--tx .co-hist__filter span {
  overflow: visible;
  text-overflow: unset;
  white-space: normal;
  line-height: 1.25;
}

html.co-tx-open .co-hist--tx .co-hist__filters {
  background: #323738;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  padding: 0.16rem 0.24rem 0.2rem;
  gap: 0.12rem;
}

html.co-tx-open .co-hist--tx .co-hist__scroll {
  flex: 1 1 auto;
  min-height: 0;
  display: block;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  overscroll-behavior: contain;
  touch-action: pan-y;
  padding: 0.2791rem 0.37213rem calc(0.64rem + env(safe-area-inset-bottom, 0px));
}

html.co-tx-open .co-tx-table {
  background: #323738;
  border-radius: 0.2791rem;
  overflow: hidden;
  flex: none;
}

html.co-tx-open .co-tx-cols,
html.co-tx-open .co-tx-row {
  display: grid;
  grid-template-columns: minmax(1.45rem, 1.1fr) minmax(1.15rem, 1fr) minmax(1.05rem, 0.72fr);
  align-items: center;
  column-gap: 0.16rem;
}

html.co-tx-open .co-tx-cols {
  position: relative;
  z-index: 0;
  height: auto;
  min-height: 0.72rem;
  padding: 0.14rem 0.24rem;
  border-bottom: 0.03721rem solid rgba(228, 234, 240, 0.098);
  font-weight: 600;
  background: #323738;
}

html.co-tx-open .co-tx-cols span {
  color: #b1bdc0;
  font-size: 0.29333rem;
  line-height: 1.25;
  text-align: left;
}

html.co-tx-open .co-tx-cols span:last-child,
html.co-tx-open .co-tx-amt {
  text-align: right;
  justify-self: end;
  width: 100%;
}

html.co-tx-open .co-tx-row {
  padding: 0.22rem 0.24rem;
  border-top: 1px solid rgba(228, 234, 240, 0.098);
}

html.co-tx-open .co-tx-row:first-child {
  border-top: 0;
}

html.co-tx-open .co-tx-cols span:nth-child(2) {
  text-align: center;
  justify-self: center;
}

html.co-tx-open .co-tx-time,
html.co-tx-open .co-tx-type {
  min-width: 0;
  font-size: 0.34667rem;
  line-height: 1.22;
  font-weight: 600;
  color: #fff;
  overflow: visible;
  text-overflow: unset;
}

html.co-tx-open .co-tx-time {
  text-align: left;
  white-space: normal;
}

html.co-tx-open .co-tx-type {
  text-align: center;
  justify-self: center;
  width: 100%;
  padding: 0 0.04rem;
  white-space: normal;
  overflow-wrap: break-word;
  word-break: normal;
}

html.co-tx-open .co-tx-amt {
  color: #25df82;
  font-size: 0.37333rem;
  line-height: 1.2;
  font-weight: 700;
  font-variant-numeric: tabular-nums;
  white-space: nowrap;
}

html.co-tx-open .co-tx-amt.is-neg {
  color: #e57373;
}

html.co-tx-open .co-tx-note {
  grid-column: 1 / -1;
  margin-top: 0.16rem;
  padding: 0.1rem 0.14rem;
  border-radius: 0.1rem;
  background: #292d2e;
}

html.co-tx-open .co-tx-note b {
  display: block;
  margin-bottom: 0.04rem;
  font-size: 0.24rem;
  font-weight: 700;
  line-height: 0.32rem;
  color: #8a9699;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

html.co-tx-open .co-tx-note p {
  margin: 0;
  font-size: 0.29333rem;
  line-height: 0.37333rem;
  color: #d5dcde;
  white-space: pre-wrap;
  overflow-wrap: anywhere;
  word-break: break-word;
}
