/**
 * Cjenovnik page — pricing table.
 */

.pbl-cjenovnik-table-wrap {
	width: 100%;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
}

.pbl-cjenovnik-table {
	width: 100%;
	min-width: 44rem;
	border-collapse: separate;
	border-spacing: 0;
	background: #fff;
}

.pbl-cjenovnik-table th,
.pbl-cjenovnik-table td {
	padding: 1.125rem 1.25rem;
	text-align: left;
	vertical-align: middle;
	font-family: 'Stack Sans Text', sans-serif;
	letter-spacing: -0.02em;
	border-bottom: 1px solid #d2e6fe;
}

.pbl-cjenovnik-table thead th {
	background: #002042;
	color: #fff;
	font-size: 0.875rem;
	font-weight: 600;
	line-height: 1.25;
	white-space: nowrap;
}

.pbl-cjenovnik-table thead th:first-child {
	border-radius: 12px 0 0 0;
}

.pbl-cjenovnik-table thead th:last-child {
	border-radius: 0 12px 0 0;
}

.pbl-cjenovnik-table tbody tr:nth-child(even) td {
	background: #f5f9ff;
}

.pbl-cjenovnik-table tbody tr:hover td {
	background: #e6f2ff;
}

.pbl-cjenovnik-table tbody tr:last-child td {
	border-bottom: 0;
}

.pbl-cjenovnik-table tbody tr:last-child td:first-child {
	border-radius: 0 0 0 12px;
}

.pbl-cjenovnik-table tbody tr:last-child td:last-child {
	border-radius: 0 0 12px 0;
}

.pbl-cjenovnik-table__name {
	display: block;
	margin: 0 0 0.25rem;
	color: #002042;
	font-size: 1rem;
	font-weight: 600;
	line-height: 1.35;
	text-decoration: none;
}

.pbl-cjenovnik-table__name:hover,
.pbl-cjenovnik-table__name:focus-visible {
	color: #0a57cd;
}

.pbl-cjenovnik-table__addr {
	display: block;
	margin: 0;
	color: #5a6b82;
	font-size: 0.875rem;
	font-weight: 400;
	line-height: 1.4;
}

.pbl-cjenovnik-table__type {
	display: inline-flex;
	align-items: center;
	margin-top: 0.5rem;
	padding: 0.25rem 0.625rem;
	border-radius: 32px;
	background: #e6f2ff;
	color: #0a57cd;
	font-size: 0.75rem;
	font-weight: 600;
	line-height: 1;
}

.pbl-cjenovnik-table__price {
	color: #0a57cd;
	font-size: 1rem;
	font-weight: 600;
	line-height: 1.25;
	white-space: nowrap;
}

.pbl-cjenovnik-table__price--muted {
	color: #002042;
}

.pbl-cjenovnik-note {
	margin: 1.5rem 0 0;
	color: #5a6b82;
	font-size: 0.9375rem;
	line-height: 1.5;
	letter-spacing: -0.02em;
	text-align: center;
}

@media (max-width: 781px) {
	.pbl-cjenovnik-table th,
	.pbl-cjenovnik-table td {
		padding: 0.875rem 0.75rem;
	}
}
