.order-notes-card {
	overflow: visible;
}

.order-notes-form textarea {
	min-height: 92px;
	resize: vertical;
}

.order-notes-list {
	display: flex;
	flex-direction: column;
	gap: 12px;
}

.order-note-item {
	padding: 14px;
	border: 1px solid #e5e7eb;
	border-radius: 8px;
	background: #f8fafc;
}

.order-note-meta {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	margin-bottom: 8px;
}

.order-note-author {
	display: inline-block;
	margin-right: 8px;
	color: #111827;
	font-size: 13px;
	font-weight: 700;
}

.order-note-date {
	color: #94a3b8;
	font-size: 12px;
}

.order-note-text {
	color: #334155;
	font-size: 13px;
	line-height: 1.55;
	white-space: normal;
	word-break: break-word;
}

.order-notes-empty {
	display: flex;
	align-items: center;
	gap: 8px;
	padding: 14px;
	border: 1px dashed #cbd5e1;
	border-radius: 8px;
	color: #64748b;
	font-size: 13px;
	background: #f8fafc;
}
