/* Broadband Facts Label - FCC-compliant nutrition-label style */

.bbl-label {
	display: inline-block;
	width: 280px;
	border: 2px solid #000;
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 13px;
	color: #000;
	background: #fff;
	line-height: 1.4;
	box-sizing: border-box;
}

.bbl-label * {
	box-sizing: border-box;
}

/* Header */
.bbl-header {
	padding: 8px 10px 6px;
	background: #fff;
}

.bbl-header-title {
	font-size: 28px;
	font-weight: 900;
	line-height: 1.1;
	letter-spacing: -0.5px;
}

.bbl-provider-name {
	font-size: 13px;
	font-weight: 700;
	margin-top: 2px;
}

.bbl-plan-name {
	font-size: 13px;
	font-weight: 700;
}

.bbl-disclosure-type {
	font-size: 11px;
	color: #333;
	margin-top: 2px;
}

/* Bars */
.bbl-bar {
	width: 100%;
	background: #000;
	display: block;
}

.bbl-bar-thick {
	height: 10px;
}

.bbl-bar-thin {
	height: 1px;
}

/* Price section */
.bbl-section-price {
	padding: 6px 10px;
}

.bbl-row-price .bbl-label-text {
	font-size: 13px;
	font-weight: 700;
}

.bbl-row-price .bbl-price-value {
	font-size: 24px;
	font-weight: 900;
}

/* Rows */
.bbl-row {
	display: flex;
	justify-content: space-between;
	align-items: baseline;
	padding: 2px 0;
}

.bbl-row-indent {
	padding-left: 10px;
}

.bbl-label-text {
	flex: 1;
	padding-right: 8px;
	color: #000;
}

.bbl-value {
	white-space: nowrap;
	font-weight: 400;
}

.bbl-sub {
	font-size: 11px;
	color: #555;
}

/* Sections */
.bbl-section,
.bbl-section-terms,
.bbl-section-price {
	padding: 5px 10px;
}

.bbl-section-header {
	font-weight: 700;
	font-size: 13px;
	margin-bottom: 3px;
}

/* Terms section */
.bbl-section-terms {
	font-size: 12px;
}

.bbl-section-terms .bbl-row {
	color: #0050a0;
}

.bbl-section-terms .bbl-value {
	color: #000;
}

/* Support section */
.bbl-section-support .bbl-value a {
	color: #0050a0;
	text-decoration: none;
}

.bbl-section-support .bbl-value a:hover {
	text-decoration: underline;
}

/* FCC links */
.bbl-section-links {
	padding: 5px 10px 8px;
	display: flex;
	gap: 12px;
	font-size: 11px;
	border-top: 1px solid #ccc;
}

.bbl-section-links a {
	color: #0050a0 !important;
	text-decoration: none;
}

.bbl-section-links a:hover {
	text-decoration: underline;
}
