/* START Base */
html.dark-mode .kol-buddy-comics-wrap {
	background: #1a1a1a;
	color: #e0e0e0;
	border: 1px solid #333333;
	box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.1);
	padding: 18px;
	border-radius: 8px;
}
/* END Base */

/* START Layout */
html.dark-mode .kol-comic-grid {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(190px, 1fr));
	gap: 18px;
}

html.dark-mode .kol-single-comic-head,
html.dark-mode .kol-dashboard-comic-head,
html.dark-mode .kol-comic-dashboard-head,
html.dark-mode .kol-reader-nav {
	display: flex;
	gap: 12px;
	align-items: center;
}

html.dark-mode .kol-comic-dashboard-head {
	justify-content: space-between;
	margin-bottom: 12px;
}

html.dark-mode .kol-comic-dashboard-head h2 {
	margin: 0;
}
/* END Layout */

/* START Cards */
html.dark-mode .kol-comic-card,
html.dark-mode .kol-dashboard-comic,
html.dark-mode .kol-comic-form,
html.dark-mode .kol-admin-bucket {
	background: #2a2a2a;
	color: #e0e0e0;
	border: 1px solid #333333;
	box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.1);
	padding: 12px;
	border-radius: 8px;
	margin: 8px 0;
}

html.dark-mode .kol-comic-card {
	display: flex;
	flex-direction: column;
	gap: 8px;
	margin: 0;
}

html.dark-mode .kol-comic-card h3 {
	font-size: 17px;
	line-height: 1.3;
	margin: 4px 0 0;
}

html.dark-mode .kol-comic-card h3 a {
	color: #ffffff;
	text-decoration: none;
}

html.dark-mode .kol-comic-meta {
	color: #b8b8b8;
	font-size: 13px;
	line-height: 1.4;
}

html.dark-mode .kol-comic-shell-card {
	border-style: dashed;
	background: #2a2a2a;
	min-height: 286px;
	transition: none;
	transform: none;
}

html.dark-mode .kol-comic-shell-card:hover {
	box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.1);
	transform: none;
}

html.dark-mode .kol-comic-shell-grid {
	margin-top: 22px;
}

html.dark-mode .kol-comic-shell-cover {
	display: grid;
	place-items: center;
	gap: 10px;
	padding: 18px;
	text-align: center;
	border: 1px dashed #555555;
	background: repeating-linear-gradient(
		135deg,
		#2a2a2a,
		#2a2a2a 10px,
		#1a1a1a 10px,
		#1a1a1a 20px
	);
}

html.dark-mode .kol-comic-shell-text {
	color: #e0e0e0;
	font-size: 15px;
	font-weight: 700;
	line-height: 1.35;
	text-align: center;
}

html.dark-mode .kol-comic-shell-button {
	min-height: 32px;
	height: 32px;
	width: 100%;
	max-width: 104px;
	padding: 0 15px;
	border-radius: 6px;
	background: linear-gradient(#2d7c2d, #1f5f1f);
	border-top-color: #3d9d3d;
	border-left-color: #3d9d3d;
	border-right-color: #1a4d1a;
	border-bottom-color: #1a4d1a;
	color: #ffffff;
	box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.4);
	font-size: 13px;
	font-weight: 700;
	line-height: 32px;
	white-space: nowrap;
	text-align: center;
}
/* END Cards */

/* START Links */
html.dark-mode .kol-buddy-comics-wrap a {
	color: #99ffe8;
}
/* END Links */

/* START Directory */
html.dark-mode .kol-comics-directory-head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 18px;
	background: #2a2a2a;
	color: #e0e0e0;
	border: 1px solid #333333;
	box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.1);
	border-radius: 8px;
	padding: 20px;
	margin-bottom: 22px;
}

html.dark-mode .kol-comics-directory-head h2 {
	color: #ffffff;
	font-size: 30px;
	line-height: 1.2;
	margin: 0 0 6px;
}

html.dark-mode .kol-comics-directory-head p {
	color: #b8b8b8;
	max-width: 660px;
	margin: 0;
	font-size: 15px;
	line-height: 1.6;
}

html.dark-mode .kol-comics-directory-count {
	min-width: 130px;
	background: #1a1a1a;
	border: 1px solid #333333;
	border-radius: 8px;
	padding: 12px;
	text-align: center;
}

html.dark-mode .kol-comics-directory-count strong {
	display: block;
	color: #ffffff;
	font-size: 28px;
	line-height: 1;
}

html.dark-mode .kol-comics-directory-count span {
	display: block;
	margin-top: 5px;
	color: #b8b8b8;
	font-size: 12px;
	font-weight: 700;
	text-transform: uppercase;
}

html.dark-mode .kol-comics-empty {
	display: grid;
	place-items: center;
	min-height: 320px;
	background: #2a2a2a;
	border: 1px dashed #444444;
	border-radius: 8px;
	padding: 34px 18px;
	text-align: center;
}

html.dark-mode .kol-comics-empty-cover {
	width: 96px;
	height: 132px;
	background: linear-gradient(135deg, #333333 0%, #1a1a1a 100%);
	border: 1px solid #444444;
	border-radius: 8px;
	box-shadow: 0px 8px 18px rgba(0, 0, 0, 0.4);
	margin-bottom: 16px;
}

html.dark-mode .kol-comics-empty h3 {
	color: #ffffff;
	font-size: 22px;
	margin: 0 0 8px;
}

html.dark-mode .kol-comics-empty p {
	color: #b8b8b8;
	max-width: 460px;
	margin: 0 0 18px;
	line-height: 1.6;
}
/* END Directory */

/* START Media */
html.dark-mode .kol-comic-cover {
	display: block;
	aspect-ratio: 2 / 3;
	overflow: hidden;
	background: #2a2a2a;
	border-radius: 6px;
}

html.dark-mode .kol-comic-cover-img,
html.dark-mode .kol-reader-img {
	display: block;
	width: 100%;
	height: auto;
}

html.dark-mode .kol-comic-cover-empty {
	display: grid;
	place-items: center;
	height: 100%;
	min-height: 180px;
	color: #e0e0e0;
}
/* END Media */

/* START Forms */
html.dark-mode .kol-comic-form input,
html.dark-mode .kol-comic-form textarea,
html.dark-mode .kol-comic-form select {
	background: #1a1a1a;
	color: #e0e0e0;
	border: 1px solid #333333;
}
/* END Forms */

/* START Editor */
html.dark-mode .kol-comic-editor {
	padding: 0;
	overflow: hidden;
}

html.dark-mode .kol-comic-editor-topbar {
	display: grid;
	grid-template-columns: 42px minmax(180px, 1fr) auto auto;
	align-items: center;
	gap: 14px;
	background: #1f1f1f;
	color: #ffffff;
	min-height: 62px;
	padding: 0 18px;
}

html.dark-mode .kol-editor-menu-mark {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 4px;
	width: 24px;
}

html.dark-mode .kol-editor-menu-mark span {
	display: block;
	width: 10px;
	height: 10px;
	background: #ffffff;
}

html.dark-mode .kol-editor-title strong,
html.dark-mode .kol-editor-title span {
	display: block;
}

html.dark-mode .kol-editor-title span {
	color: #b8b8b8;
	font-size: 12px;
}

html.dark-mode .kol-editor-view-tabs {
	display: flex;
	gap: 8px;
	background: #111111;
	border-radius: 6px;
	padding: 4px;
}

html.dark-mode .kol-editor-view-tabs span {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	height: 32px;
	padding: 0 15px;
	border-radius: 4px;
	box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.4);
	border-style: solid;
	border-width: 1px;
	font-size: 12px;
	font-weight: 700;
}

html.dark-mode .kol-editor-view-tabs span:nth-child(1) {
	background: linear-gradient(#ccfff6, #99ffe8);
	border: 2px solid #00cc99;
	color: #007755;
	box-shadow: 0 0 0 3px rgba(0, 204, 153, 0.15), 0 4px 8px rgba(0, 204, 153, 0.2);
}

html.dark-mode .kol-editor-view-tabs span:nth-child(2) {
	background: linear-gradient(#e2e2e2, #d4d4d4);
	border-top-color: #f0f0f0;
	border-left-color: #f0f0f0;
	border-right-color: #b0b0b0;
	border-bottom-color: #b0b0b0;
	color: #2d2d2d;
}

html.dark-mode .kol-editor-view-tabs span:nth-child(3) {
	background: linear-gradient(#383838, #343434);
	border-top-color: #555555;
	border-left-color: #555555;
	border-right-color: #282828;
	border-bottom-color: #282828;
	color: #ffffff;
}

html.dark-mode .kol-editor-actions {
	display: flex;
	align-items: center;
	gap: 10px;
	flex-shrink: 0;
	white-space: nowrap;
}

html.dark-mode .kol-editor-actions .kol-button {
	min-width: 136px;
	white-space: nowrap;
}

html.dark-mode .kol-editor-status {
	background: #343434;
	color: #ffffff;
	border-radius: 16px;
	padding: 7px 12px;
	font-weight: 700;
}

html.dark-mode .kol-comic-editor-body {
	display: grid;
	grid-template-columns: 290px minmax(320px, 1fr) 380px;
	min-height: calc(100vh - 110px);
	background: #000000;
}

html.dark-mode .kol-editor-chapter-picker {
	display: flex;
	align-items: center;
	gap: 8px;
	min-width: 360px;
}

html.dark-mode .kol-editor-chapter-picker select,
html.dark-mode .kol-editor-chapter-picker input {
	height: 32px;
	background: #2a2a2a;
	color: #e0e0e0;
	border: 1px solid #333333;
	border-radius: 6px;
	padding: 0 10px;
}

html.dark-mode .kol-editor-chapter-picker select {
	max-width: 180px;
}

html.dark-mode .kol-inline-chapter-form {
	margin: 0;
	padding: 0;
	background: transparent;
	border: 0;
	box-shadow: none;
}

html.dark-mode .kol-comic-editor-sidebar,
html.dark-mode .kol-comic-editor-assets {
	background: #1a1a1a;
	border-color: #333333;
	padding: 18px;
	overflow: auto;
}

html.dark-mode .kol-comic-editor-sidebar.is-locked,
html.dark-mode .kol-comic-editor-assets.is-locked {
	filter: blur(2px);
	opacity: 0.48;
	pointer-events: none;
	user-select: none;
}

html.dark-mode .kol-comic-editor-sidebar {
	border-right: 1px solid #333333;
}

html.dark-mode .kol-editor-rail-title {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 8px;
	margin-bottom: 12px;
	font-weight: 700;
}

html.dark-mode .kol-page-rail {
	display: grid;
	gap: 10px;
	padding: 0;
	margin: 0 0 18px;
	list-style: none;
}

html.dark-mode .kol-page-rail-item {
	position: relative;
	background: #2a2a2a;
	border: 3px solid transparent;
	border-radius: 0;
	padding: 0;
	cursor: grab;
}

html.dark-mode .kol-page-rail-item.is-active {
	background: #008877;
	border-color: #00cc99;
}

html.dark-mode .kol-page-rail-item a {
	display: grid;
	gap: 8px;
	color: #e0e0e0;
	text-decoration: none;
	padding: 4px;
}

html.dark-mode .kol-page-rail-item.is-active a {
	color: #ffffff;
}

html.dark-mode .kol-page-rail-item img {
	width: 100%;
	height: 140px;
	object-fit: cover;
	display: block;
}

html.dark-mode .kol-page-rail-item strong {
	padding: 4px 12px 12px;
	font-size: 18px;
}

html.dark-mode .kol-icon-trash {
	position: absolute;
	right: 10px;
	bottom: 10px;
	width: 28px;
	height: 28px;
	border: 0;
	border-radius: 4px;
	background: #ffffff;
	color: #1f2937;
	font-weight: 900;
	cursor: pointer;
}

html.dark-mode .kol-add-blank-page,
html.dark-mode .kol-round-dropzone {
	display: grid;
	place-items: center;
	width: 70px;
	height: 70px;
	border-radius: 50%;
	background: #008877;
	color: #ffffff;
	box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.4);
	cursor: pointer;
	border: 0;
	margin: 18px auto 0;
}

html.dark-mode .kol-round-dropzone input {
	position: absolute;
	opacity: 0;
	pointer-events: none;
}

html.dark-mode .kol-round-dropzone span {
	font-size: 34px;
	line-height: 1;
}

html.dark-mode .kol-add-blank-page span {
	font-size: 34px;
	line-height: 1;
}

html.dark-mode .kol-blank-page-thumb {
	display: grid;
	place-items: center;
	min-height: 140px;
	background: #1a1a1a;
	color: #b8b8b8;
	font-weight: 700;
	text-align: center;
	padding: 12px;
}

html.dark-mode .kol-editor-canvas.is-dragging {
	border-color: #00cc99;
	box-shadow: 0 0 0 3px rgba(0, 204, 153, 0.15), 0 4px 8px rgba(0, 204, 153, 0.2);
}

html.dark-mode .kol-comic-editor-assets {
	border-left: 1px solid #333333;
}

html.dark-mode .kol-comic-editor-sidebar h3,
html.dark-mode .kol-editor-panel-head h3 {
	margin: 0 0 12px;
}

html.dark-mode .kol-editor-comic-list {
	display: grid;
	gap: 10px;
	margin-bottom: 18px;
}

html.dark-mode .kol-editor-comic-tile {
	display: grid;
	grid-template-columns: 74px 1fr;
	gap: 10px;
	align-items: center;
	background: #2a2a2a;
	color: #e0e0e0;
	border: 1px solid #333333;
	border-radius: 8px;
	padding: 8px;
	text-decoration: none;
}

html.dark-mode .kol-buddy-comics-wrap .kol-editor-comic-tile {
	color: #e0e0e0;
}

html.dark-mode .kol-editor-comic-tile.is-active {
	background: #008877;
	color: #ffffff;
	border-color: #00aa99;
}

html.dark-mode .kol-buddy-comics-wrap .kol-editor-comic-tile.is-active {
	color: #ffffff;
}

html.dark-mode .kol-editor-thumb {
	display: block;
	aspect-ratio: 2 / 3;
	overflow: hidden;
	background: #2a2a2a;
	border-radius: 4px;
}

html.dark-mode .kol-editor-thumb img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

html.dark-mode .kol-editor-tile-meta strong,
html.dark-mode .kol-editor-tile-meta span {
	display: block;
}

html.dark-mode .kol-comic-editor-stage {
	display: grid;
	align-items: start;
	justify-items: center;
	background: #000000;
	padding: 24px 42px 42px;
}

html.dark-mode .kol-editor-canvas {
	width: min(100%, 980px);
	min-height: 520px;
	display: grid;
	place-items: center;
	position: relative;
	border-left: 1px solid #333333;
	border-right: 1px solid #333333;
	padding: 28px;
}

html.dark-mode .kol-editor-preview {
	width: min(100%, 760px);
	max-height: 560px;
	display: grid;
	place-items: center;
	overflow: hidden;
	background: #111111;
}

html.dark-mode .kol-editor-live-preview {
	width: min(100%, 760px);
	display: none;
	place-items: center;
	margin-bottom: 16px;
}

html.dark-mode .kol-editor-live-preview:not(:empty) {
	display: grid;
}

html.dark-mode .kol-editor-live-preview img {
	display: block;
	max-width: 100%;
	max-height: 460px;
	object-fit: contain;
	border: 1px solid #333333;
	border-radius: 8px;
	box-shadow: 0px 18px 42px rgba(0, 0, 0, 0.4);
}

html.dark-mode .kol-editor-preview .kol-comic-cover-img {
	width: 100%;
	height: auto;
	object-fit: contain;
}

html.dark-mode .kol-editor-preview-caption,
html.dark-mode .kol-editor-empty-preview {
	color: #ffffff;
	text-align: center;
	max-width: 680px;
}

html.dark-mode .kol-comic-editor.is-empty .kol-editor-empty-preview {
	filter: blur(2px);
	opacity: 0.38;
}

html.dark-mode .kol-editor-create-lightbox {
	position: absolute;
	inset: 36px auto auto 50%;
	transform: translateX(-50%);
	width: min(420px, calc(100% - 40px));
	z-index: 2;
}

html.dark-mode .kol-editor-create-lightbox .kol-comic-form {
	background: #2a2a2a;
	border: 1px solid #333333;
	box-shadow: 0px 18px 42px rgba(0, 0, 0, 0.4);
	padding: 20px;
	margin: 0;
}

html.dark-mode .kol-editor-create-lightbox .kol-comic-form h3 {
	margin-top: 0;
}

html.dark-mode .kol-editor-panel-head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	margin-bottom: 14px;
}

html.dark-mode .kol-asset-cover-upload {
	display: grid;
	gap: 8px;
	margin: 0 0 18px;
	padding: 0;
	background: transparent;
	border: 0;
	box-shadow: none;
}

html.dark-mode .kol-asset-add-button {
	margin: 0 auto 18px;
}

html.dark-mode .kol-asset-upload-form {
	display: grid;
	place-items: center;
	gap: 10px;
	margin: 0 0 18px;
	padding: 0;
	background: transparent;
	border: 0;
	box-shadow: none;
}

html.dark-mode .kol-asset-upload-form .kol-button {
	min-width: 118px;
}

html.dark-mode .kol-compact-dropzone {
	min-height: 86px;
}

html.dark-mode .kol-asset-grid {
	display: grid;
	gap: 14px;
}

html.dark-mode .kol-asset-card {
	position: relative;
	background: #2a2a2a;
	border: 3px solid transparent;
	cursor: grab;
}

html.dark-mode .kol-asset-card:hover {
	border-color: #00cc99;
}

html.dark-mode .kol-asset-card.is-active {
	border-color: #00cc99;
	background: #123f37;
}

html.dark-mode .kol-asset-card img {
	display: block;
	width: 100%;
	height: 150px;
	object-fit: cover;
}

html.dark-mode .kol-dropzone {
	display: grid;
	gap: 8px;
	place-items: center;
	min-height: 112px;
	border: 2px dashed #00cc99;
	border-radius: 8px;
	background: #102a25;
	color: #99ffe8;
	text-align: center;
	cursor: pointer;
	padding: 14px;
}

html.dark-mode .kol-dropzone input[type="file"] {
	position: absolute;
	width: 1px;
	height: 1px;
	opacity: 0;
	pointer-events: none;
}

html.dark-mode .kol-dropzone span {
	font-weight: 700;
}

html.dark-mode .kol-upload-preview {
	display: block;
	width: 100%;
	max-height: 180px;
	object-fit: contain;
	background: #1a1a1a;
	border: 1px solid #333333;
	border-radius: 6px;
	padding: 6px;
}

html.dark-mode .kol-dropzone.is-dragging,
html.dark-mode .kol-dropzone.has-file {
	background: #123f37;
	box-shadow: 0 0 0 3px rgba(0, 204, 153, 0.15), 0 4px 8px rgba(0, 204, 153, 0.2);
}

html.dark-mode .kol-dashboard-chapters {
	display: grid;
	gap: 12px;
	padding: 0;
	list-style: none;
}

html.dark-mode .kol-dashboard-chapters > li {
	background: #2a2a2a;
	border: 1px solid #333333;
	border-radius: 8px;
	padding: 12px;
}

html.dark-mode .kol-chapter-editor-head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 8px;
	margin-bottom: 10px;
}

html.dark-mode .kol-page-sorter {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(86px, 1fr));
	gap: 8px;
	padding: 0;
	margin: 0 0 10px;
	list-style: none;
}

html.dark-mode .kol-page-sorter-item {
	background: #1a1a1a;
	border: 1px solid #333333;
	border-radius: 6px;
	padding: 6px;
	cursor: grab;
}

html.dark-mode .kol-page-sorter-item.is-dragging {
	opacity: 0.45;
}

html.dark-mode .kol-page-sorter-item img {
	width: 100%;
	height: 82px;
	object-fit: cover;
	display: block;
	border-radius: 4px;
}

html.dark-mode .kol-page-sorter-item span {
	display: block;
	margin-top: 4px;
	font-size: 12px;
	font-weight: 700;
}

html.dark-mode .kol-page-delete {
	width: 100%;
	margin-top: 5px;
	border: 0;
	background: #343434;
	color: #ffffff;
	border-radius: 4px;
	min-height: 26px;
	cursor: pointer;
}
/* END Editor */

/* START Visual Editor Overrides */
html.dark-mode .kol-page-rail .kol-page-sorter-item {
	background: #2a2a2a;
	border: 3px solid transparent;
	border-radius: 0;
	padding: 0;
}

html.dark-mode .kol-page-rail .kol-page-sorter-item.is-active {
	background: #008877;
	border-color: #00cc99;
}

html.dark-mode .kol-page-rail .kol-page-sorter-item img {
	width: 100%;
	height: 140px;
	object-fit: cover;
}

html.dark-mode .kol-page-rail .kol-page-sorter-item span {
	display: none;
}

html.dark-mode .kol-asset-grid .kol-asset-card .kol-icon-trash,
html.dark-mode .kol-page-rail .kol-icon-trash {
	right: 10px;
	bottom: 10px;
}
/* END Visual Editor Overrides */

/* START Buttons */
html.dark-mode .kol-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 32px;
	height: 32px;
	padding: 0 15px;
	border-radius: 6px;
	text-decoration: none;
	cursor: pointer;
	border-style: solid;
	border-width: 1px;
	box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.4);
}

html.dark-mode .kol-button-gray {
	background: linear-gradient(#e2e2e2, #d4d4d4);
	border-top-color: #f0f0f0;
	border-left-color: #f0f0f0;
	border-right-color: #b0b0b0;
	border-bottom-color: #b0b0b0;
	color: #2d2d2d;
	min-height: 32px;
	height: 32px;
	padding: 0 15px;
	border-radius: 6px;
	box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.4);
}

html.dark-mode .kol-buddy-comics-wrap .kol-button-gray {
	color: #2d2d2d;
}

html.dark-mode .kol-button-green {
	background: linear-gradient(#2d7c2d, #1f5f1f);
	border-top-color: #3d9d3d;
	border-left-color: #3d9d3d;
	border-right-color: #1a4d1a;
	border-bottom-color: #1a4d1a;
	color: #ffffff;
	min-height: 32px;
	height: 32px;
	padding: 0 15px;
	border-radius: 6px;
	box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.4);
}

html.dark-mode .kol-buddy-comics-wrap .kol-button-green {
	color: #ffffff;
}

html.dark-mode .kol-button-dark {
	background: linear-gradient(#383838, #343434);
	border-top-color: #555555;
	border-left-color: #555555;
	border-right-color: #282828;
	border-bottom-color: #282828;
	color: #ffffff;
	min-height: 32px;
	height: 32px;
	padding: 0 15px;
	border-radius: 6px;
	box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.4);
}

html.dark-mode .kol-buddy-comics-wrap .kol-button-dark {
	color: #ffffff;
}

html.dark-mode .kol-button-teal {
	background: linear-gradient(#ccfff6, #99ffe8);
	border: 2px solid #00cc99;
	color: #007755;
	min-height: 32px;
	height: 32px;
	padding: 0 15px;
	border-radius: 6px;
	box-shadow: 0 0 0 3px rgba(0, 204, 153, 0.15), 0 4px 8px rgba(0, 204, 153, 0.2);
}

html.dark-mode .kol-buddy-comics-wrap .kol-button-teal {
	color: #007755;
}
/* END Buttons */

/* START Pagination */
html.dark-mode .kol-comic-pagination a {
	background: #2a2a2a;
	color: #e0e0e0;
	border: 1px solid #333333;
}

html.dark-mode .kol-comic-pagination .kol-page-current {
	background: #99ffe8;
	color: #1a1a1a;
}
/* END Pagination */
