.single-expiring_content .post-password-form {
	max-width: 320px;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 1.5em;
	margin-top: 4em;
}

.single-expiring_content .post-password-form label {
	font-weight: 600;
	font-size: 1.1em;
	text-align: center;
}

.single-expiring_content .post-password-form input[type='password'] {
font-family: inherit;
    font-size: inherit;
    font-style: inherit;
    font-weight: bold;
    letter-spacing: inherit;
    line-height: inherit;
	padding: 0.75em 1em;
	border-radius: 0.25em;
	border: 2px solid var(--wp--preset--color--violet);
}

.single-expiring_content .post-password-form input[type='submit'] {
	position: relative;
	width: auto;
	color: var(--wp--preset--color--white);
	border-radius: 2em;
	background-color: var(--wp--preset--color--violet);
	transition: all 0.25s ease-in-out;
}

.epc-downloads {
	max-width: 960px;
	padding: 3vw 0;

}

.epc-downloads ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.epc-downloads li {
	padding: 1em 0;
	margin-bottom: -1px;
	border-top: 1px solid var(--wp--preset--color--black);
	border-right: 1px solid var(--wp--preset--color--black);
	border-bottom: 1px solid var(--wp--preset--color--black);
}

.epc-downloads h3 {
	margin: 0 0 0.5em 0;
}

.epc-downloads .wp-element-button:after {
	transform: translateY(-50%) rotate(90deg);
}
