.addresses-page .scroll-content {
  padding: 0.24rem 0.2rem 0.4rem;
}

.address-loading,
.address-empty {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.address-loading {
  padding-top: 3.2rem;
  color: var(--muted);
  font-size: 0.3rem;
  line-height: 0.36rem;
}

.address-empty {
  padding-top: 3rem;
}

.address-empty-art {
  width: 5.8rem;
  height: 3.24rem;
  object-fit: contain;
}

.address-empty-text {
  margin-top: 0.44rem;
  color: var(--muted);
  font-size: 0.32rem;
  font-weight: 400;
  line-height: 0.36rem;
}

.address-card {
  position: relative;
  width: 7.1rem;
  min-height: 2.89rem;
  margin-bottom: 0.24rem;
  padding: 0.38rem 0.5rem 1.14rem;
  border-radius: 0.16rem;
  background: var(--surface);
}

.address-card-header {
  display: flex;
  min-height: 0.44rem;
  align-items: center;
}

.address-name {
  max-width: 1.6rem;
  overflow: hidden;
  color: var(--text);
  font-size: 0.4rem;
  font-weight: 500;
  line-height: 0.44rem;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.address-mobile {
  margin-left: 0.28rem;
  color: var(--muted);
  font-size: 0.32rem;
  line-height: 0.44rem;
}

.address-text {
  display: block;
  max-height: 0.76rem;
  margin-top: 0.18rem;
  overflow: hidden;
  color: var(--text);
  font-size: 0.3rem;
  line-height: 0.38rem;
}

.address-actions {
  position: absolute;
  right: 0.5rem;
  bottom: 0.48rem;
  left: 0.6rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.address-default,
.address-right-actions,
.address-action {
  display: flex;
  align-items: center;
}

.address-default,
.address-action {
  color: var(--muted);
  font-size: 0.3rem;
  line-height: 0.38rem;
}

.address-right-actions {
  gap: 0.42rem;
}

.address-action {
  gap: 0.16rem;
}

.address-action-icon {
  width: 0.32rem;
  height: 0.32rem;
}
