.static-texts-panel {
	position: fixed;
	bottom: 0;
	right: 0;
	padding: 20px 40px;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	background-color: #fff;
	z-index: 99;
	box-shadow: -60px -40px 100px 10px rgb(0 0 0 / 7%);
	border-radius: 40px 0 0 0;
}

@media (max-width: 900px) {
	.static-texts-panel {
		display: none;
	}
}

.static-texts-panel-control {
	display: inline-block;
	text-align: center;
	cursor: pointer;
	outline: none; 
	border: none; 
	background-color: transparent;
	border-radius: 999px;
	font-size: 12px; 
	padding: 1em 1.5em;
}

.static-texts-panel-control_edit {
	color: #000;
	background-color: #D2FF64;
	border: 2px solid #D2FF64;
}

.static-texts-panel-control_exit {
	color: #000;
	background-color: #D2FF64;
	border: 2px solid #D2FF64;
}