/* Matkahuolto pickup-point search at classic checkout. */

#feselle-guard-pickup-point-fields {
	margin: 1.5em 0;
}

#feselle_pickup_point_select {
	width: 100%;
}

#feselle_pickup_point_message {
	font-size: 0.9em;
	min-height: 1.2em;
	margin-top: 0.5em;
}

#feselle_pickup_point_search {
	margin-top: 0.3em;
}

/* Buyer-facing shipment tracking timeline on the order-details view. */

.feselle-guard-shipping-tracking {
	margin: 1.5em 0;
}

.feselle-guard-shipping-tracking .feselle-guard-shipment {
	margin-bottom: 1.25em;
	padding-bottom: 1em;
	border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

.feselle-guard-shipping-tracking .feselle-guard-shipment:last-child {
	border-bottom: none;
	margin-bottom: 0;
	padding-bottom: 0;
}

.feselle-guard-shipment-events {
	margin: 0.5em 0 0;
	padding-left: 1.2em;
	font-size: 0.9em;
}

.feselle-guard-shipment-events li {
	list-style: decimal;
	margin-bottom: 0.25em;
}

.feselle-guard-shipment-event-time {
	color: #646970;
	margin-right: 0.5em;
}