.bukti-article__sub {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	gap: 50px;
	margin: 0 0 var(--pad);
	font-size: 14px;
	font-weight: bold;
	color: var(--text-muted);
	text-align: center;
}

.bukti-article h1 {
	margin: 0 0 8px;
	text-align: center;
}

.bukti-article__hero {
	margin: 0 0 var(--pad);
}

.bukti-article__hero img {
	width: 100%;
	height: auto;
	display: block;
	border: 1px solid var(--line);
}

.bukti-article table {
	width: 100%;
	border-collapse: collapse;
	margin: var(--pad) 0;
	border: 1px solid var(--line);
}

.bukti-article table th,
.bukti-article table td {
	padding: 10px;
	border: 1px solid var(--line);
	text-align: left;
	vertical-align: top;
}

.bukti-article table th {
	width: 42%;
	background: rgba(0, 0, 0, 0.04);
	font-weight: bold;
}

.bukti-article hr {
	border: 0;
	border-top: 1px solid var(--black);
	margin: var(--pad) 0;
}

.table-split {
	display: inline-block;
	white-space: nowrap;
}

.table-split + .table-split::before {
	content: "|";
	margin: 0 8px;
	opacity: 0.7;
}

.article-list {
	padding: 5px 0 15px 30px;
}

.article-contact-grid {
	display: flex;
	align-items: stretch;
	flex-wrap: wrap;
	gap: 8px;
	margin-top: var(--pad);
}

.article-contact-grid > .cat-chip {
	flex: 1 1 180px;
	min-width: 180px;
	box-sizing: border-box;
	text-decoration: none;
	text-transform: uppercase;
	white-space: nowrap;
	color: var(--black);
	background: rgba(0, 0, 0, 0.03);
	-webkit-background-clip: border-box;
	background-clip: border-box;
	-webkit-text-fill-color: currentColor;
}

.article-contact-grid > .cat-chip:hover {
	color: var(--black);
	background: rgba(0, 0, 0, 0.03);
	-webkit-text-fill-color: currentColor;
}

.article-contact-grid > .cat-chip.is-active,
.article-contact-grid > .cat-chip.is-active:hover {
	color: var(--white);
	background: linear-gradient(var(--orange), var(--orange));
	-webkit-background-clip: border-box;
	background-clip: border-box;
	-webkit-text-fill-color: currentColor;
}

.bukti-toolbar {
	margin-bottom: var(--gap);
}

#buktiList .entry-card .market-logo {
	align-self: stretch;
	height: auto;
	min-height: 120px;
}

#buktiList .entry-card .market-logo-img {
	object-fit: cover;
}

.bukti-pagination {
	display: flex;
	justify-content: center;
	margin-top: var(--gap);
}

.bukti-pagination__group {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 8px;
}

.bukti-pagination .cat-chip {
	flex: 0 0 auto;
	min-width: 46px;
	padding: 0 14px;
}

.bukti-pagination .cat-chip[disabled] {
	opacity: 0.45;
	cursor: default;
	pointer-events: none;
}

#buktiLatestWidget .pred-archive__text {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}