/**
 * Frontend styles
 * Scoped to body.gmh-layout for builder compatibility
 */

/* Full-width layout overrides - scoped to GMH pages only */
body.gmh-layout {
	margin: 0 !important;
	padding: 0 !important;
	width: 100% !important;
	max-width: 100% !important;
}

/* Force full-width on all common container classes */
body.gmh-layout .container,
body.gmh-layout .wrap,
body.gmh-layout .site-content,
body.gmh-layout .content-area,
body.gmh-layout .site-main,
body.gmh-layout .entry-content,
body.gmh-layout .main-content,
body.gmh-layout #main,
body.gmh-layout #content,
body.gmh-layout #primary,
body.gmh-layout .content-wrapper,
body.gmh-layout .page-wrapper {
	max-width: 100% !important;
	width: 100% !important;
	padding-left: 0 !important;
	padding-right: 0 !important;
	margin-left: 0 !important;
	margin-right: 0 !important;
	box-sizing: border-box !important;
}

/* Elementor-specific overrides */
body.gmh-layout .elementor-section-wrap,
body.gmh-layout .elementor-container,
body.gmh-layout .elementor-widget-wrap {
	max-width: 100% !important;
	width: 100% !important;
	padding-left: 0 !important;
	padding-right: 0 !important;
}

body.gmh-layout .elementor-section {
	padding-left: 0 !important;
	padding-right: 0 !important;
}

/* Divi-specific overrides */
body.gmh-layout .et_builder_inner_content,
body.gmh-layout .et_pb_row,
body.gmh-layout .et_pb_section,
body.gmh-layout .et-l--body {
	max-width: 100% !important;
	width: 100% !important;
	padding-left: 0 !important;
	padding-right: 0 !important;
	margin-left: 0 !important;
	margin-right: 0 !important;
}

/* GMH App Container - readability wrapper */
body.gmh-layout #gmh-app {
	width: 100% !important;
	max-width: 100% !important;
	margin: 0 !important;
	padding: 0 !important;
	box-sizing: border-box !important;
}

body.gmh-layout .gmh-inner {
	max-width: 1200px;
	margin: 0 auto;
	padding: 2em 1em;
	box-sizing: border-box;
}

/* Override any theme wrapper that might constrain width */
body.gmh-layout #gmh-app > * {
	max-width: 100% !important;
	width: 100% !important;
}

/* Lesson/Page Content */
body.gmh-layout .gmh-lesson-content,
body.gmh-layout .gmh-page-content {
	max-width: 100% !important;
	width: 100% !important;
	margin: 0 !important;
	padding: 0 !important;
	box-sizing: border-box !important;
}

/* Override any article or post wrapper */
body.gmh-layout article,
body.gmh-layout .post,
body.gmh-layout .page,
body.gmh-layout .type-gmh_lesson {
	max-width: 100% !important;
	width: 100% !important;
	margin: 0 !important;
	padding: 0 !important;
}

body.gmh-layout .gmh-lesson-header,
body.gmh-layout .gmh-page-header {
	margin-bottom: 2em;
}

body.gmh-layout .gmh-lesson-title,
body.gmh-layout .gmh-page-title {
	margin: 0 0 0.5em 0;
	font-size: 2em;
	line-height: 1.2;
}

body.gmh-layout .gmh-lesson-excerpt {
	font-size: 1.1em;
	color: #646970;
	margin-top: 0.5em;
}

body.gmh-layout .gmh-lesson-body,
body.gmh-layout .gmh-page-body {
	line-height: 1.8;
}

body.gmh-layout .gmh-lesson-body p,
body.gmh-layout .gmh-page-body p {
	margin-bottom: 1.5em;
}

body.gmh-layout .gmh-lesson-body h2,
body.gmh-layout .gmh-page-body h2 {
	margin-top: 2em;
	margin-bottom: 1em;
	font-size: 1.5em;
}

body.gmh-layout .gmh-lesson-body h3,
body.gmh-layout .gmh-page-body h3 {
	margin-top: 1.5em;
	margin-bottom: 0.75em;
	font-size: 1.25em;
}

/* Join Button - scoped to GMH layout */
body.gmh-layout .gmh-join-button-wrapper {
	margin: 2em 0;
}

body.gmh-layout .gmh-join-button {
	display: inline-block;
	padding: 1em 2em;
	background-color: #0073aa;
	color: #fff;
	text-decoration: none;
	border-radius: 4px;
	font-weight: 600;
	transition: background-color 0.2s;
}

body.gmh-layout .gmh-join-button:hover {
	background-color: #005a87;
	color: #fff;
}

/* Container - scoped to GMH layout */
body.gmh-layout .gmh-join-button-wrapper,
body.gmh-layout .gmh-dashboard,
body.gmh-layout .gmh-library {
	max-width: 1200px;
	margin: 2em auto;
	padding: 0 1em;
}

/* Dashboard - scoped to GMH layout */
body.gmh-layout .gmh-dashboard {
	max-width: 800px;
}

body.gmh-layout .gmh-dashboard-status h2 {
	margin-bottom: 1em;
}

body.gmh-layout .gmh-dashboard-actions {
	margin-top: 1.5em;
}

body.gmh-layout .gmh-dashboard-actions p {
	margin: 0.75em 0;
}

body.gmh-layout .gmh-continue-link {
	margin-bottom: 1em;
}

body.gmh-layout .gmh-button-primary {
	background-color: #2271b1;
}

body.gmh-layout .gmh-button-primary:hover {
	background-color: #135e96;
}

body.gmh-layout .gmh-status-badge {
	display: inline-block;
	padding: 0.5em 1em;
	border-radius: 4px;
	font-weight: 600;
	margin-bottom: 1em;
}

body.gmh-layout .gmh-status-active {
	background-color: #00a32a;
	color: #fff;
}

body.gmh-layout .gmh-status-cancelled {
	background-color: #f0b849;
	color: #000;
}

body.gmh-layout .gmh-status-revoked,
body.gmh-layout .gmh-status-expired,
body.gmh-layout .gmh-status-past_due {
	background-color: #d63638;
	color: #fff;
}

body.gmh-layout .gmh-expiration {
	margin: 1em 0;
}

body.gmh-layout .gmh-library-link,
body.gmh-layout .gmh-no-access {
	margin: 1.5em 0;
}

body.gmh-layout .gmh-button {
	display: inline-block;
	padding: 0.75em 1.5em;
	background-color: #0073aa;
	color: #fff;
	text-decoration: none;
	border-radius: 4px;
	font-weight: 600;
	transition: background-color 0.2s;
}

body.gmh-layout .gmh-button:hover {
	background-color: #005a87;
	color: #fff;
}

body.gmh-layout .gmh-button-small {
	padding: 0.5em 1em;
	font-size: 0.9em;
}

/* Library - scoped to GMH layout */
body.gmh-layout .gmh-continue-reading {
	margin-bottom: 3em;
	padding-bottom: 2em;
	border-bottom: 2px solid #ddd;
}

body.gmh-layout .gmh-continue-reading h2 {
	margin-bottom: 1.5em;
}

body.gmh-layout .gmh-library-main {
	margin-top: 2em;
}

body.gmh-layout .gmh-library-filters {
	margin-bottom: 2em;
	padding: 1.5em;
	background: #f9f9f9;
	border-radius: 8px;
}

body.gmh-layout .gmh-library-search-form {
	display: flex;
	gap: 0.5em;
	margin-bottom: 1em;
	flex-wrap: wrap;
}

body.gmh-layout .gmh-search-input {
	flex: 1;
	min-width: 200px;
	padding: 0.5em;
	border: 1px solid #ddd;
	border-radius: 4px;
	font-size: 1em;
}

body.gmh-layout .gmh-library-category-filter {
	margin-top: 1em;
}

body.gmh-layout .gmh-library-category-filter label {
	display: block;
	margin-bottom: 0.5em;
	font-weight: 600;
}

body.gmh-layout .gmh-library-category-filter select {
	padding: 0.5em;
	border: 1px solid #ddd;
	border-radius: 4px;
	font-size: 1em;
	min-width: 200px;
}

body.gmh-layout .gmh-library-grid h2 {
	margin-bottom: 1.5em;
}

body.gmh-layout .gmh-library-items {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
	gap: 2em;
}

body.gmh-layout .gmh-library-item {
	border: 1px solid #ddd;
	border-radius: 8px;
	overflow: hidden;
	transition: box-shadow 0.2s;
}

body.gmh-layout .gmh-library-item:hover {
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

body.gmh-layout .gmh-library-item-thumbnail {
	width: 100%;
	overflow: hidden;
	background-color: #f0f0f0;
}

body.gmh-layout .gmh-library-item-thumbnail img {
	width: 100%;
	height: auto;
	display: block;
	transition: transform 0.3s;
}

body.gmh-layout .gmh-library-item:hover .gmh-library-item-thumbnail img {
	transform: scale(1.05);
}

body.gmh-layout .gmh-library-item-content {
	padding: 1.5em;
}

body.gmh-layout .gmh-library-item-title {
	margin: 0 0 0.75em 0;
	font-size: 1.25em;
}

body.gmh-layout .gmh-library-item-title a {
	color: #1d2327;
	text-decoration: none;
}

body.gmh-layout .gmh-library-item-title a:hover {
	color: #0073aa;
}

body.gmh-layout .gmh-library-item-excerpt {
	color: #646970;
	margin-bottom: 1em;
	line-height: 1.6;
}

body.gmh-layout .gmh-library-item-link {
	margin-top: 1em;
}

body.gmh-layout .gmh-library-empty {
	text-align: center;
	padding: 3em 1em;
	background: #f9f9f9;
	border-radius: 8px;
}

body.gmh-layout .gmh-library-pagination {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 1em;
	margin-top: 2em;
	padding: 1em;
}

body.gmh-layout .gmh-page-info {
	font-weight: 600;
	color: #646970;
}

/* Embed Block - Fully Responsive */
.gmh-embed {
	margin: 1em auto;
	width: 100%;
	max-width: 100%;
	position: relative;
	text-align: center;
	box-sizing: border-box;
}

.gmh-embed iframe {
	width: 100% !important;
	border: 0 !important;
	display: block;
	margin: 0 auto;
	box-sizing: border-box;
}

/* Auto height mode - fills available viewport */
.gmh-embed[data-height-mode="auto"] {
	height: calc(100vh - 120px);
	min-height: 400px;
}

.gmh-embed[data-height-mode="auto"] iframe {
	height: 100% !important;
	min-height: 400px;
}

/* Fixed height mode */
.gmh-embed[data-height-mode="fixed"] iframe {
	height: var(--gmh-embed-height, 600px);
}

/* Link below embed */
.gmh-embed-link {
	margin-top: 0.75em;
	text-align: center;
}

.gmh-embed-link a {
	color: #0073aa;
	text-decoration: none;
	font-size: 0.9em;
	display: inline-block;
}

.gmh-embed-link a:hover {
	text-decoration: underline;
}

/* Error message */
.gmh-embed-error {
	padding: 1em;
	background: #fff3cd;
	border: 1px solid #ffc107;
	border-radius: 4px;
	color: #856404;
}

/* Scoped to GMH layout (lessons/pages) */
body.gmh-layout .gmh-embed {
	margin: 1em 0;
}

/* ========== RESPONSIVE BREAKPOINTS ========== */

/* Large desktop (1200px+) */
@media (min-width: 1200px) {
	.gmh-embed[data-height-mode="auto"] {
		height: calc(100vh - 100px);
		min-height: 600px;
	}
	.gmh-embed[data-height-mode="auto"] iframe {
		min-height: 600px;
	}
}

/* Desktop (992px - 1199px) */
@media (min-width: 992px) and (max-width: 1199px) {
	.gmh-embed[data-height-mode="auto"] {
		height: calc(100vh - 100px);
		min-height: 550px;
	}
	.gmh-embed[data-height-mode="auto"] iframe {
		min-height: 550px;
	}
}

/* Tablet landscape (768px - 991px) */
@media (min-width: 768px) and (max-width: 991px) {
	.gmh-embed[data-height-mode="auto"] {
		height: calc(100vh - 80px);
		min-height: 500px;
	}
	.gmh-embed[data-height-mode="auto"] iframe {
		min-height: 500px;
	}
}

/* Tablet portrait (576px - 767px) */
@media (min-width: 576px) and (max-width: 767px) {
	.gmh-embed[data-height-mode="auto"] {
		height: calc(100vh - 60px);
		min-height: 450px;
	}
	.gmh-embed[data-height-mode="auto"] iframe {
		min-height: 450px;
	}
	.gmh-embed[data-height-mode="fixed"] iframe {
		max-height: 500px;
	}
}

/* Mobile (up to 575px) */
@media (max-width: 575px) {
	.gmh-embed[data-height-mode="auto"] {
		height: calc(100vh - 50px);
		min-height: 350px;
	}
	.gmh-embed[data-height-mode="auto"] iframe {
		min-height: 350px;
	}
	.gmh-embed[data-height-mode="fixed"] iframe {
		max-height: 400px;
	}
	.gmh-embed-link {
		margin-top: 0.5em;
	}
	.gmh-embed-link a {
		font-size: 0.85em;
	}
}

/* Responsive - scoped to GMH layout */
@media (max-width: 768px) {
	body.gmh-layout .gmh-library-items {
		grid-template-columns: 1fr;
	}
	
	body.gmh-layout .gmh-library-search-form {
		flex-direction: column;
	}
	
	body.gmh-layout .gmh-search-input {
		width: 100%;
	}
	
	body.gmh-layout .gmh-library-pagination {
		flex-direction: column;
	}
	
	body.gmh-layout .gmh-inner {
		padding: 1em 0.5em;
	}
}


/* ========== ACCOUNT SETUP PAGE ========== */
.gmh-account-setup {
	max-width: 480px;
	margin: 2em auto;
	padding: 0 1em;
}

.gmh-account-setup-form-wrapper {
	background: #ffffff;
	border-radius: 12px;
	box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
	padding: 40px;
}

.gmh-welcome-header {
	text-align: center;
	margin-bottom: 30px;
}

.gmh-welcome-header h2 {
	margin: 0 0 10px;
	font-size: 1.75em;
	color: #1d2327;
}

.gmh-welcome-subtitle {
	margin: 0;
	color: #646970;
	font-size: 1.1em;
}

.gmh-account-info {
	background: #f0f6fc;
	border-radius: 8px;
	padding: 15px 20px;
	margin-bottom: 25px;
}

.gmh-account-info p {
	margin: 0;
}

.gmh-account-info .gmh-account-email {
	font-size: 1.1em;
	color: #2271b1;
	font-weight: 500;
	margin-top: 5px;
}

.gmh-account-setup-form .gmh-form-field {
	margin-bottom: 20px;
}

.gmh-account-setup-form label {
	display: block;
	margin-bottom: 8px;
	font-weight: 600;
	color: #1d2327;
}

.gmh-account-setup-form input[type="password"] {
	width: 100%;
	padding: 12px 16px;
	font-size: 16px;
	border: 2px solid #ddd;
	border-radius: 8px;
	transition: border-color 0.2s, box-shadow 0.2s;
	box-sizing: border-box;
}

.gmh-account-setup-form input[type="password"]:focus {
	outline: none;
	border-color: #2271b1;
	box-shadow: 0 0 0 3px rgba(34, 113, 177, 0.15);
}

.gmh-field-hint {
	margin: 8px 0 0;
	font-size: 0.85em;
	color: #646970;
}

.gmh-form-submit {
	margin-top: 30px;
}

.gmh-button-large {
	padding: 14px 28px !important;
	font-size: 1.1em !important;
}

.gmh-button-full {
	width: 100%;
	text-align: center;
}

.gmh-form-error {
	background: #fcf0f1;
	border: 1px solid #d63638;
	border-radius: 8px;
	padding: 15px 20px;
	margin-bottom: 20px;
	color: #d63638;
}

/* Success / Complete States */
.gmh-account-setup-complete,
.gmh-account-setup-notice,
.gmh-account-setup-error {
	text-align: center;
	background: #ffffff;
	border-radius: 12px;
	box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
	padding: 50px 40px;
}

.gmh-success-icon {
	width: 80px;
	height: 80px;
	background: #00a32a;
	color: #fff;
	font-size: 40px;
	line-height: 80px;
	border-radius: 50%;
	margin: 0 auto 25px;
}

.gmh-account-setup-complete h2,
.gmh-account-setup-notice h2,
.gmh-account-setup-error h2 {
	margin: 0 0 15px;
	font-size: 1.5em;
	color: #1d2327;
}

.gmh-account-setup-complete p,
.gmh-account-setup-notice p,
.gmh-account-setup-error p {
	margin: 0 0 20px;
	color: #646970;
	font-size: 1.05em;
	line-height: 1.6;
}

.gmh-account-setup-error {
	border-left: 4px solid #d63638;
}

.gmh-account-setup-login {
	margin-top: 30px !important;
	padding-top: 20px;
	border-top: 1px solid #eee;
	font-size: 0.95em !important;
}

.gmh-account-setup-login a {
	color: #2271b1;
	text-decoration: none;
	font-weight: 500;
}

.gmh-account-setup-login a:hover {
	text-decoration: underline;
}

/* Responsive adjustments */
@media (max-width: 575px) {
	.gmh-account-setup-form-wrapper,
	.gmh-account-setup-complete,
	.gmh-account-setup-notice,
	.gmh-account-setup-error {
		padding: 30px 25px;
	}
	
	.gmh-welcome-header h2 {
		font-size: 1.4em;
	}
	
	.gmh-success-icon {
		width: 60px;
		height: 60px;
		font-size: 30px;
		line-height: 60px;
	}
}

/* ==========================================================================
   New Shortcode Styles
   ========================================================================== */

/* Status Badges */
.gmh-status-badge {
	display: inline-block;
	padding: 4px 12px;
	border-radius: 20px;
	font-size: 12px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.5px;
}

.gmh-status-badge.gmh-status-active {
	background: #d4edda;
	color: #155724;
}

.gmh-status-badge.gmh-status-inactive {
	background: #f8d7da;
	color: #721c24;
}

.gmh-status-badge.gmh-status-none {
	background: #e2e3e5;
	color: #383d41;
}

/* Restricted Content Message */
.gmh-restricted-message {
	background: #fff3cd;
	border: 1px solid #ffc107;
	border-radius: 8px;
	padding: 20px;
	text-align: center;
	color: #856404;
}

.gmh-restricted-content {
	background: #f8f9fa;
	border: 2px dashed #dee2e6;
	border-radius: 8px;
	padding: 40px 20px;
	text-align: center;
}

.gmh-restricted-content p {
	margin: 0 0 15px;
	color: #6c757d;
}

/* Login Form Wrapper */
.gmh-login-form-wrapper {
	max-width: 400px;
	margin: 0 auto;
	padding: 30px;
	background: #fff;
	border-radius: 8px;
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.gmh-login-form-wrapper label {
	display: block;
	margin-bottom: 5px;
	font-weight: 600;
	color: #1d2327;
}

.gmh-login-form-wrapper input[type="text"],
.gmh-login-form-wrapper input[type="password"] {
	width: 100%;
	padding: 10px 12px;
	border: 1px solid #ddd;
	border-radius: 4px;
	font-size: 14px;
	margin-bottom: 15px;
}

.gmh-login-form-wrapper input[type="submit"] {
	width: 100%;
	padding: 12px;
	background: #0073aa;
	color: #fff;
	border: none;
	border-radius: 4px;
	font-size: 16px;
	font-weight: 600;
	cursor: pointer;
	transition: background 0.2s;
}

.gmh-login-form-wrapper input[type="submit"]:hover {
	background: #005a87;
}

.gmh-login-links {
	text-align: center;
	margin-top: 15px;
	font-size: 14px;
}

.gmh-login-links a {
	color: #0073aa;
	text-decoration: none;
}

.gmh-login-links a:hover {
	text-decoration: underline;
}

.gmh-logged-in-message {
	text-align: center;
	padding: 20px;
	background: #d4edda;
	border-radius: 8px;
	color: #155724;
}

.gmh-logged-in-message a {
	color: #155724;
	font-weight: 600;
}

/* Lesson Embed */
.gmh-lesson-embed {
	margin: 20px 0;
}

.gmh-lesson-embed .gmh-lesson-title {
	margin: 0 0 15px;
	font-size: 1.5em;
}

.gmh-lesson-embed .gmh-lesson-title a {
	color: #1d2327;
	text-decoration: none;
}

.gmh-lesson-embed .gmh-lesson-title a:hover {
	color: #0073aa;
}

.gmh-lesson-embed .gmh-lesson-excerpt {
	color: #646970;
	margin-bottom: 20px;
	font-style: italic;
}

.gmh-lesson-embed .gmh-lesson-content {
	line-height: 1.7;
}

/* Lesson List */
.gmh-lesson-list .gmh-lesson-item {
	display: flex;
	gap: 20px;
	padding: 20px 0;
	border-bottom: 1px solid #eee;
}

.gmh-lesson-list .gmh-lesson-item:last-child {
	border-bottom: none;
}

.gmh-lesson-list .gmh-lesson-thumbnail {
	flex-shrink: 0;
	width: 150px;
	position: relative;
}

.gmh-lesson-list .gmh-lesson-thumbnail img {
	width: 100%;
	height: auto;
	border-radius: 4px;
}

.gmh-lesson-locked-overlay {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.5);
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 4px;
}

.gmh-lesson-locked-overlay .dashicons {
	color: #fff;
	font-size: 30px;
	width: 30px;
	height: 30px;
}

.gmh-lesson-list .gmh-lesson-info {
	flex: 1;
}

.gmh-lesson-list .gmh-lesson-title {
	margin: 0 0 10px;
	font-size: 1.1em;
}

.gmh-lesson-list .gmh-lesson-title a {
	color: #1d2327;
	text-decoration: none;
}

.gmh-lesson-list .gmh-lesson-title a:hover {
	color: #0073aa;
}

.gmh-locked-icon {
	color: #999;
	font-size: 14px;
	margin-left: 8px;
	vertical-align: middle;
}

.gmh-lesson-list .gmh-lesson-excerpt {
	color: #646970;
	margin: 0;
	font-size: 14px;
}

/* Lesson Grid */
.gmh-lesson-grid {
	display: grid;
	gap: 25px;
}

.gmh-lesson-grid.gmh-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.gmh-lesson-grid.gmh-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gmh-lesson-grid.gmh-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gmh-lesson-grid .gmh-lesson-item {
	display: flex;
	flex-direction: column;
	background: #fff;
	border-radius: 8px;
	overflow: hidden;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
	transition: box-shadow 0.2s, transform 0.2s;
}

.gmh-lesson-grid .gmh-lesson-item:hover {
	box-shadow: 0 4px 15px rgba(0, 0, 0, 0.12);
	transform: translateY(-2px);
}

.gmh-lesson-grid .gmh-lesson-thumbnail {
	width: 100%;
	position: relative;
}

.gmh-lesson-grid .gmh-lesson-thumbnail img {
	width: 100%;
	height: 180px;
	object-fit: cover;
}

.gmh-lesson-grid .gmh-lesson-info {
	padding: 20px;
}

.gmh-lesson-grid .gmh-lesson-title {
	margin: 0 0 10px;
	font-size: 1em;
}

/* Join Prompt */
.gmh-join-prompt {
	text-align: center;
	padding: 30px;
	background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
	border-radius: 8px;
	margin-top: 30px;
	color: #fff;
}

.gmh-join-prompt p {
	margin: 0 0 15px;
	font-size: 18px;
}

.gmh-join-prompt .gmh-button {
	background: #fff;
	color: #667eea;
	padding: 12px 30px;
	font-weight: 600;
}

.gmh-join-prompt .gmh-button:hover {
	background: #f0f0f0;
}

/* No Lessons Message */
.gmh-no-lessons {
	text-align: center;
	padding: 40px;
	background: #f8f9fa;
	border-radius: 8px;
	color: #6c757d;
}

/* Error Message */
.gmh-error {
	background: #f8d7da;
	color: #721c24;
	padding: 15px;
	border-radius: 4px;
	text-align: center;
}

/* Responsive */
@media (max-width: 768px) {
	.gmh-lesson-grid.gmh-columns-3,
	.gmh-lesson-grid.gmh-columns-4 {
		grid-template-columns: repeat(2, 1fr);
	}
	
	.gmh-lesson-list .gmh-lesson-item {
		flex-direction: column;
	}
	
	.gmh-lesson-list .gmh-lesson-thumbnail {
		width: 100%;
	}
}

@media (max-width: 480px) {
	.gmh-lesson-grid.gmh-columns-2,
	.gmh-lesson-grid.gmh-columns-3,
	.gmh-lesson-grid.gmh-columns-4 {
		grid-template-columns: 1fr;
	}
}
