/**
 * Stage 13F — compact customer Delivery details (thank-you / My Account).
 */

.cetech-de-order-delivery-summary {
	margin: 1.5em 0;
}

.cetech-de-order-delivery-summary__compact {
	list-style: none;
	margin: 0;
	padding: 0;
}

.cetech-de-order-delivery-summary__compact li {
	margin: 0.35em 0;
}

.cetech-de-order-delivery-summary__compact .label {
	font-weight: 600;
	margin-right: 0.35em;
}

.cetech-de-order-delivery-summary__product {
	margin: 0.75em 0 0.25em;
	font-weight: 600;
}

.cetech-de-order-delivery-summary__product:first-child {
	margin-top: 0;
}

.cetech-de-customer-shipments {
	margin: 2.75em 0 1.75em;
	padding-top: 1.75em;
	border-top: 1px solid rgba(0, 0, 0, 0.12);
	clear: both;
}

.cetech-de-customer-shipments > h2 {
	margin: 0 0 0.85em;
}

.cetech-de-customer-shipment {
	display: block;
	margin: 1.25em 0 0;
	padding: 1.25em 1.15em;
	border: 1px solid rgba(0, 0, 0, 0.12);
	border-radius: 6px;
	background: #fff;
	overflow-wrap: anywhere;
	word-break: break-word;
}

.cetech-de-customer-shipment:first-of-type {
	margin-top: 0.25em;
}

.cetech-de-customer-shipment__title {
	margin: 0 0 0.5em;
	font-size: 1.1em;
}

.cetech-de-customer-shipment__details {
	list-style: none;
	margin: 0;
	padding: 0;
}

.cetech-de-customer-shipment__details li {
	margin: 0.35em 0;
}

.cetech-de-customer-shipment__details .label {
	font-weight: 600;
	margin-right: 0.35em;
}

.cetech-de-customer-shipment__status {
	font-weight: 600;
}

.cetech-de-customer-shipment__track {
	margin: 0.85em 0 0;
}

a.cetech-de-customer-shipment__track-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
	min-height: 44px;
	min-width: 44px;
	padding: 0.65em 1.15em;
	border: 1px solid #1d2327;
	border-radius: 4px;
	background: #1d2327;
	color: #fff;
	font-weight: 600;
	line-height: 1.25;
	text-decoration: none;
	text-align: center;
	cursor: pointer;
}

a.cetech-de-customer-shipment__track-button:hover,
a.cetech-de-customer-shipment__track-button:focus {
	background: #2c3338;
	border-color: #2c3338;
	color: #fff;
	text-decoration: none;
}

a.cetech-de-customer-shipment__track-button:focus {
	outline: 2px solid #2271b1;
	outline-offset: 2px;
}

a.cetech-de-customer-shipment__track-button:focus:not(:focus-visible) {
	outline: none;
}

a.cetech-de-customer-shipment__track-button:focus-visible {
	outline: 2px solid #2271b1;
	outline-offset: 2px;
}

.cetech-de-customer-shipment__note {
	margin: 0.75em 0 0;
}
