.trc-quality-card[data-tomaso-hidden="true"] {
	display: none !important;
}

.trc-economy-note {
	margin: 0.75rem 0 0;
	padding: 0.75rem 0.9rem;
	border: 1px solid #bfdbfe;
	border-radius: 0.75rem;
	background: #eff6ff;
	color: #1e3a5f;
	font-size: 0.92rem;
	line-height: 1.45;
}

.trc-breakdown-details[open] > summary {
	margin-bottom: 0.75rem;
}

.tomaso-mobile-actions {
	display: none;
}

.tomaso-tracking-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-top: 18px;
}

.tomaso-tracking-actions__link {
	display: inline-flex;
	min-height: 48px;
	align-items: center;
	justify-content: center;
	padding: 11px 16px;
	border: 1px solid #1463ff;
	border-radius: 10px;
	color: #0d1b2a !important;
	font-weight: 800;
	text-align: center;
	text-decoration: none !important;
}

.tomaso-tracking-actions__link--primary {
	background: #1463ff;
	color: #fff !important;
}

.tomaso-tracking-actions__link:focus-visible {
	outline: 3px solid #8fc2ff;
	outline-offset: 2px;
}

@media (max-width: 782px) {
	body {
		padding-bottom: calc(72px + env(safe-area-inset-bottom));
	}

	body.home .tomaso-mobile-bar {
		display: none !important;
	}

	#kalkulator-opravy input[type="search"],
	#kalkulator-opravy select {
		min-height: 48px !important;
		font-size: 16px !important;
	}

	.tm-section:has(#kalkulator-opravy) > .tm-wrap {
		width: 100% !important;
		margin-right: 0 !important;
		margin-left: 0 !important;
	}

	#kalkulator-opravy .trc-selector {
		padding-right: 14px !important;
		padding-left: 14px !important;
	}

	.tomaso-tracking-actions,
	.tomaso-tracking-actions__link {
		width: 100%;
	}

	.tomaso-mobile-actions {
		position: fixed;
		z-index: 99998;
		right: 0;
		bottom: 0;
		left: 0;
		display: grid;
		grid-template-columns: repeat(3, minmax(0, 1fr));
		gap: 6px;
		padding: 8px 10px calc(8px + env(safe-area-inset-bottom));
		border-top: 1px solid #dce3ec;
		background: rgba(255, 255, 255, 0.97);
		box-shadow: 0 -8px 24px rgba(10, 30, 51, 0.12);
		backdrop-filter: blur(12px);
	}

	.tomaso-mobile-actions__link {
		display: flex;
		min-width: 0;
		min-height: 52px;
		align-items: center;
		justify-content: center;
		gap: 6px;
		padding: 8px 5px;
		border: 1px solid #cbd5e1;
		border-radius: 11px;
		background: #fff;
		color: #0d1b2a !important;
		font-size: 13px;
		font-weight: 800;
		line-height: 1.15;
		text-align: center;
		text-decoration: none !important;
	}

	.tomaso-mobile-actions__link svg {
		width: 18px;
		height: 18px;
		flex: 0 0 18px;
		fill: currentColor;
	}

	.tomaso-mobile-actions__link--primary {
		border-color: #1463ff;
		background: #1463ff;
		color: #fff !important;
	}

	.tomaso-mobile-actions__link:focus-visible {
		outline: 3px solid #8fc2ff;
		outline-offset: 2px;
	}

	#moove_gdpr_save_popup_settings_button {
		bottom: calc(80px + env(safe-area-inset-bottom)) !important;
	}
}
