.order-attachments {
	margin-top: 2em;
}

.order-attachments-list {
	list-style: none;
	padding: 0;
	margin: 0;
}

.order-attachment-item {
	display: flex;
	align-items: center;
	padding-bottom: 10px;
	margin-bottom: 12px;
	border-bottom: 1px solid #eee;
}

.order-attachment-item:last-child {
	margin-bottom: 0;
	border-bottom: none;
}

.order-attachment-item .dashicons {
	font-size: 18px;
	margin-right: 8px;
	color: #0073aa;
	flex-shrink: 0;
}

.expired-download .dashicons {
	color: #999;
}

.expired-download {
	color: #999;
	display: flex;
	align-items: center;
	gap: 8px;
}

.expired-label {
	margin-left: auto;
	font-style: normal;
	color: #cc0000;
}

.download-link {
	flex-grow: 1;
	font-weight: 600;
	color: #0073aa;
	text-decoration: none;
}

.download-link:hover,
.download-link:focus {
	text-decoration: underline;
	color: #005177;
}

.expiry-date {
	margin-left: auto;
	font-size: 0.9em;
	color: #555;
}


.woocommerce .order-item-downloads {
    margin-top: 0.5em;
}
.order-item-downloads .dashicons {
    vertical-align: middle;
    margin-right: 4px;
}
.download-expired {
    color: #a00;
    font-style: italic;
}
