.wp-block-ctypp-order-details.ctyp-native-order-details,
.wp-block-ctypp-order-details.ctyp-native-order-details .woocommerce-order-details,
.wp-block-ctypp-order-details.ctyp-native-order-details .woocommerce-customer-details,
.wp-block-ctypp-order-details.ctyp-native-order-details table {
	box-sizing: border-box;
	max-width: none;
	width: 100%;
}

.ctyp-native-order-details .ctyp-order-overview {
	display: grid;
	grid-template-columns: repeat(5, minmax(0, 1fr));
	gap: 24px;
	list-style: none;
	margin: 0 0 32px;
	padding: 0;
}

.ctyp-native-order-details .ctyp-order-overview li {
	display: flex;
	flex-direction: column;
	min-width: 0;
}

.ctyp-native-order-details .ctyp-order-overview strong {
	font-weight: 600;
}

.ctyp-native-order-details .ctyp-order-overview span {
	overflow-wrap: anywhere;
}

.ctyp-native-order-details .woocommerce-order-details,
.ctyp-native-order-details .woocommerce-customer-details {
	margin: 0 0 28px;
}

.ctyp-native-order-details h2 {
	margin: 0 0 20px;
}

.woocommerce-page .ctyp-native-order-details table.shop_table {
	width: 100%;
	border: 1px solid #dedede;
	border-collapse: separate;
	border-radius: 4px;
	border-spacing: 0;
	overflow: hidden;
}

body.woocommerce-page .wp-block-ctypp-order-details.ctyp-native-order-details table.shop_table {
	max-width: none;
	width: 100%;
}

.ctyp-native-order-details table.shop_table th,
.ctyp-native-order-details table.shop_table td {
	border: 0;
	border-bottom: 1px solid #dedede;
	padding: 16px;
	text-align: left;
	vertical-align: top;
}

.ctyp-native-order-details table.shop_table tr:last-child th,
.ctyp-native-order-details table.shop_table tr:last-child td {
	border-bottom: 0;
}

.ctyp-native-order-details table.shop_table th:last-child,
.ctyp-native-order-details table.shop_table td:last-child {
	text-align: right;
}

.woocommerce-page .ctyp-native-order-details .woocommerce-customer-details address {
	border: 1px solid #dedede;
	border-radius: 4px;
	box-sizing: border-box;
	font-style: normal;
	margin: 0;
	padding: 20px;
	width: 100%;
}

@media (max-width: 900px) {
	.ctyp-native-order-details .ctyp-order-overview {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 480px) {
	.ctyp-native-order-details .ctyp-order-overview {
		grid-template-columns: 1fr;
		gap: 16px;
	}

	.ctyp-native-order-details table.shop_table th,
	.ctyp-native-order-details table.shop_table td {
		padding: 12px;
	}
}
