/* ADR-031: edition badge bar under the single cover. Brand navy, quieter than the cover. */

.kf-editions-bar {
	display: flex;
	flex-wrap: wrap;
	gap: 6px;
	direction: rtl;
}

.kf-editions-bar__badge {
	display: inline-flex;
	align-items: center;
	gap: 4px;
	padding: 3px 9px;
	border: 1px solid rgba( 18, 58, 107, .22 );
	border-radius: 999px;
	background: rgba( 18, 58, 107, .06 );
	color: #123a6b !important;
	font-size: 12px;
	line-height: 1.7;
	text-decoration: none !important;
	white-space: nowrap;
	transition: background .15s ease, border-color .15s ease;
}

.kf-editions-bar__badge:hover,
.kf-editions-bar__badge:focus {
	background: rgba( 18, 58, 107, .13 );
	border-color: rgba( 18, 58, 107, .4 );
}

.kf-editions-bar__icon {
	width: 14px;
	height: 14px;
	flex: 0 0 auto;
}

.kf-editions-bar__label {
	letter-spacing: normal;
}

/* On listing cards the bar sits between the cover and the stars (see the child theme order). */
ul.products li.product > .kf-editions-bar--card {
	order: 1;
	justify-content: center;
	width: 100%;
	margin: 8px 0 0;
}

/* On the book page it is a quiet row under the byline. */
.kf-editions-bar--single {
	margin: 0 0 14px;
}

@media ( max-width: 620px ) {
	.kf-editions-bar__badge {
		padding: 2px 7px;
		font-size: 11px;
	}

	.kf-editions-bar__icon {
		width: 12px;
		height: 12px;
	}
}

/* Owner review 2026-09-16: on cards only the icon is shown; the label lives in the tooltip. */
.kf-editions-bar--icons .kf-editions-bar__badge {
	padding: 4px 8px;
}

.kf-editions-bar--icons .kf-editions-bar__icon {
	width: 16px;
	height: 16px;
}

/* Fallback in case the theme does not ship the WordPress helper class. */
.kf-editions-bar .screen-reader-text {
	position: absolute !important;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect( 0 0 0 0 );
	white-space: nowrap;
	border: 0;
}
