/**
 * Address list page — Figma node 16:400 via f2c-mcp (fileKey: hXnn2EVDC1V3zh4nYJxfs5).
 * Figma frame is 2x; values below are scaled 0.5x for 944px production width.
 */

.address-list-page-wrap .page-width {
  background-color: #fff;
}

.address-list-page-wrap .address-list-page {
  display: block;
  background-color: #f5f5f5;
}

.address-list-page-wrap .address-list-page__inner {
  box-sizing: border-box;
  max-width: 944px;
  margin: 0 auto;
  padding: 24px 28px 42px;
}

.address-list-page__header {
  display: flex;
  gap: 16px;
  align-items: center;
  justify-content: space-between;
  min-height: 24px;
}

/* Figma: 32px/48px/−0.62px medium → 16px/24px/−0.31px */
.address-list-page__title {
  margin: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  color: #000;
  letter-spacing: -0.31px;
}

/* Figma: 28px/40px/−0.30px normal → 14px/20px/−0.15px */
.address-list-page__add {
  display: inline-flex;
  flex-shrink: 0;
  gap: 4px;
  align-items: center;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: #000;
  letter-spacing: -0.15px;
  text-decoration: none;
}

.address-list-page__add:hover {
  color: #1455ff;
}

.address-list-page__add svg {
  width: 12px;
  height: 12px;
}

.address-list-page__list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
  margin-top: 24px;
}

.address-list-page__empty {
  margin-top: 58px;
  text-align: center;
}

.address-list-page__empty .icon-location {
  width: 46px;
  height: 56px;
  opacity: 0.3;
}

.address-list-page__empty .icon-plus {
  margin-block-end: 1px;
  margin-inline-end: 6px;
}

/* Figma secondary text: 28px/40px/−0.30px normal → 14px/20px/−0.15px */
.address-list-page__empty p {
  margin: 28px 0 20px;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: rgba(102, 102, 102, 1);
  letter-spacing: -0.15px;
  text-align: center;
}

.address-list-page__empty .button {
  margin-block-end: 40px;
}

.address-list-page__max {
  margin: 24px 0 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: rgba(102, 102, 102, 1);
  letter-spacing: -0.15px;
}

.address-list-page__max + .address-list-page__list {
  margin-top: 16px;
}

@media (max-width: 959px) {
  .address-list-page-wrap .address-list-page__inner {
    padding: 20px 16px 32px;
  }

  .address-list-page__list {
    grid-template-columns: 1fr;
  }

  .address-list-page__empty {
    margin-top: 46px;
  }

  .address-list-page__empty p {
    margin: 20px 0 10px;
  }

  .address-list-page__empty .button {
    margin-block-end: 20px;
  }
}
