.sentai-quotation-add-form {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 0.75rem;
}

.sentai-quotation-link {
	display: inline-flex;
	align-items: center;
	min-height: 2.5rem;
}

.sentai-quotation-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 0.75rem;
	justify-content: space-between;
}

.sentai-quotation .card {
	border-radius: 0.5rem;
}

.sentai-quotation-table th,
.sentai-quotation-table td {
	vertical-align: middle;
}

.sentai-quotation table,
.sentai-quotation-account-table,
.sentai-quotation-detail table {
	font-size: 0.875rem;
}

.sentai-quotation table th,
.sentai-quotation table td,
.sentai-quotation-account-table th,
.sentai-quotation-account-table td,
.sentai-quotation-detail table th,
.sentai-quotation-detail table td {
	padding: 0.55rem 0.65rem;
}

.sentai-quotation .form-control-sm,
.sentai-quotation .form-select-sm,
.sentai-quotation .input-group-sm > .form-control,
.sentai-quotation .input-group-sm > .form-select {
	font-size: 0.8125rem;
}

.sentai-quotation-table .product-name a {
	font-weight: 600;
	text-decoration: none;
}

.sentai-quotation-table .product-thumbnail img {
	width: 72px;
	height: auto;
	border-radius: 0.375rem;
}

.sentai-quotation-table .quantity {
	display: inline-flex;
	justify-content: center;
}

.sentai-quotation-table .qty {
	max-width: 5.5rem;
	text-align: center;
}

.sentai-quotation-contact .required {
	color: #b42318;
}

.sentai-quotation-status {
	display: inline-block;
	border-radius: 999px;
	padding: 0.35em 0.65em;
	font-size: 0.75em;
	font-weight: 600;
	line-height: 1;
	text-align: center;
	vertical-align: baseline;
	white-space: nowrap;
}

.st-status-pending,
.sentai-quotation-status-pending {
	color: #8a4b00;
	background: #fff3cd;
}

.st-status-processing,
.st-status-quoted,
.sentai-quotation-status-processing,
.sentai-quotation-status-quoted {
	color: #084298;
	background: #cfe2ff;
}

.st-status-completed,
.sentai-quotation-status-completed {
	color: #0f5132;
	background: #d1e7dd;
}

.st-status-cancelled,
.sentai-quotation-status-cancelled {
	color: #842029;
	background: #f8d7da;
}

.sentai-quotation-detail-list dt {
	margin-top: 0.75rem;
	font-size: 0.8125rem;
	color: #5d6878;
}

.sentai-quotation-detail-list dt:first-child {
	margin-top: 0;
}

.sentai-quotation-detail-list dd {
	margin-bottom: 0;
}
