.wpt-lms-topbar {
	background-image: linear-gradient(to right, rgba(58, 13, 94, 1), rgba(123, 44, 191, 1));

}

#wpcontent {
	padding: 0px;
}

.wpt-lms-topbar .wpt-lms-content {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 1.5rem;
}
.wpt-lms-topbar .wpt-lms-process{
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 1.5rem;
}
.wpt-lms-process h2{
	color: white !important;
}

/* General reset and styling */
* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

body {
	font-family: Arial, sans-serif;
	background-color: #f4f4f4;
}

/* Container styling */
.container {
	width: 100%;
	margin: 20px auto;
}

/* Grid setup */
.wpt-lms-grid {
	display: flex;
	gap: 30px;
	flex-wrap: wrap;
}

/* Column setup */
.col-8 {
	flex: 1 1 66%;
	min-width: 280px;
}

.col-4 {
	flex: 1 1 30%;
	min-width: 280px;
}

/* Post Title */
.wpt-lms-post-title {
	margin-bottom: 20px;
}

.wpt-lms-post-title label {
	font-weight: bold;
	display: block;
	margin-bottom: 8px;
}

.wpt-lms-post-title input {
	width: 100%;
	padding: 8px;
	border: 1px solid #ccc;
	border-radius: 4px;
	font-size: 16px;
}

/* Post Editor */
.wpt-lms-post-editor {
	margin-top: 20px;
}

.wpt-lms-post-editor label {
	font-weight: bold;
	display: block;
	margin-bottom: 8px;
}

.wp-editor-wrap {
	margin-top: 10px;
}

/* Publish Section */
.wpt-lms-publish {
	background-color: #fff;
	padding: 20px;
	border-radius: 8px;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
	margin-bottom: 20px;
}

.wpt-lms-publish label {
	font-weight: bold;
	display: block;
	margin-bottom: 8px;
}

.wpt-lms-publish input[type="radio"] {
	margin-right: 10px;
}

.wpt-lms-publish div {
	margin-bottom: 15px;
}

/* Featured Image Section */
.wpt-lms-feature-image {
	margin-bottom: 20px;
}

.wpt-lms-feature-image label {
	font-weight: bold;
	display: block;
	margin-bottom: 8px;
}

.wpt-lms-feature-image span {
	color: #0073aa;
	cursor: pointer;
	text-decoration: underline;
}

/* Intro Video Section */
.wp-lms-intro-video {
	margin-top: 20px;
}

.wp-lms-intro-video label {
	font-weight: bold;
	display: block;
	margin-bottom: 8px;
}

.wp-lms-intro-video button {
	background-color: #0073aa;
	color: white;
	border: none;
	padding: 10px 20px;
	font-size: 16px;
	border-radius: 4px;
	cursor: pointer;
	margin-right: 10px;
}

.wp-lms-intro-video button:hover {
	background-color: #005f8e;
}

.wp-lms-intro-video button:last-child {
	background-color: #eee;
	color: #333;
}

.wp-lms-intro-video button:last-child:hover {
	background-color: #ccc;
}

/* Responsiveness */
@media (max-width: 768px) {
	.wpt-lms-grid {
		flex-direction: column;
	}
	.col-8, .col-4 {
		width: 100%;
	}
}


.wpt-lms .edit-post-post-visibility,
.editor-post-visibility {
	display: none !important;
}
