/* Hide dead Journal extra buttons without a real BRP URL. */
a.btn-extra[href="#"][data-loading-text*="Configureaza vehiculul"],
a.btn-extra[href=""][data-loading-text*="Configureaza vehiculul"],
a.btn-extra[data-loading-text*="Configureaza vehiculul"]:not([href*="brp-world.com"]) {
	display: none !important;
}

/* Blue band (wishlist/compare): push BRP button to the right */
.product-thumb .buttons-wrapper .wish-group {
	display: flex !important;
	align-items: stretch;
	justify-content: flex-start;
	width: 100%;
	box-sizing: border-box;
}

.product-thumb .buttons-wrapper .wish-group .btn-brp-config {
	display: inline-flex !important;
	align-items: center;
	justify-content: center;
	margin-left: auto !important;
	margin-right: 0 !important;
	padding: 0 12px;
	height: auto;
	min-height: 36px;
	align-self: stretch;
	border: 0;
	border-radius: 0;
	background: #c8102e;
	color: #fff !important;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.02em;
	text-transform: uppercase;
	text-decoration: none !important;
	white-space: nowrap;
	line-height: 1.1;
	float: none !important;
}

.product-thumb .buttons-wrapper .wish-group .btn-brp-config:hover,
.product-thumb .buttons-wrapper .wish-group .btn-brp-config:focus {
	background: #a50d25;
	color: #fff !important;
}

.product-thumb .buttons-wrapper .wish-group .btn-brp-config .btn-text {
	display: inline !important;
}
