.pojok-kc-widget-container {
	position: relative;
	width: 100%;
	max-width: 420px;
	margin: 0 auto;
	border-radius: 12px 12px 24px 8px;
	overflow: hidden;
	/* box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3); */
	font-family: 'Montserrat', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
}

/* Header Accents */
.pojok-kc-widget-container .header-accent-blue {
	position: absolute;
	top: 0;
	left: 0;
	width: 52%;
	height: 48px;
	background-color: #0b3c6d;
	border-top-right-radius: 12px;
	z-index: 1;
}

.pojok-kc-widget-container .header-accent-red {
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 48px;
	background-color: #be1c24;
	z-index: 0;
}

/* Inner Content Container */
.pojok-kc-widget-container .card-content {
	position: relative;
	z-index: 2;
	margin-top: 24px;
	padding: 30px 20px 35px 20px;
	background-color: #e6e6e8;
	border-radius: 24px 4px 24px 4px;
}

/* Header Penulis & Logo */
.pojok-kc-widget-container .profile-header {
	display: flex;
	align-items: center;
	margin-bottom: 20px;
}

.pojok-kc-widget-container .profile-avatar {
	width: 90px;
	height: 90px;
	border-radius: 50%;
	border: 3px solid #0b3c6d;
	overflow: hidden;
	flex-shrink: 0;
	box-shadow: 0 3px 8px rgba(0, 0, 0, 0.15);
}

.pojok-kc-widget-container .profile-avatar img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.pojok-kc-widget-container .brand-title {
	margin-left: 12px;
	display: flex;
	flex-direction: column;
}

.pojok-kc-widget-container .logo-text {
	font-size: 32px;
	font-weight: 400;
	color: #0b3c6d;
	letter-spacing: 0.5px;
	line-height: 1;
	margin-bottom: 5px;
}

.pojok-kc-widget-container .highlight-red {
	color: #be1c24;
	font-weight: 900;
	font-style: italic;
	font-size: 32px;
}

.pojok-kc-widget-container .tagline-badge {
	background-color: #0b3c6d;
	color: #ffffff;
	font-size: 8.5px;
	font-weight: 600;
	font-style: italic;
	padding: 4px 8px;
	border-radius: 6px 0;
	white-space: nowrap;
}

/* Badge Berita Teratas */
.pojok-kc-widget-container .top-news-badge {
	display: inline-block;
	background-color: #be1c24;
	color: #ffffff;
	font-size: 12px;
	font-weight: 700;
	padding: 4px 12px;
	border-radius: 6px 0;
	letter-spacing: 0.5px;
	margin-bottom: 15px;
}

/* List Item Berita */
.pojok-kc-widget-container .news-list {
	list-style: none;
}

.pojok-kc-widget-container .news-item {
	border-bottom: 2px dashed #0b3c6d;
	padding: 8px 0 12px 0;
}

.pojok-kc-widget-container .news-item:first-child {
	padding-top: 0;
}

.pojok-kc-widget-container .news-link {
	text-decoration: none;
	color: inherit;
	display: block;
}

.pojok-kc-widget-container .news-title {
	font-size: 15px;
	font-weight: 700;
	color: #333333;
	line-height: 1.25;
	margin-bottom: 3px;
	/* transition: color 0.2s ease; */
}

.pojok-kc-widget-container .news-link:hover .news-title {
	color: #be1c24;
}

.pojok-kc-widget-container .news-date {
	font-size: 12px;
	font-weight: 600;
	color: #555555;
}

/* Tombol Baca Selengkapnya */
.pojok-kc-widget-container .button-wrapper {
	margin-top: 30px;
	height: 50px;
	position: relative;
}

.pojok-kc-widget-container .btn-more {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	border: 2px solid #be1c24;
	border-radius: 24px;
	background-color: transparent;
	color: #1a1a1a;
	font-size: 15px;
	font-weight: 700;
	text-decoration: none;
	letter-spacing: 0.5px;
	overflow: hidden;
	z-index: 1;
	/* transition: color 0.2s linear; */
}

.pojok-kc-widget-container .btn-more .arrows {
	color: #be1c24;
	font-size: 15px;
	margin-left: 6px;
	line-height: 1;
	/* transition: transform 0.2s ease; */
}

.pojok-kc-widget-container .btn-more:hover {
	background-color: #be1c24;
	color: #ffffff;
}

.pojok-kc-widget-container .btn-more:hover .arrows {
	color: #ffffff;
	transform: translateX(5px);
}


@media screen and (max-width: 768px) {
  .pojok-kc-widget-container {
		margin-left: 16px;
		margin-right: 16px;
		max-width: calc(100% - 32px);
	}
}
