.entry-header-text.entry-header-text-top{
	display:flex;
	flex-wrap:wrap;
	align-items:center;
	justify-content:space-between;
	gap:8px 12px;
}
.entry-header-text-top .gpdf-dl-chip{
	order:2;
	flex:0 0 auto;
	margin:0;
}
.entry-header-text-top .entry-category{
	order:1;
	flex:1 1 0;
	min-width:0;
	margin:0;
}
.entry-header-text-top .entry-title,
.entry-header-text-top .entry-divider{
	order:3;
	width:100%;
	flex:0 0 100%;
}
.gpdf-dl-chip{
	display:inline-flex;
	align-items:center;
	gap:6px;
	padding:7px 12px;
	border-radius:8px;
	background:#e11d48;
	color:#fff!important;
	font-size:13px;
	font-weight:700;
	line-height:1.2;
	text-decoration:none!important;
	box-shadow:0 2px 8px rgba(225,29,72,.28);
	transition:background .15s ease,box-shadow .15s ease;
	white-space:nowrap;
}
.gpdf-dl-chip:hover,
.gpdf-dl-chip:focus{
	background:#be123c;
	color:#fff!important;
	box-shadow:0 4px 12px rgba(225,29,72,.35);
}
.gpdf-dl-chip__icon{display:block;flex:0 0 auto}
.gpdf-dl-chip__text{display:inline-block}
@media (max-width:640px){
	.gpdf-dl-chip{
		padding:6px 10px;
		font-size:12px;
		gap:5px;
	}
	.gpdf-dl-chip__icon{width:16px;height:16px}
}
