/* LMD Pilkada CSS */
.lpws-widget-pilkada {
	background-color: #F8F8F8;
	border-radius: 15px;
	position: relative;
	z-index: 1;
	overflow: hidden;
	margin-bottom: 30px;
}
.lpws-widget-pilkada::before {
	content: '';
	display: block;
	position: absolute;
	bottom: 40px;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0.69;
	background-image: url(img/pilkada-bg.svg);
	background-repeat: no-repeat;
	background-position: bottom center;
	z-index: 1;
}

.lpws-pilkada-header {
	background-image: url(img/pilkada-widget-header.svg);
	background-repeat: no-repeat;
	background-position: bottom left;
	background-size: contain;
	border-bottom: 10px solid #ff7300;
}

.lpws-pilkada-footer {
}
.lpws-pilkada-footer::before {
	content: "";
	position: absolute;
	bottom: -10px;
	z-index: 2;
	height: 100%;
	width: 100%;
	display: block;
	background-image: url(img/pilkada-widget-left.svg);
	background-repeat: no-repeat;
	background-position: bottom left;
	background-size: contain;
	transform:scale(-1, -1);
}

.lpws-pilkada-header, .lpws-pilkada-item, .lpws-pilkada-footer {
	position: relative;
	z-index: 2;
	display: flex;
	padding: 8px 15px;
}

.lpws-pilkada-logo {
	width: 100px;
	margin: 0 auto;
}

.lpws-pilkada-header img, .lpws-pilkada-item-thumbnail img {
	max-width: 100%;
	margin: 0 auto;
	border-radius: 10px;
}

.lpws-pilkada-content {
	position: relative;
	z-index: 2;
	padding: 15px;
}
.lpws-pilkada-content-header {
	text-align: center;
	padding-top: 5px;
}
.lpws-pilkada-content-header h3 {
	position: relative;
	text-transform: uppercase;
	font-size: 18px;
	font-weight: 900;
	color: #7D7D7D;
}
.lpws-pilkada-content-header > span {
  display: block;
  width: 55px;
  height: 5px;
  border-radius: 5px;
  background-color: #ff7300;
  margin: 0 auto;
  margin-bottom: 5px;
}

.lpws-pilkada-item {
	padding: 8px 0;
}
.lpws-pilkada-item-thumbnail {
	width: 80px;
	margin-right: 10px;
	text-align: center;
}
.lpws-pilkada-item-thumbnail img {
	border-radius: 10px;
}

.lpws-pilkada-item-content {
	width: calc(100% - 90px);
}

.lpws-pilkada-item-content h4 {
	font-size: 16px;
	font-weight: bold;
	line-height: 140%;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	margin-bottom: 0;
}
.lpws-pilkada-item-content h4 a {
	color: #000000;
}
.lpws-pilkada-item-content h4 a:focus, .lpws-pilkada-item-content h4 a:hover, .lpws-pilkada-item-content > p a {
	color: #ff7300;
}
.lpws-pilkada-item-content > p {
	margin: 0 0 2px 0;
	font-weight: bold;
}

.lpws-pilkada-item-content p {
	margin: 0 0 0;
	font-size: 12px;
	color: #7D7D7D;
}

.lpws-pilkada-footer {
	justify-content: center;
	align-items: center;
}
.lpws-pilkada-btn {
	display: block;
	position: relative;
	z-index: 4;
	background-color: #ff7300;
	color: #ffffff;
	font-weight: bold;
	padding: 8px 15px;
	border-radius: 8px;
	margin-bottom: 30px;
}
.lpws-pilkada-btn:hover {
	background-color: #ff7300;
	color: #ffffff;
}


/* Media Queries */
@media (max-width: 767px) {

}