/* WooCommerce OLIST Tracking — Frontend Styles */

.wot-tracking-box {
	margin-top: 24px;
	padding: 20px;
	border: 1px solid #e0e0e0;
	border-radius: 6px;
	background: #f9f9f9;
}

.wot-tracking-box .woocommerce-column__title {
	margin-top: 0;
	font-size: 16px;
}

.wot-tracking-table {
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 12px;
}

.wot-tracking-table th,
.wot-tracking-table td {
	padding: 8px 10px;
	border-bottom: 1px solid #e8e8e8;
	text-align: left;
	vertical-align: top;
	font-size: 14px;
}

.wot-tracking-table th {
	width: 140px;
	font-weight: 600;
	color: #555;
}

.wot-tracking-table td code {
	font-size: 13px;
	background: #efefef;
	padding: 2px 6px;
	border-radius: 3px;
	letter-spacing: .04em;
}

.wot-track-btn {
	display: inline-block;
	margin-top: 4px;
}
