/* TCH Product Addons — Frontend */

.tchpa-addon {
	margin: 24px 0;
	padding: 20px;
	border: 1px solid rgba(255, 255, 255, 0.08);
	border-radius: 10px;
	background: rgba(255, 255, 255, 0.03);
}

.tchpa-addon__title {
	font-size: 1rem;
	font-weight: 700;
	margin: 0 0 8px;
	color: inherit;
	text-decoration: underline;
	text-underline-offset: 3px;
}

.tchpa-addon__desc {
	font-size: 0.9rem;
	color: rgba(255, 255, 255, 0.65);
	margin: 0 0 14px;
	line-height: 1.55;
}

.tchpa-addon__img-wrap {
	margin-bottom: 14px;
}

.tchpa-addon__img {
	max-width: 150px;
	width: 100%;
	height: auto;
	border-radius: 8px;
	display: block;
}

.tchpa-addon__checkbox-label {
	display: flex;
	align-items: center;
	gap: 10px;
	cursor: pointer;
	font-size: 0.92rem;
	color: rgba(255, 255, 255, 0.8);
	user-select: none;
}

.tchpa-addon__checkbox {
	width: 18px;
	height: 18px;
	min-width: 18px;
	accent-color: #f0a500;
	cursor: pointer;
	margin: 0;
}

.tchpa-addon__checkbox-label:hover span {
	color: #fff;
}

.tchpa-addon__price-badge {
	margin-left: 8px;
	font-size: 0.85rem;
	font-weight: 700;
	color: #f0a500;
	white-space: nowrap;
}

/* ── Campo de texto personalizado ── */
.tchpa-addon__text-wrap {
	margin-top: 14px;
	display: flex;
	flex-direction: column;
	gap: 6px;
}

.tchpa-addon__text-label {
	font-size: 0.9rem;
	color: rgba(255, 255, 255, 0.75);
	font-weight: 500;
}

.tchpa-addon__text-input {
	width: 100%;
	background: rgba(255, 255, 255, 0.06) !important;
	border: 1px solid rgba(255, 255, 255, 0.2) !important;
	border-radius: 6px !important;
	padding: 10px 14px !important;
	color: #fff !important;
	font-size: 0.92rem;
	outline: none;
	transition: border-color 0.2s;
	box-sizing: border-box;
}

.tchpa-addon__text-input:focus {
	border-color: #f0a500 !important;
}
