/* Hivve Band Pricing Table — base styles.
   Every value below is a concrete colour/size sampled directly from the
   reference design, so the table looks the same in any theme. */

.hbt { font-family: 'Geist', Arial, sans-serif; }
.hbt *, .hbt *::before, .hbt *::after { box-sizing: border-box; }

.hbt-table-wrap {
	overflow-x: auto;
	border: 1.5px solid #012047;
	border-radius: 10px;
	width: 100%;
}

.hbt-table {
	width: 100%;
	border-collapse: collapse;
	table-layout: auto;
}

.hbt-table thead th {
	background: #F5F8FE;
	color: #011E48;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.6px;
	text-transform: uppercase;
	text-align: left;
	padding: 16px 20px;
	white-space: nowrap;
}

.hbt-table thead th:not(:first-child) {
	text-align: center;
}

.hbt-table tbody td {
	padding: 16px 20px;
	font-size: 14px;
	color: #717B83;
	text-align: center;
	white-space: nowrap;
	background: #FFFFFF;
}

.hbt-table tbody td:first-child {
	text-align: left;
}

.hbt-table tbody td:last-child {
	text-align: right;
}

.hbt-table td.hbt-band {
	color: #333333;
	font-weight: 700;
}

.hbt-table td.hbt-licence {
	color: #333333;
	font-weight: 700;
}

@media (max-width: 680px) {
	.hbt-table thead th,
	.hbt-table tbody td {
		padding: 12px 14px;
		font-size: 13px;
	}
}
