.ogra-prices-widget {
	font-family: inherit;
	max-width: 100%;
	margin: 1.5em 0;
}
.ogra-prices-header {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	margin-bottom: 14px;
}
.ogra-prices-header h3 {
	margin: 0;
}
.ogra-eff-date {
	font-weight: normal;
	font-size: 0.8em;
	color: #666;
}
.ogra-search-box input {
	width: 260px;
	max-width: 100%;
	padding: 8px 12px;
	border: 1px solid #ccc;
	border-radius: 6px;
	font-size: 14px;
}
.ogra-table-wrap {
	overflow-x: auto;
	border: 1px solid #e2e2e2;
	border-radius: 8px;
}
.ogra-prices-table {
	width: 100%;
	border-collapse: collapse;
	font-size: 14px;
}
.ogra-prices-table thead th {
	background: #0b5d3b;
	color: #fff;
	text-align: left;
	padding: 10px 14px;
	position: sticky;
	top: 0;
}
.ogra-prices-table tbody td {
	padding: 10px 14px;
	border-bottom: 1px solid #eee;
}
.ogra-prices-table tbody tr:nth-child(even) {
	background: #fafafa;
}
.ogra-prices-table tbody tr:hover {
	background: #f0f7f3;
}
.ogra-no-results {
	padding: 14px;
	text-align: center;
	color: #888;
}
.ogra-view-more-wrap {
	text-align: center;
	padding: 16px;
}
.ogra-view-more-btn {
	background: #0b5d3b;
	color: #fff;
	border: none;
	padding: 10px 22px;
	border-radius: 6px;
	font-size: 14px;
	cursor: pointer;
}
.ogra-view-more-btn:hover {
	background: #0e7548;
}
