/* Mini Soft Octopus — scoped essentials for mini-oktopus.html only */

:root {
  --global-palette1: #5e7753;
  --global-palette2: #44563c;
  --global-palette3: #1e1e1e;
  --global-palette4: #424242;
  --global-palette5: #5c5c5c;
  --global-palette6: #727272;
  --global-palette7: #e2e6e2;
  --global-palette8: #f2f5f1;
  --global-palette9: #ffffff;
  --global-palette-highlight: var(--global-palette1);
  --global-palette-highlight-alt: var(--global-palette2);
  --global-gray-400: #cbd5e0;
  --global-gray-500: #a0aec0;
  --global-xs-spacing: 1em;
  --global-sm-spacing: 1.5rem;
  --global-md-spacing: 2rem;
  --global-lg-spacing: 2.5em;
  --global-xl-spacing: 3.5em;
  --global-xxl-spacing: 5rem;
  --global-content-edge-padding: 1.5rem;
  --global-content-boxed-padding: 2rem;
  --global-content-width: 1290px;
  --global-content-narrow-width: 842px;
  --global-calc-content-width: calc(
    1290px - var(--global-content-edge-padding) - var(--global-content-edge-padding)
  );
  --global-body-font-family: Inter, sans-serif;
  --global-heading-font-family: "Playfair Display", serif;
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  box-sizing: border-box;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

body {
  margin: 0;
  font-style: normal;
  font-weight: normal;
  font-size: 17px;
  line-height: 1.6;
  font-family: var(--global-body-font-family);
  color: var(--global-palette5);
  background: var(--global-palette8);
}

main {
  display: block;
  min-width: 0;
}
figure {
  margin: 0;
}
img {
  border-style: none;
  display: block;
  height: auto;
  max-width: 100%;
}

a {
  color: var(--global-palette-highlight);
  text-underline-offset: 0.1em;
  transition: color 0.1s linear, text-underline-offset 0.1s linear;
  background-color: transparent;
}

a:hover,
a:focus,
a:active {
  color: var(--global-palette-highlight-alt);
  text-underline-offset: 0.25em;
}

a:active {
  outline: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  padding: 0;
  margin: 0;
  font-family: var(--global-heading-font-family);
}

h1 {
  font-style: normal;
  font-weight: 700;
  font-size: 50px;
  line-height: 1.2;
  color: var(--global-palette3);
}

.wp-site-blocks {
  --global-vw: calc(100vw - (0.5 * var(--scrollbar-offset, 0px)));
}

#wrapper {
  overflow: hidden;
  overflow: clip;
}

body.footer-on-bottom #wrapper {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

body.footer-on-bottom #inner-wrap {
  flex: 1 0 auto;
}

.kt-clear::before,
.kt-clear::after {
  content: " ";
  display: table;
}

.kt-clear::after {
  clear: both;
}

.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  word-wrap: normal !important;
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

:where(html:not(.no-js)) .hide-focus-outline *:focus {
  outline: 0;
}

.site-container {
  margin: 0 auto;
  padding: 0 var(--global-content-edge-padding);
  max-width: var(--global-content-width);
}

.content-width-narrow .content-container.site-container {
  max-width: var(--global-content-narrow-width);
}

.content-area {
  margin-top: 0;
  margin-bottom: 0;
}

.content-wrap {
  position: relative;
}

.site-main {
  min-width: 0;
}

.content-bg {
  background: var(--global-palette9);
}

.entry {
  box-shadow: 0 15px 15px -10px rgba(0, 0, 0, 0.05);
  border-radius: 0.25rem;
}

.post-title h1.entry-title {
  line-height: 1.2;
}

.entry-content-wrap {
  padding: 2rem;
}

@media all and (max-width: 767px) {
  .entry-content-wrap {
    padding: 1.5rem;
  }

  h1 {
    font-size: 34px;
  }
}

@media all and (max-width: 1024px) {
  h1 {
    font-size: 44px;
  }
}

.entry-header {
  margin-bottom: 1em;
}

.title-align-center {
  text-align: center;
}

.title-align-center .entry-meta {
  justify-content: center;
}

.entry-meta {
  font-size: 80%;
  margin: 1em 0;
  display: flex;
  flex-wrap: wrap;
}

.entry-meta > * {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}

.entry-meta > * time {
  white-space: nowrap;
}

.entry-meta a {
  color: inherit;
  text-decoration: none;
}

.entry-meta .meta-label {
  margin-right: 0.2rem;
}

.entry-meta > *:after {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
  content: "";
  display: inline-block;
  background-color: currentColor;
  height: 0.25rem;
  width: 0.25rem;
  opacity: 0.8;
  border-radius: 9999px;
  vertical-align: 0.1875em;
}

.entry-meta > *:last-child:after {
  display: none;
}

.single-content {
  margin: var(--global-md-spacing) 0 0;
  word-break: break-word;
}

.single-content figure,
.single-content p {
  margin-top: 0;
  margin-bottom: var(--global-md-spacing);
}

.single-content p:last-child,
.single-content figure:last-child {
  margin-bottom: 0;
}

.single-content .wp-block-image {
  margin-top: 0;
  margin-bottom: 0;
}

.single-content .wp-block-image figure,
.single-content video {
  margin-top: 0;
  margin-bottom: var(--global-md-spacing);
}

.single-content .wp-block-image:last-child figure {
  margin-bottom: 0;
}

.single-content figure.wp-block-image {
  margin-top: 0;
  margin-bottom: var(--global-md-spacing);
}

.single-content figure.wp-block-image:last-child {
  margin-bottom: 0;
}

.wp-block-image img {
  box-sizing: border-box;
  height: auto;
  max-width: 100%;
  vertical-align: bottom;
}


.wp-block-image figure {
  margin: 0;
}

.entry-content:after {
  display: table;
  clear: both;
  content: "";
}

.entry-footer {
  clear: both;
}

@media screen and (max-width: 719px) {
  .content-style-boxed .content-bg:not(.loop-entry) {
    margin-left: -1rem;
    margin-right: -1rem;
    width: auto;
  }
}

.icon {
  display: inline;
  vertical-align: middle;
  padding-right: 0.5em;
}