/*
Theme Name: KELLCH Jewelry Glossary
Theme URI: https://jewelry-craft.online/
Author: KELLCH
Author URI: https://jewelry-craft.online/
Description: Responsive BasePress theme for the Jewelry Glossary
Version: 1.0.3
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

/*
 * KELLCH glossary additions are appended at the end of this file.
 * BasePress compatibility baseline: 2.17.0.3 / Default theme 2.9.0.
 */


/**
 * Table of Contents
 *
 * 1.0 - Clearings and main styles
 * 2.0 - Knowledge Bases
 * 3.0 - Sections List Type
 * 4.0 - Sections Box Type
 * 5.0 - Breadcrumbs
 * 6.0 - Search Bar
 * 6.1 - Search Results
 * 7.0 - Table of Contents
 * 8.0 - Content Area
 * 8.1 - Post Meta
 * 9.0 - Votes
 * 10.0 - Section Pagination
 * 11.0 - Previous and Next articles
 * 12.0 - Comments
 * 13.0 - Sidebar
 * 14.0 - Accordion Navigation Widget
 * 15.0 - Table of Contents Widget
 * 16.0 - Buttons
 * 17.0 - Notices
 * 18.0 - Grid Layout
 */



/**
 * 1.0 - Clearings and main styles
 */

.clear:before,
.clear:after {
	content: ' ';
	display: table;
}

.clear:after {
	clear: both;
}

.clear {
	*zoom: 1;
}

.bpress-wrap {
	position: relative;
	width: 100%;
	max-width: 1200px;
	margin: 30px auto;
	padding: 0 20px;
	text-align: left;
	box-sizing: border-box;
	font-size: 15px;
}

.bpress-wrap * {
	box-sizing: border-box;
	line-height: 1.5;
	letter-spacing: normal;
}

.bpress-wrap:after {
	display: table;
	clear: both;
	content: '';
}

.bpress a {
	color: #83b348;
}

.bpress-wrap h1,
.bpress-wrap h2,
.bpress-wrap h3,
.bpress-wrap h4,
.bpress-wrap h5,
.bpress-wrap h6 {
	margin: 1em 0 0.5em;
}

.bpress-wrap h1 {
	font-size: 2em;
}

.bpress-wrap h2 {
	font-size: 1.8em;
}

.bpress-wrap h3 {
	font-size: 1.5em;
}

.bpress-wrap h4 {
	font-size: 1.25em;
}

.bpress-wrap h5 {
	font-size: 1.1em;
}

.bpress-wrap h6 {
	font-size: 1em;
}



/**
 * 2.0 - Knowledge Bases
 */

.bpress-product,
.bpress-kb {
	padding: 30px;
	border: 1px solid transparent;
	box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
	cursor: pointer;
}

.bpress-product:hover .bpress-kb:hover {
	color: inherit;
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.25);
}

.bpress-product a.bpress-product-link,
.bpress-product a.bpress-product-link:hover,
.bpress-kb a.bpress-kb-link,
.bpress-kb a.bpress-kb-link:hover {
	color: inherit !important;
	text-decoration: none !important;
}

.bpress-product .bpress-product-title,
.bpress-kb .bpress-kb-title {
	margin: 0 0 0.25em;
	padding: 0;
	font-size: 20px;
}

.bpress-product .bpress-product-image,
.bpress-kb .bpress-kb-image {
	display: block;
	max-width: 100%;
	margin: 0 auto 20px;
}



/**
 * 3.0 - Sections List Type
 */

.bpress-section {
	margin-bottom: 2em;
}

.bpress-section-title {
	position: relative;
	margin: 0 0 1em 5px;
	font-size: 1.5em;
	line-height: 1.2em;
}

.bpress-section-title a,
.bpress-section-title a:link,
.bpress-section-title a:visited,
.bpress-section-title a:hover {
	display: table-cell;
	color: #78ad68;
	text-decoration: none;
}

.bpress-section-title .bpress-section-icon {
	display: table-cell;
	padding-right: 0.25em;
	vertical-align: middle;
}

.bpress-post-count {
	padding-left: 0.25em;
	font-size: 0.8em;
}

.bpress-section-list,
.bpress-post-list {
	margin: 0;
	padding: 0;
}

.bpress-post-link {
	position: relative;
	margin-top: -3px;
	padding: 10px;
	border-left: 5px solid transparent;
	border-bottom: 1px dashed #ddd;
	list-style-type: none;
}

.bpress-post-link.single-section {
	font-size: 1.2em;
}

.bpress-post-link span[class^="bp-"] {
	margin-right: 0.25em;
}

.bpress-post-link a {
	display: block;
	color: inherit !important;
	text-decoration: none !important;
}

.bpress-post-link:hover {
	background-color: #eee;
	border-left: 5px solid #78ad68;
	border-bottom: 1px solid transparent;
	border-radius: 4px;
}

.bpress-viewall {
	color: #67a6ad;
}



/**
 * 4.0 - Sections Box Type
 */

.bpress-section-boxed {
	position: relative;
	border: 1px solid #ddd;
	text-align: center;
	background-color: #fff;
}

.bpress-section-boxed>a {
	display: block;
	width: 100%;
	min-height: 280px;
	padding: 2em;
	text-decoration: none;
	overflow: hidden;
}

.bpress-section-boxed a:hover {
	background-color: #f9f9f9;
	text-decoration: none !important;
}

.bpress-section-boxed p {
	color: inherit;
}

.bpress-section-boxed .bpress-section-icon {
	color: #78ad68;
}

.bpress-section-boxed .bpress-section-icon {
	display: block;
	font-size: 4em;
}

.bpress-section-image img {
	max-width: 100%;
}

.bpress-section-boxed .bpress-section-title {
	margin: 0.5em 0;
	color: #78ad68;
	word-wrap: break-word;
}

.bpress-section-list,
.bpress-post-list {
	margin: 0;
	padding: 0;
}

.bpress-viewall,
.bpress-viewall:link,
.bpress-viewall:visited {
	color: #67a6ad;
}



/**
 * 5.0 - Breadcrumbs
 */

.bpress-crumbs-wrap {
	margin: 0 0 1em;
}

.bpress-crumbs {
	margin: 0;
	padding: 0;
	font-size: 0.8em;
	list-style-type: none;
}

.bpress-crumbs li {
	display: inline-block;
	margin: 0;
	padding: 0;
}

.bpress-crumbs li a {
	color: #999;
	text-decoration: none;
}

.bpress-crumbs li a:hover {
	color: #589d43;
	text-decoration: none;
}

.bpress-breadcrumb-arrow {
	padding: 0 5px;
	color: #777;
}



/**
 * 6.0 - Search Bar
 */

.bpress-searchbar-wrap {
	margin-bottom: 2em;
}

.bpress-search,
.bpress-search * {
	box-sizing: border-box;
}

.bpress-search {
	position: relative;
	height: 40px;
	background-color: #fff;
}

.bpress-search input::-webkit-input-placeholder {
	font-size: 15px;
}

.bpress-search input:-moz-placeholder {
	font-size: 15px;
}

.bpress-search input::-moz-placeholder {
	font-size: 15px;
}

.bpress-search input:-ms-input-placeholder {
	font-size: 15px;
}

.bpress-search-form {
	position: relative;
	height: 100%;
}

.bpress-search-form input[type="hidden"] {
	display: none;
}

input.bpress-search-field {
	display: block;
	width: 100%;
	height: 100%;
	padding: 0 15px;
	border: 1px solid #ddd;
	background-color: #fafafa;
	font-size: inherit;
}

input.bpress-search-field.show-submit {
	width: 100%;
	height: 100%;
	padding: 0 115px 0 15px;
	border: 1px solid #ddd;
	border-radius: 0;
}

input.bpress-search-field:focus {
	border: 1px solid #ddd;
	outline: none;
	background-color: #fff;
}

.bpress-search-submit {
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	width: 100px;
	height: 100%;
}

.bpress-search-submit input[type="submit"] {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	border: none;
	background-color: #78ad68;
	color: #fff;
}

.bpress-search-submit input[type="submit"]:hover {
	background-color: #5e924f;
}

.bpress-search-suggest {
	display: none;
	position: absolute;
	top: 40px;
	left: 1px;
	width: calc(100% - 2px);
	background-color: #fff;
	box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.2), 0 0 0 1px rgba(0, 0, 0, 0.08);
	overflow: auto;
	z-index: 999;
}

.bpress-search-suggest ul {
	display: block;
	margin: 0;
	padding: 10px 0;
	max-height: 300px;
	overflow: auto;
}

.bpress-search li {
	padding: 0 15px;
	list-style-type: none;
}

.bpress-search-suggest ul li:hover,
.bpress-search-suggest ul li.selected {
	background-color: #f2f2f2;
}

.bpress-search-suggest ul li a {
	color: inherit;
	text-decoration: none;
}

.bpress-search-suggest-title {
	font-weight: bold;
}

.bpress-search-suggest ul li p {
	margin: 0 0 10px;
}

.bpress-search-suggest ul li b {
	color: #00b4c7;
}

.bpress-search-suggest-more {
	padding: 2px 0;
	text-align: center;
	border-top: 1px solid #e7e7e7;
	background-color: #eee;
}

.bpress-search-suggest-more span {
	cursor: pointer;
}

.bpress-search-suggest-more.empty span {
	display: inline-block;
	width: 23px;
	height: 23px;
	margin-left: -20px;
	border-radius: 100%;
	font-size: 23px;
	line-height: 21.9px;
	color: #fff;
	vertical-align: middle;
	background-color: inherit;
}

.bpress-search-suggest-more.text span:hover {
	text-decoration: underline;
}

.bpress-search-suggest-more.empty span:before {
	display: inline-block;
	content: '+';
}

.bpress-search-suggest-more.text span:hover {
	text-decoration: underline;
}

.bpress-search-form.searching:before {
	display: block;
	position: absolute;
	width: 25px;
	height: 25px;
	top: 7px;
	right: 5px;
	border-width: 3px;
	border-style: solid;
	border-color: #78ad68 #ccc #ccc;
	border-radius: 50%;
	content: '';
	color: inherit;
	animation: bpress-spinner 500ms infinite linear;
	z-index: 99;
}

.bpress-search-form.show-submit.searching:before {
	right: 105px;
}

@keyframes bpress-spinner {
	from {
		transform: rotate(0deg);
	}

	to {
		transform: rotate(360deg);
	}
}


/**
 * 6.1 - Search Results
 */

.bpress-post-link.search {
	margin-top: 0;
}

.bpress-post-link.search:after {
	display: table;
	content: '';
	clear: both;
}

.bpress-post-link.search h3 {
	margin: 0;
	/*color: #78AD68;*/
}

.bpress-post-link.search:hover h3 {
	color: inherit;
}

.bpress-search-excerpt {
	margin: 0;
	color: #777;
}

.bpress-search-excerpt b {
	color: inherit;
}

.bpress-post-link.search span[class^="bp-"] {
	top: 1.1em;
}

.bpress-search-submit input[type="submit"],
.bpress-search-submit input[type="submit"]:hover {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	border: 0;
	border-radius: 0;
	color: #f2f2f2;
	background: none inherit;
	font-size: 15px;
}

.bpress-post-link a.bpress-search-section {
	display: inline-block;
	padding: 0 10px;
	border-radius: 3px;
	font-size: 0.8em;
	line-height: 2.5em;
	color: #fff !important;
	background-color: #78AD68;
}


/**
 * 7.0 - Table of Contents
 */

.bpress-toc {
	margin: 2em 0;
	padding: 2em;
	background-color: #eee;
	border-left: 5px solid #78ad68;
	border-radius: 4px;
	overflow-y: auto;
}

.bpress-toc h2 {
	margin: 0 0 0.5em;
	font-size: 1.5em;
}

.bpress-toc ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.bpress-toc li ul {
	margin: 0 0 0 1em;
	padding: 0;
}

.bpress-toc ol {
	counter-reset: item;
	margin: 0;
	padding: 0;
}

.bpress-toc li ol {
	margin: 0 0 0 1em
}

.bpress-toc ol li {
	display: block;
	line-height: 2em;
}

.bpress-toc ol li a:before {
	display: table-cell;
	content: counters(item, ".") ". ";
	counter-increment: item;
	width: 1em;
	padding-right: 0.5em;
	word-break: keep-all;
}

.bpress-toc li a {
	display: table;
	width: 100%;
	color: inherit;
	text-decoration: none;
}

.bpress-toc li a:hover {
	text-decoration: underline;
}

.bpress-anchor-link {
	display: block;
	position: relative;
	top: -3em;
	height: 0;
	width: 0;
}

.bpress-totop-wrap:after {
	display: table;
	content: '';
}

.bpress-totop {
	padding: 3px 8px 0;
	float: right;
	font-size: 0.9em;
	color: #78ad68;
}

.bpress-totop:hover {
	background-color: #eee;
	border-left: 5px solid #78ad68;
	border-radius: 4px;
	color: #686868;
}

/* Floating Table of Content */

@media (min-width:1280px) {

	body.bpress-sticky-toc .bpress-main article {
		display: grid;
	}

	body.bpress-sticky-toc.bpress-sticky-toc-left .bpress-main article {
		grid-template-columns: 250px 1fr;
		grid-template-areas: "toc-top ." "toc ." "toc header" "toc content";
	}

	body.bpress-sticky-toc.bpress-sticky-toc-right .bpress-main article {
		grid-template-columns: 1fr 250px;
		grid-template-areas: ". toc-top" ". toc" "header toc" "content toc";
	}

	body.bpress-sticky-toc .bpress-main article header {
		grid-area: header;
		grid-row-start: 1;
	}

	body.bpress-sticky-toc .bpress-main article a[name="bp-toc-top"] {
		grid-area: toc-top;
	}

	body.bpress-sticky-toc .bpress-main article .bpress-toc-wrap {
		grid-area: toc;
	}

	body.bpress-sticky-toc.bpress-sticky-toc-left article .bpress-toc-wrap {
		margin-right: 2em;
	}

	body.bpress-sticky-toc.bpress-sticky-toc-right article .bpress-toc-wrap {
		margin-left: 2em;
	}

	body.bpress-sticky-toc .bpress-main article .bpress-toc {
		margin: 0;
		padding: 1em;
		border: none;
		overflow: auto;
	}

	body.bpress-sticky-toc .bpress-main article .bpress-article-content {
		grid-area: content;
	}

	body.bpress-sticky-toc .bpress-toc li a {
		margin: 2px 0;
		padding: 4px 6px;
		border-left: 5px solid transparent;
	}

	body.bpress-sticky-toc .bpress-toc li a:hover,
	body.bpress-sticky-toc .bpress-toc li a.active {
		border-radius: 3px;
		background-color: white;
		text-decoration: none;
		border-left: 5px solid #78ad68;
	}

	body.bpress-sticky-toc.bpress-sticky-toc-left .bpress-pagination {
		grid-column-start: 2;
	}

	body.bpress-sticky-toc.bpress-sticky-toc-right .bpress-pagination {
		grid-column-start: 1;
	}

	body.bpress-sticky-toc .bpress-main article .bpress-toc::-webkit-scrollbar {
		width: 6px;
	}

	body.bpress-sticky-toc .bpress-main article .bpress-toc {
		scrollbar-width: 6px;
	}

	::-webkit-scrollbar-track {
		background-color: transparent;
	}

	::-webkit-scrollbar-thumb {
		background-color: #d4d4d4;
		border-radius: 5px;
	}
}

/* Copy header anchor buttons*/

.bpress-copy-link,
.bpress-copy-link:hover,
.bpress-copy-link:focus {
	position: relative;
	white-space: nowrap;
	margin-left: 0.25em;
	font-size: 0.75em;
	color: #78ad68;
}

.bpress-hl-tooltip {
	display: inline-block;
	position: absolute;
	bottom: calc(100% + 10px);
	left: 50%;
	transform: translateX(-50%);
	padding: 4px 8px;
	border-radius: 4px;
	background: #777;
	font-size: 11px;
	font-weight: normal;
	color: #fff;
}

.bpress-hl-tooltip.hidden {
	display: none;
}

.bpress-hl-tooltip:before {
	content: "";
	position: absolute;
	left: 50%;
	top: 100%;
	transform: translateX(-50%);
	border-style: solid;
	border-color: #777 transparent transparent;
	border-width: 10px 5px;
}

/**
 * 8.0 - Content Area
 */

.bpress-content-area {
	margin-bottom: 5em;
}

.bpress-content-area.bpress-float-left {
	width: 100%;
	float: left;
}

.bpress-content-area.bpress-float-right {
	width: 100%;
	float: right;
}

.bpress-main-header h1,
.bpress-main-header h2 {
	margin-top: 0;
}

.bpress-login {
	max-width: 350px;
	padding: 30px;
	margin: 50px auto;
	border-top: 5px solid #78ad68;
	border-radius: 3px;
	background-color: #eee;
}

.bpress-restricted-notice {
	margin: 1em 0;
	padding: 1em;
	border-left: 5px solid #b51c28;
	border-radius: 3px;
	background-color: #eee;
}

.article-teaser {
	position: relative;
}

.article-teaser:after {
	display: block;
	position: absolute;
	content: '';
	bottom: 0;
	left: 0;
	width: 100%;
	height: 4em;
	max-height: 100%;
	background: linear-gradient(to top, #fff 0%, #fff0 100%);
}

.bpress-login label {
	display: block;
}

.bpress-login input[type="text"],
.bpress-login input[type="password"] {
	width: 100%;
	height: 3em;
	padding: 1em;
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 3px;
	font-size: inherit;
	line-height: inherit;
}

#bpress-restricted-login-submit[type="submit"] {
	margin-bottom: 10px;
	padding: 5px 10px;
	border: none;
	border-radius: 4px;
	background-image: none;
	background-color: #78ad68;
	text-align: left;
	font-size: inherit;
	color: #fff;
}

/**
 *	8.1 Post Meta Data
 */

.bpress-post-meta {
	margin: -1em 0 0;
	font-size: 0.8em;
	color: #777;
}

.bpress-post-link .bpress-post-meta {
	float: right;
	margin: 0.5em 0 0;
}

.bpress-post-views,
.bpress-post-likes,
.bpress-post-dislikes,
.bpress-post-date {
	margin-right: 1em;
}

.bpress-post-views span,
.bpress-post-likes span,
.bpress-post-dislikes span,
.bpress-post-date span {
	margin-right: 5px;
}

.bpress-post-likes span {
	color: #4db35f;
}

.bpress-post-dislikes span {
	color: #df3a3a;
}


/**
 * 9.0 - Votes
 */

.bpress-votes {
	margin: 2em 0;
}

.bpress-votes-question {
	margin-bottom: 0.5em;
}

button.bpress-btn.bpress-vote-dislike,
button.bpress-btn.bpress-vote-like {
	width: 5em;
	margin-right: 5px;
	padding: 5px 0 !important;
	color: #f2f2f2;
}

button.bpress-btn.bpress-vote-dislike {
	background-color: #ec3d3d;
}

button.bpress-btn.bpress-vote-dislike:hover {
	background-color: #df1616;
}

button.bpress-btn.bpress-vote-like {
	background-color: #6cc44f;
}

button.bpress-btn.bpress-vote-like:hover {
	background-color: #28a43f;
}

button.bpress-btn.bpress-vote-dislike.disabled:hover {
	background-color: #ec3d3d;
	cursor: default;
}

button.bpress-btn.bpress-vote-like.disabled:hover {
	background-color: #6cc44f;
	cursor: default;
}

.bpress-votes.already-voted button.bpress-btn.bpress-vote-dislike,
.bpress-votes.already-voted button.bpress-btn.bpress-vote-like {
	background-color: #b8b8b8;
}

.bpress-vote {
	display: inline-block;
	margin-left: 5px;
	vertical-align: middle;
	line-height: 1;
}

.bpress-vote-icon {
	vertical-align: middle;
	font-size: 1.3em;
	line-height: 1;
}

.bpress-votes-confirm {
	display: none;
	margin: 1em 0;
	padding: 1em;
	border-radius: 3px;
	background-color: #eee;
}

.bpress-votes-confirm.show {
	display: block;
}

.bpress-votes-confirm p {
	margin: 0;
	padding: 0;
	color: inherit;
}

/**
 * Feedbacks
 */

.bpress-feedback {
	margin-bottom: 1em;
}

.bpress-feedback.hidden {
	display: none;
}

.bpress-feedback-textarea {
	position: relative;
}

.bpress-feedback-textarea.sending:after {
	display: block;
	position: absolute;
	top: calc(50% - 12px);
	left: calc(50% - 12px);
	width: 25px;
	height: 25px;
	border-width: 3px;
	border-style: solid;
	border-color: #000 #ccc #ccc;
	border-radius: 50%;
	content: '';
	color: inherit;
	animation: bpress-spinner 500ms infinite linear;
}

#bpress-feedback-message {
	width: 100%;
	min-height: 8em;
	max-height: 20em;
	margin-bottom: 1em;
	border-radius: 0;
	resize: vertical;
}

#bpress-feedback-email {
	width: 100%;
	height: 2em;
	margin-bottom: 1em;
}

#bpress-feedback-privacy-checkbox {
	margin-right: 0.5em;
}

.bpress-feedback-privacy-notice {
	margin-bottom: 1em;
}

.bpress-submit-feedback {
	color: white;
	background-color: #78ad68;
	font-family: inherit;
	font-weight: inherit;
	letter-spacing: inherit;
}

.bpress-submit-feedback:hover,
.bpress-submit-feedback:disabled:hover,
.bpress-submit-feedback:focus {
	background-color: #6c9c5e;
	font-family: inherit;
	font-weight: inherit;
	letter-spacing: inherit;
}

.bpress-feedback-confirm {
	display: none;
	margin: 1em 0;
	padding: 1em;
	border-radius: 4px;
	color: white;
	text-align: center;
}

.bpress-feedback-confirm.success {
	display: block;
	background-color: #6cc44f;
}

.bpress-feedback-confirm.fail {
	display: block;
	background-color: #df3a3a;
}

/**
 * 10.0 - Section Pagination
 */

.bpress-pagination ul {
	margin: 2em 0;
	text-align: center;
}

.bpress-pagination li {
	display: inline;
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.bpress-pagination .page-numbers,
.bpress-pagination .page-numbers.next,
.bpress-pagination .page-numbers.prev {
	background-color: #eee;
	border-radius: 3px;
	padding: 6px 10px 4px;
	margin: 0 4px;
	color: inherit;
	font-size: 1em;
	line-height: 1em;
	text-decoration: none;
	float: none;
}

.bpress-pagination .page-numbers.current,
.bpress-pagination .page-numbers:hover,
.bpress-pagination .page-numbers.next:hover,
.bpress-pagination .page-numbers.prev:hover {
	border: 0;
	background-color: #78ad68;
	color: #fff;
}



/**
 * 11.0 - Previous and Next articles
 */

.bpress-prev-post,
.bpress-next-post {
	position: relative;
	height: 2.5em;
}

.bpress-prev-post a,
.bpress-next-post a {
	display: block;
	margin: 1em 0;
	padding: 1em;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-radius: 4px;
	background-color: #eee;
	color: inherit !important;
	text-decoration: none !important;
}

.bpress-next-post {
	text-align: right;
}

.bpress-prev-post a:hover {
	border-left: 5px solid #78ad68;
	text-decoration: none;
	color: inherit;
}

.bpress-next-post a:hover {
	border-right: 5px solid #78ad68;
	text-decoration: none;
	color: inherit;
}

.bpress-adjacent-title {
	display: block;
}

.bpress-prev-post h4,
.bpress-next-post h4 {
	display: block;
	position: relative;
	width: 100%;
	margin: 0.5em 0;
	padding: 0;
	font-size: 1.0em;
	font-weight: bold;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.bpress-prev-post a:hover h4,
.bpress-next-post a:hover h4 {
	white-space: normal;
	overflow: inherit;
}

.bpress-prev-post h4 span {
	margin-right: 0.5em;
}

.bpress-next-post h4 span {
	margin-left: 0.5em;
}


/**
 *	12.0 - Comments
 */

.bpress-comments-area {
	margin-top: 4em;
}

.bpress-comments-area a:link,
.bpress-comments-area a:visited {
	color: #78ad68;
}

.bpress-comments-title,
.bpress-comments-area .comment-respond {
	margin-bottom: 10px;
	padding: 10px;
	border-left: 5px solid #78ad68;
	border-radius: 4px;
	background-color: #EEEEEE;
	text-align: left;
}

ol.bpress-comment-list,
ul.bpress-comment-list {
	margin: 0;
	padding: 0;
}

ol.bpress-comment-list li,
ul.bpress-comment-list li {
	list-style-type: none !important;
	;
	margin: 0 !important;
	;
	padding: 0 !important;
	;
}

.bpress-comment-list li ol,
.bpress-comment-list li ul {
	margin-left: 1em;
	padding: 0;
}

.bpress-comment-list .comment-body {
	padding: 10px 10px 10px 5px;
	background-color: #EEEEEE;
	border-left: 5px solid transparent;
	border-radius: 4px;
	margin-bottom: 10px;
}

.bpress-comment-list .comment-body:hover {
	border-left: 5px solid #78ad68;
}

.bpress-comment-list .comment-content {
	margin-top: 20px;
	clear: both;
}

.bpress-comment-list .comment-author img.avatar {
	float: left;
	margin-right: 1em;
	border-radius: 4px;
}

.bpress-comment-list .comment-author .says {
	display: none;
}

.bpress-comment-list .comment-metadata * {
	color: #999;
	font-size: 0.9em;
}

.bpress-comment-list .comment-metadata .edit-link {
	margin-left: 1em;
}

.bpress-comments-area .reply {
	text-align: right;
}

.bpress-comment-list .comment-reply-title {
	margin-bottom: 0;
}

.bpress-comments-area a.comment-reply-link,
.bpress-comments-area .comment-respond #submit {
	display: inline-block;
	margin: 0;
	padding: 10px;
	border: 0;
	border-radius: 4px;
	color: #f2f2f2;
	background-color: #78ad68;
	background-image: none;
	text-transform: capitalize;
	font-size: inherit;
	font-weight: normal;
	text-decoration: none;
	line-height: 1em;
}

.bpress-comments-area .reply a:hover,
.bpress-comments-area .comment-respond #submit:hover {
	background-color: #5e924f;
	color: #f2f2f2;
	text-decoration: none;
}

.bpress-comments-area .logged-in-as {
	text-align: left;
	margin: 0 0 2em;
}

.bpress-comments-area .logged-in-as a {
	color: #999;
}

.bpress-comments-area textarea#comment {
	width: 100%;
	border: 1px solid #ddd;
	border-radius: 4px;
}

.bpress-comments-area .form-submit {
	text-align: left;
	margin-top: 1em;
}



/**
 * 13.0 - Sidebar
 */

.bpress-sidebar {
	width: 100%;
	overflow-x: hidden;
}

.bpress-sidebar.bpress-float-left {
	float: left;
}

.bpress-sidebar.bpress-float-right {
	float: right;
}

.bpress-sidebar * {
	color: inherit;
}

.bpress-widget-list {
	list-style-type: none;
}

.bpress-sidebar ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.bpress-sidebar .widget a {
	border: none;
	box-shadow: none;
	text-decoration: none;
	color: inherit;
}

.bpress-sidebar .widget a:hover {
	border: none;
	box-shadow: none;
	color: inherit;
}

.bpress-sidebar .widget {
	margin-bottom: 2em;
	border: 0;
	font-size: 1em;
}

.bpress-sidebar .widget-title {
	margin: 0 0 0.5em;
	padding-left: 10px;
	font-size: 1.2em;
}

.widget ul li.bpress-widget-item,
.widget ul a.bpress-widget-item,
.widget ol a.bpress-widget-item {
	position: relative;
	padding: 4px 6px;
	margin: 2px 0;
	border: none;
	border-radius: 3px;
	border-left: 5px solid transparent;
}

.widget ul li.bpress-widget-item:before,
.widget ul li.bpress-widget-item:after {
	content: '';
}

.widget ul li.bpress-widget-item.subsection {
	margin-left: 1em;
}

.widget ul li.bpress-widget-item.subsection.level-2 {
	margin-left: 2em;
}

.widget ul li.bpress-widget-item.subsection.level-3 {
	margin-left: 2em;
}

.widget ul li.bpress-widget-item.active,
.widget ul a.bpress-widget-item.active,
.widget ol a.bpress-widget-item.active {
	background-color: #eee;
	border-left: 5px solid #78ad68;
}

.widget ul li.bpress-widget-item:hover,
.widget ul a.bpress-widget-item:hover,
.widget ol a.bpress-widget-item:hover {
	background-color: #eee;
	border-left: 5px solid #78ad68;
}

.bpress-widget-item a:hover {
	color: inherit;
}

.bpress-sidebar .bpress-widget-item.show-icon a,
.bpress-widget-item.show-icon a {
	display: table-cell;
}

.bpress-widget-item.show-icon a:hover {
	color: inherit;
}

.bpress-widget-icon {
	display: table-cell;
	padding-right: 0.5em;
	width: 1.5em;
	color: inherit;
	text-align: center;
}

.bpress-sidebar .wp-tag-cloud {
	margin: 1em 0;
}

.bpress-sidebar .wp-tag-cloud li {
	display: inline-block;
	margin: 2px 0;
	padding: 0.25em 1em;
	border: none;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-radius: 3px;
	background: #eee;
}

.bpress-sidebar .wp-tag-cloud li:hover {
	border-left: 5px solid #78ad68;
	border-right: 5px solid transparent;
	color: inherit;
}

.bpress-sidebar .wp-tag-cloud a {
	color: inherit;
}


@media screen and (min-width: 768px) {
	.bpress-content-area.bpress-float-left {
		width: 75%;
		padding-right: 60px;
	}

	.bpress-content-area.bpress-float-right {
		width: 75%;
		padding-left: 60px;
	}

	.bpress-sidebar {
		width: 25%;
	}
}


/**
 * 14.0 Accordion Navigation Widget
 */

.bpress-sidebar ul.bpress-nav-accordion {
	margin: 0;
}

.widget .bpress-nav-accordion ul,
.widget .bpress-nav-accordion li {
	list-style-type: none;
	margin: 0;
}

.widget .bpress-nav-accordion li ul {
	margin-left: 1em;
	padding: 0;
	border-left: 1px solid rgba(0, 0, 0, 0.1);
}

.bpress-nav-accordion .bpress-nav-item-title {
	display: table-cell;
	text-decoration: none;
}

.widget .bpress-nav-accordion .bpress-nav-widget-icon {
	display: table-cell;
	padding-right: 0.5em;
	width: 1.5em;
	text-align: center;
	color: inherit;
}

.bpress-nav-section>.bpress-nav-item:after {
	display: block;
	position: absolute;
	content: "";
	right: 6px;
	top: 1em;
	width: 0.5em;
	height: 0.5em;
	border-top: 2px solid;
	border-right: 2px solid;
	transform: translateY(-50%) rotate(45deg);
}

.bpress-nav-section.open>.bpress-nav-item:after {
	transform: translateY(-50%) rotate(135deg);
}

.bpress-sidebar .bpress-nav-item,
.bpress-sidebar a.bpress-nav-item {
	display: block;
	padding: 4px 6px;
	margin-bottom: 2px;
	border: none;
	border-radius: 3px;
	border-left: 5px solid transparent;
	cursor: default;
}

.bpress-nav-section .bpress-nav-item {
	position: relative;
	padding-right: 1.25em;
}

.bpress-sidebar .children .bpress-nav-item,
.bpress-sidebar .children a.bpress-nav-item {
	margin-left: 5px;
}

.bpress-nav-section.active>a.bpress-nav-item,
.bpress-nav-section a.bpress-nav-item:hover,
.bpress-nav-article.active>a.bpress-nav-item,
.bpress-nav-article a.bpress-nav-item:hover,
.bpress-nav-section.active>span.bpress-nav-item,
.bpress-nav-section span.bpress-nav-item:hover,
.bpress-nav-article.active>span.bpress-nav-item,
.bpress-nav-article span.bpress-nav-item:hover {
	background-color: #eee;
	border-left: 5px solid #78ad68;
}

.bpress-nav-section>.children {
	display: none;
}

.bpress-nav-section.open>.children {
	display: block;
}

/**
 * 15.0 Toc Widget
 */

.bpress-sidebar .widget.widget_basepress_toc_widget ul,
.bpress-sidebar .widget.widget_basepress_toc_widget ol {
	margin: 0;
	padding: 0;
}

.bpress-sidebar .widget.widget_basepress_toc_widget li ul,
.bpress-sidebar .widget.widget_basepress_toc_widget li ol {
	margin: 0 0 0 1em;
}

.widget.widget_basepress_toc_widget ol {
	counter-reset: item;
}

.widget.widget_basepress_toc_widget li {
	display: block;
	margin: 0;
	padding: 0;
	border: none;
}

.widget.widget_basepress_toc_widget li a {
	display: block;
}

.widget.widget_basepress_toc_widget ol li a {
	display: table;
	width: 100%;
	color: inherit;
}

.widget.widget_basepress_toc_widget ol li a:before {
	display: table-cell;
	content: counters(item, ".") ". ";
	counter-increment: item;
	width: 1em;
	padding-right: 0.5em;
	word-break: keep-all;
}


/**
 * 16.0 - Buttons
 */

button.bpress-btn,
button.bpress-btn:hover,
button.bpress-btn:disabled:hover {
	display: inline-block;
	padding: 6px 12px;
	margin-bottom: 0;
	font-size: 14px;
	font-weight: normal;
	line-height: 1.42857143;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	cursor: pointer;
	background-image: none;
	border: 1px solid transparent;
	border-radius: 4px;
}

.bpress-btn-product,
.bpress-btn-kb {
	color: #fff !important;
	background-color: #337ab7;
	border-color: #2e6da4;
	text-decoration: none;
}

.bpress-btn-product:hover,
.bpress-btn-kb:hover {
	color: #fff;
	background-color: #286090;
	border-color: #204d74;
	text-decoration: none;
}

/*
 * 17.0 - Notices
 */

.bpress-notice {
	margin: 1em 0;
	padding: 1em;
	border-radius: 4px;
	border: 1px solid rgba(128, 128, 128, 0.2);
}

.bpress-notice.has-icon {
	display: grid;
	grid-template-columns: 2em 1fr;
}

.bpress-notice.is-style-default {
	background-color: #eee;
}

.bpress-notice.is-style-info {
	background-color: #7ebdce;
	color: white;
}

.bpress-notice.is-style-success {
	background-color: #8dc983;
	color: white;
}

.bpress-notice.is-style-warning {
	background-color: #e0a66c;
	color: white;
}

.bpress-notice.is-style-danger {
	background-color: #e06e6c;
	color: white;
}

section.bpress-notice p {
	margin: 0;
	padding: 0;
}

.bpress-notice-icon {
	font-size: 1.5em;
	line-height: 1;
}

.bpress-notice-title {
	margin: 0 0 0.25em;
	padding: 0;
	font-size: 1.1em;
	font-weight: bold;
	grid-column-start: 2;
}

.bpress-notice-content {
	grid-column-start: 2;
}

/**
 * 18.0 - Grid Layout
 */

.bpress-grid {
	box-sizing: border-box;
	letter-spacing: -0.31em;
	/* Webkit: collapse white-space between units */
	*letter-spacing: normal;
	/* reset IE < 8 */
	*word-spacing: -0.43em;
	/* IE < 8: collapse white-space between units */
	text-rendering: optimizespeed;
}

.bpress-grid * {
	box-sizing: border-box;
	zoom: 1;
	*display: inline;
	/* IE < 8: fake inline-block */
	letter-spacing: normal;
	word-spacing: normal;
	vertical-align: top;
	text-rendering: auto;
}

.bpress-grid:before,
.bpress-grid:after {
	content: '';
	display: table;
}

.bpress-grid:after {
	content: '';
	display: inline-block;
	width: 100%;
}

.bpress-col {
	display: inline-block;
	padding: 1.5em 0;
	vertical-align: top;
}

.bpress-gap {
	display: inline-block;
}

@media (min-width:240px) {
	.bpress-grid {
		margin-left: 0;
		margin-right: 0;
	}

	.bpress-col-1,
	.bpress-col-2,
	.bpress-col-3,
	.bpress-col-4 {
		width: 100%;
	}
}

@media (min-width:768px) {
	.bpress-grid {
		margin-left: -1.5em;
		margin-right: -1.5em;
	}

	.bpress-col {
		padding: 1.5em;
	}

	.bpress-col-1 {
		width: 100%;
	}

	.bpress-col-2,
	.bpress-col-3,
	.bpress-col-4 {
		width: 50%;
	}
}

@media (min-width: 1024px) {
	.bpress-wrap {
		padding: 0;
	}
}

@media (min-width:1280px) {

	.bpress-col-1 {
		width: 100%;
	}

	.bpress-col-2 {
		width: 50%;
	}

	.bpress-col-3,
	.bpress-col-4 {
		width: 33.333%;
	}

}

@media (min-width:1600px) {

	.bpress-col-1 {
		width: 100%;
	}

	.bpress-col-2 {
		width: 50%;
	}

	.bpress-col-3 {
		width: 33.333%;
	}

	.bpress-col-4 {
		width: 25%;
	}

}

/* ==========================================================================
   KELLCH Jewelry Glossary
   ========================================================================== */

body.kellch-glossary-page {
	--kellch-glossary-accent: #539785;
	--kellch-glossary-accent-dark: #326d60;
	--kellch-glossary-ink: #1f2926;
	--kellch-glossary-muted: #65716d;
	--kellch-glossary-line: #dce7e3;
	--kellch-glossary-soft: #f3f8f6;
	--kellch-glossary-white: #fff;
	--kellch-glossary-shadow: 0 18px 48px rgba(24, 58, 49, 0.08);
}

body.kellch-glossary-page .bpress-wrap {
	min-width: 0;
	max-width: 100%;
	color: var(--kellch-glossary-ink);
	font-family: -apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic ProN", "Yu Gothic", "Meiryo", sans-serif;
	font-size: 16px;
	line-height: 1.8;
}

body.kellch-glossary-page .bpress-content-area.bpress-full-width {
	float: none;
	width: min(100%, 1120px);
	margin: 0 auto;
	padding: clamp(16px, 3vw, 36px);
	box-sizing: border-box;
}

body.kellch-glossary-page .bpress-content-area>.bpress-main-header {
	margin: 0 0 14px;
	padding: 0;
	border: 0;
	background: transparent;
}

body.kellch-glossary-page .bpress-kb-title {
	margin: 0;
	color: #fff;
	font-size: clamp(20px, 2.4vw, 28px);
	font-weight: 700;
	letter-spacing: 0.04em;
}

body.kellch-glossary-page .bpress-crumbs-wrap {
	margin: 0 0 18px;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
	scrollbar-width: thin;
}

body.kellch-glossary-page .bpress-crumbs {
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	width: max-content;
	min-width: 100%;
	margin: 0;
	padding: 8px 0;
	font-size: 13px;
	white-space: nowrap;
}

body.kellch-glossary-page .bpress-searchbar-wrap {
	margin: 0 0 clamp(22px, 4vw, 38px);
}

body.kellch-glossary-page .bpress-search {
	max-width: none;
}

body.kellch-glossary-page .bpress-search-form {
	display: flex;
	min-height: 52px;
	overflow: hidden;
	border: 1px solid var(--kellch-glossary-line);
	border-radius: 14px;
	background: var(--kellch-glossary-white);
	box-shadow: 0 8px 24px rgba(24, 58, 49, 0.06);
}

body.kellch-glossary-page .bpress-search-field {
	flex: 1 1 0;
	width: auto;
	min-width: 0;
	padding: 12px 16px;
	border: 0;
	font-size: 16px;
}

body.kellch-glossary-page .bpress-search-submit {
	position: static;
	display: flex;
	flex: 0 0 100px;
	width: auto;
}

body.kellch-glossary-page .bpress-search-submit input[type="submit"] {
	height: 100%;
	min-width: 88px;
	padding: 0 20px;
	border: 0;
	border-radius: 0;
	color: #fff;
	background: var(--kellch-glossary-accent);
	font-weight: 700;
}

body.kellch-glossary-page .bpress-main {
	min-width: 0;
}

body.kellch-glossary-page .kellch-glossary-article {
	min-width: 0;
	max-width: 100%;
	margin: 0;
	padding: clamp(24px, 5vw, 56px);
	border: 1px solid var(--kellch-glossary-line);
	border-radius: 22px;
	background: var(--kellch-glossary-white);
	box-shadow: var(--kellch-glossary-shadow);
}

body.kellch-glossary-page .kellch-glossary-header {
	position: relative;
	margin: 0 0 clamp(24px, 4vw, 38px);
	padding: 0 0 22px;
	border-bottom: 1px solid var(--kellch-glossary-line);
}

body.kellch-glossary-page .kellch-glossary-header::after {
	position: absolute;
	left: 0;
	bottom: -1px;
	width: 86px;
	height: 3px;
	border-radius: 999px;
	background: var(--kellch-glossary-accent);
	content: "";
}

body.kellch-glossary-page .kellch-glossary-kicker {
	margin: 0 0 8px;
	color: var(--kellch-glossary-accent-dark);
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.12em;
	line-height: 1.5;
}

body.kellch-glossary-page .kellch-glossary-header h1 {
	margin: 0;
	color: var(--kellch-glossary-ink);
	font-size: clamp(27px, 4.3vw, 44px);
	font-weight: 700;
	letter-spacing: 0.01em;
	line-height: 1.35;
	word-break: auto-phrase;
	overflow-wrap: anywhere;
}

body.kellch-glossary-page .kellch-glossary-content {
	min-width: 0;
	max-width: 100%;
	color: var(--kellch-glossary-ink);
	font-size: clamp(16px, 1.6vw, 18px);
	line-height: 1.95;
}

body.kellch-glossary-page .kellch-glossary-content>.cbxwpbkmarkwrap-knowledgebase+.cbxwpbkmarkwrap-knowledgebase {
	display: none !important;
}

body.kellch-glossary-page .kellch-glossary-content>.cbxwpbkmarkwrap {
	margin: 0 0 24px;
}

body.kellch-glossary-page .kellch-glossary-content>.kellch-glossary-entry+.cbxwpbkmarkwrap {
	margin: 30px 0 0;
}

body.kellch-glossary-page .kellch-glossary-content p {
	margin: 0 0 1.35em;
}

body.kellch-glossary-page .kellch-glossary-content p:first-child strong {
	display: inline-block;
	padding: 8px 13px;
	border-radius: 8px;
	color: var(--kellch-glossary-accent-dark);
	background: var(--kellch-glossary-soft);
	font-size: 0.92em;
}

body.kellch-glossary-page .kellch-glossary-content h2,
body.kellch-glossary-page .kellch-glossary-content h3 {
	margin: 1.8em 0 0.75em;
	color: var(--kellch-glossary-ink);
	line-height: 1.45;
}

body.kellch-glossary-page .kellch-glossary-content a {
	color: var(--kellch-glossary-accent-dark);
	text-decoration-thickness: 1px;
	text-underline-offset: 0.18em;
}

body.kellch-glossary-page .kellch-glossary-content figure {
	max-width: 100%;
	margin: clamp(26px, 4vw, 42px) auto;
	padding: clamp(10px, 2vw, 18px);
	box-sizing: border-box;
	border: 1px solid var(--kellch-glossary-line);
	border-radius: 14px;
	background: var(--kellch-glossary-soft);
	text-align: center;
}

body.kellch-glossary-page .kellch-glossary-content figure:empty {
	display: none;
}

body.kellch-glossary-page .kellch-glossary-content figure img {
	display: block;
	width: auto;
	max-width: 100%;
	height: auto;
	max-height: 760px;
	margin: 0 auto;
	object-fit: contain;
	border-radius: 8px;
}

body.kellch-glossary-page .kellch-glossary-content figcaption {
	margin-top: 12px;
	color: var(--kellch-glossary-muted);
	font-size: 13px;
	line-height: 1.65;
	text-align: left;
}

body.kellch-glossary-page .kellch-glossary-content figcaption p {
	display: inline;
	margin: 0;
}

body.kellch-glossary-page .kellch-glossary-content table,
body.kellch-glossary-page .kellch-glossary-content .wp-block-table {
	display: block;
	width: 100%;
	max-width: 100%;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
	border-collapse: collapse;
}

body.kellch-glossary-page .kellch-glossary-content th,
body.kellch-glossary-page .kellch-glossary-content td {
	min-width: 110px;
	padding: 10px 12px;
	border: 1px solid var(--kellch-glossary-line);
	vertical-align: top;
}

body.kellch-glossary-page .kellch-glossary-content th {
	background: var(--kellch-glossary-soft);
	font-weight: 700;
}

body.kellch-glossary-page .kellch-glossary-tags {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	align-items: center;
	margin: 32px 0 0;
	padding-top: 20px;
	border-top: 1px solid var(--kellch-glossary-line);
	font-size: 13px;
}

body.kellch-glossary-page .kellch-glossary-tags-title {
	color: var(--kellch-glossary-muted);
	font-weight: 700;
}

body.kellch-glossary-page .kellch-glossary-tags a {
	display: inline-flex;
	align-items: center;
	min-height: 30px;
	padding: 3px 10px;
	border: 1px solid var(--kellch-glossary-line);
	border-radius: 999px;
	color: var(--kellch-glossary-accent-dark);
	background: var(--kellch-glossary-soft);
	text-decoration: none;
}

body.kellch-glossary-page .kellch-glossary-related {
	margin-top: clamp(42px, 6vw, 68px);
	padding-top: clamp(30px, 5vw, 46px);
	border-top: 1px solid var(--kellch-glossary-line);
}

body.kellch-glossary-page .kellch-glossary-section-heading {
	margin-bottom: 20px;
}

body.kellch-glossary-page .kellch-glossary-section-heading h2 {
	margin: 0;
	font-size: clamp(23px, 3vw, 31px);
	line-height: 1.4;
}

body.kellch-glossary-page .kellch-glossary-related-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 14px;
	margin: 0;
	padding: 0;
	list-style: none;
}

body.kellch-glossary-page .kellch-glossary-related-grid li {
	min-width: 0;
	margin: 0;
}

body.kellch-glossary-page .kellch-glossary-related-grid a {
	display: flex;
	flex-direction: column;
	height: 100%;
	min-height: 142px;
	padding: 18px;
	box-sizing: border-box;
	border: 1px solid var(--kellch-glossary-line);
	border-radius: 14px;
	color: var(--kellch-glossary-ink);
	background: var(--kellch-glossary-white);
	text-decoration: none;
	transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

body.kellch-glossary-page .kellch-glossary-related-grid a:hover {
	border-color: var(--kellch-glossary-accent);
	box-shadow: 0 10px 24px rgba(24, 58, 49, 0.09);
	transform: translateY(-2px);
}

body.kellch-glossary-page .kellch-related-term-title {
	font-weight: 700;
	line-height: 1.55;
	overflow-wrap: anywhere;
}

body.kellch-glossary-page .kellch-related-term-tags {
	margin-top: 7px;
	color: var(--kellch-glossary-muted);
	font-size: 12px;
	line-height: 1.5;
}

body.kellch-glossary-page .kellch-related-term-more {
	margin-top: auto;
	padding-top: 13px;
	color: var(--kellch-glossary-accent-dark);
	font-size: 12px;
	font-weight: 700;
}

body.kellch-glossary-page .kellch-glossary-site-related {
	margin-top: clamp(34px, 5vw, 52px);
	padding-top: clamp(28px, 4vw, 40px);
	border-top: 1px solid var(--kellch-glossary-line);
}

body.kellch-glossary-page .kellch-glossary-article-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 18px;
	margin: 0;
	padding: 0;
	list-style: none;
}

body.kellch-glossary-page .kellch-glossary-article-card {
	min-width: 0;
	margin: 0;
}

body.kellch-glossary-page .kellch-glossary-article-card>a {
	display: flex;
	flex-direction: column;
	height: 100%;
	overflow: hidden;
	box-sizing: border-box;
	border: 1px solid var(--kellch-glossary-line);
	border-radius: 16px;
	color: var(--kellch-glossary-ink);
	background: var(--kellch-glossary-white);
	text-decoration: none;
	box-shadow: 0 8px 22px rgba(24, 58, 49, 0.05);
	transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

body.kellch-glossary-page .kellch-glossary-article-card>a:hover {
	border-color: var(--kellch-glossary-accent);
	box-shadow: 0 13px 30px rgba(24, 58, 49, 0.11);
	transform: translateY(-2px);
}

body.kellch-glossary-page .kellch-article-card-image {
	display: block;
	position: relative;
	width: 100%;
	aspect-ratio: 16 / 9;
	overflow: hidden;
	background: linear-gradient(135deg, var(--kellch-glossary-soft), #dfece8);
}

body.kellch-glossary-page .kellch-article-card-image img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.25s ease;
}

body.kellch-glossary-page .kellch-glossary-article-card>a:hover .kellch-article-card-image img {
	transform: scale(1.025);
}

body.kellch-glossary-page .kellch-article-card-placeholder {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	color: var(--kellch-glossary-accent-dark);
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.13em;
}

body.kellch-glossary-page .kellch-article-card-body {
	display: flex;
	flex: 1;
	flex-direction: column;
	padding: 17px 18px 18px;
}

body.kellch-glossary-page .kellch-article-card-category {
	align-self: flex-start;
	margin-bottom: 8px;
	padding: 3px 8px;
	border-radius: 999px;
	color: var(--kellch-glossary-accent-dark);
	background: var(--kellch-glossary-soft);
	font-size: 11px;
	font-weight: 700;
}

body.kellch-glossary-page .kellch-article-card-title {
	font-size: 16px;
	font-weight: 700;
	line-height: 1.55;
	overflow-wrap: anywhere;
}

body.kellch-glossary-page .kellch-article-card-excerpt {
	display: -webkit-box;
	margin-top: 9px;
	overflow: hidden;
	color: var(--kellch-glossary-muted);
	font-size: 13px;
	line-height: 1.7;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}

body.kellch-glossary-page .kellch-article-card-more {
	margin-top: auto;
	padding-top: 14px;
	color: var(--kellch-glossary-accent-dark);
	font-size: 12px;
	font-weight: 700;
}

body.kellch-glossary-page .kellch-glossary-adjacent {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 16px;
	width: min(100%, 1120px);
	margin: clamp(24px, 4vw, 38px) auto 0;
	padding: 0 clamp(16px, 3vw, 36px);
	box-sizing: border-box;
}

body.kellch-glossary-page .kellch-glossary-adjacent.is-single {
	grid-template-columns: minmax(0, 1fr);
}

body.kellch-glossary-page .kellch-glossary-adjacent.is-single .is-next {
	justify-self: end;
	width: min(100%, 540px);
}

body.kellch-glossary-page .kellch-glossary-adjacent-link {
	display: flex;
	flex-direction: column;
	min-width: 0;
	min-height: 112px;
	padding: 18px 20px;
	box-sizing: border-box;
	border: 1px solid var(--kellch-glossary-line);
	border-radius: 14px;
	color: var(--kellch-glossary-ink);
	background: var(--kellch-glossary-white);
	text-decoration: none;
	box-shadow: 0 8px 22px rgba(24, 58, 49, 0.05);
	transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

body.kellch-glossary-page .kellch-glossary-adjacent-link:hover {
	border-color: var(--kellch-glossary-accent);
	box-shadow: 0 12px 28px rgba(24, 58, 49, 0.1);
}

body.kellch-glossary-page .kellch-glossary-adjacent-link.is-next {
	text-align: right;
}

body.kellch-glossary-page .kellch-glossary-adjacent-direction {
	margin-bottom: 7px;
	color: var(--kellch-glossary-accent-dark);
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.04em;
}

body.kellch-glossary-page .kellch-glossary-adjacent-link strong {
	font-size: 15px;
	line-height: 1.55;
	overflow-wrap: anywhere;
}

body.kellch-glossary-page :where(a, button, input):focus-visible {
	outline: 3px solid rgba(83, 151, 133, 0.42);
	outline-offset: 3px;
}

@media (max-width: 860px) {

	body.kellch-glossary-page .kellch-glossary-related-grid,
	body.kellch-glossary-page .kellch-glossary-article-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 640px) {
	body.kellch-glossary-page .bpress-content-area.bpress-full-width {
		padding: 14px;
	}

	body.kellch-glossary-page .kellch-glossary-article {
		padding: 22px 18px;
		border-radius: 16px;
	}

	body.kellch-glossary-page .bpress-search-form {
		min-height: 48px;
		border-radius: 10px;
	}

	body.kellch-glossary-page .bpress-search-submit input[type="submit"] {
		min-width: 70px;
		padding: 0 13px;
	}

	body.kellch-glossary-page .bpress-search-submit {
		flex-basis: 76px;
	}

	body.kellch-glossary-page .kellch-glossary-related-grid,
	body.kellch-glossary-page .kellch-glossary-article-grid,
	body.kellch-glossary-page .kellch-glossary-adjacent {
		grid-template-columns: minmax(0, 1fr);
	}

	body.kellch-glossary-page .kellch-glossary-adjacent {
		padding: 0 14px;
	}

	body.kellch-glossary-page .kellch-glossary-adjacent.is-single .is-next {
		justify-self: stretch;
		width: 100%;
	}

	body.kellch-glossary-page .kellch-glossary-adjacent-link {
		min-height: 96px;
	}

	body.kellch-glossary-page .kellch-glossary-content figure {
		margin: 24px 0;
		padding: 8px;
	}
}

@media (prefers-reduced-motion: reduce) {

	body.kellch-glossary-page *,
	body.kellch-glossary-page *::before,
	body.kellch-glossary-page *::after {
		scroll-behavior: auto !important;
		transition-duration: 0.01ms !important;
	}
}

@media print {

	body.kellch-glossary-page .bpress-searchbar-wrap,
	body.kellch-glossary-page .bpress-crumbs-wrap,
	body.kellch-glossary-page .cbxwpbkmarkwrap,
	body.kellch-glossary-page .kellch-glossary-related,
	body.kellch-glossary-page .kellch-glossary-site-related,
	body.kellch-glossary-page .kellch-glossary-adjacent {
		display: none !important;
	}

	body.kellch-glossary-page .kellch-glossary-article {
		padding: 0;
		border: 0;
		box-shadow: none;
	}
}