.woocommerce-account .entry-content > .woocommerce,
.woocommerce-account .woocommerce {
	display: flow-root;
}

.lp-wc-account-unifier__sidebar-profile {
	align-items: center;
	box-sizing: border-box;
	display: grid;
	gap: 14px;
	grid-template-columns: 88px minmax(0, 1fr);
	margin-bottom: 18px;
	width: 230px;
}

.lp-wc-account-unifier__sidebar-avatar {
	min-width: 0;
}

.lp-wc-account-unifier__sidebar-avatar img {
	border-radius: 50%;
	display: block;
	height: 88px;
	width: 88px;
}

.lp-wc-account-unifier__sidebar-name {
	color: #21242d;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.25;
	min-width: 0;
	overflow-wrap: anywhere;
}

.woocommerce-account .woocommerce-MyAccount-navigation {
	float: left;
	position: static;
	top: auto;
	width: 230px;
}

.woocommerce-account .woocommerce-MyAccount-navigation .lp-wc-account-unifier__sidebar-profile {
	float: none;
	margin-bottom: 18px;
	width: 100%;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul {
	background: #f5f5f5;
	list-style: none;
	margin: 0;
	padding: 0;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li {
	display: block;
	margin: 0;
	width: 100%;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li a {
	background: transparent;
	border-bottom: 0 !important;
	color: #555;
	display: block;
	font-size: 15px;
	font-weight: 500;
	line-height: 1.25;
	padding: 16px 16px;
	text-decoration: none;
	transition: all 0.18s ease;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li a::after,
.woocommerce-account .woocommerce-MyAccount-navigation ul li a::before {
	display: none !important;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li.is-active a,
.woocommerce-account .woocommerce-MyAccount-navigation ul li a:hover {
	background: #a63e20;
	color: #fff;
}

.woocommerce-account .woocommerce-MyAccount-content {
	background: transparent;
	clear: none !important;
	float: right;
	min-width: 0;
	margin-top: 0;
	padding-top: 0;
	vertical-align: top;
	width: calc(100% - 258px);
}

.woocommerce-account .woocommerce-MyAccount-content > *:first-child {
	margin-top: 0 !important;
}

.woocommerce-account .woocommerce-MyAccount-content > .woocommerce-notices-wrapper:first-child + *,
.woocommerce-account .woocommerce-MyAccount-content > .woocommerce-message:first-child + *,
.woocommerce-account .woocommerce-MyAccount-content > .woocommerce-info:first-child + *,
.woocommerce-account .woocommerce-MyAccount-content > .woocommerce-error:first-child + * {
	margin-top: 0 !important;
}

.woocommerce-account .woocommerce-MyAccount-content > p:first-child,
.woocommerce-account .woocommerce-MyAccount-content > .woocommerce-message,
.woocommerce-account .woocommerce-MyAccount-content > .woocommerce-info,
.woocommerce-account .woocommerce-MyAccount-content > .woocommerce-error,
.woocommerce-account .woocommerce-MyAccount-content form,
.woocommerce-account .woocommerce-MyAccount-content table,
.woocommerce-account .woocommerce-MyAccount-content .addresses,
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-Address,
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-orders-table,
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-table,
.lp-wc-account-unifier__panel,
.lp-wc-account-unifier__view {
	background: #fff;
	border: 1px solid #efefef;
	border-radius: 8px;
	box-shadow: none;
	margin-bottom: 24px;
	padding: 24px;
}

.woocommerce-account .woocommerce-MyAccount-content table th,
.woocommerce-account .woocommerce-MyAccount-content table td {
	border-color: #efefef;
}

.woocommerce-account .woocommerce-MyAccount-content .button,
.woocommerce-account .woocommerce-MyAccount-content button,
.woocommerce-account .woocommerce-MyAccount-content input.button,
.lp-wc-account-unifier__quick-link,
.lp-wc-account-unifier__inline-link {
	align-items: center;
	background: #a63e20;
	border: 1px solid #a63e20;
	border-radius: 4px;
	box-shadow: none;
	color: #fff;
	display: inline-flex;
	font-size: 13px;
	font-weight: 600;
	padding: 11px 16px;
	text-decoration: none;
	transition: all 0.18s ease;
}

.woocommerce-account .woocommerce-MyAccount-content .button:hover,
.woocommerce-account .woocommerce-MyAccount-content button:hover,
.woocommerce-account .woocommerce-MyAccount-content input.button:hover,
.lp-wc-account-unifier__quick-link:hover,
.lp-wc-account-unifier__inline-link:hover {
	background: #8f3218;
	border-color: #8f3218;
	color: #fff;
}

.woocommerce-account .woocommerce-MyAccount-content input:not([type="submit"]):not([type="button"]):not([type="checkbox"]):not([type="radio"]),
.woocommerce-account .woocommerce-MyAccount-content textarea,
.woocommerce-account .woocommerce-MyAccount-content select {
	border: 1px solid #e5e7eb;
	border-radius: 6px;
	padding: 12px 14px;
}

.lp-wc-account-unifier__view-header {
	margin-bottom: 18px;
}

.lp-wc-account-unifier__view-header h2,
.lp-wc-account-unifier__panel h3 {
	color: #23262f;
	font-size: 20px;
	font-weight: 700;
	letter-spacing: -0.02em;
	margin: 0 0 8px;
}

.lp-wc-account-unifier__view-header p {
	color: #6b7280;
	margin: 0;
}

.lp-wc-account-unifier__hero {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 18px 22px;
}

.lp-wc-account-unifier__hero h3 {
	margin-bottom: 0;
}

.lp-wc-account-unifier__panel > *:first-child {
	margin-top: 0;
}

.lp-wc-account-unifier__course-stats {
	display: grid;
	gap: 18px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	margin-bottom: 24px;
}

.lp-wc-account-unifier__stat-card {
	align-items: center;
	background: #f7f7f7;
	border-radius: 10px;
	display: flex;
	gap: 16px;
	min-height: 90px;
	padding: 18px 20px;
}

.lp-wc-account-unifier__stat-card strong {
	color: #22242b;
	display: block;
	font-size: 18px;
	line-height: 1.1;
}

.lp-wc-account-unifier__stat-card .lp-wc-account-unifier__stat-label {
	color: #555;
	display: block;
	font-size: 14px;
	font-weight: 500;
	margin-bottom: 6px;
}

.lp-wc-account-unifier__stat-card::before {
	align-items: center;
	border-radius: 50%;
	content: "";
	display: inline-flex;
	flex: 0 0 44px;
	height: 44px;
	justify-content: center;
	width: 44px;
}

.lp-wc-account-unifier__stat-card.is-enrolled::before {
	background: #e7f7f5;
}

.lp-wc-account-unifier__stat-card.is-progress::before {
	background: #f4ebff;
}

.lp-wc-account-unifier__stat-card.is-finished::before {
	background: #ecebff;
}

.lp-wc-account-unifier__stat-card.is-passed::before {
	background: #eaf7df;
}

.lp-wc-account-unifier__stat-card.is-failed::before {
	background: #fde9e5;
}

.lp-wc-account-unifier__course-filters {
	border-bottom: 1px solid #efefef;
	display: flex;
	flex-wrap: wrap;
	gap: 22px;
	margin-bottom: 8px;
	padding-bottom: 12px;
}

.lp-wc-account-unifier__course-filter {
	color: #22242b;
	font-size: 18px;
	font-weight: 700;
	position: relative;
	text-decoration: none;
}

.lp-wc-account-unifier__course-filter.is-active {
	color: #b5482a;
}

.lp-wc-account-unifier__course-filter.is-active::after {
	background: #b5482a;
	bottom: -13px;
	content: "";
	height: 2px;
	left: 0;
	position: absolute;
	right: 0;
}

.lp-wc-account-unifier__course-table {
	margin-top: 10px;
}

.lp-wc-account-unifier__courses-app .learn-press-profile-course__statistic,
.lp-wc-account-unifier__courses-app #dashboard-statistic {
	margin-bottom: 24px;
}

.lp-wc-account-unifier__courses-app .dashboard-statistic__row {
	display: grid;
	gap: 18px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.lp-wc-account-unifier__courses-app .statistic-box {
	background: #f7f7f7;
	border-radius: 10px;
	margin: 0;
	min-height: 90px;
	padding: 18px 20px;
}

.lp-wc-account-unifier__courses-app .statistic-box__text {
	color: #555;
	font-size: 14px;
	font-weight: 500;
	margin: 0 0 8px;
}

.lp-wc-account-unifier__courses-app .statistic-box__number {
	color: #22242b;
	font-size: 28px;
	font-weight: 700;
	line-height: 1;
}

.lp-wc-account-unifier__courses-app .lp_profile_course_progress {
	border-collapse: collapse;
	width: 100%;
}

.lp-wc-account-unifier__courses-app .lp_profile_course_progress th,
.lp-wc-account-unifier__courses-app .lp_profile_course_progress td {
	border-color: #efefef;
	padding: 16px 10px;
	vertical-align: middle;
}

.lp-wc-account-unifier__courses-app .lp_profile_course_progress img {
	border-radius: 6px;
	display: block;
	height: 82px;
	object-fit: cover;
	width: 148px;
}

.lp-wc-account-unifier__courses-app .lp_profile_course_progress__nav {
	margin-top: 18px;
}

.lp-wc-account-unifier__courses-app .lp-button {
	align-items: center;
	background: #a63e20;
	border: 1px solid #a63e20;
	border-radius: 4px;
	box-shadow: none;
	color: #fff;
	display: inline-flex;
	font-size: 13px;
	font-weight: 600;
	padding: 11px 16px;
	text-decoration: none;
	transition: all 0.18s ease;
}

.lp-wc-account-unifier__courses-app .lp-button:hover {
	background: #8f3218;
	border-color: #8f3218;
	color: #fff;
}

.lp-wc-account-unifier__loading-block,
.lp-wc-account-unifier__message {
	color: #6b7280;
	font-size: 15px;
}

.lp-wc-account-unifier__message.is-error {
	color: #b91c1c;
}

.lp-wc-account-unifier__course-table-head {
	color: #555;
	display: grid;
	font-size: 14px;
	font-weight: 600;
	gap: 16px;
	grid-template-columns: minmax(0, 1fr) 90px 180px 90px;
	padding: 16px 10px;
}

.lp-wc-account-unifier__course-list {
	display: grid;
	gap: 0;
	list-style: none;
	margin: 0;
	padding: 0;
}

.lp-wc-account-unifier__course-item {
	align-items: center;
	background: #fff;
	border-top: 1px solid #efefef;
	display: grid;
	gap: 16px;
	grid-template-columns: minmax(0, 1fr) 90px 180px 90px;
	padding: 16px 10px;
}

.lp-wc-account-unifier__course-main {
	align-items: center;
	display: flex;
	gap: 20px;
	min-width: 0;
}

.lp-wc-account-unifier__course-thumb {
	background: #f3f4f6;
	border-radius: 6px;
	flex: 0 0 148px;
	height: 82px;
	overflow: hidden;
}

.lp-wc-account-unifier__course-thumb img {
	display: block;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.lp-wc-account-unifier__course-thumb-placeholder {
	background: linear-gradient(135deg, #eef1f4 0%, #dde4ea 100%);
	height: 100%;
	width: 100%;
}

.lp-wc-account-unifier__course-copy {
	min-width: 0;
}

.lp-wc-account-unifier__course-copy a {
	color: #1f2937;
	display: inline-block;
	font-size: 15px;
	font-weight: 700;
	line-height: 1.3;
	max-width: 280px;
	text-decoration: none;
}

.lp-wc-account-unifier__course-copy a:hover {
	color: #a63e20;
}

.lp-wc-account-unifier__course-result,
.lp-wc-account-unifier__course-meta {
	color: #3f3f46;
	font-size: 14px;
	font-weight: 600;
}

@media (max-width: 640px) {
	.woocommerce-account .woocommerce-MyAccount-navigation {
		float: none;
		position: static;
		width: 100%;
	}

	.lp-wc-account-unifier__sidebar-profile {
		width: 100%;
	}

	.woocommerce-account .woocommerce-MyAccount-navigation ul {
		display: flex;
		flex-wrap: wrap;
		gap: 10px;
	}

	.woocommerce-account .woocommerce-MyAccount-navigation ul li a {
		border-radius: 999px;
		padding: 10px 14px;
	}

	.woocommerce-account .woocommerce-MyAccount-content {
		float: none;
		width: 100%;
	}

	.lp-wc-account-unifier__sidebar-profile {
		display: flex;
		grid-template-columns: none;
		margin-bottom: 18px;
		width: 100%;
	}

	.lp-wc-account-unifier__hero {
		align-items: flex-start;
		flex-direction: column;
		gap: 10px;
	}

	.lp-wc-account-unifier__course-stats {
		grid-template-columns: 1fr;
	}

	.lp-wc-account-unifier__course-table-head {
		display: none;
	}

	.lp-wc-account-unifier__course-item {
		grid-template-columns: 1fr;
		padding: 16px 0;
	}

	.lp-wc-account-unifier__course-main {
		align-items: flex-start;
		flex-direction: column;
	}

	.lp-wc-account-unifier__course-thumb {
		width: 100%;
	}
}
