/*-------------------------------------------------------------------------*/
/* Changelog
/*-------------------------------------------------------------------------*/

.page-changelog .page-body .row {
	padding: 0;
}

/* Date header */
.cl-date-head {
	font-family: 'Poppins', sans-serif;
	font-weight: 600;
	font-size: 0.85rem;
	text-transform: uppercase;
	letter-spacing: 0.06em;
	color: #c8a060;
	margin: 1.5rem 0 0.5rem 0;
	padding: 0.5rem 0.75rem;
	background: rgba(0,0,0,0.12);
	border: 1px solid rgba(255,255,255,0.04);
	border-radius: 3px;
}

/* Patch container */
.cl-patch {
	margin: 0;
	padding: 0;
}

/* Entry row */
.cl-entry {
	display: flex;
	align-items: flex-start;
	gap: 0.5rem;
	padding: 0.55rem 0.4rem 0.55rem 0.75rem;
	font-size: 0.85rem;
	color: #c0c0c8;
	border-bottom: 1px solid rgba(255,255,255,0.03);
	line-height: 1.5;
}

.cl-entry:last-child {
	border-bottom: none;
}

/* Badge — reuse homepage styles */
.cl-badge {
	display: inline-block;
	padding: 1px 7px;
	border-radius: 10px;
	font-size: 0.7rem;
	font-weight: 700;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 0.04em;
	line-height: 1.6;
	flex-shrink: 0;
	margin-top: 0.15rem;
	white-space: nowrap;
}

.cl-buff  { background: #2d7a2d; }
.cl-nerf  { background: #8a2525; }
.cl-fix      { background: #25508a; }
.cl-new      { background: #623a9e; }
.cl-reworked { background: #7a4a00; }

/* Entry text */
.cl-text {
	flex: 1;
	min-width: 0;
}

/* Remove button */
.cl-remove {
	color: #803030;
	font-size: 0.75rem;
	flex-shrink: 0;
	margin-right: 0.2rem;
}

.cl-remove:hover {
	color: #c04040;
}

/* Changelog list wrapper */
.changelog-list {
	padding: 0;
}

/* Admin buttons */
.page-changelog .nice_button {
	background: linear-gradient(180deg, #c07020 0%, #8a4c10 100%);
	color: #f5dfa0;
	border: 1px solid #b86818;
	font-family: 'Poppins', sans-serif;
	font-weight: 600;
	font-size: 0.8rem;
	text-transform: uppercase;
	letter-spacing: 0.04em;
	padding: 0.4rem 1rem;
	border-radius: 3px;
	cursor: pointer;
}

.page-changelog .nice_button:hover {
	background: linear-gradient(180deg, #d48020 0%, #a05c18 100%);
	color: #fff8e0;
}
