:root {
  --sk-editorial-cream: var(--porto-primary-color, #eddfd3);
  --sk-editorial-ink: var(--porto-dark-color, #222222);
  --sk-editorial-muted: #6f6b68;
  --sk-editorial-line: #e8e3df;
  --sk-editorial-soft: #faf8f6;
  --sk-editorial-radius: 18px;
}

.sk-reading-progress {
  position: fixed;
  z-index: 10050;
  top: 0;
  left: 0;
  width: 100%;
  height: 3px;
  pointer-events: none;
  background: transparent;
}

.admin-bar .sk-reading-progress {
  top: 32px;
}

.sk-reading-progress span {
  display: block;
  width: 100%;
  height: 100%;
  transform: scaleX(0);
  transform-origin: left center;
  background: var(--sk-editorial-ink);
  will-change: transform;
}

.sk-editorial-active.single-post .elementor-element-fcd49d4,
.sk-editorial-active.single-post .elementor-element-214bbc2,
.sk-editorial-active.single-post [data-widget_type="porto_single_meta.default"],
.sk-editorial-active.single-post [data-widget_type="porto_single_sharen.default"],
.sk-editorial-active.single-post [data-widget_type="porto_single_author_box.default"],
.sk-editorial-active.single-post .elementor-element-da6f3e4,
.sk-editorial-active.single-post .elementor-element-d4e67c8,
.sk-editorial-active.single-post .elementor-element-be157d6,
.sk-editorial-active.single-post [data-widget_type="porto_single_related.default"] {
  display: none !important;
}

.sk-editorial-active.single-post .elementor-element-4e23bb5 > .elementor-heading-title {
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
}

.sk-editorial-active.single-post .sk-editorial-body.elementor-heading-title,
.sk-editorial-active.single-post .sk-editorial-body > .elementor-heading-title {
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
}

.sk-editorial-article {
  color: var(--sk-editorial-ink);
  font-size: 16px;
  line-height: 1.85;
}

.sk-article-header {
  margin: 0 0 24px;
}

.sk-article-meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 7px 10px;
  padding: 14px 16px;
  border: 1px solid var(--sk-editorial-line);
  border-radius: 13px;
  color: var(--sk-editorial-muted);
  font-size: 13px;
  line-height: 1.45;
  background: #fff;
}

.sk-article-meta a {
  color: var(--sk-editorial-ink);
  font-weight: 600;
  text-decoration: none;
}

.sk-article-meta__dot {
  color: #b5ada6;
}

.sk-article-meta__reviewed {
  flex-basis: 100%;
  padding-top: 8px;
  border-top: 1px solid var(--sk-editorial-line);
}

.sk-article-summary {
  margin: 0 0 24px;
  padding: 20px 22px;
  border-inline-start: 4px solid var(--sk-editorial-ink);
  border-radius: 4px var(--sk-editorial-radius) var(--sk-editorial-radius) 4px;
  background: var(--sk-editorial-soft);
}

.sk-article-summary strong,
.sk-toc summary {
  color: var(--sk-editorial-ink);
  font-size: 15px;
  font-weight: 700;
}

.sk-article-summary p {
  margin: 7px 0 0;
}

.sk-toc {
  margin: 0 0 30px;
  padding: 18px 20px;
  border: 1px solid var(--sk-editorial-line);
  border-radius: var(--sk-editorial-radius);
  background: #fff;
}

.sk-toc summary {
  cursor: pointer;
  list-style-position: inside;
}

.sk-toc nav {
  padding-top: 13px;
}

.sk-toc ol {
  margin: 0;
  padding-inline-start: 20px;
}

.sk-toc li {
  margin: 6px 0;
}

.sk-toc__level-3 {
  margin-inline-start: 18px !important;
  font-size: 14px;
}

.sk-toc a {
  color: #4d4946;
  text-decoration: none;
}

.sk-toc a:hover,
.sk-toc a.is-active {
  color: var(--sk-editorial-ink);
  text-decoration: underline;
  text-underline-offset: 3px;
}

.sk-editorial-body {
  overflow-wrap: anywhere;
}

.sk-editorial-body .sk-editorial-lead {
  margin-bottom: 28px;
  color: #393532;
  font-size: 18px;
  line-height: 1.75;
}

.sk-editorial-body h2,
.sk-editorial-body h3 {
  scroll-margin-top: 120px;
  color: var(--sk-editorial-ink);
  letter-spacing: -0.015em;
}

.sk-editorial-body h2 {
  margin: 42px 0 16px;
  font-size: clamp(24px, 3vw, 31px);
  line-height: 1.3;
}

.sk-editorial-body h3 {
  margin: 30px 0 12px;
  font-size: clamp(19px, 2.4vw, 23px);
  line-height: 1.4;
}

.sk-editorial-body p,
.sk-editorial-body ul,
.sk-editorial-body ol {
  margin-bottom: 20px;
}

.sk-editorial-body figure {
  margin: 30px 0;
}

.sk-editorial-body img {
  max-width: 100%;
  height: auto;
  border-radius: 14px;
}

.sk-editorial-body figure.wp-block-image img {
  display: block;
  width: 100% !important;
  max-width: 100% !important;
  height: auto !important;
  aspect-ratio: auto !important;
  object-fit: contain !important;
}

.sk-editorial-body a {
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

.sk-article-footer > section {
  margin-top: 44px;
}

.sk-article-footer > section > h2,
.sk-related-products > h2,
.sk-related-articles > h2 {
  margin: 0 0 20px;
  color: var(--sk-editorial-ink);
  font-size: clamp(23px, 3vw, 29px);
  line-height: 1.3;
}

.sk-product-grid,
.sk-related-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.sk-product-card,
.sk-related-card {
  overflow: hidden;
  border: 1px solid var(--sk-editorial-line);
  border-radius: var(--sk-editorial-radius);
  background: #fff;
}

.sk-product-card__image,
.sk-related-card__image {
  display: block;
  overflow: hidden;
  aspect-ratio: 4 / 3;
  background: var(--sk-editorial-soft);
}

.sk-product-card__image img,
.sk-related-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 240ms ease;
}

.sk-product-card:hover img,
.sk-related-card:hover img {
  transform: scale(1.025);
}

.sk-product-card__content,
.sk-related-card__content {
  padding: 17px;
}

.sk-product-card h3,
.sk-related-card h3 {
  margin: 0 0 10px;
  font-size: 17px;
  line-height: 1.45;
}

.sk-product-card h3 a,
.sk-related-card h3 a {
  color: var(--sk-editorial-ink);
  text-decoration: none;
}

.sk-product-card__price {
  min-height: 25px;
  margin-bottom: 13px;
  color: var(--sk-editorial-ink);
  font-weight: 600;
}

.sk-editorial-button,
.sk-related-card__link {
  display: inline-flex;
  align-items: center;
  min-height: 40px;
  color: var(--sk-editorial-ink);
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
}

.sk-editorial-button {
  justify-content: center;
  padding: 9px 16px;
  border-radius: 999px;
  background: var(--sk-editorial-cream);
}

.sk-author-box {
  display: grid;
  grid-template-columns: 72px 1fr;
  gap: 17px;
  align-items: center;
  padding: 22px;
  border-radius: var(--sk-editorial-radius);
  background: var(--sk-editorial-soft);
}

.sk-author-box__avatar {
  width: 72px;
  height: 72px;
  border-radius: 50%;
}

.sk-author-box__label {
  color: var(--sk-editorial-muted);
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: .06em;
}

.sk-author-box h2 {
  margin: 2px 0 5px;
  font-size: 20px;
}

.sk-author-box p {
  margin: 0;
  color: #55504c;
  font-size: 14px;
  line-height: 1.65;
}

.sk-share-tools {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 13px;
  padding-block: 20px;
  border-block: 1px solid var(--sk-editorial-line);
}

.sk-share-tools__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.sk-share-tools button,
.sk-share-tools a {
  appearance: none;
  min-height: 38px;
  padding: 8px 14px;
  border: 1px solid var(--sk-editorial-line);
  border-radius: 999px;
  color: var(--sk-editorial-ink);
  font: inherit;
  font-size: 13px;
  text-decoration: none;
  background: #fff;
  cursor: pointer;
}

.sk-share-tools button:hover,
.sk-share-tools a:hover {
  border-color: var(--sk-editorial-ink);
}

.sk-share-tools__status {
  color: #356b42;
  font-size: 13px;
}

.sk-related-card__content > span,
.sk-archive-card-meta {
  display: block;
  margin-bottom: 7px;
  color: var(--sk-editorial-muted);
  font-size: 12px;
  font-weight: 600;
}

.sk-related-card p {
  margin: 0 0 12px;
  color: #625d59;
  font-size: 13px;
  line-height: 1.6;
}

.sk-editorial-archive .elementor-widget-porto_archive_posts_grid .posts-wrap.posts-container {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
  margin: 0 !important;
}

.sk-editorial-archive .porto-tb-item.post {
  width: 100% !important;
  max-width: 100% !important;
  padding: 0 !important;
  overflow: hidden;
  border: 1px solid var(--sk-editorial-line);
  border-radius: var(--sk-editorial-radius);
  background: #fff;
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.sk-editorial-archive .porto-tb-item.post:hover {
  transform: translateY(-3px);
  box-shadow: 0 16px 34px rgba(34, 34, 34, .08);
}

.sk-editorial-archive .porto-tb-featured-image .img-thumbnail,
.sk-editorial-active.single-post .porto-tb-featured-image .img-thumbnail {
  display: block;
  overflow: hidden;
  aspect-ratio: 40 / 21;
}

.sk-editorial-archive .porto-tb-featured-image .img-thumbnail img,
.sk-editorial-active.single-post .porto-tb-featured-image .img-thumbnail img {
  display: block;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
}

.sk-editorial-archive .porto-tb-item.post > :not(:first-child) {
  margin-inline: 20px;
}

.sk-editorial-archive .porto-tb-item.post > :last-child {
  margin-bottom: 20px;
}

.sk-editorial-archive .sk-archive-card-meta {
  margin-top: -3px;
}

@media (max-width: 991px) {
  .sk-product-grid,
  .sk-related-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {
  .admin-bar .sk-reading-progress {
    top: 46px;
  }

  .sk-editorial-article {
    font-size: 15px;
    line-height: 1.8;
  }

  .sk-editorial-active.single-post .elementor-element.elementor-element-4e23bb5 {
    margin-inline: 0 !important;
  }

  .sk-editorial-archive .elementor-widget-porto_archive_posts_grid .posts-wrap.posts-container {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .sk-editorial-archive .porto-tb-item.post > :not(:first-child) {
    margin-inline: 10px;
  }

  .sk-article-meta {
    gap: 7px 8px;
  }

  .sk-article-meta__dot {
    display: none;
  }

  .sk-article-meta > *:not(.sk-article-meta__dot) {
    flex-basis: 100%;
  }

  .sk-article-summary,
  .sk-toc {
    padding: 17px;
  }

  .sk-editorial-body .sk-editorial-lead {
    font-size: 17px;
  }

  .sk-product-grid,
  .sk-related-grid {
    grid-template-columns: 1fr;
  }

  .sk-author-box {
    grid-template-columns: 56px 1fr;
    padding: 18px;
  }

  .sk-author-box__avatar {
    width: 56px;
    height: 56px;
  }

  .sk-share-tools {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (prefers-reduced-motion: reduce) {
  .sk-product-card__image img,
  .sk-related-card__image img,
  .sk-editorial-archive .porto-tb-item.post {
    transition: none;
  }
}
