@charset "utf-8";

/* MMOZONE 스타일 GitHub 탭 메뉴 */
.github-tab-menu {
	display: flex !important;
	justify-content: center !important;
	align-items: center !important;
	gap: 10px !important;
	margin: 16px 0 32px 0 !important;
	flex-wrap: wrap !important;
}

.github-tab-menu .tab-item {
	display: inline-flex !important;
	align-items: center !important;
	justify-content: center !important;
	padding: 10px 20px !important;
	font-size: 17px !important;
	font-weight: 700 !important;
	line-height: 1.1 !important;
	color: #24292f !important;
	background: #f6f8fa !important;
	border: 1px solid #d0d7de !important;
	border-radius: 2px !important;
	text-decoration: none !important;
	transition: color .15s ease, background .15s ease, border-color .15s ease, box-shadow .15s ease !important;
}

.github-tab-menu .tab-item:hover {
	background: #ffffff !important;
	border-color: #0969da !important;
	color: #0969da !important;
	box-shadow: 0 2px 8px rgba(9, 105, 218, 0.18) !important;
}

.github-tab-menu .tab-item.active {
	background: #ffffff !important;
	border-color: #0969da !important;
	color: #0969da !important;
	font-weight: 800 !important;
	box-shadow: inset 0 -2px 0 #0969da !important;
}

@media (max-width: 768px) {
	.github-tab-menu {
		gap: 8px !important;
		margin: 12px 0 26px !important;
	}

	.github-tab-menu .tab-item {
		font-size: 15px !important;
		padding: 8px 14px !important;
	}
}
