html {
  scroll-behavior: smooth;
}

body {
  min-height: 100vh;
}

.skip-link {
  position: absolute;
  left: -999px;
  top: 8px;
  z-index: 1000;
  background: #fff;
  padding: 8px 12px;
}

.skip-link:focus {
  left: 8px;
}

.wp-site-blocks {
  overflow-x: clip;
}

.kbs-site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(255, 250, 240, .94);
  border-bottom: 1px solid rgba(24, 32, 74, .1);
  backdrop-filter: blur(12px);
}

.kbs-header-row {
  min-height: 72px;
}

.kbs-header-row .wp-block-site-title a {
  text-decoration: none;
  font-weight: 800;
}

.kbs-site-main {
  min-height: 60vh;
}

.kbs-site-footer {
  background: #10183d;
  color: #fffaf0;
  padding-block: 48px;
}

.kbs-site-footer a {
  color: #f2b84b;
}

.wp-block-post-title a {
  text-decoration: none;
}

.wp-block-button__link {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
  border: 1px solid rgba(24, 32, 74, .12);
  border-radius: 8px;
  background: #fff;
  padding: 16px;
}

.woocommerce div.product div.summary {
  background: #fff;
  border: 1px solid rgba(24, 32, 74, .12);
  border-radius: 8px;
  padding: 24px;
}

@media (max-width: 760px) {
  .kbs-header-row {
    gap: 12px;
  }
}

