/* === Buton „Descarcă Oferta PDF" — încărcat doar pe is_product() === */

.feco-oferta-wrap {
	text-align: center;
	margin: 16px 0;
}

.feco-oferta-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	background: #8CC63F;
	color: #ffffff !important;
	font-weight: 700;
	font-size: 16px;
	line-height: 1.2;
	text-decoration: none !important;
	padding: 14px 28px;
	border-radius: 10px;
	box-shadow: 0 2px 6px rgba(14, 107, 168, 0.15);
	transition: background-color 0.15s ease, transform 0.05s ease;
}

.feco-oferta-btn:hover,
.feco-oferta-btn:focus {
	background: #0E6BA8;
	color: #ffffff !important;
}

.feco-oferta-btn:active {
	transform: translateY(1px);
}

.feco-oferta-btn__icon {
	flex: 0 0 auto;
}

.feco-oferta-btn__label {
	display: inline-block;
}

.feco-oferta-sub {
	display: block;
	margin-top: 6px;
	color: #777777;
	font-size: 12px;
	line-height: 1.4;
}
