
.download-license a{
	background: #1cafa5;
	color: white;
	padding: 5px 13px;
	border-radius: 7px;
}

.pele-content {
	max-width: 100%;
	background-color: #fff;
	padding: 50px 20px 80px;
	border-radius: 10px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.pele-warning {
	color: red;
	font-size: 14px;
	text-align: center;
	margin-bottom: 20px;
}

.pele-description {
	font-size: 18px;
	margin-bottom: 30px;
	text-align: right;
	margin-top: 15px;
}

.pele-downloads {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	margin-bottom: 20px;
}

.pele-download-item {
	width: 100px;
	text-align: center;
	margin-bottom: 20px;
}

.pele-download-item img {
	width: 50px;
	height: 50px;
	margin-bottom: 10px;
	object-fit: cover;
}

.download-player-title{
	margin-bottom: 20px;
}

.pele-license-key {
	display: flex;
	justify-content: space-between;
	align-items: center;
	background-color: #f7f7f7;
	padding: 30px;
	border-radius: 15px;
	overflow-x: auto;
	margin-top: 20px;
	border: 1px solid #eee;
}

.pele-license-key p {
	margin: 0;
	font-family: monospace;
	font-size: 14px;
	max-width: 670px;
	word-wrap: break-word;
	text-align: end;
}

.pele-copy-button {
	background-color: #6200ea;
	color: white;
	border: none;
	padding: 10px 20px;
	border-radius: 5px;
	cursor: pointer;
}

.pele-copy-button:hover {
	background-color: #3700b3;
}

.pele-content {
	display: flex;
	flex-direction: column;
	width: 100%;
}

.pele-downloads {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}


@media (max-width: 855px) {
	.pele-license-key{
		flex-direction: column;
		gap: 30px;
	}
}

.email-sending-text{
	margin-bottom: 18px;
	background-color: #f7f7f7;
	padding: 17px;
	border-radius: 15px;
	overflow-x: auto;
	margin-top: 20px;
	border: 1px solid #eee;
}
.email-sending-text p:first-child {
	font-size: 18px
}
.email-sending-text .email-send-first {
	font-size: 18px
}

.email-sending-text .email-telegram {
	background: #4BABA0;
	width: max-content;
	padding: 10px 20px;
	border-radius: 10px;
	color: white;
	margin-top: 10px;
}