* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	font-family: "Roboto", sans-serif;
}
body {
	width: 1060px;
	height: 225px;
	overflow: hidden;
	margin: 0 auto;
}
.widget-wrap {
	width: 100%;
	height: 100%;
	position: relative;
	background-image: url(../img/bg-desktop.jpg?v=20250220);
	background-size: 100%;
}
.slider-wrap {
	position: absolute;
	width: 225px;
	height: 100%;
	top: 0;
	left: 350px;
	margin-top: 17px;
	z-index: 1;
}
.slider .slick-list {
	margin: 0 -5px;
}
.slick-dots {
	bottom: -18px;
}
.slick-dots li button {
	display: none;
}
.slick-dots li {
	width: 16px;
	height: 4px;
	background-color: #fff;
	border-radius: 4px;
}
.slick-dots .slick-active {
	background-color: #1653cb;
}
.slick-prev:before,
.slick-next:before {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	background-image: url(../img/arr-gray.png);
	opacity: 1;
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: center;
}
.slick-prev,
.slick-next {
	width: 30px;
	height: 30px;
	z-index: 2;
	top: 65px;
}
.slick-prev {
	transform: scaleX(-1);
	left: -15px;
}
.slick-next {
	transform: unset;
	right: -15px;
}
.artikel {
	display: flex !important;
	flex-direction: column;
	text-decoration: none;
	margin: 0 5px;
}
.artikel-wrap {
	position: relative;
}
.imgBox {
	display: flex;
	width: 100%;
	height: 180px;
}
.imgBox img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.desc-wrap {
	padding: 10px 10px 10px 10px;
	background: #1653cb;
	background: linear-gradient(to top, #1653cb 70%, transparent);
	color: #fff;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 55%;
	display: flex;
	flex-direction: column;
	justify-content: end;
}
.desc-wrap p {
	font-size: 14px;
}
.title {
	font-weight: 700;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	font-size: 14px;
}
.date-wrap {
	display: flex;
	gap: 10px;
	margin-bottom: 4px;
}
.date-wrap small {
	text-transform: uppercase;
	font-weight: 700;
	font-size: 12px;
}
.cta-bagian-kosong {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}
.cta-promo {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 35px;
	height: 200px;
	width: 200px;
	margin: auto;
	z-index: 3;
}
.cta-promo img {
	width: 100%;
	height: 100%;
}
.content-gate {
	width: 375px;
	position: absolute;
	top: 0;
	right: 40px;
	bottom: 0;
	margin: auto;
	height: fit-content;
	text-align: center;
	z-index: 2;
}
.content-gate h4 {
	font-size: 14px;
}
.content-wrap {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 8px;
	margin-top: 8px;
}
.content-item {
	height: 68px;
}
.content-item img {
	width: 100%;
}
.slider-cta {
	position: absolute;
	bottom: 18px;
	background: #ff0000;
	left: 36px;
	padding: 10px 20px;
	font-size: 14px;
	color: #fff;
	text-decoration: none;
}
