/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Dec 16 2025 | 12:41:56 */
body.single-ht_kb {
  /*
	* Heading
	*/
  /*
	* Designing accordians
	*/
}
body.single-ht_kb #hkb .hkb-article {
  /*
		* Title
		*/
  /*
		* Content
		*/
  /*
		* Group
		*/
}
body.single-ht_kb #hkb .hkb-article .hkb-article__title {
  font-size: 2rem;
  line-height: 40px;
  margin-bottom: 24px;
}
body.single-ht_kb #hkb .hkb-article .hkb-article__content {
  /*
			* Blocks Headings
			*/
  /*
			* Block image
			*/
}
body.single-ht_kb #hkb .hkb-article .hkb-article__content p {
  line-height: 1.5;
  margin-bottom: 16px;
}
body.single-ht_kb #hkb .hkb-article .hkb-article__content a {
  color: var(--nav-color);
  text-decoration: underline;
}
body.single-ht_kb #hkb .hkb-article .hkb-article__content h2.wp-block-heading {
  font-size: 24px;
  line-height: 1.2;
  font-weight: bold;
}
body.single-ht_kb #hkb .hkb-article .hkb-article__content h3.wp-block-heading {
  font-size: 18px;
  line-height: 1.2;
  font-weight: bold;
}
body.single-ht_kb #hkb .hkb-article .hkb-article__content > div.wp-block-image, body.single-ht_kb #hkb .hkb-article .hkb-article__content > figure.wp-block-image {
  margin-top: 40px;
  margin-bottom: 40px;
}
@media (max-width: 777px) {
  body.single-ht_kb #hkb .hkb-article .hkb-article__content > div.wp-block-image, body.single-ht_kb #hkb .hkb-article .hkb-article__content > figure.wp-block-image {
    margin-top: 24px;
    margin-bottom: 24px;
    text-align: center;
  }
  body.single-ht_kb #hkb .hkb-article .hkb-article__content > div.wp-block-image img, body.single-ht_kb #hkb .hkb-article .hkb-article__content > figure.wp-block-image img {
    height: fit-content !important;
  }
}
body.single-ht_kb #hkb .hkb-article .hkb-article__content .wp-block-embed.is-type-video {
  width: 100%;
  max-width: 100%;
}
body.single-ht_kb #hkb .hkb-article .hkb-article__content img {
  object-fit: contain;
}
body.single-ht_kb #hkb .hkb-article .hkb-article__content .wp-block-table {
  margin: 40px auto;
}
@media (max-width: 777px) {
  body.single-ht_kb #hkb .hkb-article .hkb-article__content .wp-block-table {
    margin: 24px auto;
  }
}
body.single-ht_kb #hkb .hkb-article .hkb-article__content .wp-block-list {
  gap: 8px;
  margin-left: 20px;
  margin-bottom: 24px;
  margin-top: 24px;
}
body.single-ht_kb #hkb .hkb-article .outline {
  outline: 1px solid #BA7A3D !important;
  padding: 20px;
  background: #f7eade;
}
body.single-ht_kb #hkb .hkb-sticky {
  top: 150px;
  position: sticky;
  /*
		* Tocbot
		*/
}
body.single-ht_kb #hkb .hkb-sticky ol li.active > a {
  background: var(--nav-color);
}
body.single-ht_kb #hkb .widget {
  padding: 24px;
}
body.single-ht_kb #hkb .hkb-mainpage-wrapper {
  padding-top: 48px;
}
@media (max-width: 777px) {
  body.single-ht_kb #hkb .hkb-mainpage-wrapper {
    padding-top: 32px;
  }
}
body.single-ht_kb #hkb .hkb-container {
  padding-left: 16px;
  padding-right: 16px;
}
body.single-ht_kb .gb-accordion__item {
  margin-bottom: 16px;
  border-radius: 16px;
  background-color: var(--hkb-widget-bg);
  border: 1px solid #cfcdc9;
  transition: all 0.4s ease-in-out 0s;
}
body.single-ht_kb .gb-accordion__item .gb-accordion__content .gb-container {
  background: transparent;
}
body.single-ht_kb .gb-accordion__item .gb-accordion__content .gb-container .wp-block-table {
  margin: 0 0 16px 0 !important;
}
body.single-ht_kb .gb-accordion__item .gb-accordion__toggle {
  background: transparent;
  padding: 24px;
}
body.single-ht_kb .gb-accordion__item-open {
  background: white;
  transition: all 0.4s ease-in-out 0s;
}
