.dgm-wdm-wrap{--dgm-wdm-bg:#fff;--dgm-wdm-soft:#f8fafc;--dgm-wdm-border:#e5e7eb;--dgm-wdm-text:#111827;--dgm-wdm-muted:#6b7280;--dgm-wdm-success:#16a34a;--dgm-wdm-warning:#f59e0b;--dgm-wdm-danger:#dc2626;color:var(--dgm-wdm-text);font-size:14px;line-height:1.45}.dgm-wdm-wrap *{box-sizing:border-box}.dgm-wdm-hero{padding:18px 20px;margin:0 0 14px;border:1px solid rgba(37,99,235,.14);border-radius:18px;background:linear-gradient(135deg,#fff,#f8fafc);box-shadow:0 8px 22px rgba(15,23,42,.05)}.dgm-wdm-kicker{display:inline-flex;margin:0 0 6px;padding:4px 8px;border-radius:999px;background:rgba(37,99,235,.09);color:var(--dgm-wdm-primary);font-size:11px;font-weight:800;text-transform:uppercase;letter-spacing:.06em}.dgm-wdm-hero h2{margin:0 0 4px;font-size:clamp(22px,3vw,30px);line-height:1.12;letter-spacing:-.03em}.dgm-wdm-hero p{margin:0;color:var(--dgm-wdm-muted);max-width:760px}.dgm-wdm-account-bar{display:grid;grid-template-columns:minmax(230px,.9fr) minmax(300px,1.1fr);gap:12px;margin:0 0 10px}.dgm-wdm-access-pill,.dgm-wdm-quota-card{padding:12px 14px;border:1px solid var(--dgm-wdm-border);border-radius:16px;background:#fff;box-shadow:0 5px 15px rgba(15,23,42,.04)}.dgm-wdm-access-pill span,.dgm-wdm-quota-card span{display:block;margin-bottom:4px;color:var(--dgm-wdm-muted);font-size:11px;font-weight:800;text-transform:uppercase;letter-spacing:.06em}.dgm-wdm-access-pill strong{display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-size:15px}.dgm-wdm-access-pill small,.dgm-wdm-quota-card small{display:block;margin-top:3px;color:var(--dgm-wdm-muted);font-size:12px}.dgm-wdm-access-pill .dgm-wdm-plan-summary{color:var(--dgm-wdm-text);font-weight:800}.dgm-wdm-quota-strip{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.dgm-wdm-quota-card{display:grid;grid-template-columns:auto 1fr;column-gap:10px;align-items:center;min-height:70px}.dgm-wdm-quota-card span{grid-column:1/-1}.dgm-wdm-quota-card strong{font-size:28px;line-height:1;color:var(--dgm-wdm-primary);letter-spacing:-.04em}.dgm-wdm-quota-card p{margin:0;color:var(--dgm-wdm-text);font-weight:700}.dgm-wdm-quota-card small{grid-column:1/-1}.dgm-wdm-limit-note{margin:0 0 12px;padding:10px 12px;border-radius:12px;background:#fffbeb;border:1px solid #fde68a;color:#92400e;font-size:13px}.dgm-wdm-section{margin:14px 0;padding:16px;border:1px solid var(--dgm-wdm-border);border-radius:18px;background:#fff;box-shadow:0 8px 22px rgba(15,23,42,.04)}.dgm-wdm-section-title{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;margin-bottom:12px}.dgm-wdm-section-title h3{margin:0 0 2px;font-size:20px;letter-spacing:-.02em}.dgm-wdm-section-title p{margin:0;color:var(--dgm-wdm-muted);font-size:13px}.dgm-wdm-course-list{display:grid;gap:8px}.dgm-wdm-course-row{display:grid;grid-template-columns:54px minmax(0,1fr) auto;align-items:center;gap:12px;padding:10px;border:1px solid var(--dgm-wdm-border);border-radius:14px;background:#fff;transition:border-color .15s ease,box-shadow .15s ease,transform .15s ease}.dgm-wdm-course-row:hover{border-color:rgba(37,99,235,.35);box-shadow:0 8px 18px rgba(15,23,42,.06);transform:translateY(-1px)}.dgm-wdm-course-row.is-limited{background:#fff7ed;border-color:#fed7aa}.dgm-wdm-course-thumb{width:54px;height:54px;border-radius:12px;overflow:hidden;background:#f3f4f6;flex:0 0 auto}.dgm-wdm-thumb{width:54px!important;height:54px!important;object-fit:cover!important;border-radius:12px!important;display:block}.dgm-wdm-course-name h4{margin:0;color:var(--dgm-wdm-text);font-size:14px;font-weight:800;line-height:1.25}.dgm-wdm-course-name small{display:block;margin-top:3px;color:#9a3412;font-size:12px}.dgm-wdm-course-actions{display:flex;align-items:center;justify-content:flex-end;gap:7px;flex-wrap:wrap}.dgm-wdm-button,.dgm-wdm-secondary-button,.dgm-wdm-locked-button{display:inline-flex;align-items:center;justify-content:center;min-height:34px;padding:7px 12px;border-radius:10px;font-size:13px;font-weight:800;text-decoration:none!important;white-space:nowrap;border:1px solid transparent;line-height:1.1}.dgm-wdm-button{background:var(--dgm-wdm-primary);color:#fff!important;box-shadow:0 8px 14px rgba(37,99,235,.18)}.dgm-wdm-button:hover{color:#fff!important;filter:brightness(.96)}.dgm-wdm-button.is-extra-file{background:#111827;box-shadow:none}.dgm-wdm-secondary-button{background:#fff;color:var(--dgm-wdm-text)!important;border-color:var(--dgm-wdm-border)}.dgm-wdm-secondary-button:hover{border-color:var(--dgm-wdm-primary);color:var(--dgm-wdm-primary)!important}.dgm-wdm-locked-button{background:#fed7aa;color:#9a3412;border-color:#fdba74}.dgm-wdm-friendly-empty,.dgm-wdm-login-box,.dgm-wdm-empty,.dgm-wdm-box{padding:16px;border-radius:14px;background:#f8fafc;border:1px dashed #cbd5e1;color:#475569}.dgm-wdm-friendly-empty h3,.dgm-wdm-login-box strong{display:block;margin:0 0 4px;color:#111827;font-size:16px}.dgm-wdm-friendly-empty p,.dgm-wdm-login-box p{margin:0;color:#6b7280}.dgm-wdm-alert{border-color:#f59e0b;background:#fffbeb;color:#92400e}.dgm-wdm-product-note{margin:0 0 14px;padding:12px 14px;border-radius:12px;border:1px solid #bfdbfe;background:#eff6ff;color:#1e40af;font-weight:700}.dgm-wdm-product-note.is-ok{border-color:#bbf7d0;background:#f0fdf4;color:#166534}.dgm-wdm-solid .dgm-wdm-hero,.dgm-wdm-solid .dgm-wdm-section,.dgm-wdm-solid .dgm-wdm-access-pill,.dgm-wdm-solid .dgm-wdm-quota-card{box-shadow:0 12px 30px rgba(15,23,42,.08)}@media (max-width:900px){.dgm-wdm-account-bar{grid-template-columns:1fr}.dgm-wdm-course-row{grid-template-columns:50px minmax(0,1fr)}.dgm-wdm-course-actions{grid-column:1/-1;justify-content:flex-start;padding-left:62px}.dgm-wdm-course-thumb,.dgm-wdm-thumb{width:50px!important;height:50px!important}}@media (max-width:520px){.dgm-wdm-hero,.dgm-wdm-section{padding:14px}.dgm-wdm-quota-strip{grid-template-columns:1fr}.dgm-wdm-course-row{grid-template-columns:44px minmax(0,1fr);gap:10px}.dgm-wdm-course-thumb,.dgm-wdm-thumb{width:44px!important;height:44px!important}.dgm-wdm-course-actions{padding-left:54px}.dgm-wdm-button,.dgm-wdm-secondary-button,.dgm-wdm-locked-button{min-height:32px;padding:7px 10px;font-size:12px}}
/* v1.7.6 - cleaner account header and no-access state */
.dgm-wdm-wrap .dgm-wdm-hero{display:none!important}
.dgm-wdm-no-access{
	padding:22px;
	border:1px solid var(--dgm-wdm-border);
	border-radius:18px;
	background:linear-gradient(135deg,#fff,#f8fafc);
	box-shadow:0 8px 22px rgba(15,23,42,.05)
}
.dgm-wdm-no-access-main{max-width:680px}
.dgm-wdm-no-access-label{
	display:inline-flex;
	margin:0 0 8px;
	padding:4px 9px;
	border-radius:999px;
	background:rgba(37,99,235,.09);
	color:var(--dgm-wdm-primary);
	font-size:11px;
	font-weight:800;
	letter-spacing:.06em;
	text-transform:uppercase
}
.dgm-wdm-no-access h2{margin:0 0 6px;font-size:24px;line-height:1.15;letter-spacing:-.03em;color:var(--dgm-wdm-text)}
.dgm-wdm-no-access p{margin:0 0 14px;color:var(--dgm-wdm-muted);font-size:14px;max-width:620px}
.dgm-wdm-no-access-button{min-height:36px;padding:8px 14px}
.dgm-wdm-section.dgm-wdm-download-area{margin-top:12px}
.dgm-wdm-download-title{margin-bottom:10px}
@media (max-width:520px){.dgm-wdm-no-access{padding:16px}.dgm-wdm-no-access h2{font-size:21px}}

/* v1.7.9 - polished no-access state */
.dgm-wdm-no-access{
	display:grid!important;
	grid-template-columns:72px minmax(0,1fr)!important;
	gap:18px!important;
	align-items:center!important;
	padding:26px!important;
	border:1px solid #e5e7eb!important;
	border-radius:20px!important;
	background:linear-gradient(135deg,#ffffff 0%,#f8fafc 100%)!important;
	box-shadow:0 10px 28px rgba(15,23,42,.06)!important;
}
.dgm-wdm-no-access-icon{
	display:flex!important;
	align-items:center!important;
	justify-content:center!important;
	width:72px!important;
	height:72px!important;
	border-radius:18px!important;
	background:rgba(37,99,235,.10)!important;
	color:var(--dgm-wdm-primary)!important;
	font-size:32px!important;
	line-height:1!important;
}
.dgm-wdm-no-access-icon span{display:block!important;transform:translateY(1px)}
.dgm-wdm-no-access-main{max-width:760px!important;min-width:0!important}
.dgm-wdm-no-access-label{
	display:inline-flex!important;
	align-items:center!important;
	margin:0 0 8px!important;
	padding:5px 10px!important;
	border-radius:999px!important;
	background:rgba(37,99,235,.10)!important;
	color:var(--dgm-wdm-primary)!important;
	font-size:11px!important;
	font-weight:800!important;
	letter-spacing:.05em!important;
	text-transform:uppercase!important;
}
.dgm-wdm-no-access h2{
	margin:0 0 7px!important;
	font-size:clamp(22px,3vw,30px)!important;
	line-height:1.12!important;
	letter-spacing:-.03em!important;
	color:var(--dgm-wdm-text)!important;
}
.dgm-wdm-no-access p{
	margin:0!important;
	max-width:680px!important;
	color:var(--dgm-wdm-muted)!important;
	font-size:14px!important;
	line-height:1.55!important;
}
.dgm-wdm-no-access-actions{
	display:flex!important;
	align-items:center!important;
	gap:10px!important;
	margin-top:16px!important;
}
.dgm-wdm-no-access-button{
	min-height:40px!important;
	padding:10px 16px!important;
	border-radius:12px!important;
}
@media (max-width:640px){
	.dgm-wdm-no-access{
		grid-template-columns:1fr!important;
		gap:14px!important;
		padding:20px!important;
		text-align:left!important;
	}
	.dgm-wdm-no-access-icon{
		width:58px!important;
		height:58px!important;
		border-radius:16px!important;
		font-size:26px!important;
	}
	.dgm-wdm-no-access-actions{align-items:stretch!important;flex-direction:column!important}
	.dgm-wdm-no-access-button{width:100%!important}
}
.dgm-wdm-price-period,.dgm-wdm-block-price-period{display:inline!important;margin-left:0!important;color:#646970;font-size:.85em;font-weight:600}.dgm-wdm-checkout-period{display:inline-block;margin-top:2px;color:#646970;font-size:.85em;font-weight:600}

/* v2.2.2 - subscription management */
.dgm-wdm-account-message{
	margin:0 0 16px!important;
	padding:12px 14px!important;
	border-radius:14px!important;
	font-size:14px!important;
	font-weight:700!important;
	line-height:1.4!important;
}
.dgm-wdm-account-message-success{background:#dcfce7!important;color:#166534!important;border:1px solid #bbf7d0!important}
.dgm-wdm-account-message-error{background:#fee2e2!important;color:#991b1b!important;border:1px solid #fecaca!important}
.dgm-wdm-subscription-panel{
	margin:18px 0 16px!important;
	padding:18px!important;
	border:1px solid #e5e7eb!important;
	border-radius:18px!important;
	background:#fff!important;
	box-shadow:0 8px 24px rgba(15,23,42,.05)!important;
}
.dgm-wdm-subscription-panel-title{margin:0 0 14px!important}
.dgm-wdm-subscription-panel-title h3{margin:0 0 4px!important;font-size:17px!important;line-height:1.25!important;color:var(--dgm-wdm-text)!important}
.dgm-wdm-subscription-panel-title p{margin:0!important;color:var(--dgm-wdm-muted)!important;font-size:13px!important;line-height:1.45!important}
.dgm-wdm-subscription-list{display:grid!important;gap:10px!important}
.dgm-wdm-subscription-item{
	display:flex!important;
	align-items:center!important;
	justify-content:space-between!important;
	gap:14px!important;
	padding:12px 14px!important;
	border:1px solid #e5e7eb!important;
	border-radius:14px!important;
	background:#f8fafc!important;
}
.dgm-wdm-subscription-item strong{display:block!important;margin:0 0 3px!important;color:var(--dgm-wdm-text)!important;font-size:14px!important;line-height:1.3!important}
.dgm-wdm-subscription-item small{display:block!important;color:var(--dgm-wdm-muted)!important;font-size:12px!important;line-height:1.35!important}
.dgm-wdm-cancel-subscription-form{margin:0!important;flex:0 0 auto!important}

.dgm-wdm-subscription-actions{
	display:inline-flex!important;
	align-items:center!important;
	justify-content:flex-end!important;
	gap:8px!important;
	flex:0 0 auto!important;
	flex-wrap:wrap!important;
}
.dgm-wdm-reactivate-subscription-form{margin:0!important;flex:0 0 auto!important}
.dgm-wdm-reactivate-subscription-form .dgm-wdm-button{min-height:34px!important;padding:0 15px!important;border-radius:999px!important;background:var(--dgm-wdm-primary)!important;border-color:var(--dgm-wdm-primary)!important;color:#fff!important;box-shadow:0 8px 16px rgba(15,23,42,.12)!important;font-weight:800!important}
.dgm-wdm-reactivate-subscription-form .dgm-wdm-button:hover,.dgm-wdm-reactivate-subscription-form .dgm-wdm-button:focus{background:var(--dgm-wdm-primary)!important;border-color:var(--dgm-wdm-primary)!important;color:#fff!important;filter:brightness(.94)!important;text-decoration:none!important}
@media (max-width:640px){
	.dgm-wdm-subscription-actions{width:100%!important;justify-content:flex-start!important}
	.dgm-wdm-reactivate-subscription-form .dgm-wdm-button{width:100%!important}
}
.dgm-wdm-button-secondary{
	background:#fff!important;
	color:#991b1b!important;
	border:1px solid #fecaca!important;
	box-shadow:none!important;
}
.dgm-wdm-subscription-cancelled{
	display:inline-flex!important;
	align-items:center!important;
	min-height:34px!important;
	padding:0 12px!important;
	border-radius:999px!important;
	background:#fef3c7!important;
	color:#92400e!important;
	font-size:12px!important;
	font-weight:800!important;
}
@media (max-width:640px){
	.dgm-wdm-subscription-item{align-items:stretch!important;flex-direction:column!important}
	.dgm-wdm-cancel-subscription-form .dgm-wdm-button{width:100%!important}
}

/* v2.2.3 - cancel subscription hover contrast */
.dgm-wdm-wrap .dgm-wdm-button.dgm-wdm-button-secondary{
	background:#fff!important;
	color:#991b1b!important;
	border-color:#fecaca!important;
	box-shadow:none!important;
}
.dgm-wdm-wrap .dgm-wdm-button.dgm-wdm-button-secondary:hover,
.dgm-wdm-wrap .dgm-wdm-button.dgm-wdm-button-secondary:focus{
	background:#991b1b!important;
	border-color:#991b1b!important;
	color:#fff!important;
	filter:none!important;
	text-decoration:none!important;
}

.dgm-wdm-recurring-total small{display:block;color:#646970;font-size:.85em;font-weight:600;margin-top:2px}

.dgm-wdm-block-period-label{display:block;margin-top:2px;color:#646970;font-size:.85em;font-weight:600}

.dgm-wdm-renewal-note,.dgm-wdm-block-renewal-note{display:block!important;margin-top:3px!important;color:#646970!important;font-size:.85em!important;font-weight:600!important;line-height:1.35!important}.dgm-wdm-renewal-note strong,.dgm-wdm-block-renewal-note strong{font-weight:700!important;color:inherit!important}

/* v2.4.1 - clean subscription totals */
.dgm-wdm-renewal-note,.dgm-wdm-block-renewal-note{display:block!important;margin-top:4px!important;color:#646970!important;font-size:.85em!important;font-weight:600!important;line-height:1.35!important}.dgm-wdm-renewal-note strong,.dgm-wdm-block-renewal-note strong{font-weight:700!important;color:inherit!important}.dgm-wdm-price-period,.dgm-wdm-block-price-period{display:inline!important;margin-left:0!important;color:#646970!important;font-size:.85em!important;font-weight:700!important}.dgm-wdm-recurring-total th,.dgm-wdm-recurring-total td{border-top:1px solid rgba(0,0,0,.08)!important}.dgm-wdm-recurring-total td{font-weight:700!important}.dgm-wdm-recurring-total .dgm-wdm-price-period{font-size:.95em!important}.dgm-wdm-recurring-total-line{display:block!important;margin:2px 0!important}.dgm-wdm-recurring-total-line>span{display:block!important;color:#646970!important;font-size:.85em!important;font-weight:600!important}.dgm-wdm-block-recurring-total{display:block!important;margin-top:4px!important;color:#646970!important;font-size:.78em!important;font-weight:600!important;line-height:1.3!important}.dgm-wdm-block-recurring-total strong{color:inherit!important;font-weight:800!important}

/* v2.4.8 - account course pagination/search */
.dgm-wdm-course-toolbar{display:flex!important;align-items:center!important;justify-content:space-between!important;gap:12px!important;margin:0 0 12px!important;flex-wrap:wrap!important}
.dgm-wdm-course-search{width:min(100%,360px)!important;min-height:40px!important;padding:9px 12px!important;border:1px solid var(--dgm-wdm-border)!important;border-radius:12px!important;background:#fff!important;color:var(--dgm-wdm-text)!important;font-size:14px!important;box-shadow:0 4px 12px rgba(15,23,42,.04)!important;outline:none!important}
.dgm-wdm-course-search:focus{border-color:var(--dgm-wdm-primary)!important;box-shadow:0 0 0 3px rgba(37,99,235,.12)!important}
.dgm-wdm-course-count{color:var(--dgm-wdm-muted)!important;font-size:12px!important;font-weight:800!important;letter-spacing:.03em!important;text-transform:uppercase!important}
.dgm-wdm-course-results{position:relative!important;min-height:80px!important}
.dgm-wdm-download-area.is-loading .dgm-wdm-course-results{opacity:.55!important;pointer-events:none!important}
.dgm-wdm-pagination-nav{display:flex!important;align-items:center!important;justify-content:center!important;gap:6px!important;margin-top:14px!important;flex-wrap:wrap!important}
.dgm-wdm-page-button{min-height:34px!important;padding:7px 11px!important;border:1px solid var(--dgm-wdm-border)!important;border-radius:10px!important;background:#fff!important;color:var(--dgm-wdm-text)!important;font-size:13px!important;font-weight:800!important;line-height:1!important;cursor:pointer!important}
.dgm-wdm-page-button:hover:not(:disabled),.dgm-wdm-page-button.is-current{border-color:var(--dgm-wdm-primary)!important;background:var(--dgm-wdm-primary)!important;color:#fff!important}
.dgm-wdm-page-button:disabled{opacity:.55!important;cursor:not-allowed!important}
.dgm-wdm-page-dots{padding:0 4px!important;color:var(--dgm-wdm-muted)!important;font-weight:800!important}
@media (max-width:640px){.dgm-wdm-course-toolbar{align-items:stretch!important;flex-direction:column!important}.dgm-wdm-course-search{width:100%!important}.dgm-wdm-course-count{text-align:left!important}}


/* v2.5.3 - compact empty results in account courses */
.dgm-wdm-course-empty{padding:10px 12px!important;border-radius:12px!important;text-align:left!important;min-height:0!important}
.dgm-wdm-course-empty strong{display:block!important;margin:0!important;color:var(--dgm-wdm-text)!important;font-size:14px!important;font-weight:800!important;line-height:1.25!important}
.dgm-wdm-course-empty p{margin:3px 0 0!important;color:var(--dgm-wdm-muted)!important;font-size:12px!important;line-height:1.35!important}

/* v2.5.6 - account cancel subscription button hover contrast */
.woocommerce-MyAccount-content .dgm-wdm-account-details-subscriptions .dgm-wdm-cancel-subscription-form button.dgm-wdm-button.dgm-wdm-button-secondary,
.woocommerce-account .dgm-wdm-account-details-subscriptions .dgm-wdm-cancel-subscription-form button.dgm-wdm-button.dgm-wdm-button-secondary,
.dgm-wdm-account-details-subscriptions .dgm-wdm-cancel-subscription-form button.dgm-wdm-button.dgm-wdm-button-secondary{
	appearance:none!important;
	-webkit-appearance:none!important;
	background:#fff!important;
	background-color:#fff!important;
	background-image:none!important;
	border:1px solid #fecaca!important;
	color:#991b1b!important;
	-webkit-text-fill-color:#991b1b!important;
	box-shadow:none!important;
	text-shadow:none!important;
	opacity:1!important;
	filter:none!important;
	text-decoration:none!important;
}
.woocommerce-MyAccount-content .dgm-wdm-account-details-subscriptions .dgm-wdm-cancel-subscription-form button.dgm-wdm-button.dgm-wdm-button-secondary:hover,
.woocommerce-MyAccount-content .dgm-wdm-account-details-subscriptions .dgm-wdm-cancel-subscription-form button.dgm-wdm-button.dgm-wdm-button-secondary:focus,
.woocommerce-MyAccount-content .dgm-wdm-account-details-subscriptions .dgm-wdm-cancel-subscription-form button.dgm-wdm-button.dgm-wdm-button-secondary:active,
.woocommerce-account .dgm-wdm-account-details-subscriptions .dgm-wdm-cancel-subscription-form button.dgm-wdm-button.dgm-wdm-button-secondary:hover,
.woocommerce-account .dgm-wdm-account-details-subscriptions .dgm-wdm-cancel-subscription-form button.dgm-wdm-button.dgm-wdm-button-secondary:focus,
.woocommerce-account .dgm-wdm-account-details-subscriptions .dgm-wdm-cancel-subscription-form button.dgm-wdm-button.dgm-wdm-button-secondary:active,
.dgm-wdm-account-details-subscriptions .dgm-wdm-cancel-subscription-form button.dgm-wdm-button.dgm-wdm-button-secondary:hover,
.dgm-wdm-account-details-subscriptions .dgm-wdm-cancel-subscription-form button.dgm-wdm-button.dgm-wdm-button-secondary:focus,
.dgm-wdm-account-details-subscriptions .dgm-wdm-cancel-subscription-form button.dgm-wdm-button.dgm-wdm-button-secondary:active{
	background:#991b1b!important;
	background-color:#991b1b!important;
	background-image:none!important;
	border-color:#991b1b!important;
	color:#fff!important;
	-webkit-text-fill-color:#fff!important;
	box-shadow:0 8px 16px rgba(153,27,27,.18)!important;
	text-shadow:none!important;
	opacity:1!important;
	filter:none!important;
	text-decoration:none!important;
}
.dgm-wdm-account-details-subscriptions .dgm-wdm-cancel-subscription-form button.dgm-wdm-button.dgm-wdm-button-secondary::before,
.dgm-wdm-account-details-subscriptions .dgm-wdm-cancel-subscription-form button.dgm-wdm-button.dgm-wdm-button-secondary::after{
	display:none!important;
	content:none!important;
}

/* v2.6.27 - improved customer no-membership state */
.dgm-wdm-wrap .dgm-wdm-no-access{
	display:block!important;
	padding:0!important;
	overflow:hidden!important;
	border:1px solid #e5e7eb!important;
	border-radius:22px!important;
	background:#fff!important;
	box-shadow:0 18px 45px rgba(15,23,42,.08)!important;
}
.dgm-wdm-wrap .dgm-wdm-no-access-header{
	display:grid!important;
	grid-template-columns:82px minmax(0,1fr)!important;
	gap:18px!important;
	align-items:center!important;
	padding:28px!important;
	background:linear-gradient(135deg,rgba(37,99,235,.08),rgba(248,250,252,.92))!important;
}
.dgm-wdm-wrap .dgm-wdm-no-access-icon{
	display:flex!important;
	align-items:center!important;
	justify-content:center!important;
	width:82px!important;
	height:82px!important;
	border-radius:24px!important;
	background:#fff!important;
	color:var(--dgm-wdm-primary)!important;
	box-shadow:0 12px 28px rgba(37,99,235,.13)!important;
}
.dgm-wdm-wrap .dgm-wdm-no-access-icon svg{
	width:44px!important;
	height:44px!important;
	display:block!important;
}
.dgm-wdm-wrap .dgm-wdm-no-access-main{max-width:760px!important;min-width:0!important}
.dgm-wdm-wrap .dgm-wdm-no-access-label{
	display:inline-flex!important;
	align-items:center!important;
	margin:0 0 8px!important;
	padding:5px 10px!important;
	border-radius:999px!important;
	background:#fff!important;
	color:var(--dgm-wdm-primary)!important;
	font-size:11px!important;
	font-weight:900!important;
	letter-spacing:.05em!important;
	text-transform:uppercase!important;
	box-shadow:inset 0 0 0 1px rgba(37,99,235,.14)!important;
}
.dgm-wdm-wrap .dgm-wdm-no-access h2{
	margin:0 0 8px!important;
	font-size:clamp(24px,3vw,34px)!important;
	line-height:1.08!important;
	letter-spacing:-.04em!important;
	color:var(--dgm-wdm-text)!important;
}
.dgm-wdm-wrap .dgm-wdm-no-access p{
	margin:0!important;
	max-width:680px!important;
	color:var(--dgm-wdm-muted)!important;
	font-size:15px!important;
	line-height:1.6!important;
}
.dgm-wdm-wrap .dgm-wdm-no-access-body{
	display:grid!important;
	grid-template-columns:repeat(3,minmax(0,1fr))!important;
	gap:12px!important;
	padding:18px 22px 4px!important;
}
.dgm-wdm-wrap .dgm-wdm-no-access-step{
	display:flex!important;
	gap:12px!important;
	align-items:flex-start!important;
	padding:14px!important;
	border:1px solid #eef2f7!important;
	border-radius:16px!important;
	background:#f8fafc!important;
}
.dgm-wdm-wrap .dgm-wdm-no-access-step>span{
	display:flex!important;
	align-items:center!important;
	justify-content:center!important;
	flex:0 0 28px!important;
	width:28px!important;
	height:28px!important;
	border-radius:999px!important;
	background:var(--dgm-wdm-primary)!important;
	color:#fff!important;
	font-size:12px!important;
	font-weight:900!important;
	line-height:1!important;
}
.dgm-wdm-wrap .dgm-wdm-no-access-step strong{
	display:block!important;
	margin:0 0 3px!important;
	color:var(--dgm-wdm-text)!important;
	font-size:13px!important;
	font-weight:900!important;
	line-height:1.25!important;
}
.dgm-wdm-wrap .dgm-wdm-no-access-step small{
	display:block!important;
	margin:0!important;
	color:var(--dgm-wdm-muted)!important;
	font-size:12px!important;
	line-height:1.35!important;
}
.dgm-wdm-wrap .dgm-wdm-no-access-actions{
	display:flex!important;
	align-items:center!important;
	justify-content:flex-end!important;
	gap:10px!important;
	margin:0!important;
	padding:18px 22px 22px!important;
}
.dgm-wdm-wrap .dgm-wdm-no-access-button{
	min-height:42px!important;
	padding:11px 18px!important;
	border-radius:13px!important;
}
@media (max-width:820px){
	.dgm-wdm-wrap .dgm-wdm-no-access-header{grid-template-columns:1fr!important;padding:22px!important}
	.dgm-wdm-wrap .dgm-wdm-no-access-icon{width:66px!important;height:66px!important;border-radius:20px!important}
	.dgm-wdm-wrap .dgm-wdm-no-access-icon svg{width:36px!important;height:36px!important}
	.dgm-wdm-wrap .dgm-wdm-no-access-body{grid-template-columns:1fr!important;padding:16px 18px 0!important}
	.dgm-wdm-wrap .dgm-wdm-no-access-actions{justify-content:stretch!important;padding:16px 18px 18px!important}
	.dgm-wdm-wrap .dgm-wdm-no-access-button{width:100%!important}
}

/* v2.6.37 - polished WooCommerce saved payment methods */
.woocommerce-account .woocommerce-MyAccount-content table.woocommerce-MyAccount-paymentMethods,
.woocommerce-account .woocommerce-MyAccount-content table.account-payment-methods-table{
	display:block!important;
	width:100%!important;
	margin:0 0 18px!important;
	border:0!important;
	border-collapse:separate!important;
	background:transparent!important;
}
.woocommerce-account .woocommerce-MyAccount-content table.woocommerce-MyAccount-paymentMethods thead,
.woocommerce-account .woocommerce-MyAccount-content table.account-payment-methods-table thead{
	display:none!important;
}
.woocommerce-account .woocommerce-MyAccount-content table.woocommerce-MyAccount-paymentMethods tbody,
.woocommerce-account .woocommerce-MyAccount-content table.account-payment-methods-table tbody{
	display:grid!important;
	gap:12px!important;
	width:100%!important;
}
.woocommerce-account .woocommerce-MyAccount-content table.woocommerce-MyAccount-paymentMethods tr.payment-method,
.woocommerce-account .woocommerce-MyAccount-content table.account-payment-methods-table tr.payment-method{
	display:grid!important;
	grid-template-columns:minmax(0,1fr) auto auto!important;
	align-items:center!important;
	gap:14px!important;
	padding:16px!important;
	border:1px solid #e5e7eb!important;
	border-radius:18px!important;
	background:linear-gradient(135deg,#ffffff 0%,#f8fafc 100%)!important;
	box-shadow:0 10px 28px rgba(15,23,42,.06)!important;
}
.woocommerce-account .woocommerce-MyAccount-content table.woocommerce-MyAccount-paymentMethods tr.payment-method td,
.woocommerce-account .woocommerce-MyAccount-content table.account-payment-methods-table tr.payment-method td{
	display:block!important;
	padding:0!important;
	border:0!important;
	background:transparent!important;
	vertical-align:middle!important;
}
.woocommerce-account .woocommerce-MyAccount-content table.woocommerce-MyAccount-paymentMethods td.payment-method-method,
.woocommerce-account .woocommerce-MyAccount-content table.account-payment-methods-table td.payment-method-method,
.woocommerce-account .woocommerce-MyAccount-content table.woocommerce-MyAccount-paymentMethods td.woocommerce-PaymentMethod--method,
.woocommerce-account .woocommerce-MyAccount-content table.account-payment-methods-table td.woocommerce-PaymentMethod--method{
	position:relative!important;
	min-width:0!important;
	padding-left:48px!important;
	font-size:15px!important;
	font-weight:900!important;
	line-height:1.35!important;
	color:#111827!important;
}
.woocommerce-account .woocommerce-MyAccount-content table.woocommerce-MyAccount-paymentMethods td.payment-method-method::before,
.woocommerce-account .woocommerce-MyAccount-content table.account-payment-methods-table td.payment-method-method::before,
.woocommerce-account .woocommerce-MyAccount-content table.woocommerce-MyAccount-paymentMethods td.woocommerce-PaymentMethod--method::before,
.woocommerce-account .woocommerce-MyAccount-content table.account-payment-methods-table td.woocommerce-PaymentMethod--method::before{
	content:""!important;
	position:absolute!important;
	left:0!important;
	top:50%!important;
	width:36px!important;
	height:36px!important;
	transform:translateY(-50%)!important;
	border-radius:12px!important;
	background:var(--dgm-wdm-primary)!important;
	box-shadow:0 8px 18px rgba(37,99,235,.18)!important;
}
.woocommerce-account .woocommerce-MyAccount-content table.woocommerce-MyAccount-paymentMethods td.payment-method-method::after,
.woocommerce-account .woocommerce-MyAccount-content table.account-payment-methods-table td.payment-method-method::after,
.woocommerce-account .woocommerce-MyAccount-content table.woocommerce-MyAccount-paymentMethods td.woocommerce-PaymentMethod--method::after,
.woocommerce-account .woocommerce-MyAccount-content table.account-payment-methods-table td.woocommerce-PaymentMethod--method::after{
	content:""!important;
	position:absolute!important;
	left:9px!important;
	top:50%!important;
	width:18px!important;
	height:12px!important;
	transform:translateY(-50%)!important;
	border-radius:3px!important;
	border:2px solid #fff!important;
	box-shadow:inset 0 -4px 0 rgba(255,255,255,.28)!important;
}
.woocommerce-account .woocommerce-MyAccount-content table.woocommerce-MyAccount-paymentMethods td.payment-method-expires,
.woocommerce-account .woocommerce-MyAccount-content table.account-payment-methods-table td.payment-method-expires,
.woocommerce-account .woocommerce-MyAccount-content table.woocommerce-MyAccount-paymentMethods td.woocommerce-PaymentMethod--expires,
.woocommerce-account .woocommerce-MyAccount-content table.account-payment-methods-table td.woocommerce-PaymentMethod--expires{
	justify-self:start!important;
	padding:7px 11px!important;
	border:1px solid #e5e7eb!important;
	border-radius:999px!important;
	background:#fff!important;
	color:#64748b!important;
	font-size:12px!important;
	font-weight:800!important;
	white-space:nowrap!important;
}
.woocommerce-account .woocommerce-MyAccount-content table.woocommerce-MyAccount-paymentMethods td.payment-method-actions,
.woocommerce-account .woocommerce-MyAccount-content table.account-payment-methods-table td.payment-method-actions,
.woocommerce-account .woocommerce-MyAccount-content table.woocommerce-MyAccount-paymentMethods td.woocommerce-PaymentMethod--actions,
.woocommerce-account .woocommerce-MyAccount-content table.account-payment-methods-table td.woocommerce-PaymentMethod--actions{
	display:flex!important;
	align-items:center!important;
	justify-content:flex-end!important;
	gap:8px!important;
	flex-wrap:wrap!important;
}
.woocommerce-account .woocommerce-MyAccount-content table.woocommerce-MyAccount-paymentMethods td.payment-method-actions .button,
.woocommerce-account .woocommerce-MyAccount-content table.account-payment-methods-table td.payment-method-actions .button,
.woocommerce-account .woocommerce-MyAccount-content table.woocommerce-MyAccount-paymentMethods td.woocommerce-PaymentMethod--actions .button,
.woocommerce-account .woocommerce-MyAccount-content table.account-payment-methods-table td.woocommerce-PaymentMethod--actions .button,
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-Button--add-payment-method,
.woocommerce-account .woocommerce-MyAccount-content a.button[href*="add-payment-method"]{
	min-height:34px!important;
	padding:8px 12px!important;
	border-radius:11px!important;
	border:1px solid #e5e7eb!important;
	background:#fff!important;
	color:#111827!important;
	font-size:12px!important;
	font-weight:900!important;
	line-height:1.1!important;
	box-shadow:none!important;
	text-decoration:none!important;
}
.woocommerce-account .woocommerce-MyAccount-content table.woocommerce-MyAccount-paymentMethods td.payment-method-actions .button:hover,
.woocommerce-account .woocommerce-MyAccount-content table.account-payment-methods-table td.payment-method-actions .button:hover,
.woocommerce-account .woocommerce-MyAccount-content table.woocommerce-MyAccount-paymentMethods td.woocommerce-PaymentMethod--actions .button:hover,
.woocommerce-account .woocommerce-MyAccount-content table.account-payment-methods-table td.woocommerce-PaymentMethod--actions .button:hover,
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-Button--add-payment-method:hover,
.woocommerce-account .woocommerce-MyAccount-content a.button[href*="add-payment-method"]:hover{
	border-color:var(--dgm-wdm-primary)!important;
	color:var(--dgm-wdm-primary)!important;
}
@media (max-width:720px){
	.woocommerce-account .woocommerce-MyAccount-content table.woocommerce-MyAccount-paymentMethods tr.payment-method,
	.woocommerce-account .woocommerce-MyAccount-content table.account-payment-methods-table tr.payment-method{
		grid-template-columns:1fr!important;
		align-items:stretch!important;
		gap:12px!important;
	}
	.woocommerce-account .woocommerce-MyAccount-content table.woocommerce-MyAccount-paymentMethods td.payment-method-actions,
	.woocommerce-account .woocommerce-MyAccount-content table.account-payment-methods-table td.payment-method-actions,
	.woocommerce-account .woocommerce-MyAccount-content table.woocommerce-MyAccount-paymentMethods td.woocommerce-PaymentMethod--actions,
	.woocommerce-account .woocommerce-MyAccount-content table.account-payment-methods-table td.woocommerce-PaymentMethod--actions{
		justify-content:flex-start!important;
	}
}


/* v2.6.38 - softer payment methods UI with SVG icon */
.woocommerce-account .woocommerce-MyAccount-content table.woocommerce-MyAccount-paymentMethods,
.woocommerce-account .woocommerce-MyAccount-content table.account-payment-methods-table{
	margin:0 0 18px!important;
}
.woocommerce-account .woocommerce-MyAccount-content table.woocommerce-MyAccount-paymentMethods tbody,
.woocommerce-account .woocommerce-MyAccount-content table.account-payment-methods-table tbody{
	gap:9px!important;
}
.woocommerce-account .woocommerce-MyAccount-content table.woocommerce-MyAccount-paymentMethods tr.payment-method,
.woocommerce-account .woocommerce-MyAccount-content table.account-payment-methods-table tr.payment-method{
	grid-template-columns:minmax(0,1fr) auto auto!important;
	gap:12px!important;
	padding:12px 13px!important;
	border:1px solid #e5e7eb!important;
	border-radius:14px!important;
	background:#fff!important;
	box-shadow:none!important;
}
.woocommerce-account .woocommerce-MyAccount-content table.woocommerce-MyAccount-paymentMethods tr.payment-method:hover,
.woocommerce-account .woocommerce-MyAccount-content table.account-payment-methods-table tr.payment-method:hover{
	border-color:#cbd5e1!important;
	background:#f8fafc!important;
}
.woocommerce-account .woocommerce-MyAccount-content table.woocommerce-MyAccount-paymentMethods td.payment-method-method,
.woocommerce-account .woocommerce-MyAccount-content table.account-payment-methods-table td.payment-method-method,
.woocommerce-account .woocommerce-MyAccount-content table.woocommerce-MyAccount-paymentMethods td.woocommerce-PaymentMethod--method,
.woocommerce-account .woocommerce-MyAccount-content table.account-payment-methods-table td.woocommerce-PaymentMethod--method{
	padding-left:44px!important;
	font-size:14px!important;
	font-weight:800!important;
	line-height:1.35!important;
}
.woocommerce-account .woocommerce-MyAccount-content table.woocommerce-MyAccount-paymentMethods td.payment-method-method::before,
.woocommerce-account .woocommerce-MyAccount-content table.account-payment-methods-table td.payment-method-method::before,
.woocommerce-account .woocommerce-MyAccount-content table.woocommerce-MyAccount-paymentMethods td.woocommerce-PaymentMethod--method::before,
.woocommerce-account .woocommerce-MyAccount-content table.account-payment-methods-table td.woocommerce-PaymentMethod--method::before{
	left:0!important;
	width:32px!important;
	height:32px!important;
	border-radius:10px!important;
	background-color:#eff6ff!important;
	background-image:url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='6' y='9' width='20' height='14' rx='3' fill='none' stroke='%232563eb' stroke-width='2'/%3E%3Cpath d='M7 14h18' stroke='%232563eb' stroke-width='2'/%3E%3Cpath d='M10 19h5' stroke='%232563eb' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E")!important;
	background-repeat:no-repeat!important;
	background-position:center!important;
	background-size:24px 24px!important;
	box-shadow:none!important;
	transform:translateY(-50%)!important;
}
.woocommerce-account .woocommerce-MyAccount-content table.woocommerce-MyAccount-paymentMethods td.payment-method-method::after,
.woocommerce-account .woocommerce-MyAccount-content table.account-payment-methods-table td.payment-method-method::after,
.woocommerce-account .woocommerce-MyAccount-content table.woocommerce-MyAccount-paymentMethods td.woocommerce-PaymentMethod--method::after,
.woocommerce-account .woocommerce-MyAccount-content table.account-payment-methods-table td.woocommerce-PaymentMethod--method::after{
	display:none!important;
	content:none!important;
}
.woocommerce-account .woocommerce-MyAccount-content table.woocommerce-MyAccount-paymentMethods td.payment-method-expires,
.woocommerce-account .woocommerce-MyAccount-content table.account-payment-methods-table td.payment-method-expires,
.woocommerce-account .woocommerce-MyAccount-content table.woocommerce-MyAccount-paymentMethods td.woocommerce-PaymentMethod--expires,
.woocommerce-account .woocommerce-MyAccount-content table.account-payment-methods-table td.woocommerce-PaymentMethod--expires{
	padding:6px 10px!important;
	border-color:#e5e7eb!important;
	background:#f8fafc!important;
	color:#64748b!important;
	font-size:12px!important;
	box-shadow:none!important;
}
.woocommerce-account .woocommerce-MyAccount-content table.woocommerce-MyAccount-paymentMethods td.payment-method-actions .button,
.woocommerce-account .woocommerce-MyAccount-content table.account-payment-methods-table td.payment-method-actions .button,
.woocommerce-account .woocommerce-MyAccount-content table.woocommerce-MyAccount-paymentMethods td.woocommerce-PaymentMethod--actions .button,
.woocommerce-account .woocommerce-MyAccount-content table.account-payment-methods-table td.woocommerce-PaymentMethod--actions .button,
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-Button--add-payment-method,
.woocommerce-account .woocommerce-MyAccount-content a.button[href*="add-payment-method"]{
	min-height:32px!important;
	padding:7px 11px!important;
	border-radius:9px!important;
	box-shadow:none!important;
}
@media (max-width:720px){
	.woocommerce-account .woocommerce-MyAccount-content table.woocommerce-MyAccount-paymentMethods tr.payment-method,
	.woocommerce-account .woocommerce-MyAccount-content table.account-payment-methods-table tr.payment-method{
		grid-template-columns:1fr!important;
		padding:12px!important;
	}
}

/* v2.6.39 - payment methods alignment fix */
.woocommerce-account .woocommerce-MyAccount-content table.woocommerce-MyAccount-paymentMethods tr.payment-method,
.woocommerce-account .woocommerce-MyAccount-content table.account-payment-methods-table tr.payment-method{
	grid-template-columns:minmax(240px,1fr) auto auto!important;
	align-items:center!important;
	gap:12px!important;
}
.woocommerce-account .woocommerce-MyAccount-content table.woocommerce-MyAccount-paymentMethods td.payment-method-method,
.woocommerce-account .woocommerce-MyAccount-content table.account-payment-methods-table td.payment-method-method,
.woocommerce-account .woocommerce-MyAccount-content table.woocommerce-MyAccount-paymentMethods td.woocommerce-PaymentMethod--method,
.woocommerce-account .woocommerce-MyAccount-content table.account-payment-methods-table td.woocommerce-PaymentMethod--method{
	display:grid!important;
	grid-template-columns:34px minmax(0,1fr)!important;
	align-items:center!important;
	column-gap:11px!important;
	min-height:38px!important;
	padding-left:0!important;
	line-height:1.35!important;
	word-break:normal!important;
	overflow-wrap:anywhere!important;
}
.woocommerce-account .woocommerce-MyAccount-content table.woocommerce-MyAccount-paymentMethods td.payment-method-method::before,
.woocommerce-account .woocommerce-MyAccount-content table.account-payment-methods-table td.payment-method-method::before,
.woocommerce-account .woocommerce-MyAccount-content table.woocommerce-MyAccount-paymentMethods td.woocommerce-PaymentMethod--method::before,
.woocommerce-account .woocommerce-MyAccount-content table.account-payment-methods-table td.woocommerce-PaymentMethod--method::before{
	content:""!important;
	position:static!important;
	display:block!important;
	grid-column:1!important;
	grid-row:1!important;
	width:34px!important;
	height:34px!important;
	min-width:34px!important;
	border:1px solid #dbeafe!important;
	border-radius:10px!important;
	background-color:#eff6ff!important;
	background-image:url("data:image/svg+xml,%3Csvg width='34' height='34' viewBox='0 0 34 34' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='7' y='10' width='20' height='14' rx='3' fill='none' stroke='%232563eb' stroke-width='2'/%3E%3Cpath d='M8 15h18' stroke='%232563eb' stroke-width='2'/%3E%3Cpath d='M11 20h5' stroke='%232563eb' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E")!important;
	background-repeat:no-repeat!important;
	background-position:center!important;
	background-size:25px 25px!important;
	box-shadow:none!important;
	transform:none!important;
}
.woocommerce-account .woocommerce-MyAccount-content table.woocommerce-MyAccount-paymentMethods tr.payment-method:hover td.payment-method-method::before,
.woocommerce-account .woocommerce-MyAccount-content table.account-payment-methods-table tr.payment-method:hover td.payment-method-method::before,
.woocommerce-account .woocommerce-MyAccount-content table.woocommerce-MyAccount-paymentMethods tr.payment-method:hover td.woocommerce-PaymentMethod--method::before,
.woocommerce-account .woocommerce-MyAccount-content table.account-payment-methods-table tr.payment-method:hover td.woocommerce-PaymentMethod--method::before{
	border-color:var(--dgm-wdm-primary)!important;
	background-color:var(--dgm-wdm-primary)!important;
	background-image:url("data:image/svg+xml,%3Csvg width='34' height='34' viewBox='0 0 34 34' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='7' y='10' width='20' height='14' rx='3' fill='none' stroke='%23ffffff' stroke-width='2'/%3E%3Cpath d='M8 15h18' stroke='%23ffffff' stroke-width='2'/%3E%3Cpath d='M11 20h5' stroke='%23ffffff' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E")!important;
}
.woocommerce-account .woocommerce-MyAccount-content table.woocommerce-MyAccount-paymentMethods td.payment-method-actions,
.woocommerce-account .woocommerce-MyAccount-content table.account-payment-methods-table td.payment-method-actions,
.woocommerce-account .woocommerce-MyAccount-content table.woocommerce-MyAccount-paymentMethods td.woocommerce-PaymentMethod--actions,
.woocommerce-account .woocommerce-MyAccount-content table.account-payment-methods-table td.woocommerce-PaymentMethod--actions{
	display:flex!important;
	align-items:center!important;
	justify-content:flex-end!important;
	gap:8px!important;
}
.woocommerce-account .woocommerce-MyAccount-content table.woocommerce-MyAccount-paymentMethods td.payment-method-actions .button,
.woocommerce-account .woocommerce-MyAccount-content table.account-payment-methods-table td.payment-method-actions .button,
.woocommerce-account .woocommerce-MyAccount-content table.woocommerce-MyAccount-paymentMethods td.woocommerce-PaymentMethod--actions .button,
.woocommerce-account .woocommerce-MyAccount-content table.account-payment-methods-table td.woocommerce-PaymentMethod--actions .button,
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-Button--add-payment-method,
.woocommerce-account .woocommerce-MyAccount-content a.button[href*="add-payment-method"]{
	display:inline-flex!important;
	align-items:center!important;
	justify-content:center!important;
	gap:7px!important;
	min-height:36px!important;
	padding:0 13px!important;
	line-height:1!important;
	text-align:center!important;
	white-space:nowrap!important;
	vertical-align:middle!important;
}
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-Button--add-payment-method,
.woocommerce-account .woocommerce-MyAccount-content a.button[href*="add-payment-method"]{
	margin-top:4px!important;
}
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-Button--add-payment-method::before,
.woocommerce-account .woocommerce-MyAccount-content a.button[href*="add-payment-method"]::before{
	content:"+"!important;
	display:inline-flex!important;
	align-items:center!important;
	justify-content:center!important;
	width:18px!important;
	height:18px!important;
	border-radius:999px!important;
	background:#eff6ff!important;
	color:var(--dgm-wdm-primary)!important;
	font-size:14px!important;
	font-weight:900!important;
	line-height:1!important;
}
@media (max-width:720px){
	.woocommerce-account .woocommerce-MyAccount-content table.woocommerce-MyAccount-paymentMethods tr.payment-method,
	.woocommerce-account .woocommerce-MyAccount-content table.account-payment-methods-table tr.payment-method{
		grid-template-columns:1fr!important;
	}
	.woocommerce-account .woocommerce-MyAccount-content table.woocommerce-MyAccount-paymentMethods td.payment-method-method,
	.woocommerce-account .woocommerce-MyAccount-content table.account-payment-methods-table td.payment-method-method,
	.woocommerce-account .woocommerce-MyAccount-content table.woocommerce-MyAccount-paymentMethods td.woocommerce-PaymentMethod--method,
	.woocommerce-account .woocommerce-MyAccount-content table.account-payment-methods-table td.woocommerce-PaymentMethod--method{
		grid-template-columns:34px minmax(0,1fr)!important;
	}
	.woocommerce-account .woocommerce-MyAccount-content table.woocommerce-MyAccount-paymentMethods td.payment-method-actions,
	.woocommerce-account .woocommerce-MyAccount-content table.account-payment-methods-table td.payment-method-actions,
	.woocommerce-account .woocommerce-MyAccount-content table.woocommerce-MyAccount-paymentMethods td.woocommerce-PaymentMethod--actions,
	.woocommerce-account .woocommerce-MyAccount-content table.account-payment-methods-table td.woocommerce-PaymentMethod--actions{
		justify-content:flex-start!important;
	}
}

/* v2.6.40 - payment method icon inline alignment */
.woocommerce-account .woocommerce-MyAccount-content table.woocommerce-MyAccount-paymentMethods td.payment-method-method,
.woocommerce-account .woocommerce-MyAccount-content table.account-payment-methods-table td.payment-method-method,
.woocommerce-account .woocommerce-MyAccount-content table.woocommerce-MyAccount-paymentMethods td.woocommerce-PaymentMethod--method,
.woocommerce-account .woocommerce-MyAccount-content table.account-payment-methods-table td.woocommerce-PaymentMethod--method{
	display:flex!important;
	align-items:center!important;
	justify-content:flex-start!important;
	gap:12px!important;
	grid-template-columns:none!important;
	min-height:38px!important;
	padding-left:0!important;
	text-align:left!important;
	white-space:normal!important;
	word-break:normal!important;
	overflow-wrap:anywhere!important;
}
.woocommerce-account .woocommerce-MyAccount-content table.woocommerce-MyAccount-paymentMethods td.payment-method-method::before,
.woocommerce-account .woocommerce-MyAccount-content table.account-payment-methods-table td.payment-method-method::before,
.woocommerce-account .woocommerce-MyAccount-content table.woocommerce-MyAccount-paymentMethods td.woocommerce-PaymentMethod--method::before,
.woocommerce-account .woocommerce-MyAccount-content table.account-payment-methods-table td.woocommerce-PaymentMethod--method::before{
	content:""!important;
	position:relative!important;
	left:auto!important;
	top:auto!important;
	transform:none!important;
	display:inline-flex!important;
	flex:0 0 34px!important;
	width:34px!important;
	height:34px!important;
	min-width:34px!important;
	margin:0!important;
}
.woocommerce-account .woocommerce-MyAccount-content table.woocommerce-MyAccount-paymentMethods td.payment-method-method::after,
.woocommerce-account .woocommerce-MyAccount-content table.account-payment-methods-table td.payment-method-method::after,
.woocommerce-account .woocommerce-MyAccount-content table.woocommerce-MyAccount-paymentMethods td.woocommerce-PaymentMethod--method::after,
.woocommerce-account .woocommerce-MyAccount-content table.account-payment-methods-table td.woocommerce-PaymentMethod--method::after{
	display:none!important;
	content:none!important;
}
.woocommerce-account .woocommerce-MyAccount-content table.woocommerce-MyAccount-paymentMethods td.payment-method-method > *,
.woocommerce-account .woocommerce-MyAccount-content table.account-payment-methods-table td.payment-method-method > *,
.woocommerce-account .woocommerce-MyAccount-content table.woocommerce-MyAccount-paymentMethods td.woocommerce-PaymentMethod--method > *,
.woocommerce-account .woocommerce-MyAccount-content table.account-payment-methods-table td.woocommerce-PaymentMethod--method > *{
	min-width:0!important;
}
.woocommerce-account .woocommerce-MyAccount-content table.woocommerce-MyAccount-paymentMethods td.payment-method-actions .button,
.woocommerce-account .woocommerce-MyAccount-content table.account-payment-methods-table td.payment-method-actions .button,
.woocommerce-account .woocommerce-MyAccount-content table.woocommerce-MyAccount-paymentMethods td.woocommerce-PaymentMethod--actions .button,
.woocommerce-account .woocommerce-MyAccount-content table.account-payment-methods-table td.woocommerce-PaymentMethod--actions .button,
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-Button--add-payment-method,
.woocommerce-account .woocommerce-MyAccount-content a.button[href*="add-payment-method"]{
	display:inline-flex!important;
	align-items:center!important;
	justify-content:center!important;
	line-height:1!important;
}
@media (max-width:720px){
	.woocommerce-account .woocommerce-MyAccount-content table.woocommerce-MyAccount-paymentMethods td.payment-method-method,
	.woocommerce-account .woocommerce-MyAccount-content table.account-payment-methods-table td.payment-method-method,
	.woocommerce-account .woocommerce-MyAccount-content table.woocommerce-MyAccount-paymentMethods td.woocommerce-PaymentMethod--method,
	.woocommerce-account .woocommerce-MyAccount-content table.account-payment-methods-table td.woocommerce-PaymentMethod--method{
		display:flex!important;
		align-items:center!important;
	}
}

/* v2.6.41 - final vertical alignment for saved payment method cells */
.woocommerce-account .woocommerce-MyAccount-content table.woocommerce-MyAccount-paymentMethods tr.payment-method > td,
.woocommerce-account .woocommerce-MyAccount-content table.account-payment-methods-table tr.payment-method > td{
	display:flex!important;
	align-items:center!important;
	min-height:38px!important;
	padding:0!important;
	border:0!important;
	background:transparent!important;
	vertical-align:middle!important;
}
.woocommerce-account .woocommerce-MyAccount-content table.woocommerce-MyAccount-paymentMethods tr.payment-method > td.payment-method-method,
.woocommerce-account .woocommerce-MyAccount-content table.account-payment-methods-table tr.payment-method > td.payment-method-method,
.woocommerce-account .woocommerce-MyAccount-content table.woocommerce-MyAccount-paymentMethods tr.payment-method > td.woocommerce-PaymentMethod--method,
.woocommerce-account .woocommerce-MyAccount-content table.account-payment-methods-table tr.payment-method > td.woocommerce-PaymentMethod--method{
	display:flex!important;
	align-items:center!important;
	justify-content:flex-start!important;
	gap:12px!important;
	min-height:40px!important;
	padding:0!important;
	line-height:1.2!important;
}
.woocommerce-account .woocommerce-MyAccount-content table.woocommerce-MyAccount-paymentMethods tr.payment-method > td.payment-method-method::before,
.woocommerce-account .woocommerce-MyAccount-content table.account-payment-methods-table tr.payment-method > td.payment-method-method::before,
.woocommerce-account .woocommerce-MyAccount-content table.woocommerce-MyAccount-paymentMethods tr.payment-method > td.woocommerce-PaymentMethod--method::before,
.woocommerce-account .woocommerce-MyAccount-content table.account-payment-methods-table tr.payment-method > td.woocommerce-PaymentMethod--method::before{
	content:""!important;
	position:static!important;
	display:inline-flex!important;
	align-self:center!important;
	flex:0 0 34px!important;
	width:34px!important;
	height:34px!important;
	min-width:34px!important;
	margin:0!important;
	transform:none!important;
}
.woocommerce-account .woocommerce-MyAccount-content table.woocommerce-MyAccount-paymentMethods tr.payment-method > td.payment-method-expires,
.woocommerce-account .woocommerce-MyAccount-content table.account-payment-methods-table tr.payment-method > td.payment-method-expires,
.woocommerce-account .woocommerce-MyAccount-content table.woocommerce-MyAccount-paymentMethods tr.payment-method > td.woocommerce-PaymentMethod--expires,
.woocommerce-account .woocommerce-MyAccount-content table.account-payment-methods-table tr.payment-method > td.woocommerce-PaymentMethod--expires{
	justify-content:center!important;
}

/* v2.6.51 - fixed payment-methods account spacing and stable menu position */
.woocommerce-account .woocommerce-MyAccount-content table.woocommerce-MyAccount-paymentMethods,
.woocommerce-account .woocommerce-MyAccount-content table.account-payment-methods-table{
	margin:0 0 18px!important;
}
.dgm-wdm-account-message{
	margin:16px 0 18px!important;
}
.dgm-wdm-payment-methods-subscriptions .dgm-wdm-account-message,
.dgm-wdm-account-details-subscriptions .dgm-wdm-account-message{
	margin:18px 0 18px!important;
}

.woocommerce-account .woocommerce-MyAccount-content .woocommerce-Button--add-payment-method,
.woocommerce-account .woocommerce-MyAccount-content a.button[href*="add-payment-method"]{
	display:inline-flex!important;
	visibility:visible!important;
}

/* v2.6.53 - fallback add payment method CTA only when WooCommerce does not render one */
.woocommerce-account .woocommerce-MyAccount-content .dgm-wdm-add-payment-method-cta{
    margin: 0 0 22px !important;
}
.woocommerce-account .woocommerce-MyAccount-content .dgm-wdm-add-payment-method-button{
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    visibility: visible !important;
    opacity: 1 !important;
}
.woocommerce-account .woocommerce-MyAccount-content .dgm-wdm-payment-methods-subscriptions{
    margin-top: 18px;
}
