/******* Do not edit this file *******
Woody Code Snippets CSS and JS
Saved: Apr 14 2026 | 19:40:39 */
body.blog,
body.archive.category,
body.archive.tag,
body.archive.date,
body.single-post {
  --taxik-blog-bg: #050816;
  --taxik-blog-panel: rgba(11, 18, 33, 0.84);
  --taxik-blog-panel-strong: rgba(17, 27, 48, 0.92);
  --taxik-blog-line: rgba(255, 255, 255, 0.09);
  --taxik-blog-line-accent: rgba(141, 221, 255, 0.24);
  --taxik-blog-text: rgba(231, 240, 255, 0.8);
  --taxik-blog-heading: #ffffff;
  --taxik-blog-accent: #8dddff;
  --taxik-blog-accent-2: #ffd45c;
  --taxik-blog-shadow: 0 30px 90px rgba(0, 0, 0, 0.34);
}

body.blog #main,
body.archive.category #main,
body.archive.tag #main,
body.archive.date #main,
body.single-post #main {
  background: transparent;
}

#content.blog-wrapper {
  position: relative;
  overflow: hidden;
  padding: clamp(36px, 5vw, 74px) 0 clamp(70px, 8vw, 110px);
  background:
    radial-gradient(circle at 8% 20%, rgba(109, 220, 255, 0.11), transparent 28%),
    radial-gradient(circle at 92% 16%, rgba(255, 212, 92, 0.1), transparent 26%),
    linear-gradient(180deg, rgba(6, 10, 24, 0.96) 0%, rgba(5, 8, 22, 1) 100%);
}

#content.blog-wrapper::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.028) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.028) 1px, transparent 1px);
  background-size: 70px 70px;
  opacity: 0.4;
  pointer-events: none;
}

#content.blog-wrapper::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(109, 220, 255, 0.05), transparent 18%, transparent 82%, rgba(255, 212, 92, 0.05)),
    radial-gradient(circle at 50% 0%, rgba(255, 255, 255, 0.04), transparent 36%);
  pointer-events: none;
}

#content.blog-wrapper .row.row-large.row-divided {
  position: relative;
  z-index: 1;
  max-width: 1320px;
  margin: 0 auto;
  align-items: flex-start;
}

#content.blog-wrapper .large-9.col,
#content.blog-wrapper .post-sidebar.large-3.col {
  padding-bottom: 0;
}

.blog-wrapper a {
  transition: color 0.22s ease, border-color 0.22s ease, background 0.22s ease, transform 0.22s ease, box-shadow 0.22s ease;
}

.blog-wrapper .article-inner,
.blog-wrapper .post-sidebar .widget,
.blog-wrapper #comments {
  position: relative;
  border: 1px solid var(--taxik-blog-line);
  border-radius: 32px;
  background:
    linear-gradient(180deg, rgba(21, 30, 52, 0.9) 0%, rgba(10, 16, 31, 0.92) 100%);
  box-shadow: var(--taxik-blog-shadow);
  overflow: hidden;
}

.blog-wrapper .article-inner::before,
.blog-wrapper .post-sidebar .widget::before,
.blog-wrapper #comments::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 2px;
  background: linear-gradient(90deg, rgba(109, 220, 255, 0.92), rgba(255, 212, 92, 0.84));
  opacity: 0.95;
  pointer-events: none;
}

.blog-wrapper .article-inner:hover {
  transform: translateY(-4px);
  border-color: var(--taxik-blog-line-accent);
  box-shadow: 0 34px 100px rgba(0, 0, 0, 0.42);
}

.blog-single .article-inner:hover {
  transform: none;
}

.blog-archive article.post {
  margin-bottom: 30px;
}

.blog-archive .entry-header,
.blog-single .entry-header {
  padding: 34px 34px 0;
}

.blog-archive .entry-header-text,
.blog-single .entry-header-text {
  margin: 0;
}

.blog-wrapper .entry-category {
  margin-bottom: 14px;
}

.blog-wrapper .entry-category a {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  min-height: 38px;
  padding: 0 16px;
  border-radius: 999px;
  border: 1px solid rgba(109, 220, 255, 0.22);
  background: rgba(109, 220, 255, 0.1);
  color: var(--taxik-blog-accent);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  text-decoration: none;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.02);
}

.blog-wrapper .entry-category a::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--taxik-blog-accent), var(--taxik-blog-accent-2));
  box-shadow: 0 0 18px rgba(109, 220, 255, 0.42);
}

.blog-wrapper .entry-title,
.blog-wrapper .entry-title a {
  color: var(--taxik-blog-heading);
  text-decoration: none;
}

.blog-archive .entry-title {
  margin: 0;
  font-size: clamp(28px, 4vw, 42px);
  line-height: 1.02;
  letter-spacing: -0.04em;
}

.blog-single .entry-title {
  margin: 0;
  font-size: clamp(36px, 5vw, 58px);
  line-height: 0.98;
  letter-spacing: -0.045em;
}

.blog-wrapper .entry-title a:hover {
  color: #dff6ff;
}

.blog-wrapper .entry-divider.is-divider.small,
.blog-wrapper .entry-divider.is-divider.medium,
.blog-wrapper .widget .is-divider.small {
  width: 78px;
  height: 2px;
  margin: 18px auto 0;
  border: 0;
  background: linear-gradient(90deg, rgba(109, 220, 255, 0.94), rgba(255, 212, 92, 0.82));
  opacity: 1;
}

.blog-wrapper .widget .is-divider.small {
  margin: 16px 0 0;
}

.blog-wrapper .entry-meta.uppercase {
  margin-top: 18px;
  color: rgba(228, 237, 252, 0.58);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.blog-wrapper .entry-meta.uppercase a,
.blog-wrapper footer.entry-meta a,
.blog-wrapper .post-sidebar a,
.blog-wrapper .entry-content a,
.blog-wrapper #comments a,
.blog-wrapper .navigation-post a {
  color: #f2f8ff;
}

.blog-wrapper .entry-meta.uppercase a:hover,
.blog-wrapper footer.entry-meta a:hover,
.blog-wrapper .post-sidebar a:hover,
.blog-wrapper .entry-content a:hover,
.blog-wrapper #comments a:hover,
.blog-wrapper .navigation-post a:hover {
  color: var(--taxik-blog-accent);
}

.blog-wrapper .entry-image {
  margin: 28px 28px 0;
  border-radius: 28px;
  overflow: hidden;
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.28);
}

.blog-wrapper .entry-image img {
  width: 100%;
  display: block;
  transform: scale(1.001);
  filter: saturate(1.04) contrast(1.04);
}

.blog-wrapper .badge.post-date.badge-outline {
  top: 18px;
  left: 18px;
  right: auto;
  margin: 0;
}

.blog-wrapper .badge.post-date .badge-inner {
  min-width: 72px;
  min-height: 72px;
  padding: 10px 12px;
  border-radius: 24px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(9, 15, 30, 0.86);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.32);
  color: #fff;
}

.blog-wrapper .badge.post-date .post-date-day {
  font-size: 22px;
  font-weight: 900;
  line-height: 1;
}

.blog-wrapper .badge.post-date .post-date-month {
  color: var(--taxik-blog-accent);
  letter-spacing: 0.18em;
}

.blog-archive .entry-content {
  padding: 28px 34px 0;
}

.blog-archive .entry-summary {
  margin: 0;
  color: var(--taxik-blog-text);
  font-size: 17px;
  line-height: 1.9;
}

.blog-wrapper .more-link.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  margin-top: 26px;
  padding: 0 24px;
  border-radius: 999px;
  border: 1px solid rgba(109, 220, 255, 0.2);
  background: rgba(255, 255, 255, 0.06);
  color: #fff;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0.05em;
  text-transform: none;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.04);
}

.blog-wrapper .more-link.button:hover {
  background: linear-gradient(135deg, #ffffff 0%, #dff6ff 100%);
  border-color: rgba(255, 255, 255, 0.24);
  color: #07101d;
  transform: translateY(-2px);
  box-shadow: 0 18px 42px rgba(255, 255, 255, 0.12);
}

.blog-archive footer.entry-meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  margin: 28px 34px 0;
  padding-top: 22px;
  border-top: 1px solid rgba(255, 255, 255, 0.07);
  color: rgba(227, 237, 251, 0.62);
  font-size: 13px;
}

.blog-archive .comments-link {
  margin-left: auto;
}

.blog-archive .comments-link a,
.blog-archive .cat-links a {
  display: inline-flex;
  align-items: center;
  min-height: 40px;
  padding: 0 14px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.05);
  color: #f6fbff;
  text-decoration: none;
}

.blog-archive .comments-link a:hover,
.blog-archive .cat-links a:hover {
  border-color: rgba(109, 220, 255, 0.24);
  background: rgba(109, 220, 255, 0.08);
}

.blog-single .entry-content.single-page {
  padding: 34px 40px 0;
  color: var(--taxik-blog-text);
  font-size: 18px;
  line-height: 1.95;
}

.blog-single .entry-content.single-page > *:first-child {
  margin-top: 0;
}

.blog-single .entry-content.single-page h2,
.blog-single .entry-content.single-page h3,
.blog-single .entry-content.single-page h4,
.blog-single .entry-content.single-page h5,
.blog-single .entry-content.single-page h6 {
  color: #fff;
  line-height: 1.12;
  letter-spacing: -0.03em;
}

.blog-single .entry-content.single-page h2 {
  font-size: clamp(28px, 4vw, 40px);
  margin: 1.7em 0 0.7em;
}

.blog-single .entry-content.single-page h3 {
  font-size: clamp(24px, 3vw, 30px);
  margin: 1.6em 0 0.65em;
}

.blog-single .entry-content.single-page p,
.blog-single .entry-content.single-page ul,
.blog-single .entry-content.single-page ol,
.blog-single .entry-content.single-page blockquote {
  margin-bottom: 1.1em;
}

.blog-single .entry-content.single-page ul,
.blog-single .entry-content.single-page ol {
  padding-left: 1.25em;
}

.blog-single .entry-content.single-page li + li {
  margin-top: 0.5em;
}

.blog-single .entry-content.single-page blockquote {
  margin: 2em 0;
  padding: 24px 26px;
  border-left: 3px solid var(--taxik-blog-accent);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.05);
  color: #f3f8ff;
}

.blog-single .blog-share {
  margin-top: 34px;
}

.blog-single .blog-share .is-divider.medium {
  margin-top: 0;
}

.blog-single .share-icons {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
  margin-top: 22px;
}

.blog-single .share-icons .icon.button {
  width: 50px;
  height: 50px;
  margin: 0;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.05);
  color: #fff;
  box-shadow: none;
}

.blog-single .share-icons .icon.button:hover {
  transform: translateY(-2px);
  border-color: rgba(109, 220, 255, 0.24);
  background: rgba(109, 220, 255, 0.1);
  color: var(--taxik-blog-accent);
}

.blog-single footer.entry-meta.text-center,
.blog-single .entry-author.author-box,
.blog-single .navigation-post {
  margin: 32px 40px 0;
  padding: 26px 28px;
  border-radius: 28px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.04);
  color: rgba(231, 240, 255, 0.74);
}

.blog-single .entry-author.author-box .author-name {
  margin: 0 0 8px;
  color: #fff;
  letter-spacing: 0.18em;
}

.blog-single .blog-author-image img {
  border: 2px solid rgba(109, 220, 255, 0.18);
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.22);
}

.blog-single .navigation-post {
  padding: 0;
  overflow: hidden;
}

.blog-single .navigation-post .next-prev-nav {
  gap: 0;
  border: 0;
}

.blog-single .navigation-post .nav-prev,
.blog-single .navigation-post .nav-next {
  min-width: 0;
}

.blog-single .navigation-post a {
  display: block;
  min-height: 100%;
  padding: 24px 26px;
  text-decoration: none;
  color: #f7fbff;
}

.blog-single .navigation-post a:hover {
  background: rgba(109, 220, 255, 0.06);
}

.blog-single #comments {
  margin-top: 30px;
  padding: 30px 30px 34px;
}

.blog-single #comments .comment-reply-title {
  margin: 0;
  color: #fff;
  font-size: clamp(24px, 3vw, 32px);
  line-height: 1.08;
  letter-spacing: -0.03em;
}

.blog-single #comments .comment-notes,
.blog-single #comments .logged-in-as,
.blog-single #comments label,
.blog-single #comments .required-field-message {
  color: rgba(229, 238, 252, 0.72);
}

.blog-single #comments form {
  margin-top: 24px;
}

.blog-single #comments p {
  margin-bottom: 16px;
}

.blog-single #comments input[type="text"],
.blog-single #comments input[type="email"],
.blog-single #comments input[type="url"],
.blog-single #comments textarea {
  width: 100%;
  min-height: 56px;
  padding: 16px 18px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.05);
  color: #fff;
  box-shadow: none;
}

.blog-single #comments textarea {
  min-height: 180px;
  resize: vertical;
}

.blog-single #comments input[type="text"]:focus,
.blog-single #comments input[type="email"]:focus,
.blog-single #comments input[type="url"]:focus,
.blog-single #comments textarea:focus {
  border-color: rgba(109, 220, 255, 0.34);
  outline: 0;
  background: rgba(109, 220, 255, 0.06);
}

.blog-single #comments .comment-form-cookies-consent {
  display: flex;
  align-items: flex-start;
  gap: 12px;
}

.blog-single #comments .comment-form-cookies-consent input {
  margin-top: 5px;
}

.blog-single #comments .submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 56px;
  padding: 0 26px;
  border: 0;
  border-radius: 999px;
  background: linear-gradient(135deg, #ffffff 0%, #dff6ff 100%);
  color: #07101d;
  font-size: 15px;
  font-weight: 800;
  box-shadow: 0 18px 44px rgba(255, 255, 255, 0.12);
}

.blog-single #comments .submit:hover {
  transform: translateY(-2px);
  box-shadow: 0 22px 54px rgba(255, 255, 255, 0.16);
}

.post-sidebar .widget-area {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

@media (min-width: 1024px) {
  .post-sidebar .widget-area {
    position: sticky;
    top: 126px;
  }
}

.blog-wrapper .post-sidebar .widget {
  margin: 0;
  padding: 24px 24px 26px;
}

.blog-wrapper .post-sidebar .widget-title {
  display: block;
}

.blog-wrapper .post-sidebar .widget-title span {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 38px;
  padding: 0 16px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.05);
  color: var(--taxik-blog-accent);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.25em;
  text-transform: uppercase;
}

.blog-wrapper .post-sidebar .widget-title span::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--taxik-blog-accent), var(--taxik-blog-accent-2));
}

.blog-wrapper .post-sidebar .textwidget,
.blog-wrapper .post-sidebar li,
.blog-wrapper .post-sidebar .recentcomments,
.blog-wrapper .post-sidebar .post_comments {
  color: var(--taxik-blog-text);
  line-height: 1.8;
}

.blog-wrapper .post-sidebar ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.blog-wrapper .post-sidebar li + li {
  margin-top: 12px;
}

.blog-wrapper .recent-blog-posts {
  gap: 14px;
  align-items: center;
  padding: 8px 0;
}

.blog-wrapper .recent-blog-posts .badge.post-date.badge-small .badge-inner {
  min-width: 58px;
  min-height: 58px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.06);
}

.blog-wrapper .recent-blog-posts a {
  text-decoration: none;
  font-weight: 700;
  color: #fff;
}

.blog-wrapper .recent-blog-posts .post_comments a,
.blog-wrapper #recentcomments a,
.blog-wrapper .widget_categories a,
.blog-wrapper .widget_archive a {
  color: rgba(233, 241, 255, 0.82);
  text-decoration: none;
}

.blog-wrapper .recent-blog-posts .post_comments a:hover,
.blog-wrapper #recentcomments a:hover,
.blog-wrapper .widget_categories a:hover,
.blog-wrapper .widget_archive a:hover {
  color: var(--taxik-blog-accent);
}

.blog-wrapper .tagcloud {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.blog-wrapper .tagcloud a {
  display: inline-flex;
  align-items: center;
  min-height: 40px;
  padding: 0 14px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.05);
  color: #f3f8ff;
  font-size: 13px !important;
  text-decoration: none;
}

.blog-wrapper .tagcloud a:hover {
  transform: translateY(-1px);
  border-color: rgba(109, 220, 255, 0.24);
  background: rgba(109, 220, 255, 0.1);
}

.blog-wrapper .widget_categories li,
.blog-wrapper .widget_archive li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 12px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.blog-wrapper .widget_categories li:last-child,
.blog-wrapper .widget_archive li:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}

.blog-wrapper .widget_categories li:first-child,
.blog-wrapper .widget_archive li:first-child {
  padding-top: 0;
}

.blog-wrapper .page-numbers,
.blog-wrapper nav.pagination a,
.blog-wrapper nav.pagination span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 48px;
  height: 48px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.05);
  color: #fff;
}

.blog-wrapper nav.pagination .current,
.blog-wrapper nav.pagination a:hover {
  border-color: rgba(109, 220, 255, 0.24);
  background: rgba(109, 220, 255, 0.12);
}

@media (max-width: 1199px) {
  .blog-archive .entry-header,
  .blog-single .entry-header {
    padding: 30px 28px 0;
  }

  .blog-archive .entry-content {
    padding: 26px 28px 0;
  }

  .blog-single .entry-content.single-page,
  .blog-single footer.entry-meta.text-center,
  .blog-single .entry-author.author-box,
  .blog-single .navigation-post {
    margin-left: 28px;
    margin-right: 28px;
  }

  .blog-single .entry-content.single-page {
    padding-left: 0;
    padding-right: 0;
  }
}

@media (max-width: 849px) {
  #content.blog-wrapper {
    padding: 24px 0 72px;
  }

  .blog-wrapper .article-inner,
  .blog-wrapper .post-sidebar .widget,
  .blog-wrapper #comments {
    border-radius: 26px;
  }

  .blog-archive .entry-header,
  .blog-single .entry-header {
    padding: 26px 22px 0;
  }

  .blog-wrapper .entry-image {
    margin: 22px 22px 0;
    border-radius: 22px;
  }

  .blog-archive .entry-content {
    padding: 22px 22px 0;
  }

  .blog-archive footer.entry-meta {
    margin: 24px 22px 0;
    padding-top: 18px;
  }

  .blog-single .entry-content.single-page,
  .blog-single footer.entry-meta.text-center,
  .blog-single .entry-author.author-box,
  .blog-single .navigation-post {
    margin-left: 22px;
    margin-right: 22px;
  }

  .blog-single #comments {
    padding: 26px 22px 28px;
  }

  .post-sidebar.large-3.col {
    margin-top: 24px;
  }
}

@media (max-width: 767px) {
  .blog-wrapper .entry-category a,
  .blog-wrapper .post-sidebar .widget-title span {
    letter-spacing: 0.16em;
  }

  .blog-archive .entry-title {
    font-size: clamp(26px, 9vw, 34px);
  }

  .blog-single .entry-title {
    font-size: clamp(32px, 11vw, 44px);
  }

  .blog-archive footer.entry-meta {
    flex-direction: column;
    align-items: flex-start;
  }

  .blog-archive .comments-link {
    margin-left: 0;
  }

  .blog-single .navigation-post a {
    padding: 20px 18px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .blog-wrapper a,
  .blog-wrapper .article-inner,
  .blog-wrapper .more-link.button,
  .blog-single .share-icons .icon.button,
  .blog-single #comments .submit {
    transition: none !important;
  }

  .blog-wrapper .article-inner:hover,
  .blog-wrapper .more-link.button:hover,
  .blog-single .share-icons .icon.button:hover,
  .blog-single #comments .submit:hover {
    transform: none !important;
  }
}
