body.coinable-modern-customer-dashboard .woocommerce-MyAccount-navigation {
	float: none !important;
	width: 100% !important;
	margin: 0 0 32px !important;
	padding: 0 !important;
}

body.coinable-modern-customer-dashboard .coinable-dashboard-shell,
body.coinable-modern-customer-dashboard .coinable-dashboard-shell * {
	box-sizing: border-box;
}

body.coinable-modern-customer-dashboard .coinable-dashboard-group {
	margin: 0 !important;
	padding: 0 !important;
}

body.coinable-modern-customer-dashboard .coinable-dashboard-group-title {
	margin: 0 0 10px !important;
	padding: 0 2px !important;
	color: #ffffff !important;
	-webkit-text-fill-color: #ffffff !important;
	font-size: 12px !important;
	font-weight: 900 !important;
	line-height: 1.2 !important;
	letter-spacing: .16em !important;
	text-transform: uppercase !important;
	text-shadow: 0 1px 2px rgba(0, 0, 0, .75) !important;
}

body.coinable-modern-customer-dashboard .coinable-dashboard-group-list {
	display: grid !important;
	gap: 12px !important;
	margin: 0 !important;
	padding: 0 !important;
	list-style: none !important;
}

body.coinable-modern-customer-dashboard .coinable-dashboard-group-list > li {
	position: relative !important;
	margin: 0 !important;
	padding: 0 !important;
	border: 0 !important;
	background: transparent !important;
	list-style: none !important;
}

body.coinable-modern-customer-dashboard .coinable-dashboard-group-list > li::before,
body.coinable-modern-customer-dashboard .coinable-dashboard-group-list > li::after {
	display: none !important;
	content: none !important;
}

body.coinable-modern-customer-dashboard .coinable-dashboard-columns {
	display: grid !important;
	grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
	gap: 16px !important;
	align-items: start !important;
	margin: 20px 0 0 !important;
}

body.coinable-modern-customer-dashboard .coinable-dashboard-column {
	min-width: 0 !important;
	padding: 16px !important;
	border: 1px solid rgba(255, 255, 255, .10) !important;
	border-radius: 18px !important;
	background: linear-gradient(145deg, rgba(255,255,255,.035), rgba(0,0,0,.12)) !important;
	box-shadow: inset 0 1px 0 rgba(255,255,255,.05), 0 8px 20px rgba(0,0,0,.12) !important;
}

body.coinable-modern-customer-dashboard .coinable-dashboard-featured .coinable-dashboard-group-list {
	grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
}

body.coinable-modern-customer-dashboard .coinable-dashboard-media {
	width: calc(25% - 12px) !important;
	min-width: 260px !important;
	margin-top: 20px !important;
}

body.coinable-modern-customer-dashboard .coinable-dashboard-logout {
	margin-top: 14px !important;
}

body.coinable-modern-customer-dashboard .coinable-dashboard-logout .coinable-dashboard-group-list {
	grid-template-columns: 1fr !important;
}

body.coinable-modern-customer-dashboard .woocommerce-MyAccount-navigation a,
body.coinable-modern-customer-dashboard .woocommerce-MyAccount-navigation a:link,
body.coinable-modern-customer-dashboard .woocommerce-MyAccount-navigation a:visited,
body.coinable-modern-customer-dashboard .woocommerce-MyAccount-navigation a:hover,
body.coinable-modern-customer-dashboard .woocommerce-MyAccount-navigation a:focus,
body.coinable-modern-customer-dashboard .woocommerce-MyAccount-navigation a:active,
body.coinable-modern-customer-dashboard .woocommerce-MyAccount-navigation a *,
body.coinable-modern-customer-dashboard .woocommerce-MyAccount-navigation a:hover *,
body.coinable-modern-customer-dashboard .woocommerce-MyAccount-navigation a:focus * {
	color: #ffffff !important;
	-webkit-text-fill-color: #ffffff !important;
	text-decoration: none !important;
}

body.coinable-modern-customer-dashboard .woocommerce-MyAccount-navigation a {
	position: relative !important;
	display: flex !important;
	align-items: center !important;
	gap: 12px !important;
	width: 100% !important;
	min-height: 72px !important;
	padding: 14px 16px !important;
	border: 3px solid rgba(28, 25, 21, .82) !important;
	border-radius: 17px !important;
	background-clip: padding-box !important;
	background: linear-gradient(145deg, #6e7883 0%, #c7d0d8 20%, #56616c 43%, #d9e0e6 64%, #414a53 100%) !important;
	box-shadow:
		0 3px 0 rgba(5, 6, 8, .92),
		0 10px 0 rgba(0, 0, 0, .18),
		0 16px 25px rgba(0, 0, 0, .34),
		inset 0 3px 2px rgba(255, 255, 255, .50),
		inset 0 -6px 9px rgba(0, 0, 0, .34),
		inset 4px 0 5px rgba(255, 255, 255, .12),
		inset -4px 0 5px rgba(0, 0, 0, .18),
		inset 0 0 0 2px rgba(255, 255, 255, .13) !important;
	font-family: inherit !important;
	font-size: 15px !important;
	font-weight: 900 !important;
	line-height: 1.2 !important;
	letter-spacing: .015em !important;
	text-shadow:
		0 -2px 1px rgba(0, 0, 0, .82),
		0 1px 0 rgba(255, 255, 255, .22),
		0 2px 2px rgba(0, 0, 0, .72),
		0 0 6px rgba(0, 0, 0, .38) !important;
	overflow: hidden !important;
	isolation: isolate !important;
	transition: transform .18s ease, filter .18s ease, box-shadow .18s ease !important;
}

body.coinable-modern-customer-dashboard .woocommerce-MyAccount-navigation a::before {
	content: "" !important;
	position: absolute !important;
	z-index: 0 !important;
	inset: 2px 2px 48% !important;
	border-radius: 13px 13px 46px 46px !important;
	background:
		linear-gradient(180deg, rgba(255,255,255,.62), rgba(255,255,255,.18) 54%, rgba(255,255,255,0)),
		repeating-linear-gradient(90deg, rgba(255,255,255,.040) 0 1px, rgba(0,0,0,.025) 1px 3px) !important;
	pointer-events: none !important;
}

body.coinable-modern-customer-dashboard .woocommerce-MyAccount-navigation a::after {
	content: "" !important;
	position: absolute !important;
	z-index: 0 !important;
	inset: 5px !important;
	width: auto !important;
	height: auto !important;
	transform: none !important;
	border: 1px solid rgba(255,255,255,.26) !important;
	border-radius: 10px !important;
	background:
		linear-gradient(115deg, transparent 0 34%, rgba(255,255,255,.28) 46%, rgba(255,255,255,.08) 53%, transparent 66%),
		repeating-linear-gradient(0deg, rgba(255,255,255,.022) 0 1px, rgba(0,0,0,.022) 1px 3px) !important;
	opacity: .70 !important;
	pointer-events: none !important;
}

body.coinable-modern-customer-dashboard .woocommerce-MyAccount-navigation a:hover,
body.coinable-modern-customer-dashboard .woocommerce-MyAccount-navigation a:focus-visible {
	transform: translateY(-4px) !important;
	filter: brightness(1.08) saturate(1.05) !important;
	box-shadow:
		0 4px 0 rgba(5, 6, 8, .92),
		0 12px 0 rgba(0, 0, 0, .16),
		0 20px 30px rgba(0, 0, 0, .42),
		inset 0 3px 2px rgba(255, 255, 255, .60),
		inset 0 -6px 10px rgba(0, 0, 0, .36),
		inset 0 0 0 2px rgba(255,255,255,.18) !important;
	outline: none !important;
}

body.coinable-modern-customer-dashboard .woocommerce-MyAccount-navigation li.is-active a {
	box-shadow:
		0 15px 30px rgba(0, 0, 0, .36),
		inset 0 2px 1px rgba(255, 255, 255, .58),
		inset 0 -4px 10px rgba(0, 0, 0, .28),
		0 0 0 2px rgba(255, 255, 255, .30) !important;
	filter: brightness(1.10) !important;
}

body.coinable-modern-customer-dashboard .coinable-dashboard-featured a {
	min-height: 88px !important;
	font-size: 18px !important;
	letter-spacing: .035em !important;
}

body.coinable-modern-customer-dashboard .coinable-dashboard-logout a {
	min-height: 58px !important;
	justify-content: center !important;
	background: linear-gradient(145deg, #271014 0%, #8c3338 22%, #48181d 48%, #aa454b 70%, #2a0c10 100%) !important;
	border-color: rgba(255, 255, 255, .24) !important;
}

body.coinable-modern-customer-dashboard .coinable-dashboard-icon {
	position: relative !important;
	z-index: 2 !important;
	flex: 0 0 42px !important;
	display: inline-flex !important;
	align-items: center !important;
	justify-content: center !important;
	width: 42px !important;
	height: 42px !important;
	border-radius: 12px !important;
	border: 1px solid rgba(20,20,20,.38) !important;
	background: linear-gradient(180deg, rgba(255,255,255,.30), rgba(0,0,0,.18)) !important;
	box-shadow: inset 0 2px 1px rgba(255,255,255,.38), inset 0 -3px 6px rgba(0,0,0,.30), 0 2px 3px rgba(0,0,0,.28) !important;
}

body.coinable-modern-customer-dashboard .coinable-dashboard-icon svg,
body.coinable-modern-customer-dashboard .coinable-dashboard-icon svg *,
body.coinable-modern-customer-dashboard .woocommerce-MyAccount-navigation a svg,
body.coinable-modern-customer-dashboard .woocommerce-MyAccount-navigation a svg * {
	color: #ffffff !important;
	stroke: #ffffff !important;
	-webkit-text-fill-color: #ffffff !important;
}

body.coinable-modern-customer-dashboard .coinable-dashboard-icon svg {
	width: 23px !important;
	height: 23px !important;
	fill: none !important;
	stroke-width: 1.9 !important;
	stroke-linecap: round !important;
	stroke-linejoin: round !important;
	filter: drop-shadow(0 1px 1px rgba(0,0,0,.72)) !important;
}

body.coinable-modern-customer-dashboard .coinable-dashboard-link-text {
	position: relative !important;
	z-index: 2 !important;
	display: flex !important;
	flex-direction: column !important;
	min-width: 0 !important;
}

body.coinable-modern-customer-dashboard .coinable-dashboard-link-title {
	display: block !important;
	white-space: normal !important;
}

.coinable-customer-dashboard-heading {
	display: flex !important;
	align-items: center !important;
	justify-content: space-between !important;
	margin: 0 0 24px !important;
	padding: 26px 30px !important;
	border: 1px solid rgba(255, 255, 255, .18) !important;
	border-radius: 22px !important;
	background: linear-gradient(145deg, #253241 0%, #87929d 12%, #313f4e 25%, #cbd3da 37%, #2a3746 50%, #a88c49 64%, #655225 79%, #1c2530 100%) !important;
	box-shadow: 0 13px 30px rgba(0, 0, 0, .26), inset 0 1px 1px rgba(255,255,255,.28), inset 0 -3px 9px rgba(0,0,0,.23) !important;
	color: #ffffff !important;
	-webkit-text-fill-color: #ffffff !important;
}

.coinable-customer-dashboard-heading,
.coinable-customer-dashboard-heading * {
	color: #ffffff !important;
	-webkit-text-fill-color: #ffffff !important;
}

.coinable-customer-dashboard-heading h1 {
	margin: 2px 0 5px !important;
	font-size: clamp(28px, 4vw, 42px) !important;
	line-height: 1.08 !important;
	text-shadow: 0 -1px 0 rgba(0,0,0,.60), 0 1px 2px rgba(0,0,0,.50) !important;
}

.coinable-customer-dashboard-heading p {
	margin: 0 !important;
	font-size: 15px !important;
	text-shadow: 0 1px 2px rgba(0,0,0,.52) !important;
}

.coinable-dashboard-eyebrow {
	display: inline-block !important;
	font-size: 12px !important;
	font-weight: 900 !important;
	letter-spacing: .18em !important;
	text-shadow: 0 1px 2px rgba(0,0,0,.62) !important;
}

body.coinable-modern-customer-dashboard .woocommerce-MyAccount-content {
	float: none !important;
	width: 100% !important;
	clear: both !important;
}

/* Mixed metal finishes */
body.coinable-modern-customer-dashboard a.coinable-finish-antique-bronze { background: linear-gradient(145deg,#4b3120 0%,#a56b3a 18%,#5c3a21 38%,#c28b4d 62%,#6b4325 100%) !important; }
body.coinable-modern-customer-dashboard a.coinable-finish-shiny-bronze { background: linear-gradient(145deg,#57311f 0%,#d2965c 18%,#85522e 38%,#f1c281 63%,#7a4929 100%) !important; }
body.coinable-modern-customer-dashboard a.coinable-finish-antique-copper { background: linear-gradient(145deg,#4f2c24 0%,#a65b47 20%,#6e392f 42%,#d08a6b 64%,#6f362c 100%) !important; }
body.coinable-modern-customer-dashboard a.coinable-finish-shiny-copper { background: linear-gradient(145deg,#6b3729 0%,#e09f7a 18%,#94503a 40%,#f4c09a 63%,#854833 100%) !important; }
body.coinable-modern-customer-dashboard a.coinable-finish-antique-gold { background: linear-gradient(145deg,#4f4018 0%,#b88e2f 18%,#695321 38%,#d9b34d 62%,#806524 100%) !important; }
body.coinable-modern-customer-dashboard a.coinable-finish-matte-gold { background: linear-gradient(145deg,#7f6a2f 0%,#b39b57 22%,#6e5c29 46%,#d0b772 66%,#85723c 100%) !important; }
body.coinable-modern-customer-dashboard a.coinable-finish-shiny-gold { background: linear-gradient(145deg,#7d6216 0%,#ffde75 18%,#b6861f 38%,#fff0b1 63%,#966f10 100%) !important; }
body.coinable-modern-customer-dashboard a.coinable-finish-shiny-silver { background: linear-gradient(145deg,#7c8792 0%,#f8fbff 20%,#99a5b0 38%,#dde5ec 58%,#6b7680 100%) !important; }
body.coinable-modern-customer-dashboard a.coinable-finish-antique-silver { background: linear-gradient(145deg,#57616a 0%,#a4afb8 18%,#6d7680 36%,#c1c8cf 58%,#4e5760 100%) !important; }
body.coinable-modern-customer-dashboard a.coinable-finish-matte-silver { background: linear-gradient(145deg,#707980 0%,#bfc7ce 22%,#828c93 42%,#d8dee3 64%,#687279 100%) !important; }
body.coinable-modern-customer-dashboard a.coinable-finish-nickel { background: linear-gradient(145deg,#5f6974 0%,#c6d1da 18%,#7e8790 40%,#e0e7ed 63%,#6b757e 100%) !important; }
body.coinable-modern-customer-dashboard a.coinable-finish-black-nickel { background: linear-gradient(145deg,#1a2027 0%,#65717c 18%,#2d3640 40%,#8a96a0 63%,#131920 100%) !important; }
body.coinable-modern-customer-dashboard a.coinable-finish-dyed-black { background: linear-gradient(145deg,#050607 0%,#2b3036 22%,#0f1114 46%,#444b52 66%,#050607 100%) !important; }
body.coinable-modern-customer-dashboard a.coinable-finish-chromium { background: linear-gradient(145deg,#87919a 0%,#ffffff 18%,#a5afb8 38%,#eef3f6 61%,#79838c 100%) !important; }
body.coinable-modern-customer-dashboard a.coinable-finish-rainbow { background: linear-gradient(145deg,#4443a6 0%,#2ec7ff 14%,#4be37f 28%,#f3d54f 42%,#f88b42 58%,#db5f87 74%,#7f54d9 100%) !important; }
body.coinable-modern-customer-dashboard a.coinable-finish-rhodium { background: linear-gradient(145deg,#8997a6 0%,#f7fbff 19%,#aab6c0 40%,#dfe7ee 63%,#768290 100%) !important; }
body.coinable-modern-customer-dashboard a.coinable-finish-pms-match { background: linear-gradient(145deg,#37557b 0%,#4c86d8 18%,#2d4568 40%,#77b0ff 63%,#20324d 100%) !important; }
body.coinable-modern-customer-dashboard a.coinable-finish-24k-gold { background: linear-gradient(145deg,#8a6810 0%,#ffdb55 18%,#c4941b 38%,#fff1a0 63%,#aa7d11 100%) !important; }

@media (max-width: 1100px) {
	body.coinable-modern-customer-dashboard .coinable-dashboard-columns {
		grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
	}
	body.coinable-modern-customer-dashboard .coinable-dashboard-media {
		width: calc(50% - 8px) !important;
	}
}

@media (max-width: 720px) {
	body.coinable-modern-customer-dashboard .coinable-dashboard-featured .coinable-dashboard-group-list,
	body.coinable-modern-customer-dashboard .coinable-dashboard-columns {
		grid-template-columns: 1fr !important;
	}
	body.coinable-modern-customer-dashboard .coinable-dashboard-media {
		width: 100% !important;
		min-width: 0 !important;
	}
	body.coinable-modern-customer-dashboard .coinable-dashboard-column {
		padding: 13px !important;
	}
	body.coinable-modern-customer-dashboard .woocommerce-MyAccount-navigation a {
		min-height: 66px !important;
		padding: 12px 14px !important;
		font-size: 14px !important;
	}
	body.coinable-modern-customer-dashboard .coinable-dashboard-featured a {
		min-height: 74px !important;
		font-size: 16px !important;
	}
	.coinable-customer-dashboard-heading {
		padding: 20px !important;
	}
}


/* Daily Section 889 form button */
body.coinable-modern-customer-dashboard .coinable-dashboard-889-link {
	min-height: 82px !important;
	border-color: rgba(74, 39, 28, .92) !important;
	box-shadow:
		0 3px 0 rgba(34, 16, 11, .98),
		0 10px 0 rgba(0, 0, 0, .18),
		0 17px 28px rgba(0, 0, 0, .38),
		inset 0 3px 2px rgba(255,255,255,.58),
		inset 0 -7px 10px rgba(79,43,34,.42),
		inset 0 0 0 2px rgba(255,219,196,.20) !important;
}

body.coinable-modern-customer-dashboard .coinable-dashboard-link-subtitle {
	display: block !important;
	margin-top: 4px !important;
	font-size: 12px !important;
	font-weight: 800 !important;
	line-height: 1.2 !important;
	letter-spacing: .035em !important;
	opacity: .94 !important;
	color: #ffffff !important;
	-webkit-text-fill-color: #ffffff !important;
	text-shadow: 0 -1px 0 rgba(0,0,0,.82), 0 1px 1px rgba(0,0,0,.70) !important;
}

body.coinable-modern-customer-dashboard .woocommerce-MyAccount-navigation a:active {
	transform: translateY(1px) !important;
	box-shadow:
		0 1px 0 rgba(5, 6, 8, .95),
		0 5px 0 rgba(0,0,0,.14),
		0 9px 16px rgba(0,0,0,.28),
		inset 0 2px 2px rgba(255,255,255,.36),
		inset 0 -4px 7px rgba(0,0,0,.32) !important;
}
