ul.dl-pdf-dropdown-wrapper {
	list-style: none;
	margin: 0;
	text-align: left;
	border: 1px solid #EAEAEA;
	padding: 8px 0px;
	position: absolute;
	width: 100%;
	background-color: #fff;
	visibility: hidden;
	opacity: 0;
}

.press-post-quick-download .button.dl-pdf-btn {
	margin-bottom: 0px;
}

ul.dl-pdf-dropdown-wrapper li a {
	display: block;
	padding: 4px 16px;
}

.download-press-pdf-wrapper {
	position: relative;
}

.press-release-download-pdf {
	position: relative;
	display: flex;
	align-items: center;
	font-size: 10px;
	font-style: normal;
	font-weight: 600;
	line-height: 16px;
	letter-spacing: 2px;
	text-transform: uppercase;
	border: 1px solid #EAEAEA;
	padding: 10px 16px;
}

.press-release-download-pdf svg {
	margin-left: 8px;
	position: relative;
	bottom: 0px;
	line-height: 0;
}

.press-release-download {
	position: relative;
}

.press-release-item {
	align-items: center;
}

ul.dl-pdf-bottom-dropdown-wrapper {
	list-style: none;
	margin: 0;
	text-align: left;
	border: 1px solid #EAEAEA;
	border-top: 0;
	padding: 8px 0px;
	position: absolute;
	top: 100%;
	width: 100%;
	background-color: #fff;
	visibility: hidden;
	opacity: 0;
	text-transform: none;
}

ul.dl-pdf-bottom-dropdown-wrapper li a:before {
	display: none;
}

ul.dl-pdf-bottom-dropdown-wrapper li a {
	display: block;
	padding: 4px 16px;
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 500;
	font-size: 14px;
	line-height: 24px;
	letter-spacing: 0;
}

ul.dl-pdf-bottom-dropdown-wrapper li {
	margin-bottom: 0;
}

.press-all-visual-sortby-btn .sortby-dropdown-icon {
	top: 13px;
}

.press-list-flex li > strong {
   width:100%;display:block;
}


@media (max-width: 1200px) {
	.press-release-download ul.dl-pdf-bottom-dropdown-wrapper.open,
	.download-press-pdf-wrapper ul.dl-pdf-dropdown-wrapper.open  {
		visibility: visible;
		opacity: 1;
	}
}

@media (max-width: 640px) {
	.press-release-item {
		align-items: start;
	}

	ul.dl-pdf-bottom-dropdown-wrapper {
		position: relative;
		display: none;
	}

	.press-release-download {
		display: block;s
	}

	.press-release-download ul.dl-pdf-bottom-dropdown-wrapper.open {
		display: block;
	}

}

@media(min-width:768px){
	.press-post-item-bottom-section .press-post-item ~ .press-post-item:nth-of-type(n+4){margin-top:80px;}
	.press-list-flex li {
		display: flex;
		gap: 10px;
	}
	.press-list-flex li > strong {
		min-width:120px;max-width: 120px;width:100%;
	}
}

@media (min-width: 1200px) {
	.press-release-download:hover ul.dl-pdf-bottom-dropdown-wrapper,
	.download-press-pdf-wrapper:hover ul.dl-pdf-dropdown-wrapper  {
		visibility: visible;
		opacity: 1;
	}
}