/* Shared cart delivery address list (auth + guest checkout) */

.field-orders-delivery_address,
#guest-address-list {
  white-space: normal;
  max-width: 560px;
}

#orders-delivery_address {
  white-space: normal;
}

.guest-address-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 10px;
  margin-bottom: 14px;
}

.guest-address-row input[type="radio"] {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin: 5px 0 0;
  position: relative;
  top: 0;
  float: none;
  vertical-align: top;
}

.guest-address-row .guest-address-body,
.guest-address-row label.guest-address-body {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  margin: 0;
  padding: 0;
  padding-left: 0;
  white-space: normal;
  line-height: 1.4;
  text-align: left;
  min-width: 0;
  font-weight: normal;
}

.guest-address-main {
  font-size: 16px;
  color: #222;
  word-break: break-word;
}

.guest-address-meta {
  margin-top: 2px;
  font-size: 13px;
  color: #666;
  word-break: break-word;
}

.guest-address-remove {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  font-size: 13px;
  text-decoration: none;
  margin-top: 4px;
  white-space: nowrap;
}
