.mod-name {
	display: none;
}

.free-to-play {
	color: rgba(255, 255, 255, 0.7);
	font-size: 12px;
	font-weight: 400;
	line-height: 1.667;
}

.btn-main-b {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	flex-wrap: nowrap;
	flex-shrink: 0;
	gap: 10px;
	position: relative;
	min-width: 0;
	padding: 8px 16px 8px 16px;
	background: linear-gradient(90deg, rgba(255, 151, 0, 1) 0%, rgba(255, 92, 0, 1) 100%);
	border-radius: 8px;
	cursor: pointer;
}

.download-manager-a9 {
	color: rgba(255, 255, 255, 1);
	font-size: 12px;
	font-weight: 700;
	line-height: 1.667;
}