body.woocommerce-account .content-area--woo .content-shell {
	padding-top: 48px;
	padding-bottom: 90px;
}

body.woocommerce-account .woocommerce {
	display: grid;
	grid-template-columns: 280px minmax(0, 1fr);
	gap: 24px;
	align-items: start;
}

body.woocommerce-account .woocommerce-MyAccount-navigation,
body.woocommerce-account .woocommerce-MyAccount-content {
	min-width: 0;
}

body.woocommerce-account .woocommerce-MyAccount-navigation ul {
	margin: 0;
	padding: 18px;
	list-style: none;
	border-radius: 28px;
	background: rgba(255, 255, 255, 0.82);
	border: 1px solid rgba(255, 255, 255, 0.86);
	box-shadow: var(--stydra-shadow);
	backdrop-filter: blur(20px);
}

body.woocommerce-account .woocommerce-MyAccount-navigation li + li {
	margin-top: 10px;
}

body.woocommerce-account .woocommerce-MyAccount-navigation a {
	display: block;
	padding: 11px 14px;
	border-radius: 14px;
	font-weight: 600;
	color: var(--stydra-text-soft);
	transition: background-color 0.25s ease, color 0.25s ease, transform 0.25s ease;
}

body.woocommerce-account .woocommerce-MyAccount-navigation .is-active a,
body.woocommerce-account .woocommerce-MyAccount-navigation a:hover {
	color: var(--stydra-primary);
	background: rgba(93, 78, 190, 0.1);
	transform: translateY(-1px);
}

body.woocommerce-account .woocommerce-MyAccount-content {
	display: grid;
	gap: 22px;
}

body.woocommerce-account .woocommerce-MyAccount-content > p,
body.woocommerce-account .woocommerce-MyAccount-content .woocommerce-Message,
body.woocommerce-account .woocommerce-MyAccount-content .woocommerce-info {
	margin: 0;
	padding: 16px 18px;
	border-radius: 18px;
	background: rgba(255, 255, 255, 0.76);
	border: 1px solid rgba(255, 255, 255, 0.84);
}

.stydra-account-dashboard,
.stydra-account-endpoint {
	display: grid;
	gap: 20px;
}

.stydra-account-card {
	padding: 22px;
	border-radius: 28px;
	background: rgba(255, 255, 255, 0.82);
	border: 1px solid rgba(255, 255, 255, 0.86);
	box-shadow: var(--stydra-shadow);
}

.stydra-account-card h3 {
	margin: 0 0 12px;
	font-size: 1.18rem;
}

.stydra-account-card p {
	margin: 0;
}

.stydra-account-card--hero h2 {
	margin: 8px 0;
	font-size: clamp(1.7rem, 2.8vw, 2.3rem);
}

.stydra-account-eyebrow {
	display: inline-block;
	padding: 8px 12px;
	border-radius: 999px;
	background: rgba(93, 78, 190, 0.1);
	color: var(--stydra-primary);
	font-size: 0.72rem;
	letter-spacing: 0.16em;
	text-transform: uppercase;
	font-weight: 700;
}

.stydra-account-muted {
	color: var(--stydra-text-soft);
	font-size: 0.96rem;
}

.stydra-account-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 20px;
}

.stydra-account-order-number {
	font-family: "Epilogue", sans-serif;
	font-size: 1.35rem;
	font-weight: 800;
	margin-bottom: 6px;
}

.stydra-account-order-total {
	margin-top: 10px;
	font-size: 1.08rem;
	font-weight: 700;
}

.stydra-account-license-status {
	display: inline-flex;
	align-items: center;
	padding: 6px 11px;
	border-radius: 999px;
	font-size: 0.76rem;
	font-weight: 700;
	letter-spacing: 0.09em;
	text-transform: uppercase;
}

.stydra-account-license-status.is-active {
	color: #2a7f45;
	background: rgba(67, 168, 104, 0.14);
}

.stydra-account-license-status.is-inactive {
	color: #a53b3b;
	background: rgba(210, 70, 70, 0.12);
}

.stydra-account-license-status.is-pending {
	color: #76511d;
	background: rgba(236, 184, 94, 0.2);
}

.stydra-account-license-key {
	margin: 12px 0 10px;
	padding: 12px 14px;
	border-radius: 14px;
	background: rgba(243, 245, 250, 0.9);
	font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
	font-size: 0.86rem;
	word-break: break-all;
}

.stydra-account-shortcuts {
	display: grid;
	grid-template-columns: repeat(5, minmax(0, 1fr));
	gap: 12px;
}

.stydra-account-shortcut {
	display: grid;
	gap: 8px;
	padding: 16px 14px;
	border-radius: 16px;
	border: 1px solid rgba(93, 78, 190, 0.12);
	background: rgba(255, 255, 255, 0.8);
	transition: transform 0.25s ease, border-color 0.25s ease, background-color 0.25s ease;
}

.stydra-account-shortcut strong {
	font-size: 0.95rem;
	color: var(--stydra-text);
}

.stydra-account-shortcut span {
	font-size: 0.85rem;
	color: var(--stydra-text-soft);
}

.stydra-account-shortcut:hover {
	transform: translateY(-1px);
	border-color: rgba(93, 78, 190, 0.32);
	background: rgba(255, 255, 255, 0.95);
}

.stydra-account-endpoint__header h2 {
	margin: 0;
	font-size: clamp(1.6rem, 2.5vw, 2.15rem);
}

.stydra-account-endpoint__header p {
	margin: 8px 0 0;
	color: var(--stydra-text-soft);
}

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

.stydra-license-card {
	display: grid;
	gap: 14px;
}

.stydra-license-card__head {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 12px;
}

.stydra-license-card__head h3 {
	margin: 0;
	font-size: 1.08rem;
}

.stydra-license-meta {
	margin: 0;
	display: grid;
	gap: 12px;
}

.stydra-license-meta > div {
	padding: 12px 14px;
	border-radius: 14px;
	background: rgba(243, 245, 250, 0.9);
}

.stydra-license-meta dt {
	margin: 0 0 4px;
	color: var(--stydra-text-soft);
	font-size: 0.82rem;
}

.stydra-license-meta dd {
	margin: 0;
	font-size: 0.95rem;
	word-break: break-word;
}

.stydra-license-key {
	font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
	font-size: 0.82rem;
}

.stydra-license-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

.stydra-account-list {
	margin: 0;
	padding-left: 18px;
	color: var(--stydra-text-soft);
}

.stydra-account-list li + li {
	margin-top: 8px;
}

.stydra-support-tickets {
	display: grid;
	gap: 10px;
}

.stydra-support-ticket-row {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto auto;
	align-items: center;
	gap: 10px;
	padding: 12px 14px;
	border-radius: 14px;
	background: rgba(243, 245, 250, 0.9);
	border: 1px solid rgba(145, 151, 153, 0.16);
}

.stydra-support-ticket-row__main {
	display: grid;
	gap: 2px;
	min-width: 0;
}

.stydra-support-ticket-row__main span {
	color: var(--stydra-text-soft);
	font-size: 0.84rem;
}

.stydra-account-inline-button {
	display: inline-flex;
	min-height: 44px;
	padding: 11px 18px;
	align-items: center;
}

body.woocommerce-account .woocommerce table.shop_table,
body.woocommerce-account .woocommerce-Addresses .woocommerce-Address,
body.woocommerce-account form.woocommerce-EditAccountForm,
body.woocommerce-account form.woocommerce-form-login,
body.woocommerce-account form.woocommerce-form-register {
	border-radius: 24px;
	background: rgba(255, 255, 255, 0.82);
	border: 1px solid rgba(255, 255, 255, 0.86);
	box-shadow: var(--stydra-shadow);
}

body.woocommerce-account .woocommerce table.shop_table {
	overflow: hidden;
	border-collapse: separate;
	border-spacing: 0;
}

body.woocommerce-account .woocommerce table.shop_table th,
body.woocommerce-account .woocommerce table.shop_table td {
	padding: 14px 16px;
}

body.woocommerce-account .woocommerce-EditAccountForm,
body.woocommerce-account form.woocommerce-form-login,
body.woocommerce-account form.woocommerce-form-register {
	padding: 20px;
}

body.woocommerce-account .woocommerce form .form-row input.input-text,
body.woocommerce-account .woocommerce form .form-row textarea,
body.woocommerce-account .woocommerce form .form-row select {
	min-height: 50px;
	border-radius: 14px;
	border: 1px solid rgba(145, 151, 153, 0.24);
	background: rgba(246, 247, 251, 0.94);
}

body.woocommerce-account .woocommerce .button {
	min-height: 44px;
	padding: 11px 18px;
}

body.woocommerce-account .entry-content .woocommerce h2,
body.woocommerce-account .entry-content .woocommerce h3,
body.woocommerce-account .entry-content .woocommerce legend,
body.woocommerce-account .entry-content .woocommerce th,
body.woocommerce-account .entry-content .woocommerce td,
body.woocommerce-account .entry-content .woocommerce p,
body.woocommerce-account .entry-content .woocommerce li,
body.woocommerce-account .entry-content .woocommerce label,
body.woocommerce-account .entry-content .woocommerce address,
body.woocommerce-account .entry-content .woocommerce a {
	font-family: "Inter", sans-serif;
}

body.woocommerce-account .entry-content .woocommerce h2,
body.woocommerce-account .entry-content .woocommerce h3 {
	font-family: "Epilogue", sans-serif;
	letter-spacing: -0.02em;
	color: var(--stydra-text);
}

body.woocommerce-account .entry-content .woocommerce table.shop_table thead th {
	color: var(--stydra-text-soft);
	font-size: 0.8rem;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

body.woocommerce-account .entry-content .woocommerce table.shop_table tbody td {
	font-size: 0.95rem;
	color: var(--stydra-text);
}

body.woocommerce-account .entry-content .woocommerce-orders-table__cell-order-number a,
body.woocommerce-account .entry-content .download-file a,
body.woocommerce-account .entry-content .woocommerce-Address a,
body.woocommerce-account .entry-content .woocommerce-MyAccount-content a {
	color: var(--stydra-primary);
	font-weight: 700;
}

body.woocommerce-account .entry-content .woocommerce-Address-title {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 10px;
}

body.woocommerce-account .entry-content .woocommerce legend {
	display: block;
	margin-top: 8px;
	margin-bottom: 14px;
	padding: 0;
	font-family: "Epilogue", sans-serif;
	font-size: 1.18rem;
	font-weight: 700;
	color: var(--stydra-text);
	letter-spacing: -0.01em;
}

body.woocommerce-account .entry-content .woocommerce legend + p {
	margin-top: 0;
}

body.woocommerce-account .entry-content .woocommerce form .show-password-input {
	top: 50%;
	transform: translateY(-50%);
}

body.woocommerce-account .entry-content .woocommerce form .button,
body.woocommerce-account .entry-content .woocommerce button.button,
body.woocommerce-account .entry-content .woocommerce input.button,
body.woocommerce-account .entry-content .woocommerce input[type="submit"],
body.woocommerce-account .entry-content .woocommerce .woocommerce-Button {
	background: linear-gradient(135deg, var(--stydra-primary), var(--stydra-magenta));
	color: #fff;
	border: 0;
	border-radius: 999px;
	box-shadow: 0 16px 36px rgba(93, 78, 190, 0.24);
	min-height: 46px;
	padding: 12px 22px;
	font-size: 0.92rem;
	font-weight: 700;
	letter-spacing: 0.01em;
}

body.woocommerce-account .entry-content .woocommerce form .button:hover,
body.woocommerce-account .entry-content .woocommerce button.button:hover,
body.woocommerce-account .entry-content .woocommerce input.button:hover,
body.woocommerce-account .entry-content .woocommerce input[type="submit"]:hover,
body.woocommerce-account .entry-content .woocommerce .woocommerce-Button:hover {
	filter: brightness(1.02);
	transform: translateY(-1px);
}

body.woocommerce-account .entry-content .woocommerce .button[name="save_account_details"],
body.woocommerce-account .entry-content .woocommerce .button[name="save_address"],
body.woocommerce-account .entry-content .woocommerce .button[name="save"],
body.woocommerce-account .entry-content .woocommerce .button[name="login"],
body.woocommerce-account .entry-content .woocommerce .button[name="save_password"] {
	margin-top: 8px;
}

body.woocommerce-account .woocommerce-MyAccount-content .woocommerce-error,
body.woocommerce-account .woocommerce-MyAccount-content .woocommerce-info,
body.woocommerce-account .woocommerce-MyAccount-content .woocommerce-message {
	margin: 0 0 14px;
	padding: 14px 16px;
	border-radius: 16px;
	border: 1px solid rgba(145, 151, 153, 0.2);
	background: rgba(255, 255, 255, 0.92);
}

body.woocommerce-account .entry-content .woocommerce .woocommerce-notices-wrapper .woocommerce-error,
body.woocommerce-account .entry-content .woocommerce .woocommerce-notices-wrapper .woocommerce-info,
body.woocommerce-account .entry-content .woocommerce .woocommerce-notices-wrapper .woocommerce-message {
	margin: 0 0 14px;
	padding: 14px 16px;
	border-radius: 16px;
	border: 1px solid rgba(145, 151, 153, 0.2);
	background: rgba(255, 255, 255, 0.92);
}

body.woocommerce-account .entry-content .woocommerce .woocommerce-notices-wrapper .woocommerce-error li,
body.woocommerce-account .entry-content .woocommerce .woocommerce-notices-wrapper .woocommerce-info li,
body.woocommerce-account .entry-content .woocommerce .woocommerce-notices-wrapper .woocommerce-message li {
	display: block;
	margin: 0;
}

body.woocommerce-account .entry-content .woocommerce .woocommerce-notices-wrapper .woocommerce-error::before,
body.woocommerce-account .entry-content .woocommerce .woocommerce-notices-wrapper .woocommerce-message::before,
body.woocommerce-account .entry-content .woocommerce .woocommerce-notices-wrapper .woocommerce-info::before {
	position: static;
	margin-right: 8px;
}

body.woocommerce-account .woocommerce-MyAccount-content .woocommerce-error {
	border-color: rgba(204, 53, 53, 0.3);
	background: rgba(255, 241, 241, 0.94);
	color: #932f2f;
}

body.woocommerce-account .woocommerce-MyAccount-content .woocommerce-message {
	border-color: rgba(35, 153, 88, 0.3);
	background: rgba(241, 255, 246, 0.94);
	color: #2d7a4a;
}

body.woocommerce-account .woocommerce-MyAccount-content .woocommerce-error::before,
body.woocommerce-account .woocommerce-MyAccount-content .woocommerce-message::before,
body.woocommerce-account .woocommerce-MyAccount-content .woocommerce-info::before {
	position: static;
	margin-right: 8px;
}

.stydra-account-endpoint--support .button {
	margin-top: 8px;
}

.stydra-account-card .stydra-account-inline-button {
	margin-top: 12px;
}

.stydra-account-card--last-order .stydra-account-order-number {
	margin-top: 10px;
	margin-bottom: 8px;
	padding: 10px 12px;
	border-radius: 12px;
	background: rgba(243, 245, 250, 0.9);
	font-family: "Epilogue", sans-serif;
	font-size: 1.34rem;
	line-height: 1.1;
}

.stydra-account-card--last-order .stydra-account-muted {
	margin-top: 4px;
	font-size: 0.9rem;
	color: var(--stydra-text-soft);
}

.stydra-account-card--last-order .stydra-account-order-total {
	margin-top: 12px;
	font-family: "Epilogue", sans-serif;
	font-size: 1.14rem;
	font-weight: 800;
	color: var(--stydra-text);
}

.stydra-account-card--primary-license .stydra-account-license-status {
	margin-top: 8px;
}

.stydra-account-card--primary-license .stydra-account-license-key {
	margin-top: 14px;
	margin-bottom: 14px;
	font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important;
	font-size: 0.84rem;
	letter-spacing: 0.01em;
}

.stydra-account-card--primary-license .stydra-account-muted {
	margin-top: 0;
}

.stydra-account-card--primary-license .stydra-copy-license {
	margin-top: 14px;
}

body.woocommerce-account.woocommerce-lost-password .entry-content .woocommerce {
	display: grid;
	gap: 16px;
}

body.woocommerce-account.woocommerce-lost-password .entry-content .woocommerce form.woocommerce-ResetPassword,
body.woocommerce-account.woocommerce-lost-password .entry-content .woocommerce .lost_reset_password {
	display: grid;
	gap: 14px;
}

body.woocommerce-account.woocommerce-lost-password .entry-content .woocommerce form.woocommerce-ResetPassword p,
body.woocommerce-account.woocommerce-lost-password .entry-content .woocommerce .lost_reset_password p {
	margin: 0;
}

body.woocommerce-account .entry-hero .eyebrow {
	display: none;
}

body.woocommerce-account .entry-content .woocommerce-MyAccount-content a.button,
body.woocommerce-account .entry-content .woocommerce-MyAccount-content .button,
body.woocommerce-account .entry-content .woocommerce-MyAccount-content .button.button--primary {
	color: #fff;
}

body.woocommerce-account .entry-content .woocommerce-MyAccount-content a.button,
body.woocommerce-account .entry-content .woocommerce-MyAccount-content .woocommerce-button.button,
body.woocommerce-account .entry-content .woocommerce-MyAccount-content .download-file .button,
body.woocommerce-account .entry-content .woocommerce-MyAccount-content .button.view {
	background: linear-gradient(135deg, var(--stydra-primary), var(--stydra-magenta));
	color: #fff;
	border: 0;
	box-shadow: 0 14px 34px rgba(93, 78, 190, 0.22);
}

body.woocommerce-account .entry-content .woocommerce-MyAccount-content .button.button--ghost,
body.woocommerce-account .entry-content .woocommerce-MyAccount-content .button.button--ghost-light,
body.woocommerce-account .entry-content .woocommerce-MyAccount-content .stydra-account-card--last-order .button,
body.woocommerce-account .entry-content .woocommerce-MyAccount-content .stydra-account-endpoint--support .button.button--ghost {
	background: rgba(255, 255, 255, 0.82);
	color: var(--stydra-primary);
	border: 1px solid rgba(93, 78, 190, 0.18);
	box-shadow: none;
}

body.woocommerce-account .entry-content .woocommerce-MyAccount-content .stydra-license-actions .button.button--ghost,
body.woocommerce-account .entry-content .woocommerce-MyAccount-content .stydra-copy-license {
	background: rgba(255, 255, 255, 0.78);
	color: var(--stydra-primary);
	border: 1px solid rgba(93, 78, 190, 0.18);
	box-shadow: none;
}

body.woocommerce-account .entry-content .woocommerce-MyAccount-content .stydra-license-actions .button.button--primary,
body.woocommerce-account .entry-content .woocommerce-MyAccount-content .stydra-account-endpoint--support .button.button--primary {
	color: #fff;
}

body.woocommerce-account .stydra-account-endpoint--licenses .stydra-license-actions {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 10px;
	align-items: stretch;
}

body.woocommerce-account .stydra-account-endpoint--licenses .stydra-license-actions > button.stydra-copy-license,
body.woocommerce-account .stydra-account-endpoint--licenses .stydra-license-actions > a.button.button--ghost {
	grid-row: 1;
	align-self: stretch;
	justify-self: stretch;
	min-height: 44px;
	padding: 11px 16px;
	font-size: 0.92rem;
	font-weight: 700;
	line-height: 1.2;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
	white-space: nowrap;
	width: 100%;
	margin: 0;
	vertical-align: middle;
}

body.woocommerce-account .stydra-account-endpoint--licenses .stydra-license-actions > button.stydra-copy-license {
	grid-column: 1;
	appearance: none;
	-webkit-appearance: none;
	margin: 0;
	font-family: inherit;
	font-size: 0.92rem;
	line-height: 1.2;
	min-height: 44px;
	height: auto;
	padding: 11px 16px;
	border-radius: 999px;
	box-sizing: border-box;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	vertical-align: middle;
	white-space: nowrap;
	width: 100%;
}

body.woocommerce-account .stydra-account-endpoint--licenses .stydra-license-actions > a.button.button--ghost {
	grid-column: 2;
	margin: 0;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	line-height: 1.2;
}

body.woocommerce-account .stydra-account-endpoint--licenses .stydra-license-actions > a.button.button--primary {
	grid-column: 1 / -1;
	grid-row: 2;
	min-width: 220px;
	max-width: 280px;
	margin-left: auto;
	margin-right: auto;
	display: inline-flex;
	align-items: center;
	justify-content: center;
}

body.woocommerce-account .stydra-license-actions .button,
body.woocommerce-account .stydra-license-actions .stydra-copy-license {
	min-height: 44px;
	padding: 11px 18px;
	font-size: 0.92rem;
	font-weight: 700;
	line-height: 1.2;
	display: inline-flex;
	align-items: center;
	justify-content: center;
}

body.woocommerce-account .entry-content .woocommerce-MyAccount-content .stydra-account-endpoint--support .stydra-account-card p + .button {
	margin-top: 14px;
}

body.woocommerce-account .entry-content .woocommerce .woocommerce-Addresses {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 20px;
}

body.woocommerce-account .entry-content .woocommerce .woocommerce-Address {
	float: none !important;
	width: auto !important;
	padding: 22px;
	display: grid;
	gap: 14px;
}

body.woocommerce-account .entry-content .woocommerce .woocommerce-Address address {
	margin: 0;
	padding: 14px 16px;
	border-radius: 14px;
	background: rgba(243, 245, 250, 0.9);
	font-size: 0.94rem;
	line-height: 1.7;
	color: var(--stydra-text);
}

body.woocommerce-account .entry-content .woocommerce .woocommerce-Address-title h3 {
	margin: 0;
	font-size: 1.2rem;
}

body.woocommerce-account .entry-content .woocommerce .woocommerce-Address-title .edit {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 36px;
	padding: 7px 14px;
	border-radius: 999px;
	background: rgba(93, 78, 190, 0.1);
	border: 1px solid rgba(93, 78, 190, 0.2);
	color: var(--stydra-primary);
	font-size: 0.84rem;
	font-weight: 700;
}

body.woocommerce-account .entry-content .woocommerce-MyAccount-content .woocommerce-orders-table th,
body.woocommerce-account .entry-content .woocommerce-MyAccount-content .woocommerce-orders-table td,
body.woocommerce-account .entry-content .woocommerce-MyAccount-content .woocommerce-orders-table td.woocommerce-orders-table__cell-order-actions {
	text-align: center;
}

body.woocommerce-account .entry-content .woocommerce-MyAccount-content .woocommerce-orders-table td.woocommerce-orders-table__cell-order-actions .button {
	display: inline-flex;
}

body.woocommerce-account .entry-content .woocommerce-order-details,
body.woocommerce-account .entry-content .woocommerce-customer-details,
body.woocommerce-account .entry-content .woocommerce-order-downloads,
body.woocommerce-account .entry-content .woocommerce-order-overview {
	padding: 22px;
	border-radius: 24px;
	background: rgba(255, 255, 255, 0.82);
	border: 1px solid rgba(255, 255, 255, 0.86);
	box-shadow: var(--stydra-shadow);
}

body.woocommerce-account .entry-content .woocommerce-order-overview {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 10px 16px;
	list-style: none;
	margin: 0 0 10px;
}

body.woocommerce-account .entry-content .woocommerce-order-overview li {
	margin: 0;
	padding: 10px 12px;
	border-radius: 12px;
	background: rgba(243, 245, 250, 0.9);
	font-size: 0.9rem;
}

body.woocommerce-account .entry-content .woocommerce-order-overview strong {
	display: block;
	margin-top: 4px;
	font-size: 1rem;
	color: var(--stydra-text);
}

body.woocommerce-account .entry-content .woocommerce-order-details__title,
body.woocommerce-account .entry-content .woocommerce-column__title {
	margin: 0 0 14px;
	font-size: 1.28rem;
}

body.woocommerce-account .entry-content .woocommerce-order-details table.shop_table,
body.woocommerce-account .entry-content .woocommerce-order-downloads table.shop_table {
	margin: 0;
}

body.woocommerce-account .entry-content .woocommerce-order-details .order-again {
	margin-top: 14px;
}

body.woocommerce-account .entry-content .woocommerce-order-details .order-again .button {
	background: linear-gradient(135deg, var(--stydra-primary), var(--stydra-magenta));
	color: #fff;
}

body.woocommerce-account .entry-content .woocommerce form .form-row .select2-container--default .select2-selection--single,
body.woocommerce-account .entry-content .woocommerce form .form-row .select2-container--default .select2-selection--state,
body.woocommerce-account .entry-content .woocommerce form .form-row .select2-container--default .select2-selection--country {
	height: 50px;
	border-radius: 14px;
	border: 1px solid rgba(145, 151, 153, 0.24);
	background: rgba(246, 247, 251, 0.94);
	padding: 0 40px 0 14px;
	display: flex;
	align-items: center;
}

body.woocommerce-account .entry-content .woocommerce form .form-row .select2-container--default .select2-selection__rendered {
	color: var(--stydra-text);
	line-height: 1.2;
	font-size: 0.95rem;
	padding-left: 0;
}

body.woocommerce-account .entry-content .woocommerce form .form-row .select2-container--default .select2-selection__arrow {
	height: 100%;
	right: 10px;
}

body.woocommerce-account .entry-content .woocommerce form .form-row .select2-container--default.select2-container--open .select2-selection--single,
body.woocommerce-account .entry-content .woocommerce form .form-row .select2-container--default.select2-container--focus .select2-selection--single {
	border-color: rgba(93, 78, 190, 0.42);
	box-shadow: 0 0 0 3px rgba(93, 78, 190, 0.1);
}

body.woocommerce-account .select2-container--default .select2-dropdown {
	border-radius: 12px;
	border: 1px solid rgba(145, 151, 153, 0.24);
	box-shadow: 0 14px 32px rgba(35, 28, 70, 0.16);
	overflow: hidden;
}

body.woocommerce-account .select2-container--default .select2-results__option {
	padding: 9px 12px;
	font-size: 0.92rem;
}

body.woocommerce-account .select2-container--default .select2-results__option--highlighted[aria-selected] {
	background: rgba(93, 78, 190, 0.14);
	color: var(--stydra-text);
}

body.woocommerce-account .entry-content .woocommerce .woocommerce-Addresses + p {
	margin: 4px 0 0;
	padding: 14px 16px;
	border-radius: 14px;
	background: rgba(243, 245, 250, 0.9);
	color: var(--stydra-text-soft);
	font-size: 0.9rem;
}

body.woocommerce-account .woocommerce-EditAccountForm fieldset {
	margin-top: 24px;
	padding-top: 4px;
	border: 0;
}

body.woocommerce-account .woocommerce-EditAccountForm #account_display_name + span,
body.woocommerce-account .woocommerce-EditAccountForm #account_display_name + span em,
body.woocommerce-account .woocommerce-EditAccountForm .description {
	display: block;
	margin-top: 6px;
	font-size: 0.82rem;
	line-height: 1.45;
	color: rgba(95, 103, 114, 0.82);
	font-style: normal;
}

body.woocommerce-account .stydra-account-auth-grid {
	gap: 20px;
	align-items: start;
}

body.woocommerce-account .stydra-account-auth-card {
	padding: 24px;
	border-radius: 26px;
	background: rgba(255, 255, 255, 0.82);
	border: 1px solid rgba(255, 255, 255, 0.86);
	box-shadow: var(--stydra-shadow);
}

body.woocommerce-account .stydra-account-auth-card h2 {
	margin: 0 0 16px;
	font-size: clamp(1.5rem, 2.8vw, 2rem);
	letter-spacing: -0.02em;
}

body.woocommerce-account .stydra-account-auth-card .woocommerce-form-row + p,
body.woocommerce-account .stydra-account-auth-card .woocommerce-form-row + .woocommerce-form-row,
body.woocommerce-account .stydra-account-auth-card .woocommerce-form-row + .form-row {
	margin-top: 12px;
}

body.woocommerce-account .stydra-account-auth-card--register .woocommerce-form-row + p {
	margin-top: 14px;
}

body.woocommerce-account .stydra-account-auth-card--register p + p {
	margin-top: 10px;
}

body.woocommerce-account .stydra-account-auth-card--register .woocommerce-form-row.form-row {
	margin-top: 16px;
}

body.woocommerce-account .stydra-login-submit-row {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 12px;
	margin-top: 18px;
}

body.woocommerce-account .stydra-login-submit-row .woocommerce-form-login__submit {
	order: 1;
	margin-right: auto;
}

body.woocommerce-account .stydra-login-remember-wrap {
	order: 2;
	display: inline-flex;
	align-items: center;
	gap: 8px;
	margin: 0;
	color: var(--stydra-text-soft);
	font-size: 0.9rem;
}

body.woocommerce-account .stydra-login-meta-row {
	order: 2;
	flex-basis: 100%;
	display: inline-flex;
	align-items: center;
	gap: 14px;
}

body.woocommerce-account .stydra-login-lost-wrap {
	margin: 0;
}

body.woocommerce-account .stydra-login-lost-wrap a {
	font-family: "Epilogue", sans-serif;
	font-style: italic;
	font-size: 0.92rem;
	font-weight: 600;
	color: var(--stydra-primary);
}

body.woocommerce-account .stydra-login-remember-wrap .woocommerce-form__input-checkbox {
	appearance: none;
	-webkit-appearance: none;
	width: 18px;
	height: 18px;
	margin: 0;
	border-radius: 5px;
	border: 1px solid rgba(93, 78, 190, 0.36);
	background: #fff;
	display: inline-grid;
	place-content: center;
}

body.woocommerce-account .stydra-login-remember-wrap .woocommerce-form__input-checkbox::before {
	content: "";
	width: 10px;
	height: 10px;
	transform: scale(0);
	transition: transform 0.16s ease;
	border-radius: 2px;
	background: linear-gradient(135deg, var(--stydra-primary), var(--stydra-magenta));
}

body.woocommerce-account .stydra-login-remember-wrap .woocommerce-form__input-checkbox:checked::before {
	transform: scale(1);
}

body.woocommerce-account.woocommerce-view-order [data-stydra-pix-status],
body.woocommerce-account.woocommerce-view-order .stydra-order-card--pix,
body.woocommerce-account.woocommerce-view-order .stydra-order-surface--qr,
body.woocommerce-account.woocommerce-view-order .stydra-pix-qr-wrap,
body.woocommerce-account.woocommerce-view-order .stydra-pix-qr,
body.woocommerce-account.woocommerce-view-order [data-qr-host],
body.woocommerce-account.woocommerce-view-order [data-qr-image],
body.woocommerce-account.woocommerce-view-order [data-qr-generated],
body.woocommerce-account.woocommerce-view-order [data-qr-empty],
body.woocommerce-account.woocommerce-view-order .stydra-pix-code,
body.woocommerce-account.woocommerce-view-order .stydra-copy-pix-button,
body.woocommerce-account.woocommerce-view-order [data-copy-pix] {
	display: none !important;
}

body.woocommerce-account.woocommerce-view-order .woocommerce-order-overview li {
	background: transparent;
	border: 1px solid rgba(145, 151, 153, 0.14);
}

body.woocommerce-account.woocommerce-view-order .woocommerce-order-details,
body.woocommerce-account.woocommerce-view-order .woocommerce-customer-details {
	background: transparent;
	border: 0;
	box-shadow: none;
}

body.woocommerce-account.woocommerce-view-order .woocommerce-order-details table.shop_table,
body.woocommerce-account.woocommerce-view-order .woocommerce-order-downloads table.shop_table {
	background: transparent;
	border: 0;
	box-shadow: none;
}

body.woocommerce-account.woocommerce-view-order .woocommerce-order-details .wc-item-meta {
	display: grid;
	gap: 8px;
	margin: 10px 0 0;
	padding: 0;
	list-style: none;
}

body.woocommerce-account.woocommerce-view-order .woocommerce-order-details .wc-item-meta li {
	margin: 0;
	padding: 0;
}

@media (max-width: 767px) {
	body.woocommerce-account.woocommerce-view-order .entry-content,
	body.woocommerce-account.woocommerce-view-order .woocommerce-MyAccount-content,
	body.woocommerce-account.woocommerce-view-order .woocommerce-order,
	body.woocommerce-account.woocommerce-view-order .woocommerce-order-details,
	body.woocommerce-account.woocommerce-view-order .woocommerce-customer-details,
	body.woocommerce-account.woocommerce-view-order .woocommerce-order-downloads,
	body.woocommerce-account.woocommerce-view-order .woocommerce-order-overview,
	body.woocommerce-account.woocommerce-view-order .woocommerce-order-details table.shop_table,
	body.woocommerce-account.woocommerce-view-order .woocommerce-order-downloads table.shop_table {
		width: 100% !important;
		max-width: 100% !important;
		min-width: 0 !important;
		box-sizing: border-box !important;
	}

	body.woocommerce-account.woocommerce-view-order .woocommerce-order-details,
	body.woocommerce-account.woocommerce-view-order .woocommerce-customer-details,
	body.woocommerce-account.woocommerce-view-order .woocommerce-order-downloads,
	body.woocommerce-account.woocommerce-view-order .woocommerce-order-overview {
		padding: 14px !important;
		overflow-x: hidden !important;
	}

	body.woocommerce-account.woocommerce-view-order .woocommerce-order-details table.shop_table th,
	body.woocommerce-account.woocommerce-view-order .woocommerce-order-details table.shop_table td,
	body.woocommerce-account.woocommerce-view-order .woocommerce-order-downloads table.shop_table th,
	body.woocommerce-account.woocommerce-view-order .woocommerce-order-downloads table.shop_table td {
		padding-inline: 10px !important;
		word-break: break-word;
	}

	body.woocommerce-account.woocommerce-view-order .woocommerce-order-overview li {
		width: 100%;
		max-width: 100%;
		min-width: 0;
	}

	body.woocommerce-account.woocommerce-view-order .woocommerce-order-details .order-again,
	body.woocommerce-account.woocommerce-view-order .woocommerce-MyAccount-content .order-again,
	body.woocommerce-account.woocommerce-view-order .woocommerce-MyAccount-content .order-actions {
		display: flex;
		flex-direction: column;
		gap: 8px;
		align-items: stretch;
	}

	body.woocommerce-account.woocommerce-view-order .woocommerce-order-details .order-again .button,
	body.woocommerce-account.woocommerce-view-order .woocommerce-MyAccount-content .order-again .button,
	body.woocommerce-account.woocommerce-view-order .woocommerce-MyAccount-content .order-actions .button {
		width: 100% !important;
		max-width: 100% !important;
		min-width: 0 !important;
		display: inline-flex !important;
		justify-content: center !important;
		margin: 0 !important;
		box-sizing: border-box !important;
	}

	body.woocommerce-account.woocommerce-view-order .woocommerce-order-details table.order_details tfoot th.order-actions--heading + td {
		display: grid !important;
		grid-template-columns: 1fr !important;
		gap: 8px !important;
		padding-top: 10px !important;
	}

	body.woocommerce-account.woocommerce-view-order .woocommerce-order-details table.order_details tfoot th.order-actions--heading + td .order-actions-button {
		width: 100% !important;
		max-width: 100% !important;
		min-width: 0 !important;
		margin: 0 !important;
		display: inline-flex !important;
		align-items: center !important;
		justify-content: center !important;
		box-sizing: border-box !important;
		white-space: normal !important;
		text-align: center !important;
	}

	body.woocommerce-account.woocommerce-view-order .woocommerce-order-details table.order_details tfoot th.order-actions--heading {
		display: none !important;
	}
}

body.woocommerce-account.woocommerce-lost-password .entry-content .woocommerce {
	width: 100%;
	max-width: min(760px, 100%);
	margin: 0;
}

body.woocommerce-account.woocommerce-lost-password .entry-content .woocommerce .lost_reset_password,
body.woocommerce-account.woocommerce-lost-password .entry-content .woocommerce .woocommerce-message,
body.woocommerce-account.woocommerce-lost-password .entry-content .woocommerce .woocommerce-info {
	border-radius: 22px;
	border: 1px solid rgba(145, 151, 153, 0.24);
	background: rgba(255, 255, 255, 0.9);
	box-shadow: 0 18px 34px rgba(31, 36, 43, 0.1);
	padding: 24px 26px;
}

body.woocommerce-account.woocommerce-lost-password .entry-content .woocommerce .lost_reset_password .form-row {
	margin: 0;
}

body.woocommerce-account.woocommerce-lost-password .entry-content .woocommerce .lost_reset_password > p:first-child {
	margin-bottom: 2px;
	font-size: 0.96rem;
	line-height: 1.6;
	color: var(--stydra-text-soft);
}

body.woocommerce-account.woocommerce-lost-password .entry-content .woocommerce .lost_reset_password label {
	margin-bottom: 8px;
	display: inline-block;
}

body.woocommerce-account.woocommerce-lost-password .entry-content .woocommerce .woocommerce-message,
body.woocommerce-account.woocommerce-lost-password .entry-content .woocommerce .woocommerce-info {
	display: grid;
	gap: 10px;
	line-height: 1.6;
}

body.woocommerce-account.woocommerce-lost-password .entry-content .woocommerce .woocommerce-message + p,
body.woocommerce-account.woocommerce-lost-password .entry-content .woocommerce .woocommerce-info + p {
	margin: 2px 2px 0;
	max-width: min(760px, 100%);
	font-size: 0.95rem;
	line-height: 1.65;
	color: var(--stydra-text-soft);
}

body.woocommerce-account table.shop_table.woocommerce-MyAccount-downloads,
body.woocommerce-account table.shop_table.account-downloads-table {
	background: transparent !important;
	border: 0 !important;
	box-shadow: none !important;
	border-radius: 0 !important;
	overflow: visible !important;
}

body.woocommerce-account table.shop_table.woocommerce-MyAccount-downloads th,
body.woocommerce-account table.shop_table.woocommerce-MyAccount-downloads td,
body.woocommerce-account table.shop_table.account-downloads-table th,
body.woocommerce-account table.shop_table.account-downloads-table td {
	background: transparent !important;
}

.stydra-downloads-panel {
	display: grid;
	gap: 16px;
}

.stydra-downloads-panel__header h3 {
	margin: 0;
}

.stydra-downloads-list {
	display: grid;
	gap: 0;
}

.stydra-download-item {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: 16px;
	align-items: center;
	padding: 14px 0;
	border-top: 1px solid rgba(145, 151, 153, 0.16);
}

.stydra-download-item:first-child {
	border-top: 0;
	padding-top: 0;
}

.stydra-download-item__meta {
	display: grid;
	grid-template-columns: minmax(0, 1.2fr) minmax(0, 1.2fr) repeat(2, minmax(120px, 1fr));
	gap: 14px;
	align-items: start;
	min-width: 0;
}

.stydra-download-field {
	display: grid;
	gap: 6px;
	min-width: 0;
}

.stydra-download-field__label {
	color: var(--stydra-text-soft);
	font-size: 0.76rem;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	font-weight: 700;
}

.stydra-download-field__value {
	color: var(--stydra-text);
	font-size: 0.95rem;
	line-height: 1.45;
	word-break: break-word;
}

.stydra-download-field--name .stydra-download-field__value {
	font-weight: 700;
}

.stydra-download-item__action {
	display: inline-flex;
}

.stydra-download-item__action .button {
	min-height: 42px;
	padding: 10px 18px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
}

@media (max-width: 1100px) {
	body.woocommerce-account .woocommerce {
		grid-template-columns: 1fr;
	}

	.stydra-account-shortcuts {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
}

@media (max-width: 860px) {
	.stydra-account-grid,
	.stydra-license-grid {
		grid-template-columns: 1fr;
	}

	body.woocommerce-account .entry-content .woocommerce .woocommerce-Addresses {
		grid-template-columns: 1fr;
	}

	body.woocommerce-account .entry-content .woocommerce-order-overview {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 640px) {
	.stydra-account-shortcuts {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.stydra-license-actions {
		flex-direction: column;
	}

	body.woocommerce-account .stydra-login-submit-row {
		flex-direction: column;
		align-items: flex-start;
	}

	body.woocommerce-account .stydra-login-submit-row .woocommerce-form-login__submit {
		margin-right: 0;
	}

	body.woocommerce-account .stydra-login-meta-row {
		width: 100%;
		flex-wrap: wrap;
	}

	.stydra-support-ticket-row {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 767px) {
	.stydra-downloads-panel {
		gap: 14px;
	}

	.stydra-download-item {
		grid-template-columns: 1fr;
		gap: 12px;
		padding: 14px 0;
	}

	.stydra-download-item__meta {
		grid-template-columns: 1fr;
		gap: 10px;
	}

	.stydra-download-item__action {
		display: flex;
	}

	.stydra-download-item__action .button {
		width: 100% !important;
		max-width: 100% !important;
		display: inline-flex !important;
		justify-content: center !important;
	}

	body.woocommerce-account table.shop_table.woocommerce-MyAccount-downloads,
	body.woocommerce-account table.shop_table.account-downloads-table {
		display: block !important;
		width: 100% !important;
		max-width: 100% !important;
		min-width: 0 !important;
		overflow: visible !important;
		table-layout: fixed !important;
	}

	body.woocommerce-account table.shop_table.woocommerce-MyAccount-downloads thead,
	body.woocommerce-account table.shop_table.account-downloads-table thead {
		display: none !important;
	}

	body.woocommerce-account table.shop_table.woocommerce-MyAccount-downloads tbody,
	body.woocommerce-account table.shop_table.woocommerce-MyAccount-downloads tr,
	body.woocommerce-account table.shop_table.woocommerce-MyAccount-downloads td,
	body.woocommerce-account table.shop_table.account-downloads-table tbody,
	body.woocommerce-account table.shop_table.account-downloads-table tr,
	body.woocommerce-account table.shop_table.account-downloads-table td {
		display: block !important;
		width: 100% !important;
		max-width: 100% !important;
		min-width: 0 !important;
		box-sizing: border-box !important;
	}

	body.woocommerce-account table.shop_table.woocommerce-MyAccount-downloads tr,
	body.woocommerce-account table.shop_table.account-downloads-table tr {
		padding: 14px !important;
		margin-bottom: 12px;
		border-radius: 16px;
		background: rgba(243, 245, 250, 0.9);
		border: 1px solid rgba(145, 151, 153, 0.16);
	}

	body.woocommerce-account table.shop_table.woocommerce-MyAccount-downloads td,
	body.woocommerce-account table.shop_table.account-downloads-table td {
		padding: 0 !important;
		margin: 0 !important;
		border: 0 !important;
		text-align: left !important;
	}

	body.woocommerce-account table.shop_table.woocommerce-MyAccount-downloads td + td,
	body.woocommerce-account table.shop_table.account-downloads-table td + td {
		margin-top: 10px;
		padding-top: 10px;
		border-top: 1px solid rgba(145, 151, 153, 0.14);
	}

	body.woocommerce-account table.shop_table.woocommerce-MyAccount-downloads td::before,
	body.woocommerce-account table.shop_table.account-downloads-table td::before {
		content: attr(data-title);
		display: block;
		margin-bottom: 4px;
		color: var(--stydra-text-soft);
		font-size: 0.76rem;
		letter-spacing: 0.08em;
		text-transform: uppercase;
		font-weight: 700;
	}

	body.woocommerce-account table.shop_table.woocommerce-MyAccount-downloads td.download-file .button,
	body.woocommerce-account table.shop_table.account-downloads-table td.download-file .button {
		width: 100% !important;
		max-width: 100% !important;
		justify-content: center !important;
		display: inline-flex !important;
		box-sizing: border-box !important;
	}

	body.woocommerce-account .woocommerce-MyAccount-content,
	body.woocommerce-account .woocommerce-MyAccount-content .woocommerce {
		overflow-x: visible !important;
	}
}
