.woocommerce-account .dashboard-links {
	display: none;
}

.woocommerce-account .woocommerce,
.edu-mcm-dashboard,
.edu-mcm-profile {
	box-sizing: border-box;
	width: 100%;
	max-width: 1120px;
	margin: 0 auto 42px;
	color: #20242a;
}

.woocommerce-account .woocommerce *,
.woocommerce-account .woocommerce *::before,
.woocommerce-account .woocommerce *::after {
	box-sizing: border-box;
}

.woocommerce-account .woocommerce-MyAccount-content {
	float: none;
	width: 100%;
	max-width: 1120px;
	margin: 0 auto;
}

.edu-mcm-dashboard__header,
.edu-mcm-profile__header,
.edu-mcm-endpoint-header {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 24px;
	padding: 26px 0;
	border-top: 1px solid #eceff1;
	border-bottom: 1px solid #eceff1;
}

.edu-mcm-profile {
	border: 1px solid #e4e7ea;
	border-radius: 8px;
	background: #fff;
	overflow: hidden;
}

.edu-mcm-profile__header {
	align-items: flex-start;
	padding: 28px 30px;
	border-top: 0;
	background: #fff;
}

.edu-mcm-eyebrow {
	margin: 0 0 4px;
	color: #d9272e;
	font-size: 12px;
	font-weight: 800;
	letter-spacing: 0;
	text-transform: uppercase;
}

.edu-mcm-dashboard h2,
.edu-mcm-profile h2,
.edu-mcm-endpoint-header h2 {
	margin: 0;
	color: #15181c;
	font-size: 28px;
	line-height: 1.2;
	letter-spacing: 0;
}

.edu-mcm-dashboard p,
.edu-mcm-profile__header p,
.edu-mcm-endpoint-header p {
	max-width: 680px;
	margin: 8px 0 0;
	color: #66707a;
	font-size: 15px;
	line-height: 1.55;
}

.edu-mcm-avatar {
	display: none;
}

.edu-mcm-back-link,
.edu-mcm-action b,
.woocommerce-account .woocommerce-MyAccount-content a.button,
.woocommerce-account .woocommerce-MyAccount-content button.button,
.woocommerce-account .woocommerce-MyAccount-content .button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 38px;
	padding: 0 15px;
	border: 1px solid #d9272e;
	border-radius: 6px;
	background: #fff;
	color: #d9272e;
	font-size: 13px;
	font-style: normal;
	font-weight: 800;
	line-height: 1;
	letter-spacing: 0;
	text-decoration: none;
	transition: background-color .18s ease, border-color .18s ease, color .18s ease;
}

.edu-mcm-back-link:hover,
.edu-mcm-action:hover b,
.woocommerce-account .woocommerce-MyAccount-content a.button:hover,
.woocommerce-account .woocommerce-MyAccount-content button.button:hover,
.woocommerce-account .woocommerce-MyAccount-content .button:hover {
	border-color: #b81d23;
	background: #d9272e;
	color: #fff;
}

.edu-mcm-actions {
	display: block;
	margin-top: 16px;
	border: 1px solid #e4e7ea;
	border-radius: 8px;
	background: #fff;
	overflow: hidden;
}

.edu-mcm-action {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	align-items: center;
	gap: 18px;
	min-height: 72px;
	padding: 16px 18px;
	border-bottom: 1px solid #edf0f2;
	color: #1f2a37;
	text-decoration: none;
	transition: background-color .18s ease, color .18s ease;
}

.edu-mcm-action:last-child {
	border-bottom: 0;
}

.edu-mcm-action:hover {
	background: #fff7f7;
	color: #d9272e;
}

.edu-mcm-action span {
	display: grid;
	gap: 3px;
	min-width: 0;
}

.edu-mcm-action strong,
.edu-mcm-action small {
	overflow-wrap: anywhere;
	letter-spacing: 0;
}

.edu-mcm-action strong {
	font-size: 16px;
	font-weight: 800;
}

.edu-mcm-action small {
	color: #6d7680;
	font-size: 13px;
	line-height: 1.35;
}

.edu-mcm-section {
	padding: 28px 30px;
	border-top: 1px solid #eceff1;
}

.edu-mcm-section:first-of-type {
	border-top: 0;
}

.edu-mcm-section h3,
.woocommerce-account .woocommerce-MyAccount-content h3 {
	margin: 0 0 18px;
	color: #15181c;
	font-size: 18px;
	font-weight: 900;
	line-height: 1.3;
	letter-spacing: 0;
}

.edu-mcm-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 16px 18px;
}

.edu-mcm-profile-form .form-row {
	float: none !important;
	width: auto !important;
	margin: 0 !important;
	padding: 0 !important;
}

.edu-mcm-profile-form label,
.woocommerce-account .woocommerce-MyAccount-content .form-table th label,
.woocommerce-account .woocommerce-MyAccount-content label {
	display: block;
	margin: 0 0 7px;
	color: #333b45;
	font-size: 13px;
	font-weight: 800;
	line-height: 1.3;
	letter-spacing: 0;
}

.edu-mcm-profile-form input[type="text"],
.edu-mcm-profile-form input[type="email"],
.edu-mcm-profile-form input[type="tel"],
.edu-mcm-profile-form input[type="password"],
.edu-mcm-profile-form select,
.woocommerce-account .woocommerce-MyAccount-content .form-table input[type="text"],
.woocommerce-account .woocommerce-MyAccount-content .form-table input[type="email"],
.woocommerce-account .woocommerce-MyAccount-content .form-table input[type="tel"],
.woocommerce-account .woocommerce-MyAccount-content .form-table textarea,
.woocommerce-account .woocommerce-MyAccount-content .form-table select {
	width: 100% !important;
	min-height: 46px;
	margin: 0;
	border: 1px solid #d9dee4;
	border-radius: 6px;
	background: #fff;
	box-shadow: none;
	color: #1f2933;
	font-size: 15px;
	line-height: 1.35;
	letter-spacing: 0;
	transition: border-color .18s ease, box-shadow .18s ease;
}

.woocommerce-account .woocommerce-MyAccount-content .form-table textarea {
	min-height: 96px;
	padding: 10px 12px;
}

.edu-mcm-profile-form input:focus,
.edu-mcm-profile-form select:focus,
.woocommerce-account .woocommerce-MyAccount-content .form-table input:focus,
.woocommerce-account .woocommerce-MyAccount-content .form-table textarea:focus,
.woocommerce-account .woocommerce-MyAccount-content .form-table select:focus {
	border-color: #d9272e;
	box-shadow: 0 0 0 3px rgba(217, 39, 46, .12);
	outline: 0;
}

.edu-mcm-profile-form .required {
	color: #d9272e;
}

.edu-mcm-submit {
	display: flex;
	justify-content: flex-end;
	padding: 24px 30px 30px;
	border-top: 1px solid #eceff1;
}

.edu-mcm-submit .button,
.woocommerce-account .woocommerce-MyAccount-content button.button-primary {
	min-width: 190px;
	margin: 0;
	border-color: #d9272e;
	background: #d9272e;
	color: #fff;
}

.edu-mcm-submit .button:hover,
.woocommerce-account .woocommerce-MyAccount-content button.button-primary:hover {
	border-color: #b81d23;
	background: #b81d23;
	color: #fff;
}

.edu-mcm-profile-form .iti {
	width: 100%;
}

.edu-mcm-profile-form .iti input.js-edu-mcm-phone {
	width: 100%;
}

.edu-mcm-cep-status {
	display: block;
	min-height: 18px;
	margin-top: 6px;
	color: #68727d;
	font-size: 12px;
	line-height: 1.4;
}

.edu-mcm-cep-status[data-state="success"] {
	color: #287a46;
}

.edu-mcm-cep-status[data-state="error"] {
	color: #b81d23;
}

.edu-mcm-cep-status[data-state="loading"] {
	color: #5b6670;
}

.js-edu-mcm-cep.is-loading {
	background-image: linear-gradient(90deg, rgba(217,39,46,.05), rgba(217,39,46,.12), rgba(217,39,46,.05));
	background-size: 200% 100%;
	animation: edu-mcm-loading 1.1s linear infinite;
}

@keyframes edu-mcm-loading {
	to {
		background-position: -200% 0;
	}
}

.edu-mcm-endpoint-header {
	margin-bottom: 18px;
}

.edu-mcm-endpoint-header + h2 {
	display: none;
}

.woocommerce-account .woocommerce-MyAccount-content .woocommerce-order-details__title {
	display: none;
}

.woocommerce-account .woocommerce-MyAccount-content > p,
.woocommerce-account .woocommerce-MyAccount-content > h2 + p {
	margin: 0 0 18px;
	color: #5d6670;
	font-size: 15px;
	line-height: 1.6;
}

.edu-mcm-endpoint-header + h2 + p {
	padding: 24px;
	border: 1px solid #e4e7ea;
	border-radius: 8px;
	background: #fff;
	color: #59636f;
}

.woocommerce-account .woocommerce-message,
.woocommerce-account .woocommerce-info,
.woocommerce-account .woocommerce-error {
	margin: 0 0 18px;
	border: 1px solid #e4e7ea;
	border-radius: 8px;
	background: #fff;
	box-shadow: none;
	color: #29323d;
}

.woocommerce-account table.shop_table {
	width: 100%;
	margin: 0 0 22px;
	border: 1px solid #e4e7ea;
	border-collapse: separate;
	border-spacing: 0;
	border-radius: 8px;
	background: #fff;
	overflow: hidden;
}

.woocommerce-account table.shop_table th,
.woocommerce-account table.shop_table td {
	padding: 14px 16px;
	border: 0;
	border-bottom: 1px solid #edf0f2;
	color: #28313c;
	font-size: 14px;
	line-height: 1.45;
	vertical-align: middle;
}

.woocommerce-account table.shop_table tr:last-child th,
.woocommerce-account table.shop_table tr:last-child td {
	border-bottom: 0;
}

.woocommerce-account table.shop_table thead th {
	background: #f6f7f8;
	color: #4d5763;
	font-size: 12px;
	font-weight: 900;
	text-transform: uppercase;
	letter-spacing: 0;
}

.woocommerce-account table.shop_table a {
	color: #d9272e;
	font-weight: 800;
	text-decoration: none;
}

.woocommerce-account table.shop_table .woocommerce-orders-table__cell-order-status {
	font-weight: 800;
}

.woocommerce-account .woocommerce-MyAccount-content > ul {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 12px;
	margin: 0 0 22px !important;
	padding: 0 !important;
	list-style: none !important;
}

.woocommerce-account .woocommerce-MyAccount-content > ul > li {
	margin: 0 !important;
}

.woocommerce-account .woocommerce-MyAccount-content > ul > li > a.button {
	justify-content: flex-start;
	width: 100%;
	min-height: 52px;
	padding: 0 16px;
	border-color: #e4e7ea;
	background: #fff;
	color: #222b36;
	line-height: 1.25;
	text-align: left;
	white-space: normal;
}

.woocommerce-account .woocommerce-MyAccount-content > ul > li > a.button:hover {
	border-color: #d9272e;
	background: #fff7f7;
	color: #d9272e;
}

.woocommerce-account .woocommerce-MyAccount-content .form-table,
.woocommerce-account .woocommerce-MyAccount-content .form-table tbody,
.woocommerce-account .woocommerce-MyAccount-content .form-table tr,
.woocommerce-account .woocommerce-MyAccount-content .form-table th,
.woocommerce-account .woocommerce-MyAccount-content .form-table td {
	display: block;
	width: 100%;
	margin: 0;
	padding: 0;
	border: 0;
}

.woocommerce-account .woocommerce-MyAccount-content .form-table {
	margin: 0 0 22px;
}

.woocommerce-account .woocommerce-MyAccount-content .form-table tbody {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 16px 18px;
	padding: 24px;
	border: 1px solid #e4e7ea;
	border-radius: 8px;
	background: #fff;
}

.woocommerce-account .woocommerce-MyAccount-content .form-table tr:has(th[colspan]) {
	grid-column: 1 / -1;
	padding-top: 12px;
	border-top: 1px solid #edf0f2;
}

.woocommerce-account .woocommerce-MyAccount-content .form-table tr:has(textarea),
.woocommerce-account .woocommerce-MyAccount-content .form-table tr:has(th[colspan]) {
	grid-column: 1 / -1;
}

.woocommerce-account .woocommerce-MyAccount-content #map_manual {
	height: 420px !important;
	margin: 0 0 18px;
	border: 1px solid #e4e7ea;
	border-radius: 8px;
	overflow: hidden;
}

.edu-notif-account {
	border: 1px solid #e4e7ea;
	border-radius: 8px;
	background: #fff;
	overflow: hidden;
}

.edu-notif-account-head {
	display: grid;
	grid-template-columns: auto minmax(0, 1fr);
	align-items: center;
	gap: 16px;
	padding: 22px;
	border-bottom: 1px solid #edf0f2;
	background: #f8fafb;
}

.edu-notif-account-counter {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 44px;
	height: 36px;
	padding: 0 12px;
	border-radius: 6px;
	background: #d9272e;
	color: #fff;
	font-size: 16px;
	font-weight: 900;
}

.edu-notif-account-head h2 {
	margin: 0;
	font-size: 20px;
	line-height: 1.25;
}

.edu-notif-account-head p {
	margin: 4px 0 0;
	color: #66707a;
	font-size: 14px;
}

.edu-notif-account-actions {
	grid-column: 1 / -1;
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}

.edu-notif-account-actions button,
.edu-notif-toolbar button,
.edu-notif-push button {
	min-height: 36px;
	padding: 0 12px;
	border: 1px solid #d8dde3;
	border-radius: 6px;
	background: #fff;
	color: #26313d;
	font-size: 12px;
	font-weight: 800;
}

.edu-notif-account-list,
.edu-notif-empty {
	padding: 18px 22px;
}

.edu-mcm-auth {
	width: 100%;
	max-width: 920px;
	margin: 0 auto 42px;
	padding: 0 18px;
	color: #20242a;
}

.edu-mcm-auth__header {
	padding: 26px 0;
	border-top: 1px solid #eceff1;
	border-bottom: 1px solid #eceff1;
	text-align: center;
}

.edu-mcm-auth__header h2 {
	margin: 0;
	color: #15181c;
	font-size: 30px;
	line-height: 1.2;
	letter-spacing: 0;
}

.edu-mcm-auth__header p {
	max-width: 620px;
	margin: 8px auto 0;
	color: #66707a;
	font-size: 15px;
	line-height: 1.55;
}

.edu-mcm-auth__layout {
	display: block;
	max-width: 920px;
	margin: 18px auto 0;
}

.edu-mcm-auth__layout--single {
	max-width: 920px;
}

.edu-mcm-auth-panel {
	padding: 28px;
	border: 1px solid #e4e7ea;
	border-radius: 8px;
	background: #fff;
}

.edu-mcm-auth-panel--login {
	width: 100%;
	max-width: 640px;
	margin: 0 auto;
}

.edu-mcm-auth-panel--register {
	max-width: 920px;
	margin: 18px auto 0;
}

.edu-mcm-auth-panel--register[hidden] {
	display: none;
}

.edu-mcm-auth-panel h3 {
	margin: 0 0 20px;
	color: #15181c;
	font-size: 22px;
	font-weight: 900;
	line-height: 1.25;
	letter-spacing: 0;
}

.edu-mcm-auth .form-row {
	float: none !important;
	width: auto !important;
	margin: 0 0 16px !important;
	padding: 0 !important;
}

.edu-mcm-auth label {
	display: block;
	margin: 0 0 7px;
	color: #333b45;
	font-size: 13px;
	font-weight: 800;
	line-height: 1.3;
	letter-spacing: 0;
}

.edu-mcm-auth input[type="text"],
.edu-mcm-auth input[type="email"],
.edu-mcm-auth input[type="tel"],
.edu-mcm-auth input[type="password"],
.edu-mcm-auth select {
	width: 100%;
	height: 48px;
	margin: 0;
	border: 1px solid #d9dee4;
	border-radius: 6px;
	background: #fff;
	box-shadow: none;
	color: #1f2933;
	font-size: 15px;
	line-height: 1.3;
	letter-spacing: 0;
}

.edu-mcm-auth input:focus,
.edu-mcm-auth select:focus {
	border-color: #d9272e;
	box-shadow: 0 0 0 3px rgba(217, 39, 46, .12);
	outline: 0;
}

.edu-mcm-auth .iti {
	width: 100%;
}

.edu-mcm-auth .iti input.js-edu-mcm-phone {
	width: 100%;
}

.edu-mcm-password-wrap {
	position: relative;
	display: block;
}

.edu-mcm-password-wrap input {
	padding-right: 86px;
}

.edu-mcm-password-toggle {
	position: absolute;
	top: 50%;
	right: 8px;
	min-width: 68px;
	height: 32px;
	margin: 0;
	padding: 0 10px;
	border: 1px solid #d8dde3;
	border-radius: 6px;
	background: #f8fafb;
	color: #303944;
	font-size: 12px;
	font-weight: 800;
	line-height: 1;
	transform: translateY(-50%);
}

.edu-mcm-password-toggle:hover {
	border-color: #d9272e;
	color: #d9272e;
}

.edu-mcm-auth-options {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	margin: 0 0 18px;
}

.edu-mcm-auth-options label {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	margin: 0;
	font-weight: 700;
}

.edu-mcm-auth-options input[type="checkbox"] {
	width: 16px;
	height: 16px;
	margin: 0;
}

.edu-mcm-auth-options a,
.edu-mcm-auth a {
	color: #d9272e;
	font-weight: 800;
	text-decoration: none;
}

.edu-mcm-auth-note,
.edu-mcm-auth .woocommerce-privacy-policy-text {
	margin: 0 0 18px;
	color: #5d6670;
	font-size: 14px;
	line-height: 1.55;
}

.edu-mcm-auth .woocommerce-privacy-policy-text p {
	margin: 0;
}

.edu-mcm-register-prompt {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 14px;
	margin-top: 22px;
	padding: 15px;
	border: 1px solid #edf0f2;
	border-radius: 8px;
	background: #f8fafb;
}

.edu-mcm-register-prompt strong,
.edu-mcm-register-prompt span {
	display: block;
}

.edu-mcm-register-prompt strong {
	color: #171b20;
	font-size: 15px;
	font-weight: 900;
	line-height: 1.3;
}

.edu-mcm-register-prompt span {
	margin-top: 3px;
	color: #68727d;
	font-size: 13px;
	line-height: 1.45;
}

button.edu-mcm-register-trigger,
button.edu-mcm-register-close,
.edu-mcm-auth button.edu-mcm-register-trigger,
.edu-mcm-auth button.edu-mcm-register-close {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 42px;
	margin: 0;
	padding: 0 18px;
	border: 1px solid #d9272e !important;
	border-radius: 6px !important;
	background: #d9272e !important;
	box-shadow: none;
	color: #fff !important;
	font-size: 13px;
	font-weight: 900;
	line-height: 1;
	letter-spacing: 0;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	white-space: nowrap;
}

button.edu-mcm-register-trigger:hover,
button.edu-mcm-register-close:hover,
.edu-mcm-auth button.edu-mcm-register-trigger:hover,
.edu-mcm-auth button.edu-mcm-register-close:hover {
	border-color: #b81d23;
	background: #b81d23 !important;
	color: #fff;
}

.edu-mcm-register-head {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 18px;
	margin-bottom: 22px;
}

.edu-mcm-register-head h3 {
	margin-bottom: 6px;
}

.edu-mcm-register-head p {
	max-width: 650px;
	margin: 0;
	color: #66707a;
	font-size: 14px;
	line-height: 1.5;
}

.edu-mcm-register-form h4 {
	margin: 22px 0 14px;
	padding-top: 18px;
	border-top: 1px solid #edf0f2;
	color: #15181c;
	font-size: 16px;
	font-weight: 900;
	line-height: 1.3;
	letter-spacing: 0;
}

.edu-mcm-register-form h4:first-of-type {
	margin-top: 6px;
}

.edu-mcm-auth-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 0 18px;
}

.edu-mcm-auth-grid .form-row-wide {
	grid-column: 1 / -1;
}

.edu-mcm-auth .button {
	width: 100%;
	min-height: 46px;
	margin: 0;
	border: 1px solid #d9272e;
	border-radius: 6px;
	background: #d9272e;
	color: #fff;
	font-size: 14px;
	font-weight: 900;
	line-height: 1;
	letter-spacing: 0;
}

.edu-mcm-auth .button:hover {
	border-color: #b81d23;
	background: #b81d23;
	color: #fff;
}

@media (max-width: 849px) {
	.woocommerce-account .woocommerce,
	.edu-mcm-dashboard,
	.edu-mcm-profile,
	.edu-mcm-auth {
		margin-bottom: 30px;
	}

	.edu-mcm-dashboard__header,
	.edu-mcm-profile__header,
	.edu-mcm-endpoint-header {
		align-items: flex-start;
		padding: 22px 0;
	}

	.edu-mcm-profile__header,
	.edu-mcm-section,
	.edu-mcm-submit {
		padding-left: 18px;
		padding-right: 18px;
	}

	.edu-mcm-dashboard h2,
	.edu-mcm-profile h2,
	.edu-mcm-endpoint-header h2,
	.edu-mcm-auth__header h2 {
		font-size: 24px;
	}

	.edu-mcm-grid,
	.edu-mcm-auth-grid,
	.edu-mcm-auth__layout,
	.woocommerce-account .woocommerce-MyAccount-content > ul,
	.woocommerce-account .woocommerce-MyAccount-content .form-table tbody {
		grid-template-columns: 1fr;
	}

	.woocommerce-account table.shop_table thead {
		display: none;
	}

	.woocommerce-account table.shop_table,
	.woocommerce-account table.shop_table tbody,
	.woocommerce-account table.shop_table tr,
	.woocommerce-account table.shop_table th,
	.woocommerce-account table.shop_table td {
		display: block;
		width: 100%;
	}

	.woocommerce-account table.shop_table tr {
		border-bottom: 1px solid #edf0f2;
	}

	.woocommerce-account table.shop_table tr:last-child {
		border-bottom: 0;
	}

	.woocommerce-account table.shop_table td {
		display: grid;
		grid-template-columns: minmax(120px, .45fr) minmax(0, 1fr);
		gap: 12px;
		border-bottom: 0;
	}

	.woocommerce-account table.shop_table td::before {
		content: attr(data-title);
		color: #68727d;
		font-size: 12px;
		font-weight: 900;
		text-transform: uppercase;
	}
}

@media (max-width: 549px) {
	.edu-mcm-dashboard__header,
	.edu-mcm-profile__header,
	.edu-mcm-endpoint-header {
		flex-direction: column;
	}

	.edu-mcm-action {
		grid-template-columns: 1fr;
		gap: 10px;
	}

	.edu-mcm-action b,
	.edu-mcm-submit .button,
	.edu-mcm-back-link {
		width: 100%;
	}

	.woocommerce-account table.shop_table td {
		grid-template-columns: 1fr;
		gap: 4px;
	}

	.edu-mcm-auth-panel {
		padding: 20px 18px;
	}

	.edu-mcm-auth-options {
		align-items: flex-start;
		flex-direction: column;
	}

	.edu-mcm-register-prompt,
	.edu-mcm-register-head {
		grid-template-columns: 1fr;
		flex-direction: column;
	}

	.edu-mcm-register-trigger,
	.edu-mcm-register-close {
		width: 100%;
	}
}
