.ru-logotrykk-options {
	margin: 8px 0 18px;
	padding: 0;
	font-size: inherit;
	font-weight: 400;
}

/* Flatsome legger normalt en stiplet skillelinje øverst i variantområdet.
 * Fjern den bare på produkter som faktisk viser logotrykkvalgene. */
.variations_form .single_variation_wrap:has(.ru-logotrykk-options) {
	border-top: 0 !important;
}

.ru-logotrykk-title {
	margin: 0 0 8px;
	font-size: inherit;
	font-weight: 400;
	line-height: 1.5;
}

.ru-logotrykk-option {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	gap: 7px;
	margin: 0;
	padding: 7px 4px;
	font-size: inherit;
	font-weight: 400;
	line-height: 1.4;
	cursor: pointer;
}

.ru-logotrykk-choice {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	font-size: inherit;
	font-weight: 400;
	line-height: inherit;
}

.ru-logotrykk-label-text {
	display: inline;
}

.ru-logotrykk-small-text {
	margin-left: 3px;
	font-size: 11px;
	font-weight: 400;
	line-height: inherit;
	opacity: 0.78;
}

.ru-logotrykk-choice input {
	flex: 0 0 auto;
	margin: 0;
}

.ru-logotrykk-price {
	font-size: inherit;
	font-weight: 400;
	line-height: inherit;
	white-space: nowrap;
}

.ru-logotrykk-other-note[hidden],
.ru-logotrykk-guest-note[hidden] {
	display: none !important;
}

.ru-logotrykk-other-note {
	margin: 0;
	padding: 10px 12px;
	border-left: 3px solid var(--primary-color, #f36f21);
	background: rgba(0, 0, 0, 0.035);
	font-size: 0.95em;
	font-weight: 400;
	line-height: 1.45;
}

.ru-logotrykk-guest-note {
	margin: 10px 0 0;
	padding: 10px 12px;
	border-left: 3px solid var(--primary-color, #f36f21);
	background: rgba(0, 0, 0, 0.035);
	font-size: 0.95em;
	font-weight: 400;
	line-height: 1.45;
}

.ru-logotrykk-cart-summary {
	margin-top: 7px;
	padding-top: 7px;
	border-top: 1px solid rgba(0, 0, 0, 0.08);
	font-size: 0.88em;
	font-weight: 400;
	line-height: 1.35;
}

.ru-logotrykk-cart-heading {
	margin-bottom: 3px;
	font-weight: 600;
	color: #444;
}

.ru-logotrykk-cart-row {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	align-items: baseline;
	gap: 4px 10px;
	padding: 2px 0;
	color: #555;
}

.ru-logotrykk-cart-name {
	min-width: 0;
}

.ru-logotrykk-cart-actions {
	display: inline-flex;
	align-items: baseline;
	gap: 7px;
	white-space: nowrap;
}

.ru-logotrykk-cart-price {
	color: #555;
}

.ru-logotrykk-remove {
	font-size: 0.92em;
	font-weight: 400;
	text-decoration: underline;
	text-underline-offset: 2px;
}

@media (max-width: 849px) {
	.ru-logotrykk-cart-row {
		grid-template-columns: 1fr;
		gap: 1px;
	}

	.ru-logotrykk-cart-actions {
		white-space: normal;
	}
}

@media (max-width: 549px) {
	.ru-logotrykk-option {
		align-items: flex-start;
		flex-wrap: wrap;
		gap: 3px 7px;
	}

	.ru-logotrykk-price {
		margin-left: 26px;
	}
}

.ru-logotrykk-guest-link-break {
	display: block;
}

.ru-logotrykk-guest-link {
	display: inline-block !important;
	position: relative;
	z-index: 2;
	margin-top: 4px;
	font-weight: 600;
	color: var(--primary-color, #f36f21) !important;
	cursor: pointer;
	pointer-events: auto !important;
	text-decoration: underline !important;
	text-underline-offset: 2px;
}
