.widget-open-access {
	margin-bottom: 50px;
}
.widget-open-access .header {
	margin: 0 0 40px;
	font-size: 18px;
	text-transform: uppercase;
	border-bottom: 1px solid #dedede;
	padding-bottom: 20px;
}
.widget-open-access .header a {
	text-decoration: none !important;
	color: #333333 !important;
}
.widget-open-access .header a:hover {
	text-decoration: underline !important;
	color: #c61616 !important;
}
.widget-open-access .list {
	display: grid;
	column-gap: 36px;
	row-gap: 36px;
	grid-template-columns: 1fr 1fr;
	margin-bottom: 40px;
    padding: 0;
}
.widget-open-access .item {
	display: flex;
	align-items: flex-start;
    gap: 15px 30px;
}
.widget-open-access .image {
	flex: 0 0 140px;
	background: none;
	border: 0;
	padding: 0;
	cursor: pointer;
	background: url(../../img/tablet-overlay.png) center center no-repeat;
	background-size: 100%;
	width: 140px;
	height: 192px;
}
.widget-open-access .image div {
	top: -2px;
	left: 10px;
	width: 122px;
	height: 164px;
	position: relative;
	background-color: #000004;
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-position: center top;
	text-align: left;
	overflow: hidden;
	outline: 1px solid #000004;
	outline-offset: -1px;
}
.widget-open-access .title span {
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.widget-open-access .title button {
	display: block;
	font-size: 13px;
	font-weight: 700;
	text-align: left;
	background: none;
	border: 0;
	padding: 0;
	color: #333333;
	line-height: 1.4;
	cursor: pointer;
}
.widget-open-access .title button:hover {
	text-decoration: underline;
	color: #c61616;
}
.widget-open-access .title {
	margin: 0;
}
.widget-open-access .author {
	color: #767676;
	margin: 5px 0;
	font-size: 12px;
	line-height: 1;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.widget-open-access .features {
	margin: 10px 0 0;
	font-size: 12px;
}
.widget-open-access .btn-more {
	transition: border-color 300ms ease-out;
	border: 2px solid #cccccc;
	background: #ffffff;
	padding: 9px 20px;
	text-transform: uppercase;
	font-size: 11px;
	line-height: 1.2;
	font-weight: 700;
	color: #333333;
	cursor: pointer;
	border-radius: 100px;
	margin-top: 15px;
	display: block;
}
.widget-open-access .btn-more:hover {
	border-color: #333333;
	transition: border-color 300ms ease-out;
}
.widget-open-access .footer {
	background-color: #f9f9f9;
	border-radius: 5px;
	padding: 35px 30px;
	text-align: center;
}
.widget-open-access .widget-btn-more {
	transition: background 300ms ease-out;
	border: 0;
	padding: 15px 35px 15px 40px;
	text-transform: uppercase;
	font-size: 16px;
	line-height: 1;
	font-weight: 700;
	color: #ffffff !important;
	cursor: pointer;
	border-radius: 55px;
	text-decoration: none !important;
	display: inline-flex;
	gap: .5em;
	background-color: #0096d7;
	align-items: center;
	justify-content: center;
}
.widget-open-access .widget-btn-more:hover {
	background-color: #0183bb;
}
.widget-open-access .widget-btn-more svg {
	width: 18px;
	margin-left: 2px;
    margin-right: 5px;
    transition: margin linear .2s;
}
.widget-open-access .widget-btn-more:hover svg {
	margin-left: 7px;
    margin-right: 0;
}
@media all and (min-width: 1368px) {
	.widget-open-access .list {
		grid-template-columns: 1fr 1fr 1fr;
	}
}
@media screen and (max-width: 767px) {
	.widget-open-access .list {
		column-gap: 30px;
        margin-bottom: 40px;
	}
	.widget-open-access .item {
		flex-direction: column;
		align-items: stretch;
	}
	.widget-open-access .image {
		flex: 0 0 178px;
		width: 130px;
	}
	.widget-open-access .image div {
		width: 111px;
		height: 151px;
	}
	.widget-open-access .title button {
		font-size: 13px;
	}
	.widget-open-access .title span {
		display: -webkit-box;
		-webkit-line-clamp: 3;
		-webkit-box-orient: vertical;
		overflow: hidden;
	}
	.widget-open-access {
		margin-bottom: 40px;
	}
	.widget-open-access .widget-btn-more {
		background-image: none;
		font-size: 14px;
		padding: 15px 10px;
		width: 100%;
	}
	.widget-open-access .widget-btn-more .widget-btn-more-text-2, .widget-open-access .features  {
		display: none;
	}
}