.dt-cast-tv {
	position: fixed !important;
	top: auto !important;
	bottom: 8px !important;
	right: 120px !important;
	z-index: 999999 !important;
	display: flex;
	align-items: center;
	gap: 8px;
	font-family: Arial, sans-serif;
}

.dt-cast-tv button {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 42px !important;
	height: 42px !important;
	min-width: 42px !important;
	min-height: 42px !important;
	padding: 0 !important;
	border: 0 !important;
	border-radius: 0 !important;
	background: transparent !important;
	color: #fff;
	cursor: pointer;
	box-shadow: none !important;
}

.dt-cast-tv button:hover,
.dt-cast-tv button:focus {
	background: transparent !important;
	outline: none;
}

.dt-cast-tv svg {
	width: 20px;
	height: 20px;
	fill: currentColor;
}

.dt-cast-tv button span {
	display: none;
}

.dt-cast-tv .dt-cast-message {
	display: none;
	max-width: 260px;
	padding: 9px 12px;
	border-radius: 4px;
	background: rgba(0,0,0,.82);
	color: #fff;
	font-size: 12px;
	line-height: 1.35;
	box-shadow: 0 2px 8px rgba(0,0,0,.35);
}

.dt-cast-tv .dt-cast-message.on {
	display: block;
}

@media (max-width: 520px) {
	.dt-cast-tv {
		bottom: 6px !important;
		right: 90px !important;
	}

	.dt-cast-tv button {
		width: 38px !important;
		height: 38px !important;
		min-width: 38px !important;
		min-height: 38px !important;
	}
}
