/*
Theme Name: Okusuriforlife Bootstrap
Description: Bootstrap-based WordPress theme inspired by the supplied reference screenshot.
Version: 1.0.0
Author: Custom
Text Domain: Okusuriforlife
*/
:root {
  --kb-blue: #075fd3;
  --kb-green: #2d9d57;
  --kb-cream: #fbf7ee;
  --kb-mint: #edf8f4;
  --kb-text: #333;
}
html,
body {
    min-height: 100%;
}
html {
  scroll-behavior: smooth;
}
body {
  margin: 0;
  color: var(--kb-text);
  font-family:
    -apple-system, BlinkMacSystemFont, "Noto Sans JP", "Yu Gothic", Meiryo,
    sans-serif;
  line-height: 1.8;
  background: #fff;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}
.site,
#page,
.wp-site-blocks {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}
main {
    flex: 1;
}
footer,
.site-footer {
    margin-top: auto;
}
a {
  color: inherit;
  text-decoration: none;
}
img {
  max-width: 100%;
  height: auto;
}
.container {
  max-width: 1080px;
}
.site-main,
main {
  position: relative;
  z-index: 1;
}
@media (max-width: 1199.98px) {
  .kb-side-decoration {
    display: none;
  }
}
.site-header {
  position: sticky;
  top: 0;
  z-index: 1000;
  background: #fff;
  border-bottom: 1px solid #eef1f3;
}
.site-brand {
  font-weight: 700;
  letter-spacing: 0.08em;
  color: var(--kb-blue);
}
.navbar .nav-link {
  font-size: 0.9rem;
}
/* .hero {
  background: #f3fbf7;
} */
.hero-art {
  min-height: 360px;
  background: linear-gradient(145deg, #dff4f7, #fff5e8 58%, #eaf8e8);
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.hero-art img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hero-copy {
  background: #f4fbf8;
  padding: 2.2rem;
}
.hero-copy h1 {
  font-size: clamp(1.25rem, 2vw, 2rem);
  font-weight: 500;
  line-height: 1.7;
}
/* =========================================
   Hero - Textured Background
========================================= */

.kb-pharma-hero {
  position: relative;
  overflow: hidden;
  isolation: isolate;
  /* background-color: #f3f8f5; */
}

/* subtle texture */
.kb-pharma-hero::before {
  content: "";

  position: absolute;
  inset: 0;

  z-index: -2;

  background-image: radial-gradient(
    circle,
    rgba(76, 145, 115, 0.12) 1px,
    transparent 1.5px
  );

  background-size: 24px 24px;

  opacity: 0.45;

  pointer-events: none;
}

/* soft organic glow */
.kb-pharma-hero::after {
  content: "";

  position: absolute;
  width: 600px;
  height: 600px;

  top: -250px;
  right: -180px;

  z-index: -1;

  border-radius: 50%;

  background: radial-gradient(
    circle,
    rgba(150, 205, 180, 0.25) 0%,
    rgba(150, 205, 180, 0) 70%
  );

  pointer-events: none;
}

.kb-pharma-hero .container {
  position: relative;
  z-index: 2;
}
/* =========================================
   Hero Slider Bottom Controls
========================================= */
#kbHeroSlider {
  position: relative;
  padding-bottom: 65px;
}
/* Controls wrapper */
.hero-slider-controls {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  z-index: 20;
  width: auto;
}

/* Arrow buttons */
.hero-slider-arrow {
  position: static !important;
  width: 38px;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #d5dadd;
  border-radius: 50%;
  background: #fff;
  color: var(--kb-blue);
  padding: 0;
  margin: 0;
  opacity: 1;
  transition:
    background 0.25s ease,
    color 0.25s ease,
    border-color 0.25s ease;
}

.hero-slider-arrow:hover {
  background: var(--kb-blue);
  border-color: var(--kb-blue);
  color: #fff;
}

.hero-slider-arrow i {
  font-size: 16px;
  line-height: 1;
}

/* Dots */
.hero-slider-dots {
  position: static !important;

  width: auto !important;

  display: flex;
  align-items: center;
  justify-content: center;

  gap: 7px;

  margin: 0 !important;
  padding: 0;
}

/* Bootstrap indicator reset */
.hero-slider-dots button {
  width: 8px !important;
  height: 8px !important;

  padding: 0 !important;
  margin: 0 !important;

  border: 0 !important;
  border-radius: 50%;

  background-color: #c8ced2;

  opacity: 1;

  transition:
    width 0.25s ease,
    background-color 0.25s ease;
}

/* Active dot */
.hero-slider-dots button.active {
  width: 24px !important;
  border-radius: 10px !important;
  background-color: var(--kb-blue);
}

/* Mobile */
@media (max-width: 767.98px) {
  #kbHeroSlider {
    padding-bottom: 58px;
  }

  .hero-slider-controls {
    gap: 12px;
  }

  .hero-slider-arrow {
    width: 34px;
    height: 34px;
  }

  .hero-slider-dots {
    gap: 5px;
  }

  .hero-slider-dots button {
    width: 7px !important;
    height: 7px !important;
  }

  .hero-slider-dots button.active {
    width: 20px !important;
  }
}

/* =========================================
   Fixed Pharmaceutical Side Decorations
========================================= */

.kb-side-decoration {
  position: fixed;
  top: 0;
  bottom: 0;
  width: 180px;
  z-index: 0;
  pointer-events: none;
  overflow: hidden;
}

.kb-side-decoration img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.85;
}

/* Left */
.kb-side-decoration-left {
  left: 0;
}
.kb-side-decoration-left img {
  object-position: right center;
}

/* Right */
.kb-side-decoration-right {
  right: 0;
}
.kb-side-decoration-right img {
  object-position: left center;
}

/* =========================================
   Header Menu
========================================= */

.kb-desktop-menu {
  margin-left: auto;
  margin-right: 28px;
}

.kb-header-menu {
  display: flex;
  align-items: center;
  gap: 24px;

  list-style: none;
  margin: 0;
  padding: 0;
}

.kb-header-menu > li {
  position: relative;
}

.kb-header-menu > li > a {
  display: block;
  padding: 8px 0;
  color: #333 !important;
  font-size: 13px;
  font-weight: 500;
  text-decoration: none;
}

.kb-header-menu > li > a:hover,
.kb-header-menu > li.current-menu-item > a,
.kb-header-menu > li.current-menu-ancestor > a {
  color: var(--kb-blue);
}

/* =========================================
   MENU BUTTON
========================================= */

.menu-toggle {
  flex-shrink: 0;
  margin-left: 10px;
}

/* =========================================
   Tablet
========================================= */

@media (max-width: 991.98px) {
  .site-header .navbar .container {
    flex-wrap: nowrap;
  }

  .kb-desktop-menu {
    display: block;
    margin-left: auto;
    margin-right: 15px;
  }

  .kb-header-menu {
    gap: 14px;
  }

  .kb-header-menu > li > a {
    font-size: 11px;
    white-space: nowrap;
  }
}

/* =========================================
   Mobile
========================================= */

@media (max-width: 767.98px) {
  .site-header .navbar .container {
    flex-wrap: wrap;
  }

  /*
     * Header menu stays visible
     * but moves to second row
     */
  .kb-desktop-menu {
    order: 3;

    width: 100%;

    margin: 10px 0 0;

    overflow-x: auto;
    overflow-y: hidden;

    -webkit-overflow-scrolling: touch;

    scrollbar-width: none;
  }

  .kb-desktop-menu::-webkit-scrollbar {
    display: none;
  }

  .kb-header-menu {
    display: flex;

    width: max-content;

    gap: 22px;

    padding: 5px 0 8px;
  }

  .kb-header-menu > li > a {
    font-size: 12px;
    white-space: nowrap;
  }

  .menu-toggle {
    margin-left: 10px;
  }
}
/***************************************
CAROUSEL INDICATORS*********************/

.carousel-indicators [data-bs-target] {
  background-color: #b5c7be;
}

.section {
  padding: 35px 0 0;
}
.section-title {
  text-align: center;
  font-size: 1.25rem;
  font-weight: 500;
  margin-bottom: 2.5rem;
}
.section-title:before,
.section-title:after {
  content: "";
  display: inline-block;
  width: 85px;
  height: 15px;
  margin: 0 16px;
  background: radial-gradient(circle, #45a75f 2px, transparent 3px) 0 50%/14px
    12px repeat-x;
  vertical-align: middle;
}
.section-title:after {
  transform: scaleX(-1);
}
.card-clean {
  border: 0;
  background: transparent;
  height: 100%;
}
.card-clean .card-body {
  padding: 1rem 0;
}
.article-thumb {
  aspect-ratio: 4/4;
  object-fit: cover;
  border-radius: 3px;
  background: #eef3ef;
}
.article-title {
  font-size: 0.92rem;
  font-weight: 600;
  line-height: 1.55;
}
/* .article-meta{font-size:.72rem;color:#777} */
.article-meta {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;

  color: #888;
  font-size: 12px;
}

.article-meta span {
  display: inline-flex;
  align-items: center;
  gap: 4px;
}

.article-meta i {
  color: var(--kb-blue);
  font-size: 12px;
}
.article-excerpt {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
  line-height: 1.7;
  max-height: calc(1.7em * 4);
  color: #888;
  font-size: 12px;
}
.btn-kb {
  background: var(--kb-blue);
  color: #fff;
  border: 0;
  border-radius: 2px;
  padding: 0.7rem 2.2rem;
  font-size: 0.82rem;
}
.btn-kb:hover {
  background: #0049aa;
  color: #fff;
}
.category-band {
  background: var(--kb-cream);
}
/* =========================================
   WooCommerce Product Carousel
========================================= */

.kb-product-carousel {
  padding: 0 42px 10px;
}

.kb-product-carousel .owl-stage {
  display: flex;
}

.kb-product-carousel .owl-item {
  display: flex;
}

.kb-product-carousel .item {
  width: 100%;
  padding: 8px;
}

/* Product Card */

.kb-product-card {
  width: 100%;
  height: 100%;
  background: #fff;
  border: 1px solid #e5e5e5;
  border-radius: 5px;
  overflow: hidden;
  transition:
    transform 0.25s ease,
    box-shadow 0.25s ease;
}

.kb-product-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
}

/* Product Image */

.kb-product-image {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 190px;
  padding: 18px;
  background: #fff;
}

.kb-product-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: transform 0.3s ease;
}

.kb-product-card:hover .kb-product-image img {
  transform: scale(1.04);
}

/* No image */

.kb-product-no-image {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background: #f5f7f7;
  color: #aaa;
  font-size: 35px;
}

/* Product Info */

.kb-product-info {
  padding: 12px 15px 18px;
}

/* Category */

.kb-product-category {
  margin-bottom: 5px;
  color: #8a9995;
  font-size: 11px;
}

/* Product name */

.kb-product-title {
  margin: 0;
  min-height: 44px;
  font-size: 14px;
  line-height: 1.6;
  font-weight: 500;
}

.kb-product-title a {
  color: #333;
  text-decoration: none;
}

.kb-product-title a:hover {
  color: var(--kb-blue);
}

/* Price */

.kb-product-price {
  margin-top: 10px;
  color: var(--kb-blue);
  font-size: 15px;
  font-weight: 700;
}

.kb-product-price del {
  margin-right: 5px;
  color: #999;
  font-size: 12px;
  font-weight: 400;
}

.kb-product-price ins {
  color: #d65b5b;
  text-decoration: none;
}

/* Owl navigation */

.kb-product-carousel .owl-nav {
  margin: 0;
}

.kb-product-carousel .owl-nav button.owl-prev,
.kb-product-carousel .owl-nav button.owl-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 38px;
  height: 38px;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #dce4e8;
  border-radius: 50%;
  background: #fff;
  color: var(--kb-blue);
  font-size: 18px;
}

.kb-product-carousel .owl-nav button.owl-prev {
  left: 0;
}

.kb-product-carousel .owl-nav button.owl-next {
  right: 0;
}

.kb-product-carousel .owl-nav button:hover {
  background: var(--kb-blue);
  color: #fff;
}

/* Mobile */

@media (max-width: 767.98px) {
  .kb-product-carousel {
    padding: 0;
  }

  .kb-product-image {
    height: 145px;
    padding: 12px;
  }

  .kb-product-info {
    padding: 10px;
  }

  .kb-product-title {
    font-size: 12px;
    min-height: 40px;
  }

  .kb-product-price {
    font-size: 13px;
  }
}
/* =========================================
   Product Between Articles
========================================= */

.kb-inline-products {
  margin: 30px 0 40px;
  padding: 25px;
  background: #f5faf8;
  border-radius: 8px;
}

.kb-inline-products-header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: 20px;
}

.kb-inline-products-header h2 {
  margin: 5px 0 0;
  font-size: 20px;
  line-height: 1.4;
}

.kb-product-label {
  color: var(--kb-blue);
  font-size: 11px;
  font-weight: 600;
}

/* Product */

.kb-inline-product {
  display: flex;
  align-items: center;
  height: 100%;
  background: #fff;
  border: 1px solid #e6e9e8;
  border-radius: 6px;
  overflow: hidden;
}

.kb-inline-product-image {
  flex: 0 0 110px;
  height: 110px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
}

.kb-inline-product-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.kb-inline-product-body {
  padding: 12px;
}

.kb-inline-product-body h3 {
  margin: 0;
  font-size: 13px;
  line-height: 1.5;
}

.kb-inline-product-body h3 a {
  color: #333;
  text-decoration: none;
}

.kb-inline-product-body h3 a:hover {
  color: var(--kb-blue);
}

.kb-inline-product-price {
  margin-top: 8px;
  font-size: 13px;
  font-weight: 700;
  color: var(--kb-blue);
}

.kb-inline-products-header > a {
  color: var(--kb-blue);
  font-size: 12px;
  text-decoration: none;
}

/* Mobile */

@media (max-width: 575.98px) {
  .kb-inline-products {
    padding: 18px;
    margin: 20px 0 30px;
  }

  .kb-inline-products-header h2 {
    font-size: 16px;
  }

  .kb-inline-product {
    display: block;
  }

  .kb-inline-product-image {
    width: 100%;
    height: 120px;
  }

  .kb-inline-product-body {
    padding: 10px;
  }
}
/* 
.product-strip {
  background: var(--kb-mint);
}
.product-card {
  border: 1px solid #ddd;
  border-radius: 5px;
  padding: 12px;
  background: #fff;
  text-align: center;
}
.product-card img {
  height: 120px;
  object-fit: contain;
}
.people-band {
  background: var(--kb-mint);
}
.person-card {
  background: #fff;
  border-radius: 4px;
  padding: 15px;
  text-align: center;
  height: 100%;
}
.person-card img {
  width: 95px;
  height: 95px;
  border-radius: 50%;
  object-fit: cover;
  background: #eee;
}
.cta-product {
  border: 1px solid #e6edf4;
  padding: 32px;
  background: #fff;
} */
.promo-card {
  height: 100%;
  padding: 35px 28px;
  border-radius: 4px;
}
.promo-card.blue {
  background: #eef5ff;
}
.promo-card.cream {
  background: #fff8e8;
}
.site-footer {
  background: #f4f4f4;
  border-top: 1px solid #ddd;
  padding: 20px 0 20px;
  margin-top: 35px;
  font-size: 0.8rem;
}
.footer-bottom {
  background: #555;
  color: #fff;
  padding: 8px 0;
  font-size: 0.7rem;
}
.mobile-menu {
  display: none;
}
@media (max-width: 767.98px) {
  .section {
    padding: 20px 0;
  }
  .section-title:before,
  .section-title:after {
    width: 35px;
    margin: 0 7px;
  }
  .hero-art {
    min-height: 240px;
  }
  .hero-copy {
    padding: 1.5rem;
  }
  .site-header {
    position: relative;
  }
}

/* Hero slider */
#kbHeroSlider .carousel-item {
  min-height: 360px;
}
#kbHeroSlider .hero-art {
  height: 100%;
  min-height: 360px;
}
#kbHeroSlider .hero-copy {
  min-height: 360px;
}
.hero-excerpt {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
}
#kbHeroSlider .carousel-control-prev,
#kbHeroSlider .carousel-control-next {
  width: 42px;
  height: 42px;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.28);
  opacity: 0.85;
}
#kbHeroSlider .carousel-control-prev {
  left: 12px;
}
#kbHeroSlider .carousel-control-next {
  right: 12px;
}
#kbHeroSlider .carousel-indicators {
  bottom: -42px;
  margin-bottom: 0;
}
#kbHeroSlider .carousel-indicators button {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  border: 0;
}
@media (max-width: 767.98px) {
  #kbHeroSlider .carousel-item {
    min-height: auto;
  }
  #kbHeroSlider .hero-art,
  #kbHeroSlider .hero-copy {
    min-height: 240px;
  }
  #kbHeroSlider .carousel-indicators {
    bottom: -32px;
  }
}

/* Right-side offcanvas menu */
.menu-toggle {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 7px 4px;
  border: 0;
  background: transparent;
  color: var(--kb-blue);
}
.menu-toggle:hover,
.menu-toggle:focus {
  background: transparent;
  color: var(--kb-blue);
  box-shadow: none;
}
.menu-toggle-label {
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 0.14em;
}
.menu-icon {
  width: 30px;
  height: 22px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.menu-icon span {
  display: block;
  width: 100%;
  height: 2px;
  background: var(--kb-blue);
  transition:
    transform 0.25s ease,
    opacity 0.25s ease;
}
.menu-toggle[aria-expanded="true"] .menu-icon span:nth-child(1) {
  transform: translateY(10px) rotate(45deg);
}
.menu-toggle[aria-expanded="true"] .menu-icon span:nth-child(2) {
  opacity: 0;
}
.menu-toggle[aria-expanded="true"] .menu-icon span:nth-child(3) {
  transform: translateY(-10px) rotate(-45deg);
}

.kb-offcanvas {
  width: min(420px, 92vw) !important;
  border: 0 !important;
  box-shadow: -12px 0 40px rgba(0, 0, 0, 0.12);
}
.kb-offcanvas .offcanvas-header {
  padding: 28px 30px 20px;
  border-bottom: 1px solid #edf0f2;
}
.kb-offcanvas .offcanvas-body {
  padding: 25px 30px 35px;
}
.kb-offcanvas .btn-close {
  opacity: 0.65;
}
.kb-offcanvas-menu > li {
  border-bottom: 1px solid #edf0f2;
}
.kb-offcanvas-menu > li > a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 17px 4px;
  color: #333;
  font-size: 1rem;
  transition:
    color 0.2s ease,
    padding 0.2s ease;
}
.kb-offcanvas-menu > li > a:hover {
  color: var(--kb-blue);
  padding-left: 8px;
}
.kb-offcanvas-menu .sub-menu {
  list-style: none;
  margin: 0;
  padding: 0 0 10px 15px;
}
.kb-offcanvas-menu .sub-menu a {
  display: block;
  padding: 7px 0;
  color: #777;
  font-size: 0.88rem;
}
.kb-offcanvas-heading {
  color: var(--kb-blue);
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  margin-bottom: 12px;
}
.kb-offcanvas-feature {
  display: flex;
  gap: 14px;
  align-items: center;
  padding: 14px 0;
  border-bottom: 1px solid #edf0f2;
}
.kb-offcanvas-feature > span:first-child {
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--kb-cream);
  border-radius: 5px;
  font-size: 1.6rem;
}
.kb-offcanvas-feature strong {
  display: block;
  font-size: 0.88rem;
}
.kb-offcanvas-feature small {
  display: block;
  color: #888;
  font-size: 0.72rem;
  margin-top: 2px;
}
.kb-offcanvas-social {
  display: flex;
  gap: 10px;
  margin-top: 30px;
}
.kb-offcanvas-social a {
  width: 40px;
  height: 40px;
  border: 1px solid #dce4e8;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--kb-blue);
}
.offcanvas-backdrop.show {
  opacity: 0.35;
}

/* =========================================
   Author Profile
========================================= */

.author-profile {
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

.author-avatar img {
  width: 120px;
  height: 120px;
  object-fit: cover;
  border: 5px solid #eef7f3;
}

.author-name {
  font-size: 28px;
  font-weight: 700;
}

.author-description {
  max-width: 600px;
  color: #777;
  font-size: 14px;
  line-height: 1.9;
}

/* Author link */

.article-author a {
  color: inherit;
  text-decoration: none;
}

.article-author a:hover {
  color: var(--kb-blue);
}

/* =========================================
   Category / Archive Pagination
========================================= */
/* Category Pagination */

.kb-pagination {
  width: 100%;
  margin-top: 50px;
  padding-bottom: 30px;
}

.kb-pagination ul {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 6px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.kb-pagination li {
  margin: 0;
  padding: 0;
}

.kb-pagination a,
.kb-pagination span {
  min-width: 40px;
  height: 40px;
  padding: 0 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #ddd;
  border-radius: 4px;
  background: #fff;
  color: #333;
  font-size: 14px;
  text-decoration: none;
}

.kb-pagination a:hover {
  background: var(--kb-blue);
  border-color: var(--kb-blue);
  color: #fff;
}

.kb-pagination .current {
  background: var(--kb-blue);
  border-color: var(--kb-blue);
  color: #fff;
}

.kb-pagination .prev,
.kb-pagination .next {
  padding-left: 18px;
  padding-right: 18px;
}

@media (max-width: 575px) {
  .kb-pagination ul {
    gap: 3px;
  }

  .kb-pagination a,
  .kb-pagination span {
    min-width: 34px;
    height: 34px;
    padding: 0 8px;
    font-size: 12px;
  }
}

/* =========================================
   Search
========================================= */

.kb-column-search {
  width: 100%;
  max-width: 650px;
  margin-left: auto;
  margin-right: auto;
}

.kb-search-form .input-group {
  display: flex;
}

.kb-search-form .form-control {
  min-height: 48px;
  border: 1px solid #ddd;
  border-radius: 8px 0 0 8px;
  box-shadow: none;
}

.kb-search-form .form-control:focus {
  border-color: #999;
  box-shadow: none;
}

.kb-search-form .btn {
  min-height: 48px;
  padding-left: 24px;
  padding-right: 24px;
  border-radius: 0 8px 8px 0;
}

/* =========================================
   Single Post Headings
========================================= */

/* .single-post .entry-content h3 {
  position: relative;
  margin: 50px 0 24px;
  padding: 14px 18px;
  background: #f1f8f5;
  border-left: 5px solid var(--kb-blue);
  color: #333;
  font-size: 24px;
  line-height: 1.5;
  font-weight: 700;
}

.single-post .entry-content h3 {
  position: relative;
  margin: 40px 0 18px;
  padding: 0 0 10px;
  border-bottom: 2px solid #dce8e3;
  color: #333;
  font-size: 20px;
  line-height: 1.5;
  font-weight: 700;
} 

.single-post .entry-content h4 {
  margin: 30px 0 14px;
  padding-left: 12px;
  border-left: 3px solid #9bbdb0;
  color: #444;
  font-size: 17px;
  line-height: 1.6;
  font-weight: 700;
}

.single-post .entry-content h5 {
  margin: 25px 0 12px;
  color: var(--kb-blue);
  font-size: 15px;
  font-weight: 700;
}

.single-post .entry-content h6 {
  margin: 20px 0 10px;
  color: #777;
  font-size: 14px;
  font-weight: 700;
}*/
/* =========================================
   Gutenberg Card Patterns
========================================= */
.kb-card {
  margin: 35px 0;
  padding: 25px;
  border-radius: 8px;
}

.kb-card h3 {
  margin: 0 0 12px;
  padding: 0;
  border: 0;
}

.kb-card p {
  margin-bottom: 0;
}

/* Info */

.kb-card-info {
  background: #f3f8f6;
  border: 1px solid #dcebe5;
}

/* Tip */

.kb-card-tip {
  background: #f0f8f4;
  border-left: 5px solid #75a894;
}

.kb-card-label {
  margin-bottom: 8px !important;

  color: #477c69;
  font-size: 11px !important;
  font-weight: 700;

  letter-spacing: 0.08em;
}

/* Warning */

.kb-card-warning {
  background: #fff8ed;
  border-left: 5px solid #e3ad55;
}

.kb-card-warning h3 {
  color: #8a6328;
}
