/* =============================================================
   MACFW Neumorphism Design — Pro Only
   Soft extruded surfaces · warm gray base · indigo accents
   ============================================================= */

/* ── Page background ────────────────────────────────────────── */
.cits-my-account {
	background: #e0e5ec;
}

/* ── Navigation ─────────────────────────────────────────────── */
.cits-my-account nav.woocommerce-MyAccount-navigation {
	background: #e0e5ec !important;
	border-radius: 18px;
	overflow: hidden;
	box-shadow: 8px 8px 16px #b8bec7, -8px -8px 16px #ffffff;
	border: none;
}

.cits-my-account nav.woocommerce-MyAccount-navigation ul {
	border: none !important;
	background: transparent !important;
	margin: 0 !important;
	padding: 0 !important;
}

.cits-my-account nav.woocommerce-MyAccount-navigation ul li {
	padding: 0 !important;
	margin: 0 !important;
	background: transparent !important;
}

.cits-my-account nav.woocommerce-MyAccount-navigation ul li a {
	border-bottom: 1px solid rgba(0, 0, 0, 0.04) !important;
	padding: 14px 20px !important;
	color: #6b7280 !important;
	font-weight: 500;
	font-size: 14px;
	letter-spacing: 0.01em;
	transition: all 0.2s ease;
	display: flex !important;
	align-items: center !important;
	gap: 10px !important;
	background: transparent !important;
}

.cits-my-account nav.woocommerce-MyAccount-navigation ul li a:hover {
	color: #374151 !important;
	padding-left: 26px !important;
	background: rgba(0, 0, 0, 0.02) !important;
}

.cits-my-account nav.woocommerce-MyAccount-navigation ul li.is-active a {
	color: #4f46e5 !important;
	font-weight: 700;
	background: transparent !important;
	border-left: none !important;
	box-shadow: inset 4px 4px 8px #b8bec7, inset -4px -4px 8px #ffffff;
}

.cits-my-account nav.woocommerce-MyAccount-navigation ul li a .dashicons {
	color: #9ca3af !important;
}

.cits-my-account nav.woocommerce-MyAccount-navigation ul li a:hover .dashicons {
	color: #4b5563 !important;
}

.cits-my-account nav.woocommerce-MyAccount-navigation ul li.is-active a .dashicons {
	color: #4f46e5 !important;
}

/* ── User profile block ─────────────────────────────────────── */
.cits-user-profile {
	padding: 36px 20px;
	background: transparent;
	border-bottom: 1px solid rgba(0, 0, 0, 0.05);
	text-align: center;
}

.cits-user-avatar {
	display: inline-block;
	padding: 5px;
	background: #e0e5ec;
	border-radius: 50%;
	box-shadow: 6px 6px 12px #b8bec7, -6px -6px 12px #ffffff;
	transition: all 0.3s ease;
}

.cits-user-avatar:hover {
	box-shadow: 8px 8px 16px #b8bec7, -8px -8px 16px #ffffff;
	transform: scale(1.04);
}

.cits-user-avatar img {
	border: 3px solid #e0e5ec !important;
	border-radius: 50% !important;
	display: block;
}

.cits-user-name::before {
	content: 'WELCOME BACK,';
	display: block;
	font-size: 9px;
	font-weight: 700;
	color: #9ca3af;
	letter-spacing: 0.18em;
	margin-bottom: 5px;
}

.cits-user-name strong {
	font-size: 16px;
	font-weight: 700;
	color: #1f2937;
	display: block;
}

.cits-user-name span {
	color: #9ca3af !important;
	font-size: 12px;
}

/* ── Dashboard cards ────────────────────────────────────────── */
.cits-dashbord-single-item {
	background: #e0e5ec !important;
	color: #374151;
	border-radius: 16px;
	padding: 28px 12px;
	width: 100%;
	text-align: center;
	transition: all 0.2s ease;
	box-shadow: 6px 6px 12px #b8bec7, -6px -6px 12px #ffffff;
	border: none;
}

.cits-dashbord-single-item:hover {
	box-shadow: 4px 4px 8px #b8bec7, -4px -4px 8px #ffffff;
	transform: translateY(-3px);
}

.cits-dashbord-single-item:active {
	box-shadow: inset 4px 4px 8px #b8bec7, inset -4px -4px 8px #ffffff;
	transform: translateY(0);
}

.cits-dashbord-single-item span svg {
	fill: #4f46e5 !important;
	width: 28px;
	height: 28px;
	margin-bottom: 12px;
}

.cits-dashbord-single-item span .dashicons {
	color: #000000 !important;
	display: block !important;
	font-size: 36px !important;
	width: 36px !important;
	height: 36px !important;
	line-height: 36px !important;
	margin: 0 auto 12px !important;
}

.cits-dashbord-single-item span {
	color: #374151;
	font-size: 14px;
	font-weight: 500;
}

.dashboard-neumorphism-design .cits-dashbord-single-item span img.white-image {
	display: none !important;
}

.dashboard-neumorphism-design .cits-dashbord-single-item span img.dark-image {
	display: inline-block !important;
}

/* ── Content area ────────────────────────────────────────────── */
.woocommerce-MyAccount-content {
	padding: 32px !important;
	box-sizing: border-box;
	background: #e0e5ec;
	border-radius: 18px;
	box-shadow: 8px 8px 16px #b8bec7, -8px -8px 16px #ffffff;
	border: none;
	color: #374151;
}

/* ── Content typography ─────────────────────────────────────── */
.cits-my-account .woocommerce-MyAccount-content h2 {
	color: #1f2937 !important;
	font-weight: 700;
	margin-bottom: 24px;
	padding-bottom: 12px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

.cits-my-account .woocommerce-MyAccount-content h3,
.cits-my-account .woocommerce-MyAccount-content h4 {
	color: #1f2937 !important;
}

.cits-my-account .woocommerce-MyAccount-content legend {
	color: #1f2937 !important;
}

.cits-my-account .woocommerce-MyAccount-content label {
	color: #374151 !important;
	font-weight: 600;
}

.cits-my-account .woocommerce-MyAccount-content p,
.cits-my-account .woocommerce-MyAccount-content em,
.cits-my-account .woocommerce-MyAccount-content small {
	color: #6b7280 !important;
}

.cits-my-account .woocommerce-MyAccount-content strong {
	color: #1f2937 !important;
}

.cits-my-account .woocommerce-MyAccount-content .required {
	color: #dc2626 !important;
}

.cits-my-account .woocommerce-MyAccount-content address {
	color: #4b5563;
}

.woocommerce-account .addresses .title .edit {
	color: #4f46e5;
}

/* ── Form inputs ─────────────────────────────────────────────── */
.cits-my-account .woocommerce-MyAccount-content input[type="text"],
.cits-my-account .woocommerce-MyAccount-content input[type="email"],
.cits-my-account .woocommerce-MyAccount-content input[type="password"],
.cits-my-account .woocommerce-MyAccount-content input[type="tel"],
.cits-my-account .woocommerce-MyAccount-content select,
.cits-my-account .woocommerce-MyAccount-content textarea {
	background: #e0e5ec !important;
	border: none !important;
	border-radius: 10px !important;
	color: #374151 !important;
	padding: 12px 16px !important;
	box-shadow: inset 4px 4px 8px #b8bec7, inset -4px -4px 8px #ffffff !important;
}

.cits-my-account .woocommerce-MyAccount-content input[type="text"]:focus,
.cits-my-account .woocommerce-MyAccount-content input[type="email"]:focus,
.cits-my-account .woocommerce-MyAccount-content input[type="password"]:focus,
.cits-my-account .woocommerce-MyAccount-content input[type="tel"]:focus,
.cits-my-account .woocommerce-MyAccount-content select:focus,
.cits-my-account .woocommerce-MyAccount-content textarea:focus {
	outline: none !important;
	box-shadow: inset 5px 5px 10px #b8bec7, inset -5px -5px 10px #ffffff,
		0 0 0 2px rgba(79, 70, 229, 0.2) !important;
}

/* ── Buttons ─────────────────────────────────────────────────── */
.cits-my-account .woocommerce-MyAccount-content .button,
.cits-my-account .woocommerce-MyAccount-content .woocommerce-Button,
.cits-my-account .woocommerce-MyAccount-content .wp-element-button,
.cits-my-account .woocommerce-MyAccount-content input[type="submit"],
.cits-my-account .woocommerce-MyAccount-content button[type="submit"] {
	background: #e0e5ec !important;
	color: #4f46e5 !important;
	border: none !important;
	border-radius: 10px !important;
	padding: 11px 28px !important;
	font-size: 14px !important;
	font-weight: 700 !important;
	letter-spacing: 0.01em !important;
	cursor: pointer !important;
	transition: all 0.2s ease !important;
	box-shadow: 5px 5px 10px #b8bec7, -5px -5px 10px #ffffff !important;
	display: inline-block !important;
	line-height: 1.5 !important;
	text-decoration: none !important;
}

.cits-my-account .woocommerce-MyAccount-content .button:hover,
.cits-my-account .woocommerce-MyAccount-content .woocommerce-Button:hover,
.cits-my-account .woocommerce-MyAccount-content .wp-element-button:hover,
.cits-my-account .woocommerce-MyAccount-content input[type="submit"]:hover,
.cits-my-account .woocommerce-MyAccount-content button[type="submit"]:hover {
	box-shadow: 6px 6px 12px #b8bec7, -6px -6px 12px #ffffff !important;
	color: #3730a3 !important;
}

.cits-my-account .woocommerce-MyAccount-content .button:active,
.cits-my-account .woocommerce-MyAccount-content input[type="submit"]:active,
.cits-my-account .woocommerce-MyAccount-content button[type="submit"]:active {
	box-shadow: inset 4px 4px 8px #b8bec7, inset -4px -4px 8px #ffffff !important;
}

/* ── Nav count badge ────────────────────────────────────────── */
.cits-my-account .macfw-nav-count {
	background: rgba(79, 70, 229, 0.1);
	color: #4f46e5;
	box-shadow: 2px 2px 4px #b8bec7, -2px -2px 4px #ffffff;
}

/* ── Orders list cards ──────────────────────────────────────── */
.macfw-orders-list--neumorphism_design .macfw-order-card {
	background: #e0e5ec;
	border: none;
	border-radius: 14px;
	box-shadow: 5px 5px 10px #b8bec7, -5px -5px 10px #ffffff;
	transition: box-shadow 0.2s ease;
}

.macfw-orders-list--neumorphism_design .macfw-order-card:hover {
	box-shadow: 7px 7px 14px #b8bec7, -7px -7px 14px #ffffff;
}

.macfw-orders-list--neumorphism_design .macfw-order-num-link {
	color: #4f46e5 !important;
	font-weight: 600;
}

.macfw-orders-list--neumorphism_design .macfw-order-num-link:hover {
	color: #3730a3 !important;
}

.macfw-orders-list--neumorphism_design .macfw-order-hash {
	color: #9ca3af;
}

.macfw-orders-list--neumorphism_design .macfw-order-date,
.macfw-orders-list--neumorphism_design .macfw-order-items {
	color: #6b7280;
}

.macfw-orders-list--neumorphism_design .macfw-order-total {
	color: #1f2937;
	font-weight: 700;
}

.macfw-orders-list--neumorphism_design .macfw-order-card__body {
	border-color: rgba(0, 0, 0, 0.05);
}

.macfw-orders-list--neumorphism_design .macfw-order-action {
	background: #e0e5ec;
	border: none;
	border-radius: 8px !important;
	box-shadow: 3px 3px 6px #b8bec7, -3px -3px 6px #ffffff;
	color: #374151 !important;
	transition: all 0.2s ease;
}

.macfw-orders-list--neumorphism_design .macfw-order-action:hover {
	box-shadow: inset 3px 3px 6px #b8bec7, inset -3px -3px 6px #ffffff;
	color: #4f46e5 !important;
}

.macfw-orders-list--neumorphism_design .macfw-order-action--primary {
	background: #e0e5ec !important;
	color: #4f46e5 !important;
	font-weight: 700;
}

.macfw-orders-list--neumorphism_design .macfw-page-btn {
	background: #e0e5ec;
	border: none;
	border-radius: 8px !important;
	box-shadow: 3px 3px 6px #b8bec7, -3px -3px 6px #ffffff;
	color: #374151 !important;
}

.macfw-orders-list--neumorphism_design .macfw-page-btn:hover {
	box-shadow: inset 3px 3px 6px #b8bec7, inset -3px -3px 6px #ffffff;
	color: #4f46e5 !important;
}

.macfw-orders-list--neumorphism_design .macfw-order-status--completed {
	background: rgba(22, 163, 74, 0.12);
	color: #16a34a;
	box-shadow: none;
}

.macfw-orders-list--neumorphism_design .macfw-order-status--processing {
	background: rgba(79, 70, 229, 0.12);
	color: #4f46e5;
	box-shadow: none;
}

.macfw-orders-list--neumorphism_design .macfw-order-status--pending {
	background: rgba(217, 119, 6, 0.12);
	color: #d97706;
	box-shadow: none;
}

.macfw-orders-list--neumorphism_design .macfw-order-status--on-hold {
	background: rgba(234, 88, 12, 0.12);
	color: #ea580c;
	box-shadow: none;
}

.macfw-orders-list--neumorphism_design .macfw-order-status--cancelled {
	background: rgba(220, 38, 38, 0.12);
	color: #dc2626;
	box-shadow: none;
}

.macfw-orders-list--neumorphism_design .macfw-order-status--refunded {
	background: rgba(107, 114, 128, 0.12);
	color: #6b7280;
	box-shadow: none;
}

/* ── Orders table ───────────────────────────────────────────── */
.macfw-orders-table-wrap--neumorphism_design {
	background: #e0e5ec;
	border: none;
	border-radius: 14px;
	box-shadow: 5px 5px 10px #b8bec7, -5px -5px 10px #ffffff;
}

.macfw-orders-table-wrap--neumorphism_design .macfw-orders-table thead tr {
	background: rgba(0, 0, 0, 0.02);
	border-color: rgba(0, 0, 0, 0.04);
}

.macfw-orders-table-wrap--neumorphism_design .macfw-orders-table thead th {
	color: #6b7280;
	font-weight: 600;
}

.macfw-orders-table-wrap--neumorphism_design .macfw-orders-table tbody tr {
	border-color: rgba(0, 0, 0, 0.04);
}

.macfw-orders-table-wrap--neumorphism_design .macfw-orders-table tbody tr:hover {
	background: rgba(255, 255, 255, 0.3);
}

.macfw-orders-table-wrap--neumorphism_design .macfw-col-order .macfw-order-num-link {
	color: #4f46e5 !important;
	font-weight: 600;
}

.macfw-orders-table-wrap--neumorphism_design .macfw-col-order .macfw-order-num-link:hover {
	color: #3730a3 !important;
}

.macfw-orders-table-wrap--neumorphism_design .macfw-col-date {
	color: #6b7280;
}

.macfw-orders-table-wrap--neumorphism_design .macfw-col-total {
	color: #1f2937;
	font-weight: 700;
}

.macfw-orders-table-wrap--neumorphism_design .macfw-order-action {
	background: #e0e5ec;
	border: none;
	box-shadow: 2px 2px 5px #b8bec7, -2px -2px 5px #ffffff;
	color: #374151 !important;
}

.macfw-orders-table-wrap--neumorphism_design .macfw-order-action:hover {
	box-shadow: inset 2px 2px 5px #b8bec7, inset -2px -2px 5px #ffffff;
	color: #4f46e5 !important;
}

.macfw-orders-table-wrap--neumorphism_design .macfw-order-action--primary {
	color: #4f46e5 !important;
	font-weight: 700;
}

.macfw-orders-table-wrap--neumorphism_design .macfw-order-status--completed {
	background: rgba(22, 163, 74, 0.12) !important;
	color: #16a34a !important;
}

.macfw-orders-table-wrap--neumorphism_design .macfw-order-status--processing {
	background: rgba(79, 70, 229, 0.12) !important;
	color: #4f46e5 !important;
}

.macfw-orders-table-wrap--neumorphism_design .macfw-order-status--pending {
	background: rgba(217, 119, 6, 0.12) !important;
	color: #d97706 !important;
}

.macfw-orders-table-wrap--neumorphism_design .macfw-order-status--on-hold {
	background: rgba(234, 88, 12, 0.12) !important;
	color: #ea580c !important;
}

.macfw-orders-table-wrap--neumorphism_design .macfw-order-status--cancelled {
	background: rgba(220, 38, 38, 0.12) !important;
	color: #dc2626 !important;
}

.macfw-orders-table-wrap--neumorphism_design .macfw-order-status--refunded {
	background: rgba(107, 114, 128, 0.12) !important;
	color: #6b7280 !important;
}

/* ── Downloads ──────────────────────────────────────────────── */
.macfw-downloads-grid--neumorphism_design .macfw-download-card {
	background: #e0e5ec;
	border: none;
	border-radius: 14px;
	box-shadow: 5px 5px 10px #b8bec7, -5px -5px 10px #ffffff;
	transition: box-shadow 0.2s ease;
}

.macfw-downloads-grid--neumorphism_design .macfw-download-card:hover {
	box-shadow: 7px 7px 14px #b8bec7, -7px -7px 14px #ffffff;
}

.macfw-downloads-grid--neumorphism_design .macfw-download-icon-wrap {
	background: #e0e5ec;
	box-shadow: 3px 3px 6px #b8bec7, -3px -3px 6px #ffffff;
}

.macfw-downloads-grid--neumorphism_design .macfw-download-icon-wrap svg {
	color: #4f46e5;
}

.macfw-downloads-grid--neumorphism_design .macfw-download-product {
	color: #1f2937 !important;
	font-weight: 600;
}

.macfw-downloads-grid--neumorphism_design .macfw-download-product a {
	color: #4f46e5 !important;
}

.macfw-downloads-grid--neumorphism_design .macfw-download-filename {
	color: #6b7280 !important;
}

.macfw-downloads-grid--neumorphism_design .macfw-download-meta {
	color: #9ca3af !important;
}

.macfw-downloads-grid--neumorphism_design .macfw-download-btn {
	background: #e0e5ec !important;
	color: #4f46e5 !important;
	font-weight: 700;
	box-shadow: 3px 3px 6px #b8bec7, -3px -3px 6px #ffffff;
	border: none !important;
	border-radius: 8px !important;
}

.macfw-downloads-grid--neumorphism_design .macfw-download-btn:hover {
	box-shadow: inset 3px 3px 6px #b8bec7, inset -3px -3px 6px #ffffff;
}

/* ── View order ─────────────────────────────────────────────── */
.macfw-view-order--neumorphism_design .macfw-order-header {
	background: #e0e5ec;
	border: none;
	border-radius: 12px;
	box-shadow: 4px 4px 8px #b8bec7, -4px -4px 8px #ffffff;
}

.macfw-view-order--neumorphism_design .macfw-order-header__number span {
	color: #6b7280;
}

.macfw-view-order--neumorphism_design .macfw-order-header__number strong {
	color: #1f2937;
}

.macfw-view-order--neumorphism_design .macfw-oh-date {
	color: #6b7280;
}

.macfw-view-order--neumorphism_design .woocommerce-order-details {
	background: #e0e5ec !important;
	border: none !important;
	border-radius: 12px;
	box-shadow: 4px 4px 8px #b8bec7, -4px -4px 8px #ffffff;
}

.macfw-view-order--neumorphism_design .woocommerce-order-details__title {
	color: #1f2937 !important;
	border-color: rgba(0, 0, 0, 0.06) !important;
}

.macfw-view-order--neumorphism_design .woocommerce-table--order-details thead th {
	color: #6b7280 !important;
	border-color: rgba(0, 0, 0, 0.06) !important;
	font-weight: 600;
}

.macfw-view-order--neumorphism_design .woocommerce-table--order-details tbody tr {
	border-color: rgba(0, 0, 0, 0.04) !important;
}

.macfw-view-order--neumorphism_design .woocommerce-table--order-details tbody td,
.macfw-view-order--neumorphism_design .woocommerce-table--order-details tbody th {
	color: #374151 !important;
}

.macfw-view-order--neumorphism_design .woocommerce-table--order-details tfoot th,
.macfw-view-order--neumorphism_design .woocommerce-table--order-details tfoot td {
	color: #6b7280 !important;
	border-color: rgba(0, 0, 0, 0.06) !important;
}

.macfw-view-order--neumorphism_design .woocommerce-table--order-details tfoot tr:last-child th,
.macfw-view-order--neumorphism_design .woocommerce-table--order-details tfoot tr:last-child td {
	color: #1f2937 !important;
	font-weight: 700;
	border-color: rgba(0, 0, 0, 0.1) !important;
}

.macfw-view-order--neumorphism_design .woocommerce-column__title {
	color: #1f2937 !important;
}

.macfw-view-order--neumorphism_design .woocommerce-customer-details address {
	background: #e0e5ec;
	border: none;
	border-radius: 10px;
	color: #4b5563;
	box-shadow: inset 3px 3px 6px #b8bec7, inset -3px -3px 6px #ffffff;
	padding: 16px !important;
}

.macfw-view-order--neumorphism_design .woocommerce-customer-details--email,
.macfw-view-order--neumorphism_design .woocommerce-customer-details--phone {
	color: #6b7280 !important;
}

.macfw-view-order--neumorphism_design .macfw-order-notes {
	background: #e0e5ec;
	border: none;
	border-radius: 12px;
	box-shadow: 4px 4px 8px #b8bec7, -4px -4px 8px #ffffff;
}

.macfw-view-order--neumorphism_design .macfw-section-title {
	color: #1f2937 !important;
}

.macfw-view-order--neumorphism_design .macfw-note {
	border-color: rgba(0, 0, 0, 0.05);
}

.macfw-view-order--neumorphism_design .macfw-note__date {
	color: #9ca3af;
}

.macfw-view-order--neumorphism_design .macfw-note__text p {
	color: #4b5563;
}

.macfw-view-order--neumorphism_design .macfw-order-status--completed {
	background: rgba(22, 163, 74, 0.12) !important;
	color: #16a34a !important;
}

.macfw-view-order--neumorphism_design .macfw-order-status--processing {
	background: rgba(79, 70, 229, 0.12) !important;
	color: #4f46e5 !important;
}

.macfw-view-order--neumorphism_design .macfw-order-status--pending {
	background: rgba(217, 119, 6, 0.12) !important;
	color: #d97706 !important;
}

.macfw-view-order--neumorphism_design .macfw-order-status--on-hold {
	background: rgba(234, 88, 12, 0.12) !important;
	color: #ea580c !important;
}

.macfw-view-order--neumorphism_design .macfw-order-status--cancelled {
	background: rgba(220, 38, 38, 0.12) !important;
	color: #dc2626 !important;
}

.macfw-view-order--neumorphism_design .macfw-order-status--refunded {
	background: rgba(107, 114, 128, 0.12) !important;
	color: #6b7280 !important;
}