/*
	Theme Name: Szablon Invest MG1
	Theme URI: https://investmg.pl
	Description: https://investmg.pl Theme
	Author: ASARI
	Author URI: https://asaricrm.com/
	Template: asaritemplate2023
	Version: 1.0.0
*/

/* Status oferty w tabeli inwestycji */
.investment-offers-table tr.status-active td[data-column-id="status"] {
	color: #28a745;
}
.investment-offers-table tr.status-closed td[data-column-id="status"] {
	color: #dc3545;
}
.investment-offers-table tr.status-pending td[data-column-id="status"] {
	color: #ffc107;
}

.investment-offers-table td[data-column-id="price"] .offer-price-note {
	display: block;
	width: fit-content;
	max-width: 100%;
	margin-top: 6px;
	padding: 2px 8px;
	border-radius: 3px;
	background-color: #00d084;
	color: #1e1e1e;
	font-size: 0.8em;
	font-weight: 600;
	line-height: 1.3;
	white-space: normal;
}

