/*Developer Info*/
/* Author: Licenship Dev*/
/* URL: Licenship.Com*/

.py-pre-code::-webkit-scrollbar {
	height: 5px;
}

.py-pre-code::-webkit-scrollbar-track {
	background-color: #444;
	border-radius: 10px;
}

.py-pre-code::-webkit-scrollbar-thumb {
	background-color: #b9d1ff9c;
	border-radius: 10px;
}

.py-pre-code::-webkit-scrollbar-thumb:hover {
	background-color: #1062fe;
}

.py-pre-code {
	background-color: #282c34;
	border: 2px solid #444;
	border-left: 5px solid #1062fe;
	color: #fff;
	font-size: 16px;
	line-height: 2;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.2em 1.2em;
	display: block;
	word-wrap: break-word;
}

.mno-card {
	width: 100%;
	margin: 20px auto;
	background-color: #fff;
	border-radius: 10px;
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
	font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
	overflow: hidden;
	/* Prevent content from overflowing rounded corners */
	box-sizing: border-box;
}

.mno-item {
	padding: 10px;
	border-bottom: 1px solid #f0f0f0;
	display: flex;
	justify-content: space-between;
	align-items: center;
	box-sizing: border-box;
}

.mno-item:last-child {
	border-bottom: none;
}

.mno-label {
	font-weight: 600;
	color: #333;
}

.mno-value {
	color: #fff;
}

.mno-header-section {
	background-color: #1062fe;
	padding: 10px;
	text-align: center;
	border-bottom: 2px solid #8bb3ff;
	font-size: xx-large;
}

.mno-header-section h3 {
	margin: 0;
}