.codirun-header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 20px;
	padding: 15px;
	background-color: #fff;
	border-radius: 4px;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
	margin-top: 40px;
}

.codirun-header-left {
	display: flex;
	align-items: center;
}

.codirun-logo {
	height: 40px;
	margin-right: 15px;
}

.codirun-header-title {
	font-size: 18px;
	font-weight: 600;
	color: #23282d;
	margin: 0;
}

.codirun-header-version {
	font-size: 13px;
	color: #777;
	padding: 4px 8px;
	border-radius: 3px;
	text-align: right;
}

@media (max-width: 768px) {
	h1.codirun-header-title {
		font-size: 18px;
	}

	.codirun-header-version {
		display: none;
	}
}
