.max-button-scope .max-button-settings input[type="text"] {
	width: 100%;
	max-width: 600px;
	box-sizing: border-box;
}

.max-button-scope .max-button-settings .description a {
	color: #2e72d2;
	text-decoration: underline;
	font-weight: 500;
}

@media (max-width: 768px) {}

.max-button-bubble.open {
	opacity: 1;
	pointer-events: auto;
	transform: translateY(0);
}