/* ===========================================================
   Front-end styling: COA button, trust badges, RUO checkbox,
   and the cart order-bump. Elementor-safe (scoped classes).
   =========================================================== */

/* --- COA button + trust badges (single product) --- */
.tp-coa-wrap {
	margin: 18px 0 6px;
}

.tp-coa-btn {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	padding: 11px 18px;
	background: #0f1a24;
	color: #fff !important;
	font-weight: 600;
	font-size: 14px;
	border-radius: 8px;
	text-decoration: none;
	transition: opacity 0.15s ease;
}

.tp-coa-btn:hover {
	opacity: 0.9;
	color: #fff !important;
}

.tp-trust-badges {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin-top: 14px;
}

.tp-badge {
	display: inline-flex;
	align-items: center;
	font-size: 12.5px;
	font-weight: 600;
	color: #1a7f5a;
	background: rgba(26, 127, 90, 0.08);
	border: 1px solid rgba(26, 127, 90, 0.25);
	padding: 6px 12px;
	border-radius: 999px;
}

/* --- RUO acknowledgment checkbox (checkout) --- */
.tp-ruo-ack {
	margin: 8px 0 18px;
	padding: 14px 16px;
	background: #f6f8f9;
	border: 1px solid #e1e7eb;
	border-radius: 8px;
}

.tp-ruo-ack label {
	font-size: 13.5px;
	line-height: 1.45;
	color: #2b3843;
}

/* --- Cart order-bump --- */
.tp-orderbump {
	margin: 26px 0;
	padding: 20px;
	border: 1px dashed #cfd7dd;
	border-radius: 12px;
	background: #fbfcfd;
}

.tp-orderbump h3 {
	margin: 0 0 16px;
	font-size: 18px;
	color: #0f1a24;
}

.tp-orderbump-grid {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
	gap: 14px;
}

.tp-orderbump-card {
	display: flex;
	align-items: center;
	gap: 12px;
	padding: 10px;
	background: #fff;
	border: 1px solid #e6ebee;
	border-radius: 10px;
}

.tp-orderbump-card img {
	width: 56px;
	height: 56px;
	object-fit: cover;
	border-radius: 8px;
	flex: 0 0 auto;
}

.tp-orderbump-body {
	display: flex;
	flex-direction: column;
	gap: 3px;
	min-width: 0;
}

.tp-orderbump-title {
	font-size: 13.5px;
	font-weight: 600;
	color: #14202b;
	line-height: 1.25;
}

.tp-orderbump-price {
	font-size: 13px;
	color: #5a6b78;
}

.tp-orderbump-add {
	align-self: flex-start;
	margin-top: 4px !important;
	padding: 5px 14px !important;
	font-size: 13px !important;
}
