@charset "utf-8";
/**
 * @author https://www.cosmosfarm.com
 */

a.kboard-thumbnail-button-small,
input.kboard-thumbnail-button-small,
button.kboard-thumbnail-button-small {
	position: relative;
	display: inline-block;

	margin: 0;
	padding: 0 15px;
	width: auto;
	height: 32px;
	line-height: 32px;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: normal;
	color: #545861 !important;
	background: #fff !important;
	border: 1px solid #f1f1f1;
	border-radius: 8px;
	text-decoration: none !important;
	cursor: pointer;
	vertical-align: middle;
	text-shadow: none;
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
	transition-duration: 0.3s;
	box-sizing: content-box;
}

a.kboard-thumbnail-button-small:hover,
a.kboard-thumbnail-button-small:focus,
a.kboard-thumbnail-button-small:active,
input.kboard-thumbnail-button-small:hover,
input.kboard-thumbnail-button-small:focus,
input.kboard-thumbnail-button-small:active,
button.kboard-thumbnail-button-small:hover,
button.kboard-thumbnail-button-small:focus,
button.kboard-thumbnail-button-small:active {
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
	transform: translateY(-1px);
	opacity: 1;
}

.kboard-thumbnail-poweredby {
	float: left;
	padding-bottom: 15px;
	width: 100%;
	font-size: 14px;
}

.kboard-thumbnail-new-notify {
	display: inline-block;

	padding: 2px 2px;
	line-height: 10px;
	font-size: 10px;
	color: white;
	background-color: #f61b5d;
	font-weight: normal;
}

.kboard-thumbnail-cut-strings {
	width: auto;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	word-wrap: normal;
}

#kboard-thumbnail-list {
	display: inline-block;

	margin: 0;
	width: 100%;
}

#kboard-thumbnail-list form {
	margin: 0;
	padding: 0;
}

#kboard-thumbnail-list .kboard-list-header {
	float: left;
	display: table;
	padding-bottom: 15px;
	width: 100%;
}

#kboard-thumbnail-list .kboard-list-header .kboard-total-count {
	display: table-cell;
	font-size: 14px;
}

#kboard-thumbnail-list .kboard-list-header .kboard-sort {
	display: table-cell;
	text-align: right;
}

#kboard-thumbnail-list .kboard-pagination {
	float: left;
	padding: 15px 0;
	width: 100%;
}

#kboard-thumbnail-list .kboard-pagination .kboard-pagination-pages {
	float: left;
	margin: 0;
	padding: 0;
	width: 100%;
	list-style: none;
	text-align: center;
	border: 0;
}

#kboard-thumbnail-list .kboard-search {
	float: left;
	padding-bottom: 15px;
	width: 100%;
	text-align: center;
}

#kboard-thumbnail-list .kboard-control {
	float: left;
	padding-bottom: 15px;
	width: 100%;
	text-align: right;
}

#kboard-thumbnail-list .kboard-list-header .kboard-sort select {
	display: inline;
	margin: 0;
	padding: 0 10px;
	width: auto;
	min-width: 0;
	max-width: none;
	height: 32px;
	min-height: 0;
	line-height: 32px;
	font-size: 13px;
	color: #666666;
	border-radius: 8px;
	border: 1px solid #f1f1f1;
	background: white;
	vertical-align: middle;
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
	box-sizing: content-box;
	text-indent: 0;
	-webkit-appearance: menulist;
	-moz-appearance: menulist;
	appearance: menulist;
}

#kboard-thumbnail-list .kboard-category {
	float: left;
	padding-bottom: 15px;
	width: 100%;
}

#kboard-thumbnail-list .kboard-category.category-mobile {
	display: none;
}

#kboard-thumbnail-list .kboard-category.category-pc {
	display: block;
}

#kboard-thumbnail-list .kboard-category select {
	display: inline;
	margin: 0 0 5px 0;
	padding: 0;
	width: 100%;
	min-width: 100%;
	height: 28px;
	min-height: 0;
	line-height: 28px;
	font-size: 13px;
	color: #666666;
	border-radius: 0;
	border: 1px solid #f1f1f1;
	background: white;
	vertical-align: middle;
	box-shadow: none;
	box-sizing: border-box;
	text-indent: 0;
	-webkit-appearance: menulist;
	-moz-appearance: menulist;
	appearance: menulist;
}

#kboard-thumbnail-list .kboard-category .kboard-category-list {
	margin: 0 0 5px 0;
	padding: 0;
	list-style: none;
	border: 0;
	background-color: #f4f4f4;
	overflow: hidden;
}

#kboard-thumbnail-list .kboard-category .kboard-category-list li {
	display: inline-block;

	margin: 0;
	padding: 0 5px;
	border: 0;
	list-style: none;
}

#kboard-thumbnail-list .kboard-category .kboard-category-list li::before,
#kboard-thumbnail-list .kboard-category .kboard-category-list li::after {
	display: none;
}

#kboard-thumbnail-list .kboard-category .kboard-category-list li a {
	display: block;
	padding: 10px 10px 8px 10px;
	font-size: 14px;
	border: 0;
	border-bottom: 2px solid transparent;
	text-decoration: none;
	text-shadow: none;
	box-shadow: none;
	color: #515151;
}

#kboard-thumbnail-list .kboard-category .kboard-category-list li.kboard-category-selected a {
	font-weight: bold;
	border-bottom: 2px solid #545861;
	color: #545861;
}

#kboard-thumbnail-list .kboard-tree-category-wrap {
	float: left;
	padding-bottom: 15px;
	width: 100%;
}

#kboard-thumbnail-list .kboard-tree-category-wrap select {
	display: inline;
	margin: 0 0 5px 0;
	padding: 0;
	width: 100%;
	height: 28px;
	line-height: 28px;
	font-size: 13px;
	color: #666666;
	border-radius: 0;
	border: 1px solid #f1f1f1;
	background: white;
	vertical-align: middle;
	box-shadow: none;
	box-sizing: border-box;
	text-indent: 0;
	-webkit-appearance: menulist;
	-moz-appearance: menulist;
	appearance: menulist;
}

#kboard-thumbnail-list .kboard-tree-category-search .kboard-search-option-wrap.type-select {
	width: auto;
}

#kboard-thumbnail-list .kboard-tree-category-search .kboard-search-option-wrap.type-tab {
	width: 100%;
}

#kboard-thumbnail-list .kboard-tree-category {
	float: left;
	margin: 0 0 5px 0;
	padding: 0;
	width: 100%;
	list-style: none;
	border: 0;
	background-color: #f9f9f9;
	overflow: hidden;
}

#kboard-thumbnail-list .kboard-tree-category li {
	display: inline-block;

	margin: 0;
	padding: 0 5px;
	border: 0;
	list-style: none;
}

#kboard-thumbnail-list .kboard-tree-category li::before,
#kboard-thumbnail-list .kboard-tree-category li::after {
	display: none;
}

#kboard-thumbnail-list .kboard-tree-category li a {
	display: block;
	padding: 10px 10px 8px 10px;
	font-size: 14px;
	border: 0;
	border-bottom: 2px solid transparent;
	text-decoration: none;
	text-shadow: none;
	box-shadow: none;
	color: #515151;
}

#kboard-thumbnail-list .kboard-tree-category li.kboard-category-selected a {
	font-weight: bold;
	border-bottom: 2px solid #545861;
	color: #545861;
}

#kboard-thumbnail-list .kboard-tree-category-search {
	float: left;
	width: 100%;
}

#kboard-thumbnail-list .kboard-tree-category-search .kboard-search-option-wrap {
	margin-right: 5px;
	float: left;
}

/* Default Defaults Reset */
#kboard-thumbnail-list .kboard-gallery-container,
#kboard-thumbnail-latest .kboard-gallery-container {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
	width: 100%;
	box-sizing: border-box;
}

#kboard-thumbnail-list .kboard-gallery-container *,
#kboard-thumbnail-latest .kboard-gallery-container * {
	box-sizing: border-box;
}

/* Featured Section (Left) */
#kboard-thumbnail-list .kboard-gallery-featured,
#kboard-thumbnail-latest .kboard-gallery-featured {
	flex: 1.2;
	/* Adjusted ratio: Reduced from 2 to 1.2 */
	min-width: 300px;
	position: relative;
	overflow: hidden;
	border-radius: 12px;
	box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

#kboard-thumbnail-list .kboard-gallery-featured .featured-thumbnail,
#kboard-thumbnail-latest .kboard-gallery-featured .featured-thumbnail {
	width: 100%;
	height: 0;
	padding-bottom: 55%;
	/* Adjusted Aspect Ratio */
	position: relative;
	background-color: #f0f0f0;
}

#kboard-thumbnail-list .kboard-gallery-featured .featured-thumbnail img,
#kboard-thumbnail-latest .kboard-gallery-featured .featured-thumbnail img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.3s ease;
}

#kboard-thumbnail-list .kboard-gallery-featured:hover .featured-thumbnail img,
#kboard-thumbnail-latest .kboard-gallery-featured:hover .featured-thumbnail img {
	transform: scale(1.03);
}

#kboard-thumbnail-list .kboard-gallery-featured .featured-content,
#kboard-thumbnail-latest .kboard-gallery-featured .featured-content {
	padding: 25px;
	background: #fff;
	text-align: left;
}

#kboard-thumbnail-list .kboard-gallery-featured .featured-category,
#kboard-thumbnail-latest .kboard-gallery-featured .featured-category {
	display: inline-block;
	background: #007bff;
	color: #fff;
	padding: 4px 10px;
	border-radius: 20px;
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 10px;
}

#kboard-thumbnail-list .kboard-gallery-featured .featured-title,
#kboard-thumbnail-latest .kboard-gallery-featured .featured-title {
	font-size: 24px;
	font-weight: bold;
	margin: 0 0 10px 0;
	line-height: 1.3;
	color: #333;
}

#kboard-thumbnail-list .kboard-gallery-featured .featured-summary,
#kboard-thumbnail-latest .kboard-gallery-featured .featured-summary {
	font-size: 14px;
	color: #666;
	margin: 0 0 15px 0;
	line-height: 1.6;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

#kboard-thumbnail-list .side-summary,
#kboard-thumbnail-latest .side-summary {
	font-size: 13px;
	color: #888;
	margin: 3px 0 5px 0;
	line-height: 1.4;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

#kboard-thumbnail-list .kboard-gallery-featured .featured-meta,
#kboard-thumbnail-latest .kboard-gallery-featured .featured-meta {
	font-size: 12px;
	color: #888;
}

/* Side List Section (Right) */
#kboard-thumbnail-list .kboard-gallery-side-list,
#kboard-thumbnail-latest .kboard-gallery-side-list {
	flex: 1;
	/* Takes up 1 share */
	display: flex;
	flex-direction: column;
	gap: 15px;
	min-width: 250px;
}

#kboard-thumbnail-list .side-list-item,
#kboard-thumbnail-latest .side-list-item {
	flex: 1;
	/* Fill available vertical space */
	display: flex;
	flex-direction: column;
	background: #fff;
	border-radius: 12px;
	overflow: hidden;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
	transition: box-shadow 0.3s ease;
}

#kboard-thumbnail-list .side-list-item:hover,
#kboard-thumbnail-latest .side-list-item:hover {
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

#kboard-thumbnail-list .side-list-item .side-link,
#kboard-thumbnail-latest .side-list-item .side-link {
	flex: 1;
	/* Link takes full height of the item */
	display: flex;
	align-items: center;
	text-decoration: none;
	color: inherit;
	padding: 10px;
}

#kboard-thumbnail-list .side-list-item .side-thumbnail,
#kboard-thumbnail-latest .side-list-item .side-thumbnail {
	width: 140px;
	height: 95px;
	flex-shrink: 0;
	border-radius: 8px;
	overflow: hidden;
	margin-right: 20px;
	background: #f0f0f0;
}

#kboard-thumbnail-list .side-list-item .side-thumbnail img,
#kboard-thumbnail-latest .side-list-item .side-thumbnail img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

#kboard-thumbnail-list .side-list-item .side-content,
#kboard-thumbnail-latest .side-list-item .side-content {
	flex: 1;
	text-align: left;
	display: flex;
	flex-direction: column;
	justify-content: center;
	height: 100%;
}

#kboard-thumbnail-list .side-list-item .side-category,
#kboard-thumbnail-latest .side-list-item .side-category {
	font-size: 11px;
	color: #007bff;
	font-weight: bold;
	margin-bottom: 4px;
}

#kboard-thumbnail-list .side-list-item .side-title,
#kboard-thumbnail-latest .side-list-item .side-title {
	font-size: 15px;
	font-weight: bold;
	margin: 0 0 5px 0;
	color: #333;
	line-height: 1.3;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

#kboard-thumbnail-list .side-list-item .side-meta,
#kboard-thumbnail-latest .side-list-item .side-meta {
	font-size: 11px;
	color: #999;
}

/* No Data */
#kboard-thumbnail-list .kboard-no-data,
#kboard-thumbnail-latest .kboard-no-data {
	width: 100%;
	text-align: center;
	padding: 50px 0;
	color: #666;
	background: #f9f9f9;
	border-radius: 8px;
}

/* Icon / Placeholder */
.no-image {
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #ccc;
	font-size: 24px;
}

/* Mobile Responsive */
@media screen and (max-width: 768px) {

	#kboard-thumbnail-list .kboard-gallery-container,
	#kboard-thumbnail-latest .kboard-gallery-container {
		flex-direction: column;
	}

	#kboard-thumbnail-list .kboard-gallery-featured,
	#kboard-thumbnail-latest .kboard-gallery-featured {
		width: 100%;
		margin-bottom: 20px;
	}

	#kboard-thumbnail-list .kboard-gallery-side-list,
	#kboard-thumbnail-latest .kboard-gallery-side-list {
		width: 100%;
	}

	#kboard-thumbnail-list .featured-title,
	#kboard-thumbnail-latest .featured-title {
		font-size: 18px;
	}
}

#kboard-thumbnail-list .kboard-pagination {
	float: left;
	padding: 15px 0;
	width: 100%;
}

#kboard-thumbnail-list .kboard-pagination .kboard-pagination-pages {
	float: left;
	margin: 0;
	padding: 0;
	width: 100%;
	list-style: none;
	text-align: center;
	border: 0;
}

#kboard-thumbnail-list .kboard-pagination .kboard-pagination-pages li {
	display: inline-block;
	margin: 0 2px;
	padding: 0;
	background: none;
	border: 0;
	list-style: none;
}

#kboard-thumbnail-list .kboard-pagination .kboard-pagination-pages li a {
	display: block;
	margin: 0;
	padding: 0 12px;
	height: 32px;
	line-height: 32px;
	font-size: 14px;
	color: #545861;
	text-decoration: none;
	border: 1px solid #f1f1f1;
	background-color: #fff;
	border-radius: 8px;
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
	transition-duration: 0.3s;
}

#kboard-thumbnail-list .kboard-pagination .kboard-pagination-pages li:hover a,
#kboard-thumbnail-list .kboard-pagination .kboard-pagination-pages li.active a {
	border: 1px solid #e0e0e0;
	color: #333;
	background-color: #fff;
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
	transform: translateY(-1px);
}

#kboard-thumbnail-list .kboard-pagination .kboard-pagination-pages li:before {
	display: none;
}

#kboard-thumbnail-list .kboard-pagination .kboard-pagination-pages li:after {
	display: none;
}

#kboard-thumbnail-list .kboard-search {
	float: left;
	padding-bottom: 15px;
	width: 100%;
	text-align: center;
}

#kboard-thumbnail-list .kboard-search select {
	display: inline;
	margin: 0;
	padding: 0 10px;
	width: 100px;
	min-width: 0;
	max-width: 100px;
	height: 32px;
	min-height: 0;
	font-size: 14px;
	color: #666666;
	border-radius: 8px;
	border: 1px solid #f1f1f1;
	background: none;
	background-color: white;
	line-height: 32px;
	vertical-align: middle;
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
	box-sizing: content-box;
	-webkit-appearance: menulist;
	-moz-appearance: menulist;
	appearance: menulist;
}

#kboard-thumbnail-list .kboard-search input {
	display: inline;
	margin: 0;
	padding: 0 10px;
	width: 200px;
	min-width: 0;
	max-width: 200px;
	height: 32px;
	min-height: 0;
	font-size: 14px;
	color: #666666;
	border-radius: 8px;
	border: 1px solid #f1f1f1;
	background: none;
	background-color: white;
	line-height: 32px;
	vertical-align: middle;
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
	box-sizing: content-box;
}

#kboard-thumbnail-list .kboard-control {
	float: left;
	padding-bottom: 15px;
	width: 100%;
	text-align: right;
}

#kboard-thumbnail-editor {
	overflow: hidden;
}

#kboard-thumbnail-editor form {
	margin: 0;
	padding: 0;
}

#kboard-thumbnail-editor select {
	display: inline;
	margin: 0;
	padding: 0 5px;
	font-size: 14px;
	width: 30%;
	height: 28px;
	line-height: 28px;
	color: #666666;
	border-radius: 0;
	border: 0;
	border-bottom: 1px solid #dcdcdc;
	box-shadow: none;
	background: none;
	background-color: transparent;
	box-sizing: content-box;
	vertical-align: middle;
	text-indent: 0;
	-webkit-appearance: menulist;
	-moz-appearance: menulist;
	appearance: menulist;
}

#kboard-thumbnail-editor input[type=text],
#kboard-thumbnail-editor input[type=email],
#kboard-thumbnail-editor input[type=number],
#kboard-thumbnail-editor input[type=date],
#kboard-thumbnail-editor input[type=password] {
	display: inline;
	margin: 0;
	padding: 0 5px;
	width: 30%;
	height: 28px;
	line-height: 28px;
	font-size: 14px;
	color: #666666;
	border-radius: 0;
	border: 0;
	border-bottom: 1px solid #dcdcdc;
	box-shadow: none;
	background: none;
	background-color: transparent;
	box-sizing: content-box;
	vertical-align: middle;
}

#kboard-thumbnail-editor input[type=checkbox] {
	width: auto;
	-webkit-appearance: checkbox;
	-moz-appearance: checkbox;
	appearance: checkbox;
}

#kboard-thumbnail-editor input[type=radio] {
	width: auto;
	-webkit-appearance: radio;
	-moz-appearance: radio;
	appearance: radio;
}

#kboard-thumbnail-editor select:hover,
#kboard-thumbnail-editor input[type=text]:hover,
#kboard-thumbnail-editor input[type=email]:hover,
#kboard-thumbnail-editor input[type=number]:hover,
#kboard-thumbnail-editor input[type=date]:hover,
#kboard-thumbnail-editor input[type=password]:hover {
	border-bottom: 1px solid #9e9e9e;
}

#kboard-thumbnail-editor select:focus,
#kboard-thumbnail-editor input[type=text]:focus,
#kboard-thumbnail-editor input[type=email]:focus,
#kboard-thumbnail-editor input[type=number]:focus,
#kboard-thumbnail-editor input[type=date]:focus,
#kboard-thumbnail-editor input[type=password]:focus {
	border-bottom: 2px solid #9e9e9e;
}

#kboard-thumbnail-editor input[type=file] {
	display: inline;
	margin: 0;
	padding: 0;
	width: 30%;
	font-size: 13px;
	color: #666666;
	border-radius: 0;
	border: 0;
	box-shadow: none;
	background-color: transparent;
}

#kboard-thumbnail-editor .kboard-attr-title input {
	width: 70%;
}

#kboard-thumbnail-editor .kboard-attr-row {
	float: left;
	padding: 5px 0;
	width: 100%;
	background-color: white;
}

#kboard-thumbnail-editor .kboard-attr-row .attr-name {
	display: inline;
	float: left;
	margin: 0;
	padding: 0 10px 0 10px;
	width: 120px;
	line-height: 32px;
	color: #545861;
	font-size: 14px;
	font-weight: bold;
}

#kboard-thumbnail-editor .kboard-attr-row .attr-name img {
	display: inline;
	margin: 0;
	padding: 0;
	width: auto;
	max-width: 100%;
	vertical-align: middle;
}

#kboard-thumbnail-editor .kboard-attr-row .attr-name .attr-required-text {
	color: red;
	font-weight: normal;
	font-size: 13px;
}

#kboard-thumbnail-editor .kboard-attr-row.kboard-attr-content .attr-name {
	display: none;
}

#kboard-thumbnail-editor .kboard-attr-row .attr-value {
	margin: 0 0 0 140px;
	padding: 0;
	line-height: 32px;
	font-size: 14px;
}

#kboard-thumbnail-editor .kboard-attr-row .attr-value .attr-value-option {
	display: inline;
	padding-right: 20px;
	width: auto;
	font-size: 14px;
	cursor: pointer;
}

#kboard-thumbnail-editor .kboard-attr-row .attr-value .attr-value-option input {
	cursor: pointer;
}

#kboard-thumbnail-editor .kboard-attr-row .attr-value .attr-value-label {
	display: inline;
	padding-right: 10px;
	width: auto;
	cursor: pointer;
}

#kboard-thumbnail-editor .kboard-attr-row .attr-value .attr-value-label input {
	cursor: pointer;
}

#kboard-thumbnail-editor .kboard-attr-row .attr-value .description {
	margin: 0;
	color: #666666;
}

#kboard-thumbnail-editor .kboard-attr-row .attr-value .kboard-tree-category-wrap {
	overflow: hidden;
}

#kboard-thumbnail-editor .kboard-attr-row .attr-value .kboard-tree-category-wrap select {
	clear: both;
	float: left;
	margin-bottom: 5px;
	width: 30%;
}

#kboard-thumbnail-editor .kboard-content {
	float: left;
	margin: 0;
	padding: 9px 0;
	width: 100%;
	background-color: white;
}

#kboard-thumbnail-editor .kboard-content .editor-textarea {
	display: inline;
	margin: 0;
	padding: 5px;
	width: 100%;
	min-width: 100%;
	max-width: 100%;
	height: 250px;
	min-height: 0;
	font-size: 14px;
	border: 1px solid #dcdcdc;
	box-shadow: none;
	background: none;
	background-color: transparent;
	box-sizing: border-box;
	text-indent: 0;
}

#kboard-thumbnail-editor .kboard-control {
	float: left;
	padding: 15px 0;
	width: 100%;
}

#kboard-thumbnail-editor .kboard-control .left {
	position: static;
	float: left;
}

#kboard-thumbnail-editor .kboard-control .right {
	position: static;
	float: right;
	width: 50%;
	text-align: right;
}

#kboard-thumbnail-editor.confirm {
	margin: 100px auto;
	max-width: 590px;
}

#kboard-thumbnail-editor.confirm input[type=password] {
	width: 100%;
	box-sizing: border-box;
}

#kboard-thumbnail-document {
	display: inline-block;

	margin: 0;
	width: 100%;
}

#kboard-thumbnail-document .kboard-document-wrap {
	float: left;
	width: 100%;
	background-color: white;
}

#kboard-thumbnail-document .kboard-title {
	float: left;
	width: 100%;
}

#kboard-thumbnail-document .kboard-title h1 {
	margin: 0;
	padding: 12px 22px;
	color: #545861;
	font-weight: bold;
	font-size: 22px;
	line-height: 30px;
	text-align: left;
}

#kboard-thumbnail-document .kboard-detail {
	clear: both;
	float: left;
	width: 100%;
	border-top: 1px solid #f1f1f1;
	border-bottom: 1px solid #f1f1f1;
	background-color: #f9f9f9;
	font-size: 14px;
}

#kboard-thumbnail-document .kboard-detail .detail-attr {
	display: inline-block;

	float: left;
	margin: 0;
	padding: 12px 35px 12px 22px;
}

#kboard-thumbnail-document .kboard-detail .detail-attr .detail-name {
	float: left;
	font-weight: bold;
	color: #545861;
	text-align: right;
}

#kboard-thumbnail-document .kboard-detail .detail-attr .detail-value {
	float: left;
	padding-left: 20px;
	color: #545861;
}

#kboard-thumbnail-document .kboard-detail .detail-attr .detail-value a {
	color: #545861;
	text-decoration: none;
	border: 0;
	box-shadow: none;
}

#kboard-thumbnail-document .kboard-detail .detail-attr .detail-value img.avatar {
	display: inline;
	margin: 0;
	width: 24px;
	max-width: none;
	height: 24px;
	vertical-align: middle;
	border-radius: 50%;
}

#kboard-thumbnail-document .kboard-content {
	clear: both;
	float: left;
	width: 100%;
	min-height: 200px;
}

#kboard-thumbnail-document .kboard-content .content-view {
	margin: 0;
	padding: 22px;
	word-break: break-all;
}

#kboard-thumbnail-document .kboard-content .content-view iframe {
	max-width: 100%;
}

#kboard-thumbnail-document .kboard-content .content-view img {
	display: inline;
	margin: 0;
	vertical-align: middle;
	max-width: 100%;
}

#kboard-thumbnail-document .kboard-content .content-view hr {
	margin: 10px 0;
	padding: 0;
	height: 1px;
	border: 0;
	background-color: #f1f1f1;
}

#kboard-thumbnail-document .kboard-content .content-view ul {
	margin: 0.75em 0;
}

#kboard-thumbnail-document .kboard-content .content-view ol {
	margin: 0.75em 0;
}

#kboard-thumbnail-document .kboard-content .content-view p {
	margin: 0 0 0.75em;
}

#kboard-thumbnail-document .kboard-content .content-view p:last-child {
	margin: 0;
}

#kboard-thumbnail-document .kboard-content .content-view .thumbnail-area {
	text-align: center;
}

#kboard-thumbnail-document .kboard-content .content-view .aligncenter {
	display: block;
	margin-right: auto;
	margin-left: auto;
}

#kboard-thumbnail-document .kboard-content .content-view .alignright {
	float: right;
}

#kboard-thumbnail-document .kboard-content .content-view .alignleft {
	float: left;
}

#kboard-thumbnail-document .kboard-document-action {
	padding: 0 22px 5px 22px;
	overflow: hidden;
	line-height: 1;
}

#kboard-thumbnail-document .kboard-document-action .left {
	position: static;
	float: left;
}

#kboard-thumbnail-document .kboard-document-action .right {
	position: static;
	float: right;
	text-align: right;
}

#kboard-thumbnail-document .kboard-attach {
	clear: both;
	margin: 0 22px;
	padding: 10px 0 5px 0;
	font-size: 13px;
	overflow: hidden;
	line-height: 1;
	border-top: 1px dashed #ededed;
}

#kboard-thumbnail-document .kboard-button-action {
	margin: 0 0 5px 0;
	padding: 4px 5px;
	font-size: 13px;
	font-weight: normal;
	line-height: 12px;
	text-align: left;
	border: 1px solid #ededed;
	background: none;
	background-color: white;
	border-radius: 2px;
	letter-spacing: normal;
	cursor: pointer;
	vertical-align: middle;
	text-shadow: none;
	box-shadow: none;
}

#kboard-thumbnail-document .kboard-button-action span {
	position: static;
	display: inline;
	margin: 0;
	padding: 0;
	font-size: 13px;
	line-height: 12px;
}

#kboard-thumbnail-document .kboard-button-like {
	color: #ff5959;
}

#kboard-thumbnail-document .kboard-button-unlike {
	color: #3d62aa;
}

#kboard-thumbnail-document .kboard-button-print {
	color: gray;
}

#kboard-thumbnail-document .kboard-button-download {
	color: gray;
}

#kboard-thumbnail-document .kboard-comments-area {
	float: left;
	width: 100%;
}

#kboard-thumbnail-document .kboard-document-navi {
	float: left;
	padding-top: 15px;
	width: 100%;
}

#kboard-thumbnail-document .kboard-document-navi a {
	display: block;
	text-decoration: none;
	border: 0;
	font-size: 14px;
	line-height: 20px;
	box-shadow: none;
	color: #545861;
	transition-duration: .3s;
}

#kboard-thumbnail-document .kboard-document-navi .navi-document-title {
	display: block;
}

#kboard-thumbnail-document .kboard-document-navi .navi-arrow {
	position: absolute;
	display: block;
}

#kboard-thumbnail-document .kboard-document-navi .kboard-prev-document {
	position: relative;
	float: left;
	width: 45%;
}

#kboard-thumbnail-document .kboard-document-navi .kboard-prev-document .navi-document-title {
	padding-left: 15px;
}

#kboard-thumbnail-document .kboard-document-navi .kboard-prev-document .navi-arrow {
	left: 0;
	top: 0;
}

#kboard-thumbnail-document .kboard-document-navi .kboard-prev-document:hover a {
	color: black;
}

#kboard-thumbnail-document .kboard-document-navi .kboard-next-document {
	position: relative;
	float: right;
	width: 45%;
	text-align: right;
}

#kboard-thumbnail-document .kboard-document-navi .kboard-next-document .navi-document-title {
	padding-right: 15px;
}

#kboard-thumbnail-document .kboard-document-navi .kboard-next-document .navi-arrow {
	right: 0;
	top: 0;
}

#kboard-thumbnail-document .kboard-document-navi .kboard-next-document:hover a {
	color: black;
}

#kboard-thumbnail-document .kboard-control {
	float: left;
	padding: 15px 0;
	width: 100%;
}

#kboard-thumbnail-document .kboard-control .left {
	position: static;
	float: left;
}

#kboard-thumbnail-document .kboard-control .right {
	position: static;
	float: right;
	text-align: right;
}

#kboard-thumbnail-latest table {
	display: table;
	table-layout: fixed;
	width: 100%;
	border: 0;
	border-bottom: 1px solid #f1f1f1;
}

#kboard-thumbnail-latest table tr {
	padding: 0;
	border: 0;
}

#kboard-thumbnail-latest table th {
	padding: 5px 0;
	height: auto;
	border: 0;
	text-align: center;
}

#kboard-thumbnail-latest table td {
	padding: 5px 0;
	height: auto;
	border: 0;
	border-top: 1px solid #f1f1f1;
	vertical-align: middle;
}

#kboard-thumbnail-latest table td.kboard-latest-title {
	text-align: left;
}

#kboard-thumbnail-latest table .kboard-latest-title {
	padding-left: 5px;
	font-size: 14px;
}

#kboard-thumbnail-latest table .kboard-latest-title a {
	text-decoration: none;
	box-shadow: none;
}

#kboard-thumbnail-latest table .kboard-latest-title img {
	display: inline;
	margin: 0;
	width: auto;
	height: auto;
	vertical-align: middle;
	max-width: 100%;
}

#kboard-thumbnail-latest table .kboard-latest-title .kboard-comments-count {}

#kboard-thumbnail-latest table .kboard-latest-date {
	width: 80px;
	text-align: center;
	font-size: 14px;
}

@media screen and (max-width: 600px) {
	#kboard-thumbnail-list .kboard-category.category-mobile {
		display: block;
	}

	#kboard-thumbnail-list .kboard-category.category-pc {
		display: none;
	}

	#kboard-thumbnail-list .kboard-tree-category-search .kboard-search-option-wrap.select {
		width: 100%;
	}

	#kboard-thumbnail-list .kboard-list table {
		border-top: 1px solid #f1f1f1;
	}

	#kboard-thumbnail-list .kboard-list table thead {
		display: none;
	}

	#kboard-thumbnail-list .kboard-list table td.kboard-list-title {
		padding: 10px 5px;
	}

	#kboard-thumbnail-list .kboard-list table td.kboard-list-title .kboard-mobile-contents {
		float: left;
		width: 100%;
	}

	#kboard-thumbnail-list .kboard-list table td.kboard-list-title .kboard-thumbnail-cut-strings {
		display: inline;
		margin-bottom: 10px;
		white-space: normal;
		font-size: 15px;
		line-height: 23px;
	}

	#kboard-thumbnail-list .kboard-list table td.kboard-list-title .kboard-thumbnail-cut-strings .kboard-mobile-contents {
		width: auto;
	}

	#kboard-thumbnail-list .kboard-list table td.kboard-list-thumbnail,
	#kboard-thumbnail-list .kboard-list table td.kboard-list-uid,
	#kboard-thumbnail-list .kboard-list table td.kboard-list-user,
	#kboard-thumbnail-list .kboard-list table td.kboard-list-date,
	#kboard-thumbnail-list .kboard-list table td.kboard-list-vote,
	#kboard-thumbnail-list .kboard-list table td.kboard-list-view {
		display: none;
	}

	#kboard-thumbnail-list .kboard-list .kboard-mobile-contents {
		display: block;
	}

	#kboard-thumbnail-list .kboard-pagination .kboard-pagination-pages li {
		display: none;
	}

	#kboard-thumbnail-list .kboard-pagination .kboard-pagination-pages li.first-page,
	#kboard-thumbnail-list .kboard-pagination .kboard-pagination-pages li.last-page,
	#kboard-thumbnail-list .kboard-pagination .kboard-pagination-pages li.prev-page,
	#kboard-thumbnail-list .kboard-pagination .kboard-pagination-pages li.next-page,
	#kboard-thumbnail-list .kboard-pagination .kboard-pagination-pages li.active {
		display: inline-block;
	}

	#kboard-thumbnail-list .kboard-pagination .kboard-pagination-pages li.prev-page a,
	#kboard-thumbnail-list .kboard-pagination .kboard-pagination-pages li.next-page a {
		padding: 0 18px;
	}

	#kboard-thumbnail-list .kboard-search select {
		float: left;
		margin-right: 1%;
		width: 29%;
		min-width: 29%;
		height: 28px;
		line-height: 28px;
		box-sizing: border-box;
	}

	#kboard-thumbnail-list .kboard-search input {
		float: left;
		margin-right: 1%;
		width: 49%;
		min-width: 49%;
		height: 28px;
		line-height: 28px;
		box-sizing: border-box;
	}

	#kboard-thumbnail-list .kboard-search button {
		float: left;
		width: 20%;
		min-width: 20%;
		box-sizing: border-box;
	}

	#kboard-thumbnail-editor select,
	#kboard-thumbnail-editor input[type=text],
	#kboard-thumbnail-editor input[type=email],
	#kboard-thumbnail-editor input[type=number],
	#kboard-thumbnail-editor input[type=date],
	#kboard-thumbnail-editor input[type=password],
	#kboard-thumbnail-editor input[type=file] {
		width: 100% !important;
		box-sizing: border-box;
	}

	#kboard-thumbnail-editor .kboard-attr-row {
		padding: 10px 0;
	}

	#kboard-thumbnail-editor .kboard-attr-row .attr-name {
		padding: 0;
		width: 100%;
		font-size: 14px;
	}

	#kboard-thumbnail-editor .kboard-attr-row .attr-value {
		margin: 0;
	}

	#kboard-thumbnail-editor .kboard-attr-row .attr-value .kboard-tree-category-wrap select {
		margin-bottom: 10px;
		width: 100%;
	}

	#kboard-thumbnail-editor.confirm {
		max-width: none;
	}

	#kboard-thumbnail-document .kboard-title h1 {
		padding: 10px 5px;
		font-size: 18px;
	}

	#kboard-thumbnail-document .kboard-content .content-view {
		padding: 10px 5px;
	}

	#kboard-thumbnail-document .kboard-detail .detail-attr {
		clear: both;
		padding: 10px 5px;
		line-height: normal;
	}

	#kboard-thumbnail-document .kboard-document-action {
		padding: 10px 5px 5px 5px;
	}

	#kboard-thumbnail-document .kboard-attach {
		margin: 0 5px;
		padding: 10px 0 5px 0;
	}

	#kboard-thumbnail-document .kboard-document-navi .kboard-prev-document {
		width: 100%;
	}

	#kboard-thumbnail-document .kboard-document-navi .kboard-next-document {
		margin-top: 10px;
		float: left;
		width: 100%;
		text-align: left;
	}
}}

/* =================================================================
   📌 갤러리 상세 페이지 전용 CSS (notice와 동일한 디자인)
================================================================= */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@400;500;600;700&display=swap');

body #kboard-document {
    font-family: 'Noto Sans KR', -apple-system, BlinkMacSystemFont, sans-serif !important;
    display: flex !important;
    justify-content: center !important;
    padding: 20px 16px !important;
    box-sizing: border-box !important;
    width: 100% !important;
}

body #kboard-document #kboard-thumbnail-document {
    width: 100% !important; max-width: 900px !important;
    margin: 0 !important; padding: 0 !important;
}

body #kboard-document .kboard-document-wrap {
    background: #ffffff !important;
    border: 1px solid #dde3f0 !important; border-radius: 14px !important;
    box-shadow: 0 2px 12px rgba(99,102,241,0.08), 0 8px 24px rgba(59,130,246,0.06) !important;
    overflow: hidden !important; float: none !important;
    width: 100% !important; box-sizing: border-box !important;
}

body #kboard-document .kboard-document-wrap .kboard-title {
    background: linear-gradient(135deg, #eef2ff 0%, #ede9fe 50%, #dbeafe 100%) !important;
    padding: 32px 36px 26px !important; position: relative !important;
    overflow: hidden !important; border: none !important;
    float: none !important; width: auto !important; box-sizing: border-box !important;
}

body #kboard-document .kboard-document-wrap .kboard-title::before {
    content: '' !important; position: absolute !important;
    top: -16px !important; right: 72px !important;
    width: 56px !important; height: 56px !important;
    background: rgba(251,191,36,0.5) !important; border-radius: 50% !important; pointer-events: none !important;
}

body #kboard-document .kboard-document-wrap .kboard-title::after {
    content: '' !important; position: absolute !important;
    bottom: -8px !important; right: 148px !important;
    width: 20px !important; height: 20px !important;
    background: rgba(99,102,241,0.3) !important; border-radius: 3px !important;
    transform: rotate(45deg) !important; pointer-events: none !important;
}

body #kboard-document .kboard-document-wrap .kboard-title h1 {
    font-size: 22px !important; font-weight: 700 !important; color: #1e293b !important;
    line-height: 1.45 !important; margin: 0 0 18px !important; padding: 0 !important;
    letter-spacing: -0.3px !important; position: relative !important; z-index: 1 !important;
    text-align: left !important; text-shadow: none !important; background: none !important; border: none !important;
}

body #kboard-document .kboard-document-wrap .kboard-detail {
    display: flex !important; flex-wrap: wrap !important; align-items: center !important;
    gap: 0 !important; padding: 0 !important; margin: 0 !important;
    background: transparent !important; border: none !important;
    float: none !important; width: auto !important;
    position: relative !important; z-index: 1 !important; font-size: 13px !important;
}

body #kboard-document .kboard-document-wrap .kboard-detail .detail-attr {
    display: inline-flex !important; align-items: center !important; gap: 4px !important;
    padding: 0 !important; margin: 0 !important; float: none !important;
    line-height: 1.5 !important; border: none !important; color: #64748b !important; font-size: 13px !important;
}

body #kboard-document .kboard-document-wrap .kboard-detail .detail-attr + .detail-attr::before {
    content: '·' !important; margin: 0 8px !important; color: #cbd5e1 !important; font-size: 14px !important;
}

body #kboard-document .kboard-document-wrap .kboard-detail .detail-name {
    font-weight: 500 !important; color: #94a3b8 !important; font-size: 12px !important;
    float: none !important; padding: 0 !important;
}
body #kboard-document .kboard-document-wrap .kboard-detail .detail-name::after { content: '' !important; }
body #kboard-document .kboard-document-wrap .kboard-detail .detail-value {
    color: #475569 !important; font-size: 13px !important; font-weight: 600 !important;
    float: none !important; padding: 0 !important;
}

body #kboard-document .kboard-document-wrap .detail-category1,
body #kboard-document .kboard-document-wrap .detail-category2 {
    padding: 3px 12px !important; background: rgba(99,102,241,0.12) !important;
    color: #6366f1 !important; border-radius: 20px !important; font-size: 11px !important;
    font-weight: 700 !important; border: none !important; float: none !important; line-height: 1.6 !important;
}
body #kboard-document .kboard-document-wrap .detail-category1 .detail-name,
body #kboard-document .kboard-document-wrap .detail-category2 .detail-name { display: none !important; }
body #kboard-document .kboard-document-wrap .detail-category1 .detail-name::after,
body #kboard-document .kboard-document-wrap .detail-category2 .detail-name::after { content: '' !important; }

body #kboard-document .kboard-document-wrap .kboard-content {
    padding: 32px 36px !important; border-top: 1px solid #e8edf5 !important;
    border-bottom: 1px solid #e8edf5 !important; background: #ffffff !important;
    clear: both !important; float: none !important;
    min-height: auto !important; width: auto !important; box-sizing: border-box !important;
}
body #kboard-document .kboard-document-wrap .kboard-content .content-view {
    font-size: 15px !important; line-height: 1.85 !important; color: #334155 !important;
    word-break: keep-all !important; margin: 0 !important; padding: 0 !important;
}
body #kboard-document .kboard-document-wrap .kboard-content .content-view p { margin: 0 0 1.1em !important; }
body #kboard-document .kboard-document-wrap .kboard-content .content-view img {
    max-width: 100% !important; border-radius: 12px !important; height: auto !important;
    display: block !important; margin: 12px auto !important;
    box-shadow: 0 4px 16px rgba(99,102,241,0.1) !important;
}

body #kboard-document .kboard-document-wrap .kboard-document-action {
    display: flex !important; justify-content: space-between !important;
    align-items: center !important; padding: 12px 36px !important;
    background: #f8fafc !important; border-bottom: 1px solid #e8edf5 !important;
    overflow: visible !important; float: none !important; line-height: 1 !important;
}
body #kboard-document .kboard-document-wrap .kboard-document-action .left,
body #kboard-document .kboard-document-wrap .kboard-document-action .right {
    position: static !important; float: none !important; display: flex !important; gap: 8px !important;
}

body #kboard-document .kboard-document-wrap .kboard-button-action {
    display: inline-flex !important; align-items: center !important; gap: 5px !important;
    padding: 8px 16px !important; height: auto !important; line-height: 1 !important;
    border-radius: 9px !important; font-size: 13px !important; font-weight: 500 !important;
    cursor: pointer !important; border: 1.5px solid #e2e8f0 !important;
    background: #ffffff !important; color: #64748b !important;
    box-shadow: none !important; transition: all 0.2s !important;
    font-family: inherit !important; opacity: 1 !important;
}
body #kboard-document .kboard-document-wrap .kboard-button-like:hover { border-color: #fca5a5 !important; color: #ef4444 !important; background: #fff5f5 !important; opacity: 1 !important; }
body #kboard-document .kboard-document-wrap .kboard-button-unlike:hover { border-color: #fca5a5 !important; color: #f97316 !important; background: #fff7ed !important; opacity: 1 !important; }
body #kboard-document .kboard-document-wrap .kboard-button-print:hover { border-color: #93c5fd !important; color: #3b82f6 !important; background: #eff6ff !important; opacity: 1 !important; }

body #kboard-document .kboard-document-wrap .kboard-attach {
    padding: 12px 36px !important; background: #f8fafc !important;
    border-bottom: 1px solid #e8edf5 !important; display: flex !important;
    flex-wrap: wrap !important; gap: 8px !important;
    float: none !important; width: auto !important; box-sizing: border-box !important;
}
body #kboard-document .kboard-document-wrap .kboard-button-download {
    display: inline-flex !important; align-items: center !important; gap: 6px !important;
    padding: 8px 16px !important; height: auto !important; line-height: 1 !important;
    background: #ffffff !important; border: 1.5px solid #6366f1 !important;
    color: #6366f1 !important; border-radius: 9px !important;
    font-size: 13px !important; font-weight: 500 !important;
    cursor: pointer !important; transition: all 0.2s !important; opacity: 1 !important;
}
body #kboard-document .kboard-document-wrap .kboard-button-download::before { content: '📎' !important; font-size: 14px !important; }
body #kboard-document .kboard-document-wrap .kboard-button-download:hover { background: #6366f1 !important; color: #fff !important; opacity: 1 !important; }

body #kboard-document .kboard-document-navi { overflow: hidden !important; }
body #kboard-document .kboard-document-wrap .kboard-prev-document,
body #kboard-document .kboard-document-wrap .kboard-next-document { border-bottom: 1px solid #e8edf5 !important; }
body #kboard-document .kboard-document-wrap .kboard-prev-document:last-child { border-bottom: none !important; }

body #kboard-document .kboard-document-wrap .kboard-prev-document a,
body #kboard-document .kboard-document-wrap .kboard-next-document a {
    display: flex !important; align-items: center !important; gap: 12px !important;
    padding: 12px 36px !important; text-decoration: none !important;
    color: #64748b !important; font-size: 14px !important;
    transition: all 0.2s !important; border: none !important; box-shadow: none !important;
}
body #kboard-document .kboard-document-wrap .kboard-prev-document a:hover,
body #kboard-document .kboard-document-wrap .kboard-next-document a:hover {
    background: rgba(238,242,255,0.6) !important; color: #6366f1 !important;
}

body #kboard-document .kboard-document-wrap .navi-arrow {
    display: inline-flex !important; align-items: center !important; justify-content: center !important;
    min-width: 28px !important; width: 28px !important; height: 28px !important;
    background: #e8edf5 !important; border-radius: 50% !important;
    font-size: 13px !important; color: #64748b !important;
    flex-shrink: 0 !important; transition: all 0.2s !important; font-weight: bold !important;
}
body #kboard-document .kboard-document-wrap .kboard-prev-document a:hover .navi-arrow,
body #kboard-document .kboard-document-wrap .kboard-next-document a:hover .navi-arrow {
    background: linear-gradient(135deg, #3b82f6, #6366f1) !important; color: #fff !important;
}
body #kboard-document .kboard-document-wrap .navi-document-title {
    flex: 1 !important; overflow: hidden !important;
    text-overflow: ellipsis !important; white-space: nowrap !important; width: auto !important;
}

body #kboard-document .kboard-document-wrap .kboard-control {
    display: flex !important; justify-content: space-between !important;
    align-items: center !important; padding: 16px 36px !important;
    float: none !important; width: auto !important; box-sizing: border-box !important;
}
body #kboard-document .kboard-document-wrap .kboard-control .left,
body #kboard-document .kboard-document-wrap .kboard-control .right {
    position: static !important; float: none !important;
    display: flex !important; gap: 8px !important; width: auto !important; text-align: left !important;
}

body #kboard-document .kboard-document-wrap .kboard-control a.kboard-thumbnail-button-small,
body #kboard-document .kboard-document-wrap .kboard-control button.kboard-thumbnail-button-small {
    display: inline-flex !important; align-items: center !important;
    height: auto !important; line-height: 1 !important;
    padding: 9px 22px !important; border-radius: 9px !important;
    font-size: 14px !important; font-weight: 600 !important;
    background: #ffffff !important; border: 1.5px solid #d1d5db !important;
    color: #374151 !important; text-decoration: none !important;
    cursor: pointer !important; transition: all 0.2s !important;
    box-shadow: none !important; opacity: 1 !important;
    letter-spacing: 0 !important; font-family: inherit !important;
}
body #kboard-document .kboard-document-wrap .kboard-control a.kboard-thumbnail-button-small:hover,
body #kboard-document .kboard-document-wrap .kboard-control button.kboard-thumbnail-button-small:hover {
    background: #f1f5f9 !important; border-color: #9ca3af !important; opacity: 1 !important;
}

body #kboard-document .kboard-thumbnail-poweredby { display: none !important; }

@media (max-width: 768px) {
    body #kboard-document { padding: 12px 10px !important; }
    body #kboard-document .kboard-document-wrap .kboard-title { padding: 22px 20px 18px !important; }
    body #kboard-document .kboard-document-wrap .kboard-title h1 { font-size: 18px !important; }
    body #kboard-document .kboard-document-wrap .kboard-content { padding: 22px 20px !important; }
    body #kboard-document .kboard-document-wrap .kboard-document-action,
    body #kboard-document .kboard-document-wrap .kboard-attach,
    body #kboard-document .kboard-document-wrap .kboard-control { padding: 12px 20px !important; }
    body #kboard-document .kboard-document-wrap .kboard-prev-document a,
    body #kboard-document .kboard-document-wrap .kboard-next-document a { padding: 11px 20px !important; }
}
