/* Staffeltabelle auf der Produktseite */
.hydrobar-staffel-table {
	margin: 0.75em 0 1.25em;
	max-width: 420px;
}

.hydrobar-staffel-table table {
	width: 100%;
	border-collapse: collapse;
	margin: 0;
}

.hydrobar-staffel-table caption {
	caption-side: top;
	text-align: left;
	font-weight: 600;
	font-size: 0.9em;
	padding-bottom: 4px;
}

.hydrobar-staffel-table th,
.hydrobar-staffel-table td {
	padding: 6px 10px;
	border-bottom: 1px solid #e2e2e2;
	font-size: 0.9em;
	text-align: left;
}

.hydrobar-staffel-table thead th {
	border-bottom-width: 2px;
}

.hydrobar-staffel-table tr.is-active td {
	background: #f3f6f9;
	font-weight: 600;
}

/* Hover-Übersicht in der Barn2-Produkttabelle */
.hydrobar-staffel-flag {
	position: relative;
	display: inline-block;
	margin-top: 2px;
	font-size: 0.8em;
	color: #444;
	border-bottom: 1px dotted #888;
	cursor: help;
}

.hydrobar-staffel-tip {
	display: none;
	position: absolute;
	bottom: calc(100% + 6px);
	left: 0;
	z-index: 999;
	min-width: 200px;
	padding: 8px 10px;
	background: #fff;
	border: 1px solid #d5d5d5;
	border-radius: 4px;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.12);
	font-size: 0.95em;
	color: #333;
}

.hydrobar-staffel-flag:hover .hydrobar-staffel-tip,
.hydrobar-staffel-flag:focus .hydrobar-staffel-tip,
.hydrobar-staffel-flag:focus-within .hydrobar-staffel-tip {
	display: block;
}

.hydrobar-staffel-tip-row {
	display: flex;
	justify-content: space-between;
	gap: 16px;
	white-space: nowrap;
}

.hydrobar-staffel-tip-row.is-active {
	font-weight: 600;
}
