/* Login page */
body.ksap-lms-polish-login #main,
body.page-id-4549 #main {
	background: #f8fafc;
}

body.ksap-lms-polish-login #content,
body.page-id-4549 #content {
	min-height: calc(100vh - var(--ksap-header-height, 70px));
	padding: calc(var(--ksap-header-height, 70px) + 56px) 24px 88px !important;
	background: linear-gradient(180deg, #ffffff 0%, #f8fafc 58%, #ffffff 100%);
}

body.ksap-lms-polish-login .post-content,
body.page-id-4549 .post-content {
	width: min(100%, 1120px);
	margin: 0 auto;
	padding: 0;
	background: transparent;
	border: 0;
	border-radius: 0;
	box-shadow: none;
}

body.ksap-lms-polish-login .ksap-login-shell,
body.page-id-4549 .ksap-login-shell {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 430px;
	overflow: hidden;
	background: #ffffff;
	border: 1px solid #e2e8f0;
	border-radius: 18px;
	box-shadow: 0 24px 70px rgba(15, 23, 42, .11);
}

body.ksap-lms-polish-login .ksap-login-intro,
body.page-id-4549 .ksap-login-intro {
	position: relative;
	display: flex;
	min-height: 548px;
	flex-direction: column;
	justify-content: center;
	padding: 56px;
	overflow: hidden;
	background:
		linear-gradient(135deg, rgba(15, 23, 42, .96) 0%, rgba(30, 58, 138, .96) 52%, rgba(15, 23, 42, .98) 100%),
		repeating-linear-gradient(30deg, rgba(255, 255, 255, .05) 0 1px, transparent 1px 44px);
	color: #ffffff;
}

body.ksap-lms-polish-login .ksap-login-intro::after,
body.page-id-4549 .ksap-login-intro::after {
	position: absolute;
	right: 42px;
	bottom: 42px;
	width: 168px;
	height: 168px;
	border: 1px solid rgba(219, 234, 254, .16);
	border-radius: 24px;
	content: "";
	transform: rotate(10deg);
}

body.ksap-lms-polish-login .ksap-login-kicker,
body.page-id-4549 .ksap-login-kicker {
	position: relative;
	z-index: 1;
	display: inline-flex;
	width: fit-content;
	align-items: center;
	min-height: 32px;
	margin-bottom: 24px;
	padding: 0 14px;
	border: 1px solid rgba(96, 165, 250, .35);
	border-radius: 999px;
	background: rgba(30, 58, 138, .5);
	color: #dbeafe;
	font-size: .84rem;
	font-weight: 800;
}

body.ksap-lms-polish-login .ksap-login-intro h2,
body.page-id-4549 .ksap-login-intro h2 {
	position: relative;
	z-index: 1;
	max-width: 430px;
	margin: 0;
	color: #ffffff;
	font-size: 2.45rem;
	font-weight: 800;
	line-height: 1.2;
	letter-spacing: 0;
	word-break: keep-all;
}

body.ksap-lms-polish-login .ksap-login-intro p,
body.page-id-4549 .ksap-login-intro p {
	position: relative;
	z-index: 1;
	max-width: 420px;
	margin: 18px 0 0;
	color: #cbd5e1;
	font-size: 1rem;
	line-height: 1.7;
	word-break: keep-all;
}

body.ksap-lms-polish-login .ksap-login-points,
body.page-id-4549 .ksap-login-points {
	position: relative;
	z-index: 1;
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	max-width: 480px;
	margin-top: 34px;
}

body.ksap-lms-polish-login .ksap-login-points span,
body.page-id-4549 .ksap-login-points span {
	display: inline-flex;
	align-items: center;
	min-height: 34px;
	padding: 0 12px;
	border: 1px solid rgba(255, 255, 255, .18);
	border-radius: 999px;
	background: rgba(255, 255, 255, .1);
	color: #ffffff;
	font-size: .84rem;
	font-weight: 700;
}

body.ksap-lms-polish-login .ksap-login-card,
body.page-id-4549 .ksap-login-card {
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 48px 46px;
}

body.ksap-lms-polish-login .cosmosfarm-members-form.signin-form,
body.page-id-4549 .cosmosfarm-members-form.signin-form {
	width: 100%;
	max-width: 360px;
	margin: 0 auto;
	padding: 0;
	background: transparent;
	border: 0;
	border-radius: 0;
	box-shadow: none;
}

body.ksap-lms-polish-login .ksap-auth-title {
	width: 100%;
	max-width: 360px;
	margin: 0 auto 18px;
	color: #0f172a;
	font-size: 1.6rem;
	font-weight: 800;
	line-height: 1.2;
	letter-spacing: 0;
}

body.ksap-lms-polish-login .ksap-login-card .woocommerce {
	width: 100%;
	max-width: 360px;
	margin: 0 auto;
}

body.ksap-lms-polish-login .woocommerce-ResetPassword {
	margin: 0;
}

body.ksap-lms-polish-login .woocommerce-ResetPassword > p:first-child {
	margin: 0 0 22px;
	color: #475569;
	font-size: .95rem;
	line-height: 1.7;
	word-break: keep-all;
}

body.ksap-lms-polish-login .woocommerce form .form-row {
	float: none;
	width: 100%;
	margin: 0 0 16px;
	padding: 0;
}

body.ksap-lms-polish-login .woocommerce form .form-row label {
	display: block;
	margin: 0 0 8px;
	color: #334155;
	font-size: .92rem;
	font-weight: 700;
	line-height: 1.4;
}

body.ksap-lms-polish-login .woocommerce form .required {
	color: #2563eb;
	text-decoration: none;
}

body.ksap-lms-polish-login .woocommerce form .input-text {
	width: 100%;
	min-height: 50px;
	padding: 0 14px;
	border: 1px solid #cbd5e1;
	border-radius: 8px;
	background: #ffffff;
	color: #0f172a;
	font-size: 1rem;
	outline: none;
	box-sizing: border-box;
	transition: border-color .18s ease, box-shadow .18s ease;
}

body.ksap-lms-polish-login .woocommerce form .input-text:focus {
	border-color: #2563eb;
	box-shadow: 0 0 0 3px rgba(37, 99, 235, .14);
}

body.ksap-lms-polish-login .woocommerce-Button.button,
body.ksap-lms-polish-login .woocommerce button.button {
	width: 100%;
	min-height: 50px;
	margin-top: 4px;
	border: 0 !important;
	border-radius: 8px;
	background: #0f172a !important;
	color: #ffffff !important;
	font-weight: 800;
	line-height: 1.2;
	cursor: pointer;
	transition: background-color .18s ease, transform .18s ease, box-shadow .18s ease;
}

body.ksap-lms-polish-login .woocommerce-Button.button:hover,
body.ksap-lms-polish-login .woocommerce button.button:hover {
	background: #1e3a8a !important;
	box-shadow: 0 10px 24px rgba(30, 58, 138, .22);
	transform: translateY(-1px);
}

body.ksap-lms-polish-login .ksap-auth-secondary-link {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	max-width: 360px;
	min-height: 44px;
	margin: 10px auto 0;
	border: 1px solid #e2e8f0;
	border-radius: 8px;
	background: #ffffff;
	color: #475569;
	font-size: .92rem;
	font-weight: 800;
	text-align: center;
	text-decoration: none;
	box-sizing: border-box;
	transition: background-color .18s ease, border-color .18s ease, color .18s ease, transform .18s ease;
}

body.ksap-lms-polish-login .ksap-auth-secondary-link:hover {
	border-color: #cbd5e1;
	background: #f8fafc;
	color: #334155;
	text-decoration: none;
	transform: translateY(-1px);
}

body.ksap-lms-polish-login .cosmosfarm-members-form fieldset,
body.page-id-4549 .cosmosfarm-members-form fieldset {
	margin: 0;
	padding: 0;
	border: 0;
}

body.ksap-lms-polish-login .cosmosfarm-members-form legend,
body.page-id-4549 .cosmosfarm-members-form legend {
	display: block;
	margin: 0 0 28px;
	color: #0f172a;
	font-size: 1.6rem;
	font-weight: 800;
	line-height: 1.2;
	text-align: left;
}

body.ksap-lms-polish-login .cosmosfarm-members-form label,
body.page-id-4549 .cosmosfarm-members-form label {
	display: block;
	margin: 0 0 8px;
	color: #334155;
	font-size: .92rem;
	font-weight: 700;
}

body.ksap-lms-polish-login .cosmosfarm-members-form .div_text,
body.page-id-4549 .cosmosfarm-members-form .div_text {
	margin-bottom: 16px;
}

body.ksap-lms-polish-login .cosmosfarm-members-form input[type="text"],
body.ksap-lms-polish-login .cosmosfarm-members-form input[type="password"],
body.page-id-4549 .cosmosfarm-members-form input[type="text"],
body.page-id-4549 .cosmosfarm-members-form input[type="password"] {
	width: 100%;
	min-height: 50px;
	padding: 0 14px;
	border: 1px solid #cbd5e1;
	border-radius: 8px;
	background: #ffffff;
	color: #0f172a;
	font-size: 1rem;
	outline: none;
	box-sizing: border-box;
	transition: border-color .18s ease, box-shadow .18s ease;
}

body.ksap-lms-polish-login .cosmosfarm-members-form input[type="text"]:focus,
body.ksap-lms-polish-login .cosmosfarm-members-form input[type="password"]:focus,
body.page-id-4549 .cosmosfarm-members-form input[type="text"]:focus,
body.page-id-4549 .cosmosfarm-members-form input[type="password"]:focus {
	border-color: #2563eb;
	box-shadow: 0 0 0 3px rgba(37, 99, 235, .14);
}

body.ksap-lms-polish-login .cosmosfarm-members-form .button_div,
body.page-id-4549 .cosmosfarm-members-form .button_div {
	display: flex;
	flex-direction: column;
	gap: 12px;
	margin-top: 6px;
}

body.ksap-lms-polish-login .cosmosfarm-members-form .button_div label,
body.page-id-4549 .cosmosfarm-members-form .button_div label {
	display: inline-flex;
	align-items: center;
	gap: 7px;
	margin: 0;
	color: #64748b;
	font-size: .88rem;
	font-weight: 600;
}

body.ksap-lms-polish-login .cosmosfarm-members-form .button_div input[type="checkbox"],
body.page-id-4549 .cosmosfarm-members-form .button_div input[type="checkbox"] {
	margin: 0;
}

body.ksap-lms-polish-login .cosmosfarm-members-form .buttons,
body.page-id-4549 .cosmosfarm-members-form .buttons {
	width: 100%;
	min-height: 50px;
	border: 0 !important;
	border-radius: 8px;
	background: #0f172a !important;
	color: #ffffff !important;
	font-weight: 800;
	cursor: pointer;
	transition: background-color .18s ease, transform .18s ease, box-shadow .18s ease;
}

body.ksap-lms-polish-login .cosmosfarm-members-form .buttons:hover,
body.page-id-4549 .cosmosfarm-members-form .buttons:hover {
	background: #1e3a8a !important;
	box-shadow: 0 10px 24px rgba(30, 58, 138, .22);
	transform: translateY(-1px);
}

body.ksap-lms-polish-login .cosmosfarm-members-form .link-text.register,
body.ksap-lms-polish-login .lost-password,
body.page-id-4549 .cosmosfarm-members-form .link-text.register,
body.page-id-4549 .lost-password {
	display: block;
	width: 100%;
	margin-top: 10px;
	text-align: center !important;
}

body.ksap-lms-polish-login .lost-password,
body.page-id-4549 .lost-password {
	max-width: 360px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 0;
	border-top: 0;
}

body.ksap-lms-polish-login .cosmosfarm-members-form a,
body.ksap-lms-polish-login .lost-password a,
body.page-id-4549 .cosmosfarm-members-form a,
body.page-id-4549 .lost-password a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	min-height: 44px;
	border-radius: 8px;
	font-size: .92rem;
	font-weight: 800;
	text-decoration: none;
	box-sizing: border-box;
	transition: background-color .18s ease, border-color .18s ease, color .18s ease, transform .18s ease;
}

body.ksap-lms-polish-login .cosmosfarm-members-form .link-text.register a,
body.page-id-4549 .cosmosfarm-members-form .link-text.register a {
	border: 1px solid #bfdbfe;
	background: #eff6ff;
	color: #1e40af;
}

body.ksap-lms-polish-login .lost-password a,
body.page-id-4549 .lost-password a {
	border: 1px solid #e2e8f0;
	background: #ffffff;
	color: #475569;
}

body.ksap-lms-polish-login .cosmosfarm-members-form a:hover,
body.ksap-lms-polish-login .lost-password a:hover,
body.page-id-4549 .cosmosfarm-members-form a:hover,
body.page-id-4549 .lost-password a:hover {
	transform: translateY(-1px);
	text-decoration: none;
}

body.ksap-lms-polish-login .cosmosfarm-members-form .link-text.register a:hover,
body.page-id-4549 .cosmosfarm-members-form .link-text.register a:hover {
	border-color: #93c5fd;
	background: #dbeafe;
	color: #1e3a8a;
}

body.ksap-lms-polish-login .lost-password a:hover,
body.page-id-4549 .lost-password a:hover {
	border-color: #cbd5e1;
	background: #f8fafc;
	color: #334155;
}

body.ksap-lms-polish-login #ksap-mobile-bottom-bar,
body.page-id-4549 #ksap-mobile-bottom-bar {
	display: none !important;
}

/* Tutor LMS course detail pages */
body.single-courses #main {
	padding-top: calc(var(--ksap-header-height, 70px) + 32px) !important;
	background: #ffffff;
}

body.single-courses .tutor-course-details-page {
	padding-bottom: 84px;
}

body.single-courses .tutor-course-details-header {
	margin-top: 0 !important;
}

body.single-courses .tutor-course-details-title {
	color: #0f172a !important;
	font-weight: 800 !important;
	line-height: 1.25 !important;
	letter-spacing: 0 !important;
	word-break: keep-all;
}

body.single-courses .tutor-course-details-actions {
	display: none !important;
}

body.single-courses .tutor-course-details-instructors,
body.single-courses .tutor-single-course-sidebar-more .tutor-course-details-instructors {
	display: none !important;
}

body.single-courses .tutor-course-details-info,
body.single-courses .tutor-course-details-info a {
	color: #64748b !important;
	font-size: .92rem !important;
	line-height: 1.6 !important;
}

body.single-courses .tutor-course-details-content.tutor-toggle-more-content {
	height: auto !important;
	max-height: none !important;
	overflow: visible !important;
}

body.single-courses .tutor-course-details-content.tutor-toggle-more-content::before,
body.single-courses .tutor-course-details-content.tutor-toggle-more-content::after {
	display: none !important;
	content: none !important;
	opacity: 0 !important;
}

body.single-courses .tutor-course-details-content.tutor-toggle-more-collapsed {
	mask-image: none !important;
	-webkit-mask-image: none !important;
}

body.single-courses .tutor-btn-show-more[data-tutor-toggle-more] {
	display: none !important;
}

body.single-courses .tutor-course-details-content .tutor-color-secondary {
	color: #334155 !important;
}

body.single-courses .tutor-course-thumbnail img {
	border: 1px solid #e2e8f0;
	border-radius: 14px;
	box-shadow: 0 14px 36px rgba(15, 23, 42, .08);
}

body.single-courses .tutor-course-details-content p,
body.single-courses .tutor-course-details-content li {
	line-height: 1.75;
}

body.single-courses .tutor-course-details-content h2,
body.single-courses .tutor-course-details-content h3,
body.single-courses .tutor-course-details-content h4,
body.single-courses .tutor-course-content-title {
	color: #0f172a !important;
	font-weight: 800 !important;
	letter-spacing: 0 !important;
	word-break: keep-all;
}

body.single-courses .tutor-course-content-title {
	margin-top: 40px !important;
}

body.single-courses .tutor-course-content-list {
	margin-bottom: 0;
	overflow: hidden;
	border: 1px solid #e2e8f0;
	border-radius: 14px;
}

body.single-courses .tutor-course-content-list-item-title {
	word-break: keep-all;
}

body.single-courses .tutor-card,
body.single-courses .tutor-single-course-sidebar .tutor-card {
	border-color: #e2e8f0 !important;
	border-radius: 14px !important;
	box-shadow: 0 14px 36px rgba(15, 23, 42, .08);
}

body.single-courses .tutor-card-footer {
	background: #f8fafc;
	border-top-color: #e2e8f0 !important;
}

body.single-courses .tutor-course-details-widget {
	padding: 24px !important;
	border: 1px solid #e2e8f0 !important;
	border-radius: 14px !important;
	background: #ffffff;
	box-shadow: 0 14px 36px rgba(15, 23, 42, .06);
}

body.single-courses .tutor-course-details-widget-title {
	color: #0f172a !important;
	font-weight: 800 !important;
	letter-spacing: 0 !important;
}

body.single-courses .tutor-btn-primary,
body.single-courses .tutor-add-to-cart-button {
	min-height: 48px;
	border-color: #0f172a !important;
	border-radius: 8px !important;
	background: #0f172a !important;
	color: #ffffff !important;
	font-weight: 800 !important;
	box-shadow: none !important;
}

body.single-courses .tutor-btn-primary:hover,
body.single-courses .tutor-add-to-cart-button:hover {
	border-color: #1e3a8a !important;
	background: #1e3a8a !important;
	color: #ffffff !important;
	box-shadow: 0 10px 24px rgba(30, 58, 138, .22) !important;
	transform: translateY(-1px);
}

body.single-courses .tutor-card-footer .tutor-icon-level,
body.single-courses .tutor-card-footer .tutor-icon-clock-line,
body.single-courses .tutor-card-footer .tutor-icon-refresh-o,
body.single-courses .tutor-card-footer .tutor-icon-calender-line,
body.single-courses .tutor-card-footer .tutor-icon-ribbon-o,
body.single-courses .tutor-course-details-widget-list [class*="tutor-icon-"] {
	display: none !important;
}

body.single-courses .tutor-card-footer li,
body.single-courses .tutor-course-details-widget-list li {
	gap: 10px;
}

body.single-courses .tutor-card-footer li::before,
body.single-courses .tutor-course-details-widget-list li::before {
	content: "";
	flex: 0 0 6px;
	width: 6px;
	height: 6px;
	margin-top: .7em;
	border-radius: 999px;
	background: #cbd5e1;
}

body.single-courses .tutor-course-content-list-item-icon {
	display: none !important;
}

body.single-courses .tutor-course-content-list-item-status {
	display: none !important;
}

body.single-courses .tutor-accordion-item-header::after {
	display: none !important;
	content: none !important;
}

/* WooCommerce order received page */
body.ksap-lms-polish-order-received #main,
body.woocommerce-order-received #main {
	padding-top: 0 !important;
	background: #f8fafc;
}

body.ksap-lms-polish-order-received #content,
body.woocommerce-order-received #content {
	width: 100% !important;
	padding: 28px 24px 84px !important;
	background: linear-gradient(180deg, #ffffff 0%, #f8fafc 56%, #ffffff 100%);
}

body.ksap-lms-polish-order-received .post-content,
body.woocommerce-order-received .post-content {
	width: min(100%, 1120px) !important;
	max-width: 1120px;
	margin: 0 auto;
	padding: 0 !important;
}

body.ksap-lms-polish-order-received #content .fusion-fullwidth,
body.ksap-lms-polish-order-received #content .fusion-builder-row,
body.ksap-lms-polish-order-received #content .fusion-layout-column,
body.ksap-lms-polish-order-received #content .fusion-column-wrapper,
body.ksap-lms-polish-order-received #content .fusion-text,
body.woocommerce-order-received #content .fusion-fullwidth,
body.woocommerce-order-received #content .fusion-builder-row,
body.woocommerce-order-received #content .fusion-layout-column {
	width: 100% !important;
	max-width: 100% !important;
	margin-right: 0 !important;
	margin-left: 0 !important;
	padding-right: 0 !important;
	padding-left: 0 !important;
}

body.woocommerce-order-received #content .fusion-column-wrapper,
body.woocommerce-order-received #content .fusion-text {
	width: 100% !important;
	max-width: 100% !important;
	margin-right: 0 !important;
	margin-left: 0 !important;
	padding-right: 0 !important;
	padding-left: 0 !important;
}

body.ksap-lms-polish-order-received .woocommerce,
body.woocommerce-order-received .woocommerce {
	width: 100% !important;
	max-width: none !important;
	color: #334155;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}

body.ksap-lms-polish-order-received .woocommerce-order,
body.woocommerce-order-received .woocommerce-order {
	width: 100% !important;
	max-width: none !important;
	margin: 0 !important;
}

body.ksap-lms-polish-order-received .woocommerce-thankyou-order-received,
body.woocommerce-order-received .woocommerce-thankyou-order-received {
	position: relative;
	margin: 0 0 14px;
	padding: 26px 32px 26px 88px;
	border: 1px solid #1e293b;
	border-radius: 18px;
	background:
		linear-gradient(135deg, rgba(15, 23, 42, .98) 0%, rgba(30, 58, 138, .96) 54%, rgba(15, 23, 42, .98) 100%);
	box-shadow: 0 24px 70px rgba(15, 23, 42, .12);
	color: #ffffff !important;
	font-size: 1.5rem;
	font-weight: 800;
	line-height: 1.35;
	word-break: keep-all;
}

body.ksap-lms-polish-order-received .woocommerce-thankyou-order-received::before,
body.woocommerce-order-received .woocommerce-thankyou-order-received::before {
	position: absolute;
	top: 50%;
	left: 32px;
	width: 38px;
	height: 38px;
	border: 8px solid #dbeafe;
	border-radius: 999px;
	background: #2563eb;
	content: "";
	transform: translateY(-50%);
}

body.ksap-lms-polish-order-received .woocommerce-thankyou-order-received::after,
body.woocommerce-order-received .woocommerce-thankyou-order-received::after {
	position: absolute;
	top: 50%;
	left: 46px;
	width: 14px;
	height: 8px;
	border-bottom: 3px solid #ffffff;
	border-left: 3px solid #ffffff;
	content: "";
	transform: translateY(-62%) rotate(-45deg);
}

body.ksap-lms-polish-order-received .woocommerce-order-overview,
body.woocommerce-order-received .woocommerce-order-overview {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
	gap: 12px;
	margin: 0 0 14px !important;
	padding: 0 !important;
	list-style: none !important;
}

body.ksap-lms-polish-order-received .woocommerce-order-overview li,
body.woocommerce-order-received .woocommerce-order-overview li {
	min-height: 82px;
	margin: 0 !important;
	padding: 16px;
	border: 1px solid #e2e8f0;
	border-radius: 14px;
	background: #ffffff;
	box-shadow: 0 14px 36px rgba(15, 23, 42, .06);
	color: #64748b;
	font-size: .82rem;
	font-weight: 800;
	line-height: 1.45;
}

body.ksap-lms-polish-order-received .woocommerce-order-overview li::marker,
body.woocommerce-order-received .woocommerce-order-overview li::marker {
	content: "";
}

body.ksap-lms-polish-order-received .woocommerce-order-overview strong,
body.woocommerce-order-received .woocommerce-order-overview strong {
	display: block;
	margin-top: 8px;
	color: #0f172a;
	font-size: 1rem;
	font-weight: 800;
	line-height: 1.35;
	word-break: break-word;
}

body.ksap-lms-polish-order-received .wc-block-components-notice-banner,
body.woocommerce-order-received .wc-block-components-notice-banner,
body.ksap-lms-polish-order-received .woocommerce-form-login,
body.woocommerce-order-received .woocommerce-form-login,
body.ksap-lms-polish-order-received .woocommerce-bacs-bank-details,
body.woocommerce-order-received .woocommerce-bacs-bank-details,
body.ksap-lms-polish-order-received .woocommerce-order-details,
body.woocommerce-order-received .woocommerce-order-details,
body.ksap-lms-polish-order-received .woocommerce-customer-details,
body.woocommerce-order-received .woocommerce-customer-details {
	width: 100% !important;
	max-width: none !important;
	margin: 14px 0 0 !important;
	padding: 28px !important;
	border: 1px solid #e2e8f0 !important;
	border-radius: 14px !important;
	background: #ffffff !important;
	box-shadow: 0 14px 36px rgba(15, 23, 42, .06);
	box-sizing: border-box;
	clear: both;
}

body.ksap-lms-polish-order-received .wc-block-components-notice-banner,
body.woocommerce-order-received .wc-block-components-notice-banner {
	display: flex;
	align-items: center;
	gap: 12px;
	border-color: #bfdbfe !important;
	background: #eff6ff !important;
	color: #1e40af;
	font-weight: 700;
}

body.ksap-lms-polish-order-received .woocommerce-form-login,
body.woocommerce-order-received .woocommerce-form-login {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 16px;
	max-width: none;
}

body.ksap-lms-polish-order-received .woocommerce-form-login .clear,
body.woocommerce-order-received .woocommerce-form-login .clear {
	display: none;
}

body.ksap-lms-polish-order-received .woocommerce-form-login .form-row,
body.woocommerce-order-received .woocommerce-form-login .form-row,
body.ksap-lms-polish-order-received .woocommerce-form-login .lost_password,
body.woocommerce-order-received .woocommerce-form-login .lost_password {
	margin: 0 !important;
}

body.ksap-lms-polish-order-received .woocommerce-form-login .form-row:last-of-type,
body.woocommerce-order-received .woocommerce-form-login .form-row:last-of-type,
body.ksap-lms-polish-order-received .woocommerce-form-login .lost_password,
body.woocommerce-order-received .woocommerce-form-login .lost_password {
	grid-column: 1 / -1;
}

body.ksap-lms-polish-order-received .woocommerce-form-login label,
body.woocommerce-order-received .woocommerce-form-login label {
	display: block;
	margin-bottom: 8px;
	color: #334155;
	font-size: .92rem;
	font-weight: 700;
}

body.ksap-lms-polish-order-received .woocommerce-form-login .input-text,
body.woocommerce-order-received .woocommerce-form-login .input-text {
	width: 100%;
	min-height: 50px;
	padding: 0 14px;
	border: 1px solid #cbd5e1;
	border-radius: 8px;
	background: #ffffff;
	color: #0f172a;
}

body.ksap-lms-polish-order-received .woocommerce-form-login__submit,
body.woocommerce-order-received .woocommerce-form-login__submit,
body.ksap-lms-polish-order-received .ksap-order-account-link,
body.woocommerce-order-received .ksap-order-account-link,
body.ksap-lms-polish-order-received .woocommerce a[href*="my-account"],
body.woocommerce-order-received .woocommerce a[href*="my-account"] {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 44px;
	padding: 0 18px;
	border: 0 !important;
	border-radius: 8px !important;
	background: #0f172a !important;
	color: #ffffff !important;
	font-weight: 800;
	text-decoration: none !important;
}

body.ksap-lms-polish-order-received .woocommerce-form-login__submit:hover,
body.woocommerce-order-received .woocommerce-form-login__submit:hover,
body.ksap-lms-polish-order-received .ksap-order-account-link:hover,
body.woocommerce-order-received .ksap-order-account-link:hover,
body.ksap-lms-polish-order-received .woocommerce a[href*="my-account"]:hover,
body.woocommerce-order-received .woocommerce a[href*="my-account"]:hover {
	background: #1e3a8a !important;
	color: #ffffff !important;
}

body.ksap-lms-polish-order-received .ksap-order-account-link,
body.woocommerce-order-received .ksap-order-account-link {
	width: fit-content;
	margin: 0 0 18px auto !important;
}

body.ksap-lms-polish-order-received .woocommerce-bacs-bank-details,
body.woocommerce-order-received .woocommerce-bacs-bank-details {
	margin-top: 14px !important;
	margin-bottom: 14px !important;
	border-color: #bfdbfe !important;
	background: linear-gradient(135deg, #ffffff 0%, #eff6ff 100%) !important;
}

body.ksap-lms-polish-order-received .woocommerce h2,
body.ksap-lms-polish-order-received .woocommerce h3,
body.woocommerce-order-received .woocommerce h2,
body.woocommerce-order-received .woocommerce h3 {
	margin: 0 0 18px !important;
	padding: 0 0 14px;
	border-bottom: 1px solid #e2e8f0;
	color: #0f172a !important;
	font-size: 1.45rem !important;
	font-weight: 800 !important;
	line-height: 1.35 !important;
	letter-spacing: 0 !important;
	word-break: keep-all;
}

body.ksap-lms-polish-order-received .woocommerce h3,
body.woocommerce-order-received .woocommerce h3 {
	font-size: 1.05rem !important;
}

body.ksap-lms-polish-order-received .woocommerce-bacs-bank-details ul,
body.woocommerce-order-received .woocommerce-bacs-bank-details ul {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 12px;
	margin: 0 !important;
	padding: 0 !important;
	list-style: none !important;
}

body.ksap-lms-polish-order-received .woocommerce-bacs-bank-details li,
body.woocommerce-order-received .woocommerce-bacs-bank-details li {
	margin: 0 !important;
	padding: 16px;
	border: 1px solid #dbeafe;
	border-radius: 10px;
	background: rgba(255, 255, 255, .72);
	color: #334155;
	font-weight: 700;
}

body.ksap-lms-polish-order-received table.shop_table,
body.woocommerce-order-received table.shop_table {
	width: 100%;
	margin: 0 !important;
	border: 0 !important;
	border-collapse: separate;
	border-spacing: 0;
}

body.ksap-lms-polish-order-received table.shop_table th,
body.ksap-lms-polish-order-received table.shop_table td,
body.woocommerce-order-received table.shop_table th,
body.woocommerce-order-received table.shop_table td {
	padding: 16px !important;
	border: 0 !important;
	border-bottom: 1px solid #e2e8f0 !important;
	color: #334155;
	font-size: .95rem;
	line-height: 1.5;
}

body.ksap-lms-polish-order-received table.shop_table thead th,
body.woocommerce-order-received table.shop_table thead th {
	background: #f8fafc;
	color: #64748b;
	font-size: .82rem;
	font-weight: 800;
}

body.ksap-lms-polish-order-received table.shop_table a,
body.woocommerce-order-received table.shop_table a {
	color: #0f172a;
	font-weight: 800;
	text-decoration: none;
}

body.ksap-lms-polish-order-received table.shop_table img,
body.woocommerce-order-received table.shop_table img {
	width: 52px;
	height: 52px;
	margin-right: 12px;
	border: 1px solid #e2e8f0;
	border-radius: 8px;
	object-fit: cover;
	vertical-align: middle;
}

body.ksap-lms-polish-order-received table.shop_table td.product-name > a:has(img),
body.ksap-lms-polish-order-received table.shop_table td.woocommerce-table__product-name > a:has(img),
body.woocommerce-order-received table.shop_table td.product-name > a:has(img),
body.woocommerce-order-received table.shop_table td.woocommerce-table__product-name > a:has(img) {
	display: none !important;
}

body.ksap-lms-polish-order-received table.shop_table tfoot th,
body.ksap-lms-polish-order-received table.shop_table tfoot td,
body.woocommerce-order-received table.shop_table tfoot th,
body.woocommerce-order-received table.shop_table tfoot td {
	background: #f8fafc;
	font-weight: 800;
}

body.ksap-lms-polish-order-received table.shop_table tfoot tr:last-child th,
body.ksap-lms-polish-order-received table.shop_table tfoot tr:last-child td,
body.woocommerce-order-received table.shop_table tfoot tr:last-child th,
body.woocommerce-order-received table.shop_table tfoot tr:last-child td {
	border-bottom: 0 !important;
	color: #0f172a;
	font-size: 1.05rem;
}

body.ksap-lms-polish-order-received .woocommerce-customer-details address,
body.woocommerce-order-received .woocommerce-customer-details address,
body.ksap-lms-polish-order-received .woocommerce-customer-details dl,
body.woocommerce-order-received .woocommerce-customer-details dl {
	margin: 0 !important;
	padding: 18px !important;
	border: 1px solid #e2e8f0 !important;
	border-radius: 10px;
	background: #f8fafc;
	color: #334155;
	font-style: normal;
	line-height: 1.7;
}

body.ksap-lms-polish-order-received .woocommerce-customer-details dl,
body.woocommerce-order-received .woocommerce-customer-details dl {
	display: grid;
	grid-template-columns: 110px minmax(0, 1fr);
	gap: 8px 14px;
	margin-bottom: 18px !important;
}

body.ksap-lms-polish-order-received .woocommerce-customer-details dt,
body.woocommerce-order-received .woocommerce-customer-details dt {
	color: #64748b;
	font-weight: 800;
}

body.ksap-lms-polish-order-received .woocommerce-customer-details dd,
body.woocommerce-order-received .woocommerce-customer-details dd {
	margin: 0;
	color: #0f172a;
	font-weight: 700;
	word-break: break-word;
}

@media (max-width: 782px) {
	body.single-courses #main {
		padding-top: calc(var(--ksap-header-height, 70px) + 20px) !important;
	}

	body.single-courses .tutor-course-details-page {
		padding: 0 12px 118px;
	}

	body.single-courses .tutor-course-details-title {
		font-size: 1.6rem !important;
		line-height: 1.25 !important;
	}

	body.single-courses .tutor-course-details-info {
		margin-top: 12px !important;
	}

	body.single-courses .tutor-course-thumbnail img {
		width: 100%;
		border-radius: 8px;
	}

	body.single-courses .tutor-course-details-content p,
	body.single-courses .tutor-course-details-content li {
		font-size: .96rem;
		line-height: 1.78;
	}

	body.single-courses #ch-plugin-script {
		display: none !important;
	}

	body.single-courses #ksap-scroll-top {
		display: none !important;
	}

	body.single-courses #ksap-mobile-bottom-bar .ksap-bar-inner {
		padding-right: 108px;
	}

	body.ksap-lms-polish-login #content,
	body.page-id-4549 #content {
		padding: calc(var(--ksap-header-height, 70px) + 28px) 14px 80px !important;
	}

	body.ksap-lms-polish-login .post-content,
	body.page-id-4549 .post-content {
		width: min(100%, 460px);
	}

	body.ksap-lms-polish-login .ksap-login-shell,
	body.page-id-4549 .ksap-login-shell {
		display: block;
		border-radius: 14px;
		box-shadow: 0 18px 45px rgba(15, 23, 42, .08);
	}

	body.ksap-lms-polish-login .ksap-login-intro,
	body.page-id-4549 .ksap-login-intro {
		display: none;
	}

	body.ksap-lms-polish-login .ksap-login-card,
	body.page-id-4549 .ksap-login-card {
		padding: 24px 18px;
	}

	body.ksap-lms-polish-login .cosmosfarm-members-form.signin-form,
	body.page-id-4549 .cosmosfarm-members-form.signin-form,
	body.ksap-lms-polish-login .lost-password,
	body.page-id-4549 .lost-password {
		max-width: none;
	}

	body.ksap-lms-polish-order-received #content,
	body.woocommerce-order-received #content {
		padding: 24px 14px 88px !important;
	}

	body.ksap-lms-polish-order-received .woocommerce-thankyou-order-received,
	body.woocommerce-order-received .woocommerce-thankyou-order-received {
		padding: 24px;
		font-size: 1.35rem;
	}

	body.ksap-lms-polish-order-received .woocommerce-thankyou-order-received::before,
	body.woocommerce-order-received .woocommerce-thankyou-order-received::before,
	body.ksap-lms-polish-order-received .woocommerce-thankyou-order-received::after,
	body.woocommerce-order-received .woocommerce-thankyou-order-received::after {
		display: none;
	}

	body.ksap-lms-polish-order-received .woocommerce-order-overview,
	body.woocommerce-order-received .woocommerce-order-overview,
	body.ksap-lms-polish-order-received .woocommerce-bacs-bank-details ul,
	body.woocommerce-order-received .woocommerce-bacs-bank-details ul,
	body.ksap-lms-polish-order-received .woocommerce-form-login,
	body.woocommerce-order-received .woocommerce-form-login {
		grid-template-columns: 1fr;
	}

	body.ksap-lms-polish-order-received .wc-block-components-notice-banner,
	body.woocommerce-order-received .wc-block-components-notice-banner,
	body.ksap-lms-polish-order-received .woocommerce-form-login,
	body.woocommerce-order-received .woocommerce-form-login,
	body.ksap-lms-polish-order-received .woocommerce-bacs-bank-details,
	body.woocommerce-order-received .woocommerce-bacs-bank-details,
	body.ksap-lms-polish-order-received .woocommerce-order-details,
	body.woocommerce-order-received .woocommerce-order-details,
	body.ksap-lms-polish-order-received .woocommerce-customer-details,
	body.woocommerce-order-received .woocommerce-customer-details {
		padding: 20px !important;
	}

	body.ksap-lms-polish-order-received .woocommerce h2,
	body.ksap-lms-polish-order-received .woocommerce h3,
	body.woocommerce-order-received .woocommerce h2,
	body.woocommerce-order-received .woocommerce h3 {
		font-size: 1.25rem !important;
	}

	body.ksap-lms-polish-order-received table.shop_table,
	body.woocommerce-order-received table.shop_table {
		display: block;
		overflow-x: auto;
		white-space: nowrap;
	}

	body.ksap-lms-polish-order-received .woocommerce-customer-details dl,
	body.woocommerce-order-received .woocommerce-customer-details dl {
		grid-template-columns: 1fr;
	}

	body.ksap-lms-polish-order-received .ksap-order-account-link,
	body.woocommerce-order-received .ksap-order-account-link {
		width: 100%;
		margin-right: 0 !important;
		margin-left: 0 !important;
	}
}
