/* Order Document for WooCommerce - front end styles */

.odfw-section {
	margin: 0 0 2.5em;
}

.odfw-section__title {
	margin-bottom: 0.75em;
}

.odfw-table {
	width: 100%;
}

.odfw-table__actions {
	text-align: right;
	white-space: nowrap;
}

.odfw-document-links {
	display: inline-flex;
	flex-direction: column;
	gap: 4px;
}

.odfw-document-link {
	text-decoration: none;
}

.odfw-document-link__icon {
	margin-right: 4px;
}

.odfw-file-meta {
	color: #767676;
	font-size: 0.85em;
	white-space: nowrap;
}

.odfw-no-documents {
	color: #767676;
}

.odfw-empty {
	color: #767676;
}

@media screen and (max-width: 768px) {
	.odfw-table__actions {
		text-align: left;
	}
}
