.pei-address-item {
	display: flex;
	align-items: flex-start;
}

.pei-address-item input[type="radio"] {
	margin-right: 15px;
	margin-top: 4px;
}

.pei-address-item-details {
	flex: 1;
	min-width: 0;
	font-size: 14px;
}

.pei-default-address-badge {
	margin-left: 8px;
	padding: 2px 6px;
	border: 1px solid var(--pei-white-darker-2);
	border-radius: 999px;
	background: var(--pei-white-darker-1);
	font-size: 11px;
	font-weight: 700;
	line-height: 1.2;
	color: var(--pei-black-lighter-4);
	text-transform: uppercase;
	float: right !important;
}

.pei-default-address-text {
	color: var(--pei-black-lighter-4);
	font-size: 13px;
}

.pei-address-detail-row {
	display: flex;
	align-items: flex-start;
	gap: 6px;
	margin-top: 2px;
}

.pei-address-detail-label {
	white-space: nowrap;
	flex: 0 0 auto;
}

.pei-address-detail-value {
	flex: 1 1 auto;
	min-width: 0;
	font-weight: 300;
}

.pei-address-instructions,
.pei-address-list-name-text {
	font-weight: 300;
}

.pei-address-instructions {
	margin-top: 2px;
}

.pei-address-list-name-row {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 10px;
}

.pei-address-list-name-badges {
	display: flex;
	align-items: center;
	gap: 6px;
	flex-wrap: wrap;
}

.pei-address-select *,
.pei-address-select {
	cursor: pointer;
}

.pei-address-select {
	font-weight: normal !important;
}

.pei-guest-account-box {
	margin-bottom: 0;
	padding: 0 0 20px 0;
	border: none;
	border-bottom: 1px solid var(--pei-white-darker-2);
	border-radius: 0;
	background: transparent;
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 16px;
}

.pei-guest-account-copy {
	flex: 1;
}

.pei-guest-account-copy .pei-primary-text {
	margin-bottom: 4px;
}

.pei-guest-account-copy .pei-secondary-text {
	margin-bottom: 0;
}

.pei-guest-account-actions {
	display: flex;
	gap: 10px;
	flex-wrap: wrap;
}

.pei-guest-account-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	text-decoration: none !important;
	min-height: 36px;
	color: var(--pei-black) !important;
}