.smau-shortcode .woocommerce {
	display: flex;
	gap: 30px;
	align-items: flex-start;
}

.smau-shortcode .woocommerce-MyAccount-navigation {
	flex: 0 0 260px;
	background: #ffffff;
	border-radius: 12px;
	box-shadow: 0 4px 24px rgba(0, 0, 0, 0.04);
	overflow: hidden;
}

.smau-shortcode .woocommerce-MyAccount-navigation ul {
	list-style: none !important;
	margin: 0 !important;
	padding: 0 !important;
}

.smau-shortcode .woocommerce-MyAccount-navigation li {
	border-bottom: 1px solid #f0f0f0;
}

.smau-shortcode .woocommerce-MyAccount-navigation li:last-child {
	border-bottom: none;
}

.smau-shortcode .woocommerce-MyAccount-navigation a {
	display: block;
	padding: 20px 25px;
	color: #111111;
	text-decoration: none;
	font-weight: 600;
	transition: all 0.3s ease;
}

.smau-shortcode .woocommerce-MyAccount-navigation li.is-active a {
	background-color: #ECAC1C;
	color: #ffffff;
}

.smau-shortcode .woocommerce-MyAccount-navigation li:not(.is-active) a:hover {
	color: #ECAC1C;
	background-color: #fafafa;
}

.smau-shortcode .woocommerce-MyAccount-content {
	flex: 1;
	background: #ffffff;
	border-radius: 12px;
	box-shadow: 0 4px 24px rgba(0, 0, 0, 0.04);
	padding: 40px;
	color: #444444;
	line-height: 1.6;
}

.smau-shortcode .woocommerce-MyAccount-content a {
	color: #ECAC1C;
	font-weight: 600;
	text-decoration: none;
	transition: color 0.3s ease;
}

.smau-shortcode .woocommerce-MyAccount-content a:hover {
	text-decoration: underline;
	color: #d19614;
}

.smau-shortcode .woocommerce-MyAccount-content form .form-row {
	margin-bottom: 16px;
}

.smau-shortcode .woocommerce-MyAccount-content label {
	display: block;
	margin-bottom: 6px;
	color: #2b2b2b;
	font-weight: 600;
}

.smau-shortcode .woocommerce-MyAccount-content .required {
	color: #ECAC1C;
}

.smau-shortcode .woocommerce-MyAccount-content input[type="text"],
.smau-shortcode .woocommerce-MyAccount-content input[type="email"],
.smau-shortcode .woocommerce-MyAccount-content input[type="password"],
.smau-shortcode .woocommerce-MyAccount-content input[type="tel"],
.smau-shortcode .woocommerce-MyAccount-content textarea,
.smau-shortcode .woocommerce-MyAccount-content select {
	width: 100%;
	border: 1px solid #d6d6d6;
	border-radius: 8px;
	background: #fff;
	color: #222;
	padding: 12px 14px;
	font-size: 16px;
	line-height: 1.3;
	transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.smau-shortcode .woocommerce-MyAccount-content input:focus,
.smau-shortcode .woocommerce-MyAccount-content textarea:focus,
.smau-shortcode .woocommerce-MyAccount-content select:focus {
	outline: none;
	border-color: #ECAC1C;
	box-shadow: 0 0 0 3px rgba(236, 172, 28, 0.2);
}

.smau-shortcode .woocommerce-MyAccount-content em {
	color: #666;
	font-style: italic;
}

.smau-shortcode .woocommerce-MyAccount-content fieldset {
	border: 1px solid #e5e5e5;
	border-radius: 10px;
	padding: 16px 16px 10px;
	margin-top: 10px;
}

.smau-shortcode .woocommerce-MyAccount-content fieldset legend {
	padding: 0 8px;
	font-weight: 600;
	color: #2f2f2f;
}

.smau-shortcode .woocommerce-MyAccount-content button[type="submit"],
.smau-shortcode .woocommerce-MyAccount-content .button {
	background: #ECAC1C;
	border: 1px solid #ECAC1C;
	color: #fff;
	border-radius: 8px;
	padding: 12px 18px;
	font-size: 16px;
	font-weight: 600;
	cursor: pointer;
	text-decoration: none;
}

.smau-shortcode .woocommerce-MyAccount-content button[type="submit"]:hover,
.smau-shortcode .woocommerce-MyAccount-content button[type="submit"]:focus,
.smau-shortcode .woocommerce-MyAccount-content .button:hover,
.smau-shortcode .woocommerce-MyAccount-content .button:focus {
	background: #d9990f;
	border-color: #d9990f;
	color: #fff;
}

.smau-shortcode .smau-card h3 {
	margin: 0 0 10px;
	color: #222;
	font-size: 34px;
	line-height: 1.2;
}

.smau-shortcode .smau-card p {
	margin: 0;
	font-size: 28px;
}

.smau-shortcode .smau-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-top: 18px;
}

.smau-shortcode .smau-extra {
	margin-top: 22px;
	padding-top: 16px;
	border-top: 1px solid #f0f0f0;
}

.smau-shortcode .smau-extra h4 {
	margin: 0 0 8px;
	color: #222;
	font-size: 22px;
}

.smau-shortcode .smau-extra p {
	margin: 0 0 10px;
	font-size: 16px;
	color: #555;
	line-height: 1.5;
}

.smau-shortcode .smau-extra__link {
	color: #ECAC1C;
	font-weight: 700;
	text-decoration: none;
}

.smau-shortcode .smau-extra__link:hover {
	text-decoration: underline;
}

.smau-shortcode .smau-docs__list {
	list-style: none;
	margin: 0;
	padding: 0;
	display: grid;
	gap: 10px;
}

.smau-shortcode .smau-docs__header {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 12px;
	justify-content: space-between;
	margin-bottom: 8px;
}

.smau-shortcode .smau-docs__header h3 {
	margin: 0;
}

.smau-shortcode .smau-docs__hint {
	margin: 0 0 14px;
	font-size: 15px;
	color: #666;
}

.smau-shortcode .smau-docs__reset-form {
	margin: 0;
}

.smau-shortcode .smau-docs__reset-form .smau-action {
	background: #ECAC1C;
	border: 1px solid #ECAC1C;
	font-size: 16px !important;
	line-height: 1.2 !important;
	text-indent: 0 !important;
	letter-spacing: normal !important;
	color: #fff !important;
}

.smau-shortcode .smau-docs__reset-form .smau-action:hover,
.smau-shortcode .smau-docs__reset-form .smau-action:focus {
	background: #d9990f;
	border-color: #d9990f;
	color: #fff !important;
}

.smau-shortcode .smau-docs__reset-form .smau-action .smau-reset-label {
	display: inline !important;
	font-size: inherit !important;
	line-height: inherit !important;
	color: inherit !important;
	opacity: 1 !important;
	visibility: visible !important;
}

.smau-shortcode .smau-docs__item {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	gap: 10px;
	border: 1px solid #f0f0f0;
	border-radius: 8px;
	padding: 10px 12px;
	background: #fff;
}

.smau-shortcode .smau-docs__meta {
	min-width: 220px;
	flex: 1 1 auto;
}

.smau-shortcode .smau-docs__title {
	color: #1f1f1f;
	font-weight: 600;
	line-height: 1.3;
}

.smau-shortcode .smau-docs__time {
	color: #666;
	font-size: 13px;
}

.smau-shortcode .smau-docs__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	justify-content: flex-end;
}

.smau-shortcode .smau-action {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 10px 14px;
	border-radius: 8px;
	border: 1px solid #ECAC1C;
	text-decoration: none;
	font-weight: 600;
}

.smau-shortcode .smau-action--primary {
	background: #ECAC1C;
	color: #fff !important;
}

.smau-shortcode .smau-action--secondary {
	background: #fff;
	color: #ECAC1C !important;
}

@media (max-width: 768px) {
	.smau-shortcode .woocommerce {
		flex-direction: column;
	}

	.smau-shortcode .woocommerce-MyAccount-navigation {
		flex: 1 1 auto;
		width: 100%;
	}

	.smau-shortcode .woocommerce-MyAccount-content {
		padding: 25px;
	}

	.smau-shortcode .woocommerce-MyAccount-content fieldset {
		padding: 14px 12px 8px;
	}

	.smau-shortcode .woocommerce-MyAccount-content input[type="text"],
	.smau-shortcode .woocommerce-MyAccount-content input[type="email"],
	.smau-shortcode .woocommerce-MyAccount-content input[type="password"],
	.smau-shortcode .woocommerce-MyAccount-content input[type="tel"],
	.smau-shortcode .woocommerce-MyAccount-content textarea,
	.smau-shortcode .woocommerce-MyAccount-content select {
		font-size: 15px;
	}

	.smau-shortcode .smau-card h3 {
		font-size: 28px;
	}

	.smau-shortcode .smau-card p {
		font-size: 20px;
	}

	.smau-shortcode .smau-extra h4 {
		font-size: 20px;
	}

	.smau-shortcode .smau-docs__actions {
		width: 100%;
		justify-content: flex-start;
	}
}
