.single-download .edd_download_purchase_form,
.single-download .edd_purchase_submit_wrapper,
.single-download .edd_purchase_link,
.single-download .edd-submit,
.ast-header-edd-cart,
.ast-edd-site-header-cart,
.pm-header-actions .pm-icon-button,
.astra-cart-drawer.edd-active,
.astra-mobile-cart-overlay {
	display: none !important;
}

.pdd-file-downloads {
	width: 100%;
	min-width: 0;
	display: grid;
	gap: 12px;
	margin-top: 18px;
}

.pdd-file-downloads h2 {
	margin: 0 0 4px;
	color: #0f1b33;
	font-size: 22px;
	line-height: 1.2;
}

.pdd-download-button {
	width: 100%;
	max-width: 100%;
	min-width: 0;
	min-height: 58px;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 11px 16px;
	border: var(--pdd-button-border-width, 0) solid var(--pdd-button-border-color, #1768f2);
	border-radius: 7px;
	background: var(--pdd-button-bg, #1768f2);
	color: var(--pdd-button-color, #fff);
	box-shadow: none;
}

.pdd-download-button strong {
	display: block;
	max-width: 100%;
	min-width: 0;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 15px;
	font-weight: 800;
}

.pdd-modal[hidden] {
	display: none;
}

html.pdd-modal-open {
	overflow: hidden;
}

.pdd-modal {
	position: fixed;
	inset: 0;
	z-index: 99999;
	display: grid;
	place-items: center;
	padding: 22px;
}

.pdd-modal__backdrop {
	position: absolute;
	inset: 0;
	background: rgba(9, 18, 36, .58);
	backdrop-filter: blur(4px);
}

.pdd-modal__dialog {
	position: relative;
	width: min(100%, 480px);
	max-height: calc(100vh - 44px);
	overflow: auto;
	padding: 28px;
	border-radius: 8px;
	background: #fff;
	color: #0f1b33;
	box-shadow: 0 24px 70px rgba(0, 0, 0, .22);
}

.pdd-modal__close {
	position: absolute;
	top: 12px;
	right: 12px;
	width: 34px;
	height: 34px;
	border: 1px solid #dfe5f0;
	border-radius: 7px;
	background: #fff;
	color: #6e7891;
	cursor: pointer;
}

.pdd-modal h2 {
	margin: 0 36px 10px 0;
	font-size: 24px;
	line-height: 1.2;
}

.pdd-modal p {
	margin: 0;
	color: #6e7891;
}

.pdd-modal__actions {
	display: flex;
	gap: 12px;
	margin-top: 22px;
}

.pdd-auth-stack {
	display: grid;
	gap: 18px;
	margin-top: 22px;
}

.pdd-auth-panel {
	display: grid;
	gap: 12px;
	padding: 18px;
	border: 1px solid #dfe5f0;
	border-radius: 8px;
	background: #fff;
	box-shadow: 0 8px 20px rgba(16, 32, 68, .05);
}

.pdd-auth-panel h3 {
	margin: 0;
	color: #0f1b33;
	font-size: 16px;
	line-height: 1.25;
}

.pdd-auth-form {
	display: grid;
	gap: 12px;
}

.pdd-auth-form label {
	display: grid;
	gap: 6px;
	margin: 0;
	color: #0f1b33;
	font-size: 13px;
	font-weight: 700;
}

.pdd-auth-form input {
	width: 100%;
	min-height: 44px;
	padding: 9px 12px;
	border: 1px solid #dfe5f0;
	border-radius: 7px;
	background: #f6f8fc;
	color: #0f1b33;
	font: inherit;
}

.pdd-auth-form input:focus {
	background: #fff;
	border-color: #1768f2;
	outline: 2px solid rgba(23, 104, 242, .16);
	outline-offset: 0;
}

.pdd-field-help {
	display: block;
	font-size: 12px;
	font-weight: 800;
	line-height: 1.35;
}

.pdd-field-help--danger {
	color: #b42318;
}

.pdd-modal__primary {
	min-height: 44px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 0 18px;
	border: 0;
	border-radius: 7px;
	font-weight: 800;
	background: #1768f2;
	color: #fff;
	cursor: pointer;
	text-align: center;
}

.pdd-auth-form .pdd-modal__primary {
	width: 100%;
	margin-top: 4px;
}

.pdd-resend-form {
	margin-top: 2px;
}

.pdd-modal__secondary {
	min-height: 44px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	padding: 0 18px;
	border: 1px solid #cfd8ea;
	border-radius: 7px;
	background: #fff;
	color: #1768f2;
	font-weight: 800;
	cursor: pointer;
	text-align: center;
}

.pdd-modal__secondary:disabled {
	background: #eef2f8;
	color: #7b879c;
	cursor: not-allowed;
}

.pdd-modal__error {
	margin-top: 14px;
	padding: 10px 12px;
	border: 1px solid #f3c7c7;
	border-radius: 7px;
	background: #fff2f2;
	color: #9b1c1c;
	font-size: 14px;
	font-weight: 700;
}

.pdd-modal__notice {
	margin-top: 14px;
	padding: 10px 12px;
	border: 1px solid #b9dfc5;
	border-radius: 7px;
	background: #f0fff4;
	color: #176534;
	font-size: 14px;
	font-weight: 700;
}

@media (max-width: 560px) {
	.pdd-modal__actions {
		flex-direction: column;
	}

}
