html {
  position: relative;
  overflow-x: hidden; }

body {
  overflow-x: hidden;
  background-image: url("../img/kidsil_bg.jpg");
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
  color: #2D3748;
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.6;
  margin: 0;
  padding: 0;
  text-rendering: optimizeLegibility; }

#bg-layout {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  opacity: 0.3;
  background-color: #fff; }

.announcement-bar {
  display: flex;
  position: relative;
  background-color: rgba(7, 104, 159, 0.9);
  color: #fff;
  text-align: center;
  justify-content: space-evenly;
  align-items: center;
  font-size: 14px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); }
  @media (min-width: 768px) {
    .announcement-bar {
      font-size: 16px;
      padding: 8px 0; } }
  .announcement-bar a {
    color: #fff;
    font-weight: bold; }
    .announcement-bar a:hover, .announcement-bar a:active {
      color: #fff;
      text-decoration: none; }
  .announcement-bar .close-button {
    color: #fff;
    cursor: pointer;
    padding: 2px; }
    @media (min-width: 768px) {
      .announcement-bar .close-button:hover, .announcement-bar .close-button:active {
        color: #fff; } }
a {
  text-decoration: none;
  color: #0066cc; }
  a:hover, a:active, a:focus {
    color: #444; }

p, hr, dl, pre, form, address, blockquote {
  margin: 1.56em 0; }

p {
  word-wrap: break-word; }

ul {
  list-style-type: disc;
  padding-left: 20px; }

.container {
  margin: 0 auto;
  max-width: 1920px;
  padding: 0px 25px; }
  .body-page .container {
    max-width: 1280px; }

.site-name {
  display: block;
  font-size: 2.05em;
  line-height: 1em;
  padding-top: 20px; }
  .site-name a {
    color: #3f5973;
    font-weight: 700;
    text-decoration: none;
    text-shadow: 0px 0px 4px rgba(0, 0, 0, 0.4); }

.site-description {
  display: block;
  font-size: 1em;
  font-weight: normal;
  margin: 10px 0;
  line-height: 24px; }
  .site-description a {
    color: #2b6cb0;
    /* Slightly muted blue */
    text-decoration: none;
    opacity: 0.9;
    transition: opacity 0.2s ease; }
  .site-description a:hover {
    opacity: 1; }

#menu-categories {
  background: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(10px);
  border-radius: 8px;
  display: block;
  list-style-type: none;
  margin: 16px 0;
  padding: 0;
  clear: both; }
  #menu-categories:after {
    clear: both;
    content: '.';
    display: block;
    height: 0;
    overflow: hidden;
    visibility: hidden; }
  #menu-categories li {
    border: 0;
    display: block;
    float: left;
    margin: 0;
    padding: 0;
    position: relative;
    z-index: 5; }
    #menu-categories li a {
      border-left: 1px solid #d9d9d9;
      cursor: pointer;
      display: block;
      font-size: 14px;
      font-weight: 700;
      height: 45px;
      line-height: 45px;
      margin: 0;
      padding: 12px 20px;
      transition: all 0.2s ease;
      position: relative;
      text-decoration: none;
      text-shadow: 0 -1px 0 #fff;
      white-space: nowrap; }
      #menu-categories li a:hover {
        background: rgba(0, 0, 0, 0.1);
        color: #2B6CB0; }
    #menu-categories li.current-menu-item a {
      background-color: #343434; }
    #menu-categories li.menu-item-right {
      float: right; }

.clearfix {
  clear: both; }

.wrapper .home {
  display: flex;
  gap: 40px;
  justify-content: space-between;
  align-items: flex-start; }

.post-list {
  flex-basis: 66%;
  padding-right: 15px; }
  .post-list > li {
    background-color: rgba(255, 255, 255, 0.95);
    border-radius: 8px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
    padding: 24px;
    margin-bottom: 32px;
    transition: all 0.2s ease;
    display: block;
    opacity: 0.9; }
    .post-list > li:hover {
      transform: scale(1.005);
      box-shadow: 0 6px 12px rgba(0, 0, 0, 0.08);
      opacity: 1; }
    .post-list > li h2 {
      font-size: 2.34em;
      margin-top: 0;
      margin-bottom: 17px;
      line-height: 1em; }
    .post-list > li .post-meta {
      color: #9f9f9f;
      font-size: 0.85em; }
    .post-list > li .post-tags {
      margin-top: 20px; }
    .post-list > li .post-tags, .post-list > li .post-category {
      font-size: 0.8em;
      font-weight: 700; }
      .post-list > li .post-tags span, .post-list > li .post-category span {
        font-weight: 400; }

.right-sidebar {
  flex-basis: 33%;
  margin-left: 15px; }
  .right-sidebar > li {
    background: rgba(255, 255, 255, 0.95);
    border: none;
    border-radius: 8px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
    padding: 24px;
    margin: 0 0 20px;
    display: block;
    opacity: 0.85;
    transition: all 0.2s ease; }
    .right-sidebar > li:hover {
      opacity: 1; }
    .right-sidebar > li h3 {
      font-size: 1.5em;
      font-weight: 700;
      line-height: 23px;
      margin: 0;
      padding: 0 0 20px 0; }

.post-list, .right-sidebar {
  margin-top: 20px;
  list-style-type: none;
  padding: 0; }

#breadcrumbs {
  list-style-type: none;
  padding-left: 0; }
  #breadcrumbs li {
    display: inline-block;
    font-size: 14px; }

footer h4.footer-heading {
  float: left;
  margin-top: 3px;
  color: #cfcfcf; }
  footer h4.footer-heading a {
    text-shadow: 0px 0px 10px #e1e1e1; }

footer .social-media-list {
  list-style: none;
  float: right; }
  footer .social-media-list a {
    background-image: url("../img/social-icons.png");
    background-position: -1px -1px;
    background-repeat: no-repeat;
    display: inline-block;
    width: 24px;
    height: 24px; }
    footer .social-media-list a.github-icon {
      background-position: -27px -1px; }
    footer .social-media-list a.twitter-icon {
      background-position: -53px -1px; }
    footer .social-media-list a.google-icon {
      background-position: -1px -27px; }
    footer .social-media-list a.linkedin-icon {
      background-position: -27px -27px; }

img {
  border: 0;
  display: block;
  height: auto;
  margin: 5px auto;
  max-width: 100%;
  vertical-align: middle; }
  img.thumb {
    display: inline-block; }
  img.alignleft {
    margin-left: 0; }

.post-content {
  font-size: 1.1em;
  line-height: 1.8; }
  .post-content ul li {
    margin-left: 8px; }
  .post-content figcaption {
    font-style: italic;
    font-size: 0.75em; }
  .post-content .post-image-wrapper {
    text-align: center; }
    .post-content .post-image-wrapper a {
      display: inline-block; }

.single-col {
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  background-color: #ffffff;
  border: 1px solid #e5e5e5;
  clear: both;
  line-height: 28px;
  margin: 20px auto 20px auto;
  padding: 0 20px 20px 20px;
  position: relative;
  max-width: 100%;
  box-sizing: border-box; }

article.post {
  font-size: 1.35em; }
  article.post #breadcrumbs li {
    font-size: 12px; }
  article.post h1.post-title {
    font-size: 2.8em;
    font-weight: 700;
    letter-spacing: -0.02em;
    text-align: center;
    margin-top: 0.7em;
    margin-bottom: 0.3em;
    line-height: 1em; }
  article.post h3 {
    font-size: 1.5em; }
  article.post h4 {
    font-size: 1.2em;
    line-height: 0.5em; }
  article.post .post-meta {
    color: #9f9f9f;
    font-size: 12px;
    text-align: center;
    line-height: 14px; }
  article.post .navigation {
    color: #111111;
    display: block;
    font-size: 13px;
    height: 28px;
    line-height: 28px;
    margin: 20px 0;
    padding: 0 5px; }
    article.post .navigation a {
      color: #aaaaaa;
      padding: 4px 10px; }
    article.post .navigation .previous {
      float: left; }
    article.post .navigation .next {
      float: right; }
  article.post .youtube-clip {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 25px;
    height: 0; }
    article.post .youtube-clip iframe {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
  article.post .post-tags {
    margin-top: 20px; }
  article.post .post-tags, article.post .post-category {
    font-size: 0.7em;
    font-weight: 700; }
    article.post .post-tags span, article.post .post-category span {
      font-weight: 400; }
  article.post #disqus_thread {
    margin-top: 15px; }
  article.post table {
    margin: 20px auto 20px auto;
    border-collapse: collapse;
    text-align: left; }
    article.post table tr th {
      font-weight: bold;
      cursor: pointer; }
    article.post table tr td, article.post table tr th {
      border: 1px solid #ddd;
      padding: 8px; }
    article.post table tr td {
      font-size: 16px; }
    article.post table tr:nth-child(even) {
      background-color: #f0f0f0; }

article.post table.workout tr th {
  font-size: 16px; }

article.post table.workout tr td {
  font-size: 15px; }

.category-body, .tag-body {
  line-height: 21px; }
  .category-body .left-col, .tag-body .left-col {
    display: inline-block;
    width: 66%; }
    .category-body .left-col #breadcrumbs, .tag-body .left-col #breadcrumbs {
      margin-top: 28px;
      margin-bottom: 0; }
    .category-body .left-col .post-list, .tag-body .left-col .post-list {
      width: 100%;
      margin-top: 10px; }
      .category-body .left-col .post-list > li, .tag-body .left-col .post-list > li {
        padding-left: 0;
        background-color: transparent;
        margin-bottom: 10px; }
        .category-body .left-col .post-list > li .read-more, .tag-body .left-col .post-list > li .read-more {
          margin-top: 10px; }
        .category-body .left-col .post-list > li .post-tags, .tag-body .left-col .post-list > li .post-tags {
          margin-top: 10px; }
  .category-body .right-sidebar, .tag-body .right-sidebar {
    margin-left: 14px; }

.page img {
  display: inline; }

#page-not-found {
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  background-color: #ffffff;
  border: 1px solid #e5e5e5;
  clear: both;
  margin: 20px auto 20px auto;
  padding: 0 20px 20px 20px;
  position: relative; }
  #page-not-found h1.title-404 {
    color: #993333;
    font-size: 2.4em;
    font-weight: 700;
    margin-bottom: .5em;
    margin-top: 1.5em; }
  #page-not-found h6 {
    font-size: 1em; }

.highlight {
  position: relative;
  max-width: 1160px;
  margin: 1.5rem 0;
  overflow: auto;
  border: 1px solid #334155;
  border-radius: 8px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); }
  .highlight:not(:has(table))::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 25px;
    background: #334155;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    z-index: 1; }
  .highlight:not(:has(table))::after {
    content: url(../img/dots.svg);
    position: absolute;
    top: -8px;
    left: 12px;
    width: 52px;
    height: 12px;
    z-index: 2; }
  .highlight:not(:has(table))::before {
    height: 37px; }
  .highlight:not(:has(table))::after {
    top: 0; }
  .highlight:not(:has(table)) pre {
    margin-bottom: 0; }
  .highlight > div {
    position: relative; }
    .highlight > div:has(table)::before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      height: 25px;
      background: #334155;
      border-top-left-radius: 8px;
      border-top-right-radius: 8px;
      z-index: 1; }
    .highlight > div:has(table)::after {
      content: url(../img/dots.svg);
      position: absolute;
      top: -8px;
      left: 12px;
      width: 52px;
      height: 12px;
      z-index: 2; }
  .highlight pre::before,
  .highlight pre::after,
  .highlight table::before,
  .highlight table::after {
    display: none !important; }
  .highlight code {
    display: block;
    padding: 0.25rem 0.5rem 0rem;
    font-family: 'JetBrains Mono', 'Fira Code', Monaco, Consolas, monospace;
    font-size: 0.9em;
    line-height: 1.6;
    background: #1E293B;
    color: #E2E8F0; }
  .highlight table {
    margin: 0;
    min-width: 70%;
    max-width: 100%;
    border-spacing: 0;
    background: #1E293B; }
    .highlight table td {
      vertical-align: top;
      padding: 0;
      border: 0; }
      .highlight table td:first-child pre {
        color: #7f7f7f;
        user-select: none;
        text-align: right;
        background: transparent; }
      .highlight table td:last-child {
        width: 100%; }
        .highlight table td:last-child pre {
          background: transparent; }

pre[tabindex="0"]:not(.highlight pre) {
  position: relative;
  max-width: 1160px;
  margin: 1.5rem 0;
  overflow: auto;
  border: 1px solid #334155;
  border-radius: 8px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  background: #1E293B; }
  pre[tabindex="0"]:not(.highlight pre)::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 25px;
    background: #334155;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    z-index: 1; }
  pre[tabindex="0"]:not(.highlight pre)::after {
    content: url(../img/dots.svg);
    position: absolute;
    top: -8px;
    left: 12px;
    width: 52px;
    height: 12px;
    z-index: 2; }
  pre[tabindex="0"]:not(.highlight pre)::after {
    top: -8px; }
  pre[tabindex="0"]:not(.highlight pre) code {
    display: block;
    padding: calc(25px + 0.5rem) 0.5rem 0.25rem;
    font-family: 'JetBrains Mono', 'Fira Code', Monaco, Consolas, monospace;
    font-size: 0.9em;
    line-height: 1.6;
    color: #E2E8F0; }

.highlight .c, .highlight .cm, .highlight .c1 {
  color: #998;
  font-style: italic; }

.highlight .k, .highlight .kc, .highlight .kd, .highlight .kp, .highlight .kr {
  color: #FF7AB2;
  font-weight: bold; }

.highlight .s, .highlight .s1, .highlight .s2 {
  color: #A5D6FF; }

.highlight .na {
  color: #008080; }

.highlight .nt {
  color: #000080; }

.highlight .nf {
  color: #D2A8FF; }

.highlight .m, .highlight .mi, .highlight .mf {
  color: #FF9580; }

.highlight .o {
  font-weight: bold; }

.highlight .lineno {
  border-right: 3px solid #6ce26c;
  color: #afafaf;
  margin-right: 1em;
  padding-right: 0.5em;
  user-select: none; }

.highlighter-rouge .highlight {
  background: #1E293B; }
  .highlighter-rouge .highlight code {
    color: #E2E8F0; }

.hint, [data-hint] {
  position: relative;
  display: inline-block;
  border-bottom: 2px dotted #aaa;
  cursor: pointer; }
  .hint:before, .hint:after, [data-hint]:before, [data-hint]:after {
    position: absolute;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    transition: 0.3s ease;
    -webkit-transition-delay: 0;
    -moz-transition-delay: 0;
    transition-delay: 0;
    visibility: hidden;
    opacity: 0;
    z-index: 1000000;
    pointer-events: none; }
  .hint:hover:before, .hint:hover:after, .hint:focus:before, .hint:focus:after, [data-hint]:hover:before, [data-hint]:hover:after, [data-hint]:focus:before, [data-hint]:focus:after {
    visibility: visible;
    opacity: 1; }
  .hint:hover:before, .hint:hover:after, [data-hint]:hover:before, [data-hint]:hover:after {
    -webkit-transition-delay: 100ms;
    -moz-transition-delay: 100ms;
    transition-delay: 100ms; }
  .hint:before, [data-hint]:before {
    content: '';
    position: absolute;
    background: transparent;
    border: 6px solid transparent;
    z-index: 1000001; }
  .hint:after, [data-hint]:after {
    box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.3);
    content: attr(data-hint);
    background: #555;
    color: #fff;
    padding: 8px 10px;
    font-size: 0.75em;
    line-height: 12px;
    text-shadow: 0 -1px 0 #000;
    white-space: nowrap; }

[data-hint='']:before, [data-hint='']:after {
  display: none !important; }

.hint--top:before {
  border-top-color: #383838;
  margin-bottom: -12px; }

.hint--top:after {
  margin-left: -18px; }

.hint--top:before, .hint--top:after {
  bottom: 100%;
  left: 50%; }

.hint--top:hover:before, .hint--top:hover:after, .hint--top:focus:before, .hint--top:focus:after {
  -webkit-transform: translateY(-8px);
  -moz-transform: translateY(-8px);
  transform: translateY(-8px); }

@media screen and (max-width: 964px) {
  ul.right-sidebar {
    margin-left: 1%; } }

@media screen and (max-width: 964px) {
  body {
    background-image: url("../img/kidsil_bg_mobile.jpg"); }
  ul.post-list {
    flex-basis: 100%; }
  ul.right-sidebar {
    display: none; }
  .highlight {
    max-width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; }
  article.post > table,
  article.post > .table-wrapper {
    display: block;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    max-width: 100%;
    white-space: nowrap; }
  .single-col table:not(.highlight table) {
    display: block;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; } }
