/* PODOSHOP Journal — Elementor design layer
 * All rules are scoped to .podoshop-journal.
 */

.podoshop-journal {
  --pj-ink: #121518;
  --pj-copy: #5d6770;
  --pj-primary: #2878b7;
  --pj-primary-dark: #206ba9;
  --pj-line: #dce7ef;
  --pj-soft: #edf6fb;
  --pj-white: #ffffff;
  --pj-radius-lg: 30px;
  --pj-radius-md: 22px;
  --pj-shadow: 0 18px 48px rgba(35, 75, 105, 0.09);
  color: var(--pj-ink);
  padding-block: 34px 80px;
  background: #fff;
}

.podoshop-journal > .e-con-inner,
.podoshop-journal .pj-shell > .e-con-inner,
.podoshop-journal .pj-hero > .e-con-inner,
.podoshop-journal .pj-section > .e-con-inner {
  max-width: none;
  width: 100%;
}

.podoshop-journal .pj-shell {
  width: min(1180px, calc(100% - 48px));
  margin-inline: auto;
}

.podoshop-journal .pj-hero {
  position: relative;
  z-index: 10;
  overflow: visible;
  padding: 72px 64px;
  border: 1px solid var(--pj-line);
  border-radius: var(--pj-radius-lg);
  background:
    radial-gradient(circle at 88% 16%, rgba(67, 145, 207, 0.2), transparent 26%),
    linear-gradient(135deg, #f9fbfd 0%, var(--pj-soft) 100%);
}

.podoshop-journal .pj-hero::after {
  content: '';
  position: absolute;
  z-index: 0;
  top: 34%;
  right: 60px;
  width: clamp(190px, 19vw, 250px);
  aspect-ratio: 1;
  background: url('podoshop-logo-fine-lines.png') center / contain no-repeat;
  opacity: 0.2;
  transform: translateY(-50%);
  pointer-events: none;
}

.podoshop-journal .pj-hero-inner {
  position: relative;
  z-index: 1;
  max-width: 780px;
}

.podoshop-journal .pj-kicker .elementor-heading-title,
.podoshop-journal .pj-kicker {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: var(--pj-primary);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.podoshop-journal .pj-kicker::before {
  content: '';
  display: block;
  width: 24px;
  height: 2px;
  border-radius: 999px;
  background: var(--pj-primary);
}

.podoshop-journal .pj-hero-title .elementor-heading-title {
  max-width: 720px;
  margin: 0;
  color: var(--pj-ink);
  font-size: clamp(45px, 7vw, 85px);
  font-weight: 700;
  line-height: 0.95;
  letter-spacing: -0.065em;
}

.podoshop-journal .pj-hero-title em {
  display: block;
}

.podoshop-journal .pj-hero-title em {
  color: var(--pj-primary);
  font-style: normal;
}

.podoshop-journal .pj-hero-copy {
  max-width: 630px;
  color: var(--pj-copy);
  font-size: clamp(16px, 1.9vw, 19px);
  line-height: 1.55;
}

.podoshop-journal .pj-search {
  max-width: 700px;
  padding: 8px;
  border: 1px solid var(--pj-line);
  border-radius: 16px;
  background: var(--pj-white);
  box-shadow: var(--pj-shadow);
}

.podoshop-journal .pj-search input {
  min-height: 44px;
  border: 0 !important;
  box-shadow: none !important;
}

.podoshop-journal .pj-search button {
  min-height: 44px;
  border-radius: 12px !important;
  background: var(--pj-ink) !important;
  font-size: 12px !important;
  font-weight: 700 !important;
}

.podoshop-journal .pj-search-form {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 8px;
}

.podoshop-journal .pj-search-form input {
  min-width: 0;
  min-height: 48px;
  padding: 0 16px;
  border: 0;
  border-radius: 12px;
  background: transparent;
  color: var(--pj-ink);
  outline: none;
}

.podoshop-journal .pj-search-form button {
  min-height: 48px;
  padding: 0 20px;
  border: 0;
  border-radius: 12px;
  background: var(--pj-ink);
  color: #fff;
  font-size: 12px;
  font-weight: 700;
}

.podoshop-journal .pj-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.podoshop-journal .pj-pill .elementor-button,
.podoshop-journal .pj-pill,
.podoshop-journal .pj-pill a {
  min-height: 36px;
  padding: 10px 16px;
  border: 1px solid #d8e0e6;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.82);
  color: #3e474f;
  font-size: 11px;
  font-weight: 700;
  line-height: 1;
  transition: 180ms ease;
}

.podoshop-journal .pj-pill a:hover,
.podoshop-journal .pj-pill:hover,
.podoshop-journal .pj-pill.is-active,
.podoshop-journal .pj-pill.is-active a {
  border-color: var(--pj-primary);
  background: var(--pj-primary);
  color: #fff;
}

.podoshop-journal .pj-section {
  margin-top: 56px;
}

.podoshop-journal .pj-section-heading {
  padding-bottom: 20px;
  border-bottom: 1px solid #e5ebef;
}

.podoshop-journal .pj-section-title .elementor-heading-title {
  color: var(--pj-ink);
  font-size: clamp(29px, 4vw, 40px);
  font-weight: 700;
  line-height: 1.08;
  letter-spacing: -0.045em;
}

.podoshop-journal .pj-section-copy {
  max-width: 610px;
  color: var(--pj-copy);
  font-size: 14px;
  line-height: 1.7;
}

.podoshop-journal .pj-latest-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.6fr) minmax(260px, 0.8fr);
  gap: 16px;
}

.podoshop-journal .pj-latest-grid > .e-con-inner {
  display: grid;
  grid-template-columns: minmax(0, 1.6fr) minmax(260px, 0.8fr);
  gap: 16px;
  width: 100%;
  max-width: none;
}

.podoshop-journal .pj-small-loop .elementor-loop-container {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
}

.podoshop-journal .pj-featured-card,
.podoshop-journal .pj-latest-small {
  position: relative;
  overflow: hidden;
  border-radius: 26px;
  background: #172027;
  color: #fff;
}

.podoshop-journal .pj-featured-card {
  min-height: 460px;
}

.podoshop-journal .pj-latest-small {
  min-height: 222px;
  border-radius: var(--pj-radius-md);
}

.podoshop-journal .pj-featured-card::after,
.podoshop-journal .pj-latest-small::after {
  content: '';
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.08) 70%);
  pointer-events: none;
}

.podoshop-journal .pj-featured-card img,
.podoshop-journal .pj-latest-small img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 500ms ease;
}

.podoshop-journal .pj-featured-card .pj-card-image,
.podoshop-journal .pj-latest-small .pj-card-image {
  position: absolute;
  inset: 0;
  margin: 0;
}

.podoshop-journal .pj-featured-card .pj-card-image .elementor-widget-container,
.podoshop-journal .pj-latest-small .pj-card-image .elementor-widget-container,
.podoshop-journal .pj-featured-card .pj-card-image a,
.podoshop-journal .pj-latest-small .pj-card-image a {
  display: block;
  width: 100%;
  height: 100%;
}

.podoshop-journal .pj-featured-card:hover img,
.podoshop-journal .pj-latest-small:hover img {
  transform: scale(1.035);
}

.podoshop-journal .pj-featured-card > .e-con-inner,
.podoshop-journal .pj-latest-small > .e-con-inner,
.podoshop-journal .pj-card-overlay {
  position: relative;
  z-index: 2;
  justify-content: flex-end;
}

.podoshop-journal .pj-featured-card .pj-card-body,
.podoshop-journal .pj-latest-small .pj-card-body {
  position: relative;
  z-index: 2;
  justify-content: flex-end;
  min-height: inherit;
  padding: 28px;
  color: #fff;
}

.podoshop-journal .pj-latest-small .pj-card-body {
  padding: 20px;
}

.podoshop-journal .pj-featured-card .pj-card-title a,
.podoshop-journal .pj-featured-card .pj-card-title .elementor-heading-title,
.podoshop-journal .pj-latest-small .pj-card-title a,
.podoshop-journal .pj-latest-small .pj-card-title .elementor-heading-title {
  color: #fff;
}

.podoshop-journal .pj-featured-card .pj-card-title .elementor-heading-title {
  font-size: clamp(28px, 3.5vw, 46px);
  line-height: 1.02;
}

.podoshop-journal .pj-latest-small .pj-card-title .elementor-heading-title {
  font-size: 19px;
}

.podoshop-journal .pj-featured-card .pj-card-excerpt,
.podoshop-journal .pj-featured-card .pj-reading-time,
.podoshop-journal .pj-featured-card .pj-card-date,
.podoshop-journal .pj-latest-small .pj-reading-time,
.podoshop-journal .pj-latest-small .pj-card-date {
  color: rgba(255, 255, 255, 0.78);
}

.podoshop-journal .pj-featured-card .pj-card-footer,
.podoshop-journal .pj-latest-small .pj-card-footer {
  border-top-color: rgba(255, 255, 255, 0.2);
  color: rgba(255, 255, 255, 0.76);
}

.podoshop-journal .pj-featured-card .pj-card-footer a,
.podoshop-journal .pj-latest-small .pj-card-footer a {
  color: #fff !important;
}

.podoshop-journal .pj-content-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 300px;
  align-items: start;
  gap: 32px;
}

.podoshop-journal .pj-content-grid > .e-con-inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 300px;
  align-items: start;
  gap: 32px;
  width: 100%;
  max-width: none;
}

.podoshop-journal .pj-topic-stack {
  display: grid;
  gap: 64px;
}

.podoshop-journal .pj-card-grid .elementor-loop-container {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.podoshop-journal .pj-loop-card {
  height: 100%;
  overflow: hidden;
  border: 1px solid #e3eaef;
  border-radius: var(--pj-radius-md);
  background: #fff;
  box-shadow: 0 9px 32px rgba(25, 45, 59, 0.04);
  transition:
    transform 260ms ease,
    box-shadow 260ms ease;
}

.podoshop-journal .pj-loop-card > .e-con-inner {
  height: 100%;
}

.podoshop-journal .pj-loop-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 42px rgba(25, 45, 59, 0.1);
}

.podoshop-journal .pj-card-image img {
  aspect-ratio: 16 / 10;
  width: 100%;
  object-fit: cover;
  transition: transform 500ms ease;
}

.podoshop-journal .pj-loop-card:hover .pj-card-image img {
  transform: scale(1.035);
}

.podoshop-journal .pj-card-body {
  min-height: 250px;
  padding: 20px;
}

.podoshop-journal .pj-card-meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
}

.podoshop-journal .pj-meta-dot {
  width: 3px;
  height: 3px;
  border-radius: 99px;
  background: currentColor;
  opacity: 0.45;
}

.podoshop-journal .pj-card-date {
  color: #86909a;
  font-size: 10px;
  font-weight: 600;
}

.podoshop-journal .pj-category .elementor-post-info__terms-list-item,
.podoshop-journal .pj-category a {
  display: inline-flex;
  padding: 6px 10px;
  border-radius: 999px;
  background: #eaf4fb;
  color: var(--pj-primary) !important;
  font-size: 10px;
  font-weight: 700;
}

.podoshop-journal .pj-reading-time {
  color: #6d7780;
  font-size: 10px;
  font-weight: 600;
  white-space: nowrap;
}

.podoshop-journal .pj-card-title .elementor-heading-title,
.podoshop-journal .pj-card-title a {
  color: var(--pj-ink);
  font-size: 20px;
  font-weight: 700;
  line-height: 1.22;
  letter-spacing: -0.03em;
}

.podoshop-journal .pj-card-excerpt {
  display: -webkit-box;
  overflow: hidden;
  color: #68737c;
  font-size: 12px;
  line-height: 1.65;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.podoshop-journal .pj-card-footer {
  margin-top: auto;
  padding-top: 16px;
  border-top: 1px solid #e8edf0;
}

.podoshop-journal .pj-sidebar {
  position: sticky;
  top: 24px;
  display: grid;
  gap: 16px;
}

.podoshop-journal .pj-sidebar-widget {
  align-self: start;
}

.podoshop-journal .pj-sidebar h3 {
  margin: 7px 0 10px;
  color: var(--pj-ink);
  font-size: 20px;
  font-weight: 700;
  line-height: 1.18;
  letter-spacing: -0.03em;
}

.podoshop-journal .pj-side-kicker {
  color: var(--pj-primary);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.podoshop-journal .pj-side-links {
  display: grid;
  gap: 0;
  margin: 12px 0 0;
  padding: 0;
  list-style: none;
}

.podoshop-journal .pj-side-links li + li {
  border-top: 1px solid #e8edf0;
}

.podoshop-journal .pj-side-links a {
  display: flex;
  justify-content: space-between;
  padding: 12px 0;
  color: #34414b;
  font-size: 12px;
  font-weight: 700;
}

.podoshop-journal .pj-side-links a::after {
  content: '→';
  color: var(--pj-primary);
}

.podoshop-journal .pj-sidebar-card {
  padding: 20px;
  border: 1px solid #e3eaef;
  border-radius: var(--pj-radius-md);
  background: #fff;
}

.podoshop-journal .pj-google-card {
  padding: 20px;
  border: 1px solid #cfe1ee;
  border-radius: var(--pj-radius-md);
  background: linear-gradient(145deg, #f8fbfd 0%, #eaf5fb 100%);
}

.podoshop-journal .pj-google-card .elementor-heading-title {
  color: var(--pj-ink);
  font-size: 20px;
  font-weight: 700;
  line-height: 1.15;
  letter-spacing: -0.03em;
}

.podoshop-journal .pj-google-card p {
  color: var(--pj-copy);
  font-size: 11px;
  line-height: 1.7;
}

.podoshop-journal .pj-google-preferred-source {
  min-height: 40px;
}

.podoshop-journal .pj-popular-number .elementor-heading-title {
  color: #d5dde3;
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
}

.podoshop-journal .pj-newsletter {
  position: relative;
  overflow: hidden;
  padding: 24px;
  border-radius: var(--pj-radius-md);
  background: linear-gradient(145deg, #206ba9 0%, #2878b7 55%, #65aade 100%);
  color: #fff;
}

.podoshop-journal .pj-newsletter h3,
.podoshop-journal .pj-newsletter .pj-side-kicker,
.podoshop-journal .pj-newsletter p,
.podoshop-journal .pj-newsletter a {
  color: #fff;
}

.podoshop-journal .pj-newsletter p {
  font-size: 12px;
  line-height: 1.6;
}

.podoshop-journal .pj-newsletter a {
  display: inline-flex;
  margin-top: 8px;
  padding: 10px 14px;
  border-radius: 999px;
  background: rgba(255,255,255,.16);
  font-size: 11px;
  font-weight: 700;
}

.podoshop-journal .pj-disclaimer {
  padding: 16px;
  border: 1px dashed #d7e0e6;
  border-radius: 18px;
  background: #fff;
  color: #68737c;
  font-size: 10px;
  line-height: 1.6;
}

@media (prefers-reduced-motion: reduce) {
  .podoshop-journal *,
  .podoshop-journal *::before,
  .podoshop-journal *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}

@media (max-width: 1024px) {
  .podoshop-journal .pj-content-grid {
    grid-template-columns: 1fr;
  }

  .podoshop-journal .pj-sidebar {
    position: static;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .podoshop-journal .pj-content-grid > .e-con-inner {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 767px) {
  .podoshop-journal .pj-shell {
    width: min(100% - 32px, 1180px);
  }

  .podoshop-journal .pj-hero {
    padding: 46px 24px;
    border-radius: 24px;
  }

  .podoshop-journal .pj-hero::after {
    display: none;
  }

  .podoshop-journal .pj-search button {
    padding-inline: 13px !important;
  }

  .podoshop-journal .pj-latest-grid,
  .podoshop-journal .pj-card-grid .elementor-loop-container,
  .podoshop-journal .pj-sidebar {
    grid-template-columns: 1fr;
  }

  .podoshop-journal .pj-latest-grid > .e-con-inner {
    grid-template-columns: 1fr;
  }

  .podoshop-journal .pj-search-form {
    grid-template-columns: 1fr;
  }

  .podoshop-journal .pj-featured-card {
    min-height: 390px;
  }

  .podoshop-journal .pj-topic-stack {
    gap: 48px;
  }

  .podoshop-journal .pj-section {
    margin-top: 44px;
  }
}

/* Full-page canvas, hero alignment and featured emphasis — v1.5.0 */
body.blog,
body.blog .main-page-wrapper,
body.blog .main-page-wrapper > .container,
body.blog .main-page-wrapper .site-content {
  background-color: #fafcfd !important;
}

body.blog .main-page-wrapper > .container {
  max-width: none;
}

.podoshop-journal .pj-hero > .e-con-inner {
  width: 100%;
  max-width: none !important;
  margin-right: 0 !important;
  margin-left: 0 !important;
}

.podoshop-journal .pj-hero-inner {
  width: min(1120px, 100%) !important;
  max-width: 1120px !important;
  margin-right: auto !important;
  margin-left: 0 !important;
}

.podoshop-journal .pj-hero-inner > .e-con-inner {
  width: 100%;
  max-width: none !important;
  margin-right: 0 !important;
  margin-left: 0 !important;
}

.podoshop-journal .pj-hero-title .elementor-heading-title {
  max-width: 980px;
  font-size: clamp(64px, 7vw, 104px) !important;
}

.podoshop-journal .pj-hero-copy {
  max-width: 860px;
}

.podoshop-journal .pj-hero-copy p {
  font-size: clamp(18px, 1.7vw, 22px);
  line-height: 1.5;
}

.podoshop-journal .pj-search {
  max-width: 1040px;
}

.podoshop-journal .pj-featured-card::after {
  background:
    linear-gradient(90deg, rgba(5, 14, 21, 0.84) 0%, rgba(5, 14, 21, 0.58) 46%, rgba(5, 14, 21, 0.22) 78%, rgba(5, 14, 21, 0.12) 100%),
    linear-gradient(to top, rgba(3, 10, 16, 0.78), rgba(3, 10, 16, 0.04) 76%);
}

.podoshop-journal .pj-featured-card .pj-card-body {
  max-width: 1040px;
  padding: 64px 72px;
}

.podoshop-journal .pj-featured-card .pj-card-title {
  max-width: 960px;
}

.podoshop-journal .pj-featured-card .pj-card-title .elementor-heading-title {
  font-size: clamp(56px, 4.5vw, 76px) !important;
  font-weight: 700 !important;
  line-height: 1.02 !important;
  letter-spacing: -0.045em !important;
}

.podoshop-journal .pj-featured-card .pj-card-excerpt {
  max-width: 900px;
  color: rgba(255, 255, 255, 0.94);
  font-size: clamp(17px, 1.45vw, 20px);
  font-weight: 500;
  line-height: 1.6;
}

.podoshop-journal .pj-featured-card .pj-card-meta,
.podoshop-journal .pj-featured-card .pj-card-meta .pj-category,
.podoshop-journal .pj-featured-card .pj-reading-time,
.podoshop-journal .pj-featured-card .pj-card-date {
  font-size: 13px;
  font-weight: 700;
}

@media (max-width: 767px) {
  .podoshop-journal .pj-hero-title .elementor-heading-title {
    font-size: 52px !important;
  }

  .podoshop-journal .pj-hero-copy p {
    font-size: 17px;
  }

  .podoshop-journal .pj-featured-card .pj-card-body {
    padding: 30px;
  }

  .podoshop-journal .pj-featured-card .pj-card-title .elementor-heading-title {
    font-size: 38px !important;
  }

  .podoshop-journal .pj-featured-card .pj-card-excerpt {
    font-size: 15px;
  }
}

/* v1.2 — exact visual alignment with the approved localhost Journal concept. */
.podoshop-journal,
.podoshop-journal .elementor-heading-title,
.podoshop-journal h1,
.podoshop-journal h2,
.podoshop-journal h3,
.podoshop-journal h4,
.podoshop-journal h5,
.podoshop-journal h6,
.podoshop-journal p,
.podoshop-journal input,
.podoshop-journal textarea,
.podoshop-journal select,
.podoshop-journal button,
.podoshop-journal a,
.podoshop-journal strong,
.podoshop-journal small,
.podoshop-journal time,
.podoshop-journal li,
.podoshop-journal label {
  font-family: inherit !important;
}

.podoshop-journal {
  width: 100%;
  max-width: none !important;
  padding: 20px 0 80px;
  background: #fafcfd;
  color: #121518;
}

/* The Woodmart desktop content wrapper is a grid. Journal routes must span it. */
#main-content > #primary.pjs-site-main {
  grid-column: 1 / -1 !important;
  width: 100% !important;
  max-width: none !important;
  min-width: 0;
}

.podoshop-journal > .e-con-inner,
.podoshop-journal .pj-shell > .e-con-inner {
  width: 100%;
  max-width: none !important;
  gap: 0;
}

.podoshop-journal .pj-shell {
  position: relative;
  left: 50%;
  width: min(1180px, calc(100vw - 48px));
  max-width: none !important;
  margin: 0;
  transform: translateX(-50%);
}

.podoshop-journal .pj-hero {
  width: 100%;
  padding: 80px 64px;
  border: 1px solid #dce7ef;
  border-radius: 30px;
  background:
    radial-gradient(circle at 88% 16%, rgba(67, 145, 207, 0.2), transparent 26%),
    linear-gradient(135deg, #f9fbfd 0%, #edf6fb 100%);
}

.podoshop-journal .pj-hero > .e-con-inner,
.podoshop-journal .pj-hero-inner > .e-con-inner {
  width: 100%;
  max-width: 780px !important;
  gap: 0;
}

.podoshop-journal .pj-hero-title {
  margin-top: 20px;
}

.podoshop-journal .pj-hero-title .elementor-heading-title {
  max-width: 720px;
  font-size: clamp(44.8px, 7vw, 84.8px) !important;
  font-weight: 700 !important;
  line-height: 0.95 !important;
  letter-spacing: -0.065em !important;
}

.podoshop-journal .pj-hero-copy {
  max-width: 630px;
  margin-top: 20px;
}

.podoshop-journal .pj-hero-copy p {
  margin: 0;
  color: #5d6770;
  font-size: clamp(15.7px, 1.9vw, 19.2px);
  font-weight: 400;
  line-height: 1.46;
}

.podoshop-journal .pj-search {
  width: 100%;
  max-width: 700px;
  margin-top: 32px;
  padding: 8px 8px 8px 16px;
}

.podoshop-journal .pj-search-form {
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 8px;
}

.podoshop-journal .pj-search-icon {
  color: #2878b7;
  font-size: 25px;
  line-height: 1;
}

.podoshop-journal .pj-search-form input {
  height: 44px;
  min-height: 44px;
  padding: 0 4px;
  color: #121518;
  font-size: 14px;
  font-weight: 400;
}

.podoshop-journal .pj-search-form button {
  height: 44px;
  min-height: 44px;
  padding: 0 20px;
  border-radius: 12px;
  font-size: 12px;
  font-weight: 700;
}

.podoshop-journal .pj-pills-widget {
  margin-top: 20px;
}

.podoshop-journal .pj-pills {
  gap: 8px;
}

.podoshop-journal .pj-pill {
  min-height: 36px;
  padding: 10px 16px;
  border: 1px solid #d8e0e6;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.82);
  color: #3e474f;
  font-size: 11px;
  font-weight: 700;
}

.podoshop-journal .pj-pill.is-active,
.podoshop-journal .pj-pill:hover {
  border-color: #2878b7;
  background: #2878b7;
  color: #fff;
}

.podoshop-journal .pj-section {
  margin-top: 56px;
}

.podoshop-journal .pj-latest-heading {
  margin-bottom: 24px;
  padding: 0;
  border: 0;
}

.podoshop-journal .pj-latest-heading > .e-con-inner {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  justify-content: space-between;
  gap: 16px;
  width: 100%;
  max-width: none !important;
}

.podoshop-journal .pj-heading-copy > .e-con-inner {
  gap: 0;
}

.podoshop-journal .pj-heading-copy .pj-section-title {
  margin-top: 8px;
}

.podoshop-journal .pj-section-title .elementor-heading-title {
  margin: 0;
  font-size: clamp(28.8px, 4vw, 40px) !important;
  font-weight: 700 !important;
  line-height: 1.08 !important;
  letter-spacing: -0.045em !important;
}

.podoshop-journal .pj-section-link {
  color: #2878b7;
  font-size: 12px;
  font-weight: 700;
}

.podoshop-journal .pj-latest-grid {
  margin: 0;
}

.podoshop-journal .pj-latest-grid > .e-con-inner {
  grid-template-columns: minmax(0, 1.6fr) minmax(260px, 0.8fr);
  gap: 16px;
}

.podoshop-journal .pj-featured-loop,
.podoshop-journal .pj-small-loop,
.podoshop-journal .pj-featured-loop .elementor-loop-container,
.podoshop-journal .pj-small-loop .elementor-loop-container {
  width: 100%;
}

.podoshop-journal .pj-featured-card {
  min-height: 460px;
  border-radius: 26px;
}

.podoshop-journal .pj-latest-small {
  min-height: 222px;
  border-radius: 22px;
}

.podoshop-journal .pj-featured-card .pj-card-body {
  max-width: 680px;
  padding: 40px;
}

.podoshop-journal .pj-latest-small .pj-card-body {
  padding: 24px;
}

.podoshop-journal .pj-featured-card .pj-card-title {
  margin-top: 16px;
}

.podoshop-journal .pj-featured-card .pj-card-title .elementor-heading-title {
  font-size: clamp(28.8px, 4vw, 44.8px) !important;
  font-weight: 700 !important;
  line-height: 1.08 !important;
  letter-spacing: -0.045em !important;
}

.podoshop-journal .pj-latest-small .pj-card-title {
  margin-top: 12px;
}

.podoshop-journal .pj-latest-small .pj-card-title .elementor-heading-title {
  font-size: 18px !important;
  font-weight: 700 !important;
  line-height: 1.25 !important;
  letter-spacing: -0.025em !important;
}

.podoshop-journal .pj-featured-card .pj-card-excerpt {
  max-width: 580px;
  margin-top: 12px;
  color: rgba(255, 255, 255, 0.8);
  font-size: 14px;
  line-height: 24px;
}

.podoshop-journal .pj-content-grid {
  margin-top: 0;
  padding-top: 64px;
}

.podoshop-journal .pj-content-grid > .e-con-inner {
  grid-template-columns: minmax(0, 1fr) 300px;
  gap: 32px;
}

.podoshop-journal .pj-topic-stack > .e-con-inner {
  gap: 64px;
}

.podoshop-journal .pj-topic-section {
  margin: 0;
}

.podoshop-journal .pj-topic-section .pj-section-heading {
  margin-bottom: 24px;
  padding-bottom: 20px;
  border-bottom: 1px solid #e5ebef;
}

.podoshop-journal .pj-topic-section .pj-section-heading > .e-con-inner {
  gap: 0;
}

.podoshop-journal .pj-topic-section .pj-section-title {
  margin-top: 8px;
}

.podoshop-journal .pj-topic-section .pj-section-copy {
  margin-top: 8px;
}

.podoshop-journal .pj-topic-section .pj-section-copy p {
  margin: 0;
  color: #68737c;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}

.podoshop-journal .pj-card-grid .elementor-loop-container {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.podoshop-journal .pj-loop-card {
  border-radius: 22px;
}

.podoshop-journal .pj-loop-card .pj-card-body {
  min-height: 250px;
  padding: 20px;
}

.podoshop-journal .pj-loop-card .pj-card-title {
  margin-top: 12px;
}

.podoshop-journal .pj-loop-card .pj-card-title .elementor-heading-title {
  font-size: 20px !important;
  font-weight: 600 !important;
  line-height: 1.22 !important;
  letter-spacing: -0.05em !important;
}

.podoshop-journal .pj-loop-card .pj-card-excerpt {
  margin-top: 8px;
  color: #68737c;
  font-size: 12px;
  line-height: 20px;
}

.podoshop-journal .pj-card-meta {
  gap: 8px;
  color: #6d7780;
  font-size: 10px;
  font-weight: 600;
}

.podoshop-journal .pj-card-meta .pj-category {
  padding: 4px 10px;
  border-radius: 999px;
  background: #eaf4fb;
  color: #2878b7;
  font-size: 10px;
  font-weight: 700;
}

.podoshop-journal .pj-card-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  margin-top: 16px;
  padding-top: 16px;
  border-top: 1px solid #e8edf0;
  color: #7b858e;
  font-size: 11px;
}

.podoshop-journal .pj-card-footer a {
  color: #2878b7;
  font-weight: 700;
}

.podoshop-journal .pj-card-footer-widget {
  margin-top: auto;
}

.podoshop-journal .pj-sidebar {
  top: 20px;
  gap: 16px;
}

.podoshop-journal .pj-sidebar-card,
.podoshop-journal .pj-google-card {
  padding: 20px;
  border-radius: 22px;
}

.podoshop-journal .pj-google-g {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  margin-bottom: 20px;
  border-radius: 50%;
  background: #fff;
  color: #4285f4;
  font-size: 20px;
  font-weight: 700;
  box-shadow: 0 2px 8px rgba(30, 60, 80, 0.08);
}

.podoshop-journal .pj-side-kicker {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.13em;
}

.podoshop-journal .pj-sidebar h3 {
  margin: 8px 0 0;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.25;
}

.podoshop-journal .pj-sidebar p {
  margin: 8px 0 0;
  font-size: 11px;
  line-height: 20px;
}

.podoshop-journal .pj-google-link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 40px;
  margin-top: 20px;
  border: 1px solid #d8e0e6;
  border-radius: 12px;
  background: #fff;
  color: #303236;
  font-size: 11px;
  font-weight: 700;
  box-shadow: 0 2px 8px rgba(30, 60, 80, 0.06);
}

.podoshop-journal .pj-sidebar-card > h3 {
  margin-top: 0;
  font-size: 16px;
}

.podoshop-journal .pj-popular-list {
  display: grid;
  gap: 20px;
  margin: 20px 0 0;
  padding: 0;
  list-style: none;
}

.podoshop-journal .pj-popular-list li {
  display: grid;
  grid-template-columns: 32px minmax(0, 1fr);
  gap: 10px;
}

.podoshop-journal .pj-popular-list li > span {
  color: #d5dde3;
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
}

.podoshop-journal .pj-popular-list strong,
.podoshop-journal .pj-popular-list small {
  display: block;
}

.podoshop-journal .pj-popular-list strong {
  font-size: 11px;
  font-weight: 700;
  line-height: 16px;
}

.podoshop-journal .pj-popular-list small {
  margin-top: 4px;
  color: #7b858e;
  font-size: 10px;
}

.podoshop-journal .pj-newsletter {
  padding: 24px;
  border-radius: 22px;
}

.podoshop-journal .pj-newsletter h3 {
  color: #fff;
}

.podoshop-journal .pj-disclaimer {
  margin: 0;
  padding: 16px;
  border-radius: 18px;
}

@media (max-width: 1024px) {
  .podoshop-journal .pj-content-grid > .e-con-inner {
    grid-template-columns: 1fr;
  }

  .podoshop-journal .pj-sidebar {
    position: static;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {
  .podoshop-journal {
    padding-top: 16px;
  }

  .podoshop-journal .pj-shell {
    width: calc(100vw - 32px);
  }

  .podoshop-journal .pj-hero {
    padding: 48px 24px;
    border-radius: 24px;
  }

  .podoshop-journal .pj-search-form {
    grid-template-columns: auto minmax(0, 1fr);
  }

  .podoshop-journal .pj-search-form button {
    grid-column: 1 / -1;
    width: 100%;
  }

  .podoshop-journal .pj-latest-grid > .e-con-inner,
  .podoshop-journal .pj-card-grid .elementor-loop-container,
  .podoshop-journal .pj-sidebar {
    grid-template-columns: 1fr;
  }

  .podoshop-journal .pj-featured-card .pj-card-body {
    padding: 28px;
  }

  .podoshop-journal .pj-latest-heading > .e-con-inner {
    align-items: flex-start;
  }

  .podoshop-journal .pj-section-link {
    display: none;
  }
}

/* Journal desktop refinements — v1.3.2 */
.podoshop-journal {
  --pj-primary: #087fc4;
  --pj-primary-strong: #006faf;
}

.podoshop-journal .pj-shell {
  width: min(1480px, calc(100vw - 64px));
}

.podoshop-journal .pj-hero > .e-con-inner,
.podoshop-journal .pj-hero-inner > .e-con-inner {
  max-width: 920px !important;
}

.podoshop-journal .pj-hero-title .elementor-heading-title {
  max-width: 840px;
}

.podoshop-journal .pj-hero-copy {
  max-width: 760px;
}

.podoshop-journal .pj-search {
  max-width: 820px;
}

/* Elementor containers have their own .e-con-inner. Only the inner element
   should own the grid, otherwise that single inner child is placed in column 1. */
.podoshop-journal .pj-latest-grid,
.podoshop-journal .pj-content-grid {
  display: block;
  width: 100%;
}

.podoshop-journal .pj-content-grid > .e-con-inner {
  grid-template-columns: minmax(0, 1fr) 340px;
  gap: 40px;
}

.podoshop-journal .pj-latest-heading .pj-heading-copy {
  flex: 1 1 auto;
  min-width: 0;
}

.podoshop-journal .pj-latest-heading .elementor-widget-html,
.podoshop-journal .pj-category-link-widget {
  width: auto !important;
}

.podoshop-journal .pj-section-link,
.podoshop-journal .pj-category-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--pj-primary) !important;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  white-space: nowrap;
}

.podoshop-journal .pj-section-link:hover,
.podoshop-journal .pj-category-link:hover {
  color: var(--pj-primary-strong) !important;
  transform: translateX(2px);
}

.podoshop-journal .pj-topic-section .pj-section-heading > .e-con-inner {
  position: relative;
}

.podoshop-journal .pj-category-link-widget {
  position: absolute;
  right: 0;
  bottom: 20px;
}

.podoshop-journal .pj-section-title .elementor-heading-title {
  font-size: clamp(32px, 3vw, 46px) !important;
}

.podoshop-journal .pj-topic-section .pj-section-copy p {
  font-size: 15px;
  line-height: 1.65;
}

.podoshop-journal .pj-loop-card .pj-card-title .elementor-heading-title {
  font-size: 23px !important;
  line-height: 1.2 !important;
}

.podoshop-journal .pj-loop-card .pj-card-title a,
.podoshop-journal .pj-featured-card .pj-card-title a,
.podoshop-journal .pj-latest-small .pj-card-title a {
  color: inherit;
  text-decoration: none;
}

.podoshop-journal .pj-loop-card .pj-card-title a:hover {
  color: var(--pj-primary);
}

.podoshop-journal .pj-loop-card .pj-card-excerpt {
  font-size: 14px;
  line-height: 1.65;
}

.podoshop-journal .pj-card-meta,
.podoshop-journal .pj-card-meta .pj-category {
  font-size: 11px;
}

.podoshop-journal .pj-card-meta .pj-category,
.podoshop-journal .pj-card-footer a,
.podoshop-journal .pj-kicker,
.podoshop-journal .pj-section-link,
.podoshop-journal .pj-category-link {
  color: var(--pj-primary);
}

.podoshop-journal .pj-featured-card::after,
.podoshop-journal .pj-latest-small::after {
  background:
    linear-gradient(110deg, rgba(8, 19, 28, 0.76) 0%, rgba(8, 19, 28, 0.48) 58%, rgba(8, 19, 28, 0.2) 100%),
    linear-gradient(to top, rgba(3, 10, 16, 0.86), rgba(3, 10, 16, 0.08) 76%);
}

.podoshop-journal .pj-featured-card img,
.podoshop-journal .pj-latest-small img {
  filter: saturate(0.82) brightness(0.82) blur(1px);
  transform: scale(1.018);
}

.podoshop-journal .pj-featured-card:hover img,
.podoshop-journal .pj-latest-small:hover img {
  transform: scale(1.055);
}

.podoshop-journal .pj-featured-card .pj-card-title,
.podoshop-journal .pj-featured-card .pj-card-excerpt,
.podoshop-journal .pj-latest-small .pj-card-title {
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.42);
}

.podoshop-journal .pj-featured-card .pj-card-title .elementor-heading-title {
  font-size: clamp(34px, 3.3vw, 52px) !important;
}

.podoshop-journal .pj-latest-small .pj-card-title .elementor-heading-title {
  font-size: 21px !important;
}

.podoshop-journal .pj-sidebar-widget {
  position: sticky;
  top: 112px;
  align-self: start;
  max-height: calc(100vh - 132px);
  overflow-y: auto;
  overscroll-behavior: contain;
  padding-right: 4px;
  scrollbar-color: rgba(8, 127, 196, 0.28) transparent;
  scrollbar-width: thin;
}

.podoshop-journal .pj-sidebar-widget::-webkit-scrollbar {
  width: 5px;
}

.podoshop-journal .pj-sidebar-widget::-webkit-scrollbar-thumb {
  border-radius: 999px;
  background: rgba(8, 127, 196, 0.28);
}

.podoshop-journal .pj-sidebar {
  position: static;
}

.podoshop-journal .pj-sidebar-card > h3 {
  font-size: 20px;
}

.podoshop-journal .pj-sidebar p {
  font-size: 13px;
  line-height: 1.65;
}

.podoshop-journal .pj-popular-list {
  gap: 24px;
}

.podoshop-journal .pj-popular-list li {
  grid-template-columns: 42px minmax(0, 1fr);
  gap: 12px;
}

.podoshop-journal .pj-popular-list li > span {
  font-size: 30px;
}

.podoshop-journal .pj-popular-list a {
  color: #171b1f;
  text-decoration: none;
}

.podoshop-journal .pj-popular-list a:hover strong {
  color: var(--pj-primary);
}

.podoshop-journal .pj-popular-list strong {
  font-size: 14px;
  line-height: 1.4;
}

.podoshop-journal .pj-popular-list small {
  font-size: 12px;
}

@media (max-width: 1024px) {
  .podoshop-journal .pj-shell {
    width: min(100vw - 48px, 1180px);
  }

  .podoshop-journal .pj-content-grid > .e-con-inner {
    grid-template-columns: 1fr;
  }

  .podoshop-journal .pj-sidebar-widget {
    position: static;
    max-height: none;
    overflow: visible;
    padding-right: 0;
  }
}

@media (max-width: 767px) {
  .podoshop-journal .pj-shell {
    width: calc(100vw - 32px);
  }

  .podoshop-journal .pj-category-link-widget {
    position: static;
    margin-top: 16px;
  }

  .podoshop-journal .pj-section-link,
  .podoshop-journal .pj-category-link {
    font-size: 13px;
  }

  .podoshop-journal .pj-section-title .elementor-heading-title {
    font-size: 32px !important;
  }

  .podoshop-journal .pj-loop-card .pj-card-title .elementor-heading-title {
    font-size: 21px !important;
  }
}

/* Typography and card rhythm refinements — v1.4.2 */
.podoshop-journal .pj-latest-section .pj-section-title .elementor-heading-title {
  font-size: clamp(44px, 3.6vw, 58px) !important;
  font-weight: 700 !important;
}

.podoshop-journal .pj-topic-section .pj-section-title .elementor-heading-title {
  font-size: clamp(38px, 3.1vw, 50px) !important;
  font-weight: 700 !important;
  letter-spacing: -0.03em !important;
}

.podoshop-journal .pj-featured-card .pj-card-title .elementor-heading-title {
  font-size: clamp(40px, 3.7vw, 58px) !important;
  font-weight: 700 !important;
  line-height: 1.04 !important;
}

.podoshop-journal .pj-latest-small .pj-card-title .elementor-heading-title {
  font-size: 23px !important;
  font-weight: 600 !important;
  line-height: 1.18 !important;
}

.podoshop-journal .pj-card-meta,
.podoshop-journal .pj-card-meta .pj-category,
.podoshop-journal .pj-reading-time,
.podoshop-journal .pj-card-date {
  font-size: 12px;
  font-weight: 700;
}

.podoshop-journal .pj-card-meta .pj-category {
  padding: 6px 12px;
  color: var(--pj-primary-strong);
  font-weight: 700;
}

.podoshop-journal .pj-featured-card .pj-card-excerpt {
  max-width: 760px;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.65;
}

.podoshop-journal .pj-card-grid .elementor-loop-container {
  align-items: stretch;
}

.podoshop-journal .pj-card-grid .e-loop-item,
.podoshop-journal .pj-loop-card,
.podoshop-journal .pj-loop-card > .e-con-inner {
  height: 100%;
}

.podoshop-journal .pj-loop-card > .e-con-inner,
.podoshop-journal .pj-loop-card .pj-card-body,
.podoshop-journal .pj-loop-card .pj-card-body > .e-con-inner {
  display: flex;
  flex-direction: column;
}

.podoshop-journal .pj-loop-card .pj-card-body,
.podoshop-journal .pj-loop-card .pj-card-body > .e-con-inner {
  flex: 1 1 auto;
  height: auto;
}

.podoshop-journal .pj-loop-card .pj-card-title {
  min-height: 56px;
}

.podoshop-journal .pj-loop-card .pj-card-title .elementor-heading-title,
.podoshop-journal .pj-loop-card .pj-card-title a {
  display: -webkit-box;
  overflow: hidden;
  min-height: 56px;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.podoshop-journal .pj-loop-card .pj-card-excerpt {
  min-height: 46px;
  -webkit-line-clamp: 2;
}

.podoshop-journal .pj-card-footer-widget {
  margin-top: auto !important;
}

.podoshop-journal .pj-card-footer {
  margin-top: 20px;
  padding-top: 18px;
  font-size: 13px;
  font-weight: 600;
}

.podoshop-journal .pj-card-footer a {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: var(--pj-primary) !important;
  font-size: 13px;
  font-weight: 700;
}

.podoshop-journal .pj-disclaimer {
  display: grid;
  grid-template-columns: 24px minmax(0, 1fr);
  align-items: start;
  gap: 12px;
  padding: 22px;
  color: #63717c;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.65;
}

.podoshop-journal .pj-disclaimer-icon {
  width: 22px;
  height: 22px;
  fill: none;
  stroke: var(--pj-primary);
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

@media (max-width: 767px) {
  .podoshop-journal .pj-latest-section .pj-section-title .elementor-heading-title,
  .podoshop-journal .pj-topic-section .pj-section-title .elementor-heading-title {
    font-size: 34px !important;
  }

  .podoshop-journal .pj-featured-card .pj-card-title .elementor-heading-title {
    font-size: 34px !important;
  }

  .podoshop-journal .pj-latest-small .pj-card-title .elementor-heading-title {
    font-size: 21px !important;
  }

  .podoshop-journal .pj-card-meta,
  .podoshop-journal .pj-card-meta .pj-category,
  .podoshop-journal .pj-reading-time,
  .podoshop-journal .pj-card-date {
    font-size: 11px;
  }
}

/* Final desktop geometry and visual emphasis — v1.5.3.
   This block must remain last so it overrides the earlier concept layers. */
@media (min-width: 768px) {
  .podoshop-journal .pj-hero-inner {
    flex: 0 1 auto !important;
    align-self: stretch !important;
    width: min(1120px, 100%) !important;
    max-width: 1120px !important;
    margin-right: auto !important;
    margin-left: 0 !important;
  }

  .podoshop-journal .pj-hero > .e-con-inner,
  .podoshop-journal .pj-hero-inner > .e-con-inner {
    width: 100% !important;
    max-width: none !important;
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .podoshop-journal .pj-hero-title .elementor-heading-title {
    max-width: 980px !important;
    font-size: clamp(68px, 7vw, 104px) !important;
  }

  .podoshop-journal .pj-hero-copy {
    max-width: 860px !important;
  }

  .podoshop-journal .pj-search {
    max-width: 1040px !important;
  }

  .podoshop-journal .pj-featured-card .pj-card-body {
    width: 100%;
    max-width: 100% !important;
    padding: 56px 60px !important;
  }

  .podoshop-journal .pj-featured-card .pj-card-title {
    max-width: 680px !important;
  }

  .podoshop-journal .pj-featured-card .pj-card-title .elementor-heading-title {
    font-size: clamp(60px, 5vw, 78px) !important;
    font-weight: 700 !important;
    line-height: 1.02 !important;
    letter-spacing: -0.045em !important;
  }

  .podoshop-journal .pj-featured-card .pj-card-title .elementor-heading-title a {
    display: block;
    color: inherit !important;
    font-size: inherit !important;
    font-weight: inherit !important;
    line-height: inherit !important;
    letter-spacing: inherit !important;
  }

  .podoshop-journal .pj-featured-card .pj-card-excerpt {
    max-width: 680px !important;
    color: rgba(255, 255, 255, 0.94) !important;
    font-size: clamp(17px, 1.5vw, 20px) !important;
    font-weight: 550 !important;
    line-height: 1.6 !important;
  }
}

/* Archive card alignment and complete Single Post system — v1.6.0. */
@media (min-width: 768px) {
  .podoshop-journal .pj-latest-grid > .e-con-inner {
    align-items: stretch;
  }

  .podoshop-journal .pj-featured-loop,
  .podoshop-journal .pj-featured-loop .elementor-loop-container,
  .podoshop-journal .pj-featured-loop .e-loop-item,
  .podoshop-journal .pj-small-loop,
  .podoshop-journal .pj-small-loop .elementor-loop-container {
    height: 100%;
  }

  .podoshop-journal .pj-small-loop .elementor-loop-container {
    grid-template-rows: repeat(2, minmax(0, 1fr));
  }

  .podoshop-journal .pj-featured-card {
    height: 100%;
    min-height: 460px;
  }

  .podoshop-journal .pj-featured-card .pj-card-body {
    height: 100%;
    padding: 48px 56px !important;
  }

  .podoshop-journal .pj-featured-card .pj-card-title {
    max-width: 740px !important;
  }

  .podoshop-journal .pj-featured-card .pj-card-title .elementor-heading-title {
    font-size: clamp(50px, 3.8vw, 60px) !important;
    line-height: 1.02 !important;
  }
}

body.single-post,
body.single-post .main-page-wrapper,
body.single-post .main-page-wrapper > .container,
.podoshop-single-template,
.podoshop-single {
  background: #fafcfd !important;
}

body.single-post .wd-page-title {
  display: none !important;
}

.podoshop-single-template,
.podoshop-single-template > .e-con-inner,
.podoshop-single-template .pjs-render-widget,
.podoshop-single-template .pjs-render-widget > .elementor-widget-container,
.podoshop-single {
  width: 100%;
  max-width: none !important;
}

.podoshop-single {
  --pjs-ink: #121518;
  --pjs-muted: #697781;
  --pjs-blue: #087fc4;
  --pjs-blue-strong: #006faf;
  --pjs-line: #dce6ed;
  color: var(--pjs-ink);
  font-family: inherit;
  padding: 24px 0 90px;
}

.podoshop-single *,
.podoshop-single *::before,
.podoshop-single *::after {
  box-sizing: border-box;
}

.pjs-reading-progress {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 99999;
  height: 4px;
  background: rgba(8, 127, 196, 0.12);
}

.pjs-reading-progress span {
  display: block;
  width: 0;
  height: 100%;
  background: linear-gradient(90deg, var(--pjs-blue), #4aa5dd);
  transition: width 100ms linear;
}

.pjs-shell {
  width: min(1480px, calc(100vw - 64px));
  margin: 0 auto;
}

.pjs-breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  overflow: hidden;
  color: #7b8790;
  font-size: 12px;
  font-weight: 600;
  white-space: nowrap;
}

.pjs-breadcrumbs a {
  color: inherit;
}

.pjs-breadcrumbs > :last-child {
  overflow: hidden;
  color: var(--pjs-ink);
  text-overflow: ellipsis;
}

.pjs-header {
  max-width: 1120px;
  margin: 0 auto;
  padding: 72px 0 46px;
  text-align: center;
}

.pjs-category {
  display: inline-flex;
  padding: 9px 15px;
  border-radius: 999px;
  background: var(--pjs-blue);
  color: #fff !important;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.pjs-header h1 {
  max-width: 1080px;
  margin: 24px auto 0;
  color: var(--pjs-ink);
  font-size: clamp(46px, 6vw, 82px);
  font-weight: 700;
  line-height: 0.99;
  letter-spacing: -0.065em;
}

.pjs-deck {
  max-width: 800px;
  margin: 25px auto 0;
  color: var(--pjs-muted);
  font-size: clamp(17px, 1.7vw, 21px);
  line-height: 1.6;
}

.pjs-byline {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 10px 14px;
  margin-top: 28px;
  color: #78858e;
  font-size: 12px;
  font-weight: 650;
}

.pjs-byline strong {
  color: var(--pjs-ink);
}

.pjs-byline .pj-reading-time {
  color: var(--pjs-blue);
  font-weight: 700;
}

.pjs-avatar {
  display: inline-grid;
  flex: 0 0 auto;
  width: 36px;
  height: 36px;
  place-items: center;
  border-radius: 50%;
  background: #e7f3fb;
  color: var(--pjs-blue);
  font-size: 13px;
  font-weight: 700;
}

.pjs-hero-image {
  overflow: hidden;
  width: 100%;
  margin: 0;
  border: 1px solid var(--pjs-line);
  border-radius: 30px;
  background: #edf3f6;
}

.pjs-hero-image img {
  display: block;
  width: 100%;
  height: clamp(420px, 48vw, 680px);
  object-fit: cover;
}

.pjs-reading-layout {
  display: grid;
  grid-template-columns: 180px minmax(0, 780px) 250px;
  align-items: start;
  justify-content: center;
  gap: 34px;
  margin-top: 56px;
}

.pjs-left-rail,
.pjs-right-rail {
  position: sticky;
  top: 108px;
  align-self: start;
}

.pjs-kicker {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: var(--pjs-blue);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.pjs-kicker::before {
  width: 22px;
  height: 2px;
  background: currentColor;
  content: '';
}

.pjs-toc {
  display: grid;
  gap: 2px;
  margin-top: 18px;
  padding-left: 13px;
  border-left: 1px solid var(--pjs-line);
}

.pjs-toc a {
  display: block;
  padding: 8px 9px;
  border-radius: 0 9px 9px 0;
  color: #697781;
  font-size: 11px;
  font-weight: 650;
  line-height: 1.4;
}

.pjs-toc a:hover,
.pjs-toc a.is-active {
  background: #edf7fd;
  color: var(--pjs-blue);
}

.pjs-share-row {
  display: flex;
  gap: 8px;
  margin-top: 24px;
}

.pjs-share-row button,
.pjs-share-row a {
  display: grid;
  width: 36px;
  height: 36px;
  padding: 0;
  place-items: center;
  border: 1px solid var(--pjs-line);
  border-radius: 50%;
  background: #fff;
  color: var(--pjs-ink);
  font: inherit;
  cursor: pointer;
}

.pjs-article-column {
  min-width: 0;
}

.pjs-mobile-toc {
  display: none;
}

.pjs-article-content {
  color: #485761;
  font-size: 18px;
  line-height: 1.85;
}

.pjs-article-content > :first-child,
.pjs-article-content .elementor > :first-child {
  margin-top: 0;
}

.pjs-article-content .elementor,
.pjs-article-content .elementor-section,
.pjs-article-content .e-con,
.pjs-article-content .e-con-inner {
  max-width: 100% !important;
}

.pjs-article-content .elementor-widget-table-of-contents,
.pjs-article-content .lwptoc,
.pjs-article-content .ez-toc-container {
  display: none !important;
}

.pjs-article-content h1,
.pjs-article-content h2,
.pjs-article-content h3 {
  scroll-margin-top: 120px;
  color: var(--pjs-ink) !important;
  font-family: inherit !important;
  font-weight: 700 !important;
  letter-spacing: -0.04em !important;
}

.pjs-article-content h1,
.pjs-article-content h2 {
  margin: 58px 0 18px !important;
  font-size: clamp(29px, 3vw, 40px) !important;
  line-height: 1.12 !important;
}

.pjs-article-content h3 {
  margin: 36px 0 14px !important;
  font-size: 24px !important;
  line-height: 1.2 !important;
}

.pjs-article-content p,
.pjs-article-content li {
  color: #51616b;
  font-size: 18px;
  line-height: 1.85;
}

.pjs-article-content p {
  margin: 0 0 24px;
}

.pjs-article-content ul,
.pjs-article-content ol {
  margin: 22px 0;
  padding-left: 25px;
}

.pjs-article-content img {
  max-width: 100%;
  height: auto;
  border-radius: 22px;
}

.pjs-article-content blockquote {
  margin: 34px 0;
  padding: 24px 28px;
  border: 1px solid #cfe3f1;
  border-left: 4px solid var(--pjs-blue);
  border-radius: 18px;
  background: #eef7fd;
  color: #284b65;
}

.pjs-article-content table {
  display: block;
  overflow-x: auto;
  width: 100%;
  margin: 28px 0;
  border: 1px solid var(--pjs-line);
  border-radius: 18px;
  background: #fff;
  border-collapse: separate;
  border-spacing: 0;
}

.pjs-article-content th,
.pjs-article-content td {
  padding: 14px 16px;
  border-bottom: 1px solid var(--pjs-line);
  text-align: left;
}

.pjs-medical-note,
.pjs-author-card {
  display: flex;
  gap: 15px;
  margin-top: 42px;
  padding: 22px;
  border: 1px dashed #c8dbe8;
  border-radius: 20px;
  background: #fff;
}

.pjs-medical-note > span {
  display: grid;
  flex: 0 0 26px;
  width: 26px;
  height: 26px;
  place-items: center;
  border-radius: 50%;
  background: #e8f4fb;
  color: var(--pjs-blue);
  font-weight: 700;
}

.pjs-medical-note p,
.pjs-author-card p {
  margin: 0;
  color: #65747e;
  font-size: 13px;
  line-height: 1.65;
}

.pjs-author-card {
  align-items: center;
  border-style: solid;
}

.pjs-author-card .pjs-avatar {
  width: 48px;
  height: 48px;
}

.pjs-author-card strong {
  display: block;
  margin-bottom: 4px;
  color: var(--pjs-ink);
  font-size: 14px;
}

.pjs-side-card {
  padding: 22px;
  border: 1px solid var(--pjs-line);
  border-radius: 22px;
  background: #fff;
}

.pjs-side-card + .pjs-side-card {
  margin-top: 16px;
}

.pjs-side-card h2 {
  margin: 13px 0 0;
  color: var(--pjs-ink);
  font-size: 20px;
  font-weight: 700;
  line-height: 1.15;
  letter-spacing: -0.035em;
}

.pjs-side-card img {
  width: 100%;
  aspect-ratio: 1;
  margin-top: 18px;
  border-radius: 16px;
  object-fit: cover;
}

.pjs-side-card p {
  margin: 15px 0 0;
  color: #687781;
  font-size: 12px;
  line-height: 1.65;
}

.pjs-side-card a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin-top: 17px;
  padding: 12px 15px;
  border-radius: 12px;
  background: var(--pjs-blue);
  color: #fff !important;
  font-size: 12px;
  font-weight: 700;
}

.pjs-help-card > span {
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  border-radius: 50%;
  background: #e8f4fb;
  color: var(--pjs-blue);
  font-weight: 700;
}

.pjs-help-card a {
  border: 1px solid var(--pjs-line);
  background: #fff;
  color: var(--pjs-ink) !important;
}

.pjs-related {
  margin-top: 92px;
  padding-top: 54px;
  border-top: 1px solid var(--pjs-line);
}

.pjs-related-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 20px;
  margin-top: 8px;
}

.pjs-related-heading h2 {
  margin: 0;
  color: var(--pjs-ink);
  font-size: clamp(34px, 4vw, 48px);
  font-weight: 700;
  letter-spacing: -0.045em;
}

.pjs-related-heading > a {
  color: var(--pjs-blue);
  font-size: 13px;
  font-weight: 700;
}

.pjs-related-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: 28px;
}

.pjs-related-card {
  overflow: hidden;
  border: 1px solid var(--pjs-line);
  border-radius: 22px;
  background: #fff;
  color: inherit !important;
  transition: transform 220ms ease, box-shadow 220ms ease;
}

.pjs-related-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 42px rgba(24, 48, 64, 0.09);
}

.pjs-related-image,
.pjs-related-image img {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

.pjs-related-body {
  display: flex;
  min-height: 190px;
  padding: 22px;
  flex-direction: column;
}

.pjs-related-body small {
  color: var(--pjs-blue);
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
}

.pjs-related-body small .pj-reading-time {
  font: inherit;
}

.pjs-related-body strong {
  margin-top: 12px;
  color: var(--pjs-ink);
  font-size: 20px;
  line-height: 1.2;
  letter-spacing: -0.025em;
}

.pjs-related-body > span:last-child {
  margin-top: auto;
  padding-top: 22px;
  color: var(--pjs-blue);
  font-size: 12px;
  font-weight: 700;
}

@media (max-width: 1199px) {
  .pjs-reading-layout {
    grid-template-columns: minmax(0, 780px);
  }

  .pjs-left-rail,
  .pjs-right-rail {
    display: none;
  }

  .pjs-mobile-toc {
    display: block;
    margin-bottom: 32px;
    padding: 20px;
    border: 1px solid var(--pjs-line);
    border-radius: 18px;
    background: #fff;
  }

  .pjs-mobile-toc summary {
    color: var(--pjs-ink);
    font-size: 14px;
    font-weight: 700;
    cursor: pointer;
  }

  .pjs-mobile-toc nav {
    display: grid;
    gap: 8px;
    margin-top: 16px;
  }

  .pjs-mobile-toc a {
    color: #63727c;
    font-size: 12px;
  }
}

@media (max-width: 767px) {
  .pjs-shell {
    width: min(100% - 32px, 1480px);
  }

  .podoshop-single {
    padding-top: 16px;
  }

  .pjs-breadcrumbs {
    font-size: 10px;
  }

  .pjs-header {
    padding: 48px 0 32px;
  }

  .pjs-header h1 {
    margin-top: 19px;
    font-size: clamp(38px, 12vw, 54px);
  }

  .pjs-deck {
    margin-top: 18px;
    font-size: 16px;
    line-height: 1.55;
  }

  .pjs-byline {
    margin-top: 22px;
    font-size: 11px;
  }

  .pjs-hero-image {
    border-radius: 22px;
  }

  .pjs-hero-image img {
    height: 320px;
  }

  .pjs-reading-layout {
    margin-top: 38px;
  }

  .pjs-article-content,
  .pjs-article-content p,
  .pjs-article-content li {
    font-size: 16px;
    line-height: 1.75;
  }

  .pjs-article-content h1,
  .pjs-article-content h2 {
    margin-top: 44px !important;
    font-size: 29px !important;
  }

  .pjs-related {
    margin-top: 64px;
  }

  .pjs-related-heading > a {
    display: none;
  }

  .pjs-related-grid {
    grid-template-columns: 1fr;
  }
}

/* Single Post readability, icons and FAQ refinement — v1.7.0. */
.pjs-header h1 {
  max-width: 1040px;
  font-size: clamp(44px, 5.4vw, 76px);
  font-weight: 700;
  line-height: 1.02;
  letter-spacing: -0.052em;
}

.pjs-kicker,
.pjs-category {
  font-weight: 700;
}

.pjs-toc {
  gap: 5px;
  padding-left: 15px;
}

.pjs-toc a {
  padding: 9px 11px;
  font-size: 13px;
  font-weight: 520;
  line-height: 1.48;
}

.pjs-toc a:hover,
.pjs-toc a.is-active {
  font-weight: 650;
}

.pjs-share-row {
  gap: 9px;
}

.pjs-share-row button,
.pjs-share-row a {
  width: 42px;
  height: 42px;
  border-color: #cedce6;
  color: #41515b;
  transition: border-color 180ms ease, background-color 180ms ease, color 180ms ease, transform 180ms ease;
}

.pjs-share-row button:hover,
.pjs-share-row a:hover,
.pjs-share-row button.is-copied {
  border-color: var(--pjs-blue);
  background: #eaf6fd;
  color: var(--pjs-blue);
  transform: translateY(-2px);
}

.pjs-share-row svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.7;
}

.pjs-article-content h1,
.pjs-article-content h2,
.pjs-article-content h3 {
  font-weight: 700 !important;
  letter-spacing: -0.032em !important;
}

.pjs-article-content h1,
.pjs-article-content h2 {
  font-size: clamp(29px, 2.7vw, 37px) !important;
}

.pjs-article-content h3 {
  font-size: 23px !important;
}

.pjs-side-card h2 {
  font-family: inherit !important;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: -0.025em;
}

.pjs-side-card p,
.pjs-side-card p strong {
  font-family: inherit !important;
}

.pjs-side-card p strong {
  color: #52636d;
  font-weight: 650;
}

.pjs-related-heading h2 {
  font-family: inherit !important;
  font-weight: 700;
  letter-spacing: -0.032em;
}

.pjs-related-body strong {
  font-weight: 700;
}

.pjs-article-content .elementor-widget-n-accordion {
  margin-top: 28px;
}

.pjs-article-content .e-n-accordion {
  display: grid;
  gap: 10px;
}

.pjs-article-content .e-n-accordion-item {
  overflow: hidden;
  border: 1px solid var(--pjs-line) !important;
  border-radius: 16px;
  background: #fff;
}

.pjs-article-content .e-n-accordion-item-title {
  min-height: 0 !important;
  padding: 18px 20px !important;
  border: 0 !important;
  background: #fff !important;
  color: #25343d !important;
}

.pjs-article-content .e-n-accordion-item[open] > .e-n-accordion-item-title {
  background: #eef7fd !important;
  color: var(--pjs-blue-strong) !important;
}

.pjs-article-content .e-n-accordion-item-title-text {
  font-family: inherit !important;
  font-size: 16px !important;
  font-weight: 650 !important;
  line-height: 1.45 !important;
}

.pjs-article-content .e-n-accordion-item-title-icon svg {
  width: 13px;
  height: 13px;
  fill: currentColor;
}

.pjs-article-content .e-n-accordion-item > .e-con,
.pjs-article-content .e-n-accordion-item > div:not(.e-n-accordion-item-title) {
  padding: 8px 20px 20px !important;
  background: #fff;
}

.pjs-managed-faq {
  margin-top: 64px;
}

.pjs-managed-faq > h2 {
  margin-top: 12px !important;
}

.pjs-faq-list {
  display: grid;
  gap: 10px;
  margin-top: 25px;
}

.pjs-faq-list details {
  overflow: hidden;
  border: 1px solid var(--pjs-line);
  border-radius: 16px;
  background: #fff;
}

.pjs-faq-list summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 18px 20px;
  color: #25343d;
  font-size: 16px;
  font-weight: 650;
  line-height: 1.45;
  cursor: pointer;
  list-style: none;
}

.pjs-faq-list summary::-webkit-details-marker {
  display: none;
}

.pjs-faq-list details[open] summary {
  background: #eef7fd;
  color: var(--pjs-blue-strong);
}

.pjs-faq-list summary i {
  position: relative;
  flex: 0 0 18px;
  width: 18px;
  height: 18px;
}

.pjs-faq-list summary i::before,
.pjs-faq-list summary i::after {
  position: absolute;
  top: 8px;
  left: 2px;
  width: 14px;
  height: 2px;
  border-radius: 2px;
  background: currentColor;
  content: '';
}

.pjs-faq-list summary i::after {
  transform: rotate(90deg);
  transition: transform 180ms ease;
}

.pjs-faq-list details[open] summary i::after {
  transform: rotate(0);
}

.pjs-faq-list details > div {
  padding: 5px 20px 20px;
}

.pjs-faq-list details p {
  margin: 0;
  font-size: 16px;
  line-height: 1.7;
}

@media (max-width: 767px) {
  .pjs-header h1 {
    font-size: clamp(37px, 11vw, 50px);
  }

  .pjs-faq-list summary,
  .pjs-article-content .e-n-accordion-item-title {
    padding: 16px !important;
  }
}

/* Sources, product carousel and compact trust footer — v1.8.0. */
.pjs-product-track {
  display: flex;
  overflow: hidden;
  width: 100%;
  margin-top: 6px;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
}

.pjs-product-track::-webkit-scrollbar {
  display: none;
}

.pjs-product-slide {
  flex: 0 0 100%;
  min-width: 0;
  scroll-snap-align: start;
}

.pjs-product-slide img {
  margin-top: 16px;
}

.pjs-side-card .pjs-product-image-link {
  display: block;
  width: 100%;
  margin: 16px 0 0;
  padding: 0;
  border-radius: 16px;
  background: transparent;
  line-height: 0;
}

.pjs-side-card .pjs-product-image-link img {
  margin: 0;
}

.pjs-side-card .pjs-product-title {
  display: inline;
  width: auto;
  margin: 0;
  padding: 0;
  border-radius: 0;
  background: transparent;
  color: #687781 !important;
  font: inherit;
  font-weight: inherit;
  line-height: inherit;
}

.pjs-side-card .pjs-product-title:hover {
  color: var(--pjs-blue) !important;
}

.pjs-product-slide p {
  min-height: 98px;
}

.pjs-product-controls {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  margin-top: 12px;
}

.pjs-product-controls > button {
  display: grid;
  flex: 0 0 40px;
  width: 40px !important;
  min-width: 40px !important;
  max-width: 40px !important;
  height: 40px !important;
  min-height: 40px !important;
  max-height: 40px !important;
  margin: 0 !important;
  padding: 0 !important;
  place-items: center;
  border: 1px solid var(--pjs-line);
  border-radius: 50%;
  background: #fff;
  color: #34454f;
  font: inherit;
  line-height: 1 !important;
  cursor: pointer;
}

.pjs-product-controls > button:hover {
  border-color: var(--pjs-blue);
  color: var(--pjs-blue);
}

.pjs-product-dots {
  display: flex;
  align-items: center;
  gap: 7px;
}

.pjs-product-dots button {
  appearance: none;
  flex: 0 0 7px;
  width: 7px !important;
  min-width: 0 !important;
  max-width: 7px !important;
  height: 7px !important;
  min-height: 0 !important;
  max-height: 7px !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0;
  border-radius: 50%;
  background: #c4d2db;
  box-shadow: none !important;
  line-height: 0 !important;
  cursor: pointer;
  transition: width 180ms ease, border-radius 180ms ease, background-color 180ms ease;
}

.pjs-product-dots button.is-active {
  flex-basis: 19px;
  width: 19px !important;
  max-width: 19px !important;
  height: 7px !important;
  border-radius: 999px;
  background: var(--pjs-blue);
}

.pjs-sources {
  margin-top: 64px;
  padding-top: 46px;
  border-top: 1px solid var(--pjs-line);
}

.pjs-sources > h2 {
  margin-top: 12px !important;
}

.pjs-sources ol {
  display: grid;
  gap: 10px;
  margin: 25px 0 0;
  padding: 0;
  list-style: none;
}

.pjs-sources li {
  display: grid;
  grid-template-columns: 38px minmax(0, 1fr);
  gap: 14px;
  align-items: start;
  padding: 16px 18px;
  border: 1px solid var(--pjs-line);
  border-radius: 14px;
  background: #fff;
}

.pjs-sources li > span {
  color: #c2d0d9;
  font-size: 22px;
  font-weight: 700;
  line-height: 1;
}

.pjs-sources li a {
  color: #33444e;
  font-size: 14px;
  font-weight: 650;
  line-height: 1.45;
}

.pjs-sources li small {
  display: block;
  margin-top: 5px;
  color: var(--pjs-blue);
  font-size: 11px;
  font-weight: 650;
}

.pjs-end-notes {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: 12px;
  margin-top: 44px;
}

.pjs-end-notes .pjs-medical-note,
.pjs-end-notes .pjs-author-card {
  height: 100%;
  margin-top: 0;
  padding: 20px;
}

.pjs-end-notes .pjs-medical-note {
  align-items: center;
  border-style: solid;
  background: #fff;
}

.pjs-end-notes .pjs-medical-note > span {
  flex: 0 0 48px;
  width: 48px;
  height: 48px;
  background: #e7f3fb;
  color: var(--pjs-blue);
  font-size: 22px;
}

.pjs-google-source {
  display: grid;
  grid-template-columns: 46px minmax(0, 1fr) auto;
  gap: 18px;
  align-items: center;
  margin-top: 14px;
  padding: 21px;
  border: 1px solid #cce2f1;
  border-radius: 20px;
  background: linear-gradient(135deg, #f4faff, #eaf6fd);
}

.pjs-google-mark {
  display: grid;
  width: 44px;
  height: 44px;
  place-items: center;
  border-radius: 50%;
  background: #fff;
  color: #4285f4;
  font-size: 18px;
  font-weight: 700;
  box-shadow: 0 5px 14px rgba(50, 95, 125, 0.09);
}

.pjs-google-source .pjs-kicker::before {
  display: none;
}

.pjs-google-source h2 {
  margin: 5px 0 0;
  color: var(--pjs-ink);
  font-size: 17px;
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: -0.025em;
}

.pjs-google-source p {
  margin: 5px 0 0;
  color: #657781;
  font-size: 12px;
}

.pjs-google-source > a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 11px 14px;
  border-radius: 11px;
  background: #fff;
  color: var(--pjs-blue) !important;
  font-size: 11px;
  font-weight: 700;
  white-space: nowrap;
  box-shadow: 0 4px 12px rgba(50, 95, 125, 0.08);
}

@media (max-width: 767px) {
  .pjs-end-notes,
  .pjs-google-source {
    grid-template-columns: 1fr;
  }

  .pjs-google-source > a {
    width: 100%;
  }

  .pjs-sources li {
    grid-template-columns: 30px minmax(0, 1fr);
  }
}

/* Mobile flow, cards and inline product — v1.8.1. */
.pjs-inline-product {
  display: none;
}

.pjs-google-source {
  grid-template-columns: 54px minmax(0, 1fr) auto;
  gap: 20px;
  padding: 26px;
}

.pjs-google-mark {
  width: 52px;
  height: 52px;
  font-size: 21px;
}

.pjs-google-source h2 {
  font-size: 21px;
}

.pjs-google-source p {
  font-size: 14px;
  line-height: 1.55;
}

.pjs-google-source > a {
  padding: 13px 17px;
  font-size: 13px;
}

@media (max-width: 1199px) {
  .pjs-inline-product {
    display: block;
    margin-top: 42px;
  }

  .pjs-care-card--inline {
    padding: 26px;
  }

  .pjs-care-card--inline .pjs-product-slide {
    display: grid;
    grid-template-columns: 160px minmax(0, 1fr);
    gap: 24px;
    align-items: center;
  }

  .pjs-care-card--inline .pjs-product-image-link {
    width: 160px;
    margin-top: 16px;
  }

  .pjs-care-card--inline .pjs-product-slide img {
    width: 160px;
    border: 1px solid #edf1f4;
    background: #fff;
    object-fit: contain;
  }

  .pjs-care-card--inline .pjs-product-slide p {
    min-height: 0;
    margin-top: 14px;
    font-size: 14px;
  }

  .pjs-care-card--inline .pjs-product-button {
    width: auto;
    min-width: 180px;
  }
}

@media (max-width: 1024px) {
  .podoshop-journal .pj-content-grid > .e-con-inner {
    display: grid !important;
  }

  .podoshop-journal .pj-sidebar-widget {
    order: -1;
    width: 100%;
    margin-bottom: 32px;
  }
}

@media (max-width: 767px) {
  .podoshop-journal .pj-card-grid .e-loop-item,
  .podoshop-journal .pj-loop-card,
  .podoshop-journal .pj-loop-card > .e-con-inner,
  .podoshop-journal .pj-loop-card .pj-card-body,
  .podoshop-journal .pj-loop-card .pj-card-body > .e-con-inner {
    height: auto !important;
    min-height: 0 !important;
  }

  .podoshop-journal .pj-loop-card .pj-card-body {
    display: block !important;
    padding: 20px !important;
  }

  .podoshop-journal .pj-loop-card .pj-card-body > .e-con-inner {
    display: flex !important;
    flex-direction: column;
  }

  .podoshop-journal .pj-loop-card .pj-card-title,
  .podoshop-journal .pj-loop-card .pj-card-title .elementor-heading-title,
  .podoshop-journal .pj-loop-card .pj-card-title a,
  .podoshop-journal .pj-loop-card .pj-card-excerpt {
    min-height: 0 !important;
  }

  .podoshop-journal .pj-loop-card .pj-card-image img {
    display: block;
    aspect-ratio: 16 / 10;
  }

  .pjs-care-card--inline {
    padding: 22px;
    border-radius: 20px;
  }

  .pjs-article-content .elementor-widget-text-editor p,
  .pjs-article-content .elementor-widget-text-editor li {
    font-size: 17px !important;
    line-height: 1.72 !important;
  }

  .pjs-article-content .elementor-widget-text-editor p {
    margin-bottom: 20px !important;
  }

  .pjs-article-content .elementor-widget-text-editor h2 {
    margin-top: 42px !important;
    margin-bottom: 16px !important;
  }

  .pjs-article-content .elementor-widget-text-editor h3 {
    margin-top: 30px !important;
    margin-bottom: 12px !important;
  }

  .pjs-care-card--inline .pjs-product-slide {
    grid-template-columns: 104px minmax(0, 1fr);
    gap: 16px;
  }

  .pjs-care-card--inline .pjs-product-image-link {
    width: 104px;
    margin-top: 15px;
  }

  .pjs-care-card--inline .pjs-product-slide img {
    width: 104px;
    border-radius: 13px;
  }

  .pjs-care-card--inline .pjs-product-slide p {
    font-size: 13px;
    line-height: 1.5;
  }

  .pjs-care-card--inline .pjs-product-button {
    min-width: 0;
    margin-top: 11px;
    padding: 11px 12px;
    font-size: 12px;
  }

  .pjs-end-notes {
    overflow: hidden;
    gap: 0;
    border: 1px solid var(--pjs-line);
    border-radius: 20px;
    background: #fff;
  }

  .pjs-end-notes .pjs-medical-note,
  .pjs-end-notes .pjs-author-card {
    padding: 20px;
    border: 0;
    border-radius: 0;
    background: #fff;
  }

  .pjs-end-notes .pjs-medical-note {
    border-bottom: 1px solid var(--pjs-line);
    background: #fff;
  }

  .pjs-google-source {
    grid-template-columns: 52px minmax(0, 1fr);
    gap: 16px;
    padding: 22px;
    border-radius: 20px;
  }

  .pjs-google-source > div {
    grid-column: 2;
  }

  .pjs-google-source h2 {
    font-size: 20px;
  }

  .pjs-google-source p {
    font-size: 14px;
  }

  .pjs-google-source > a {
    grid-column: 1 / -1;
    padding: 14px 16px;
    font-size: 14px;
  }
}

/* Journal post-search template — v1.9.0. */
.pjs-search-site-main {
  min-height: 70vh;
  padding: 30px 0 90px;
  background: #f8fafb;
  font-family: inherit;
}

.pjs-search-page {
  width: min(1480px, calc(100vw - 64px));
  margin: 0 auto;
}

.pjs-search-hero {
  padding: clamp(44px, 6vw, 82px);
  border: 1px solid #d6e7f2;
  border-radius: 30px;
  background: linear-gradient(135deg, #f5faff 0%, #e9f5fd 100%);
}

.pjs-search-back {
  display: inline-flex;
  margin-bottom: 34px;
  color: #56707f;
  font-size: 12px;
  font-weight: 700;
}

.pjs-search-hero h1 {
  max-width: 1000px;
  margin: 16px 0 0;
  color: #111820;
  font-size: clamp(42px, 5.2vw, 72px);
  font-weight: 700;
  line-height: 1.04;
  letter-spacing: -0.052em;
}

.pjs-search-hero > p {
  margin: 20px 0 0;
  color: #61727d;
  font-size: 17px;
}

.pjs-search-form {
  display: grid;
  grid-template-columns: 24px minmax(0, 1fr) auto;
  gap: 12px;
  align-items: center;
  max-width: 980px;
  margin-top: 34px;
  padding: 9px 10px 9px 18px;
  border: 1px solid #d1e2ed;
  border-radius: 17px;
  background: #fff;
  box-shadow: 0 14px 35px rgba(32, 76, 104, 0.09);
}

.pjs-search-form > span {
  color: #1686c8;
  font-size: 24px;
}

.pjs-search-form input[type='search'] {
  width: 100%;
  height: 46px;
  padding: 0;
  border: 0;
  background: transparent;
  color: #1c2830;
  font-size: 15px;
  box-shadow: none;
  outline: 0;
}

.pjs-search-form button {
  min-height: 46px;
  padding: 0 24px;
  border: 0;
  border-radius: 12px;
  background: #111820;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  cursor: pointer;
}

.pjs-search-categories {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin-top: 22px;
}

.pjs-search-categories a {
  padding: 9px 14px;
  border: 1px solid #d2e1eb;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.78);
  color: #50616c;
  font-size: 12px;
  font-weight: 650;
}

.pjs-search-results {
  margin-top: 72px;
}

.pjs-search-results-heading h2 {
  margin: 12px 0 0;
  color: #111820;
  font-size: clamp(34px, 3.4vw, 50px);
  font-weight: 700;
  line-height: 1.08;
  letter-spacing: -0.045em;
}

.pjs-search-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
  margin-top: 32px;
}

.pjs-search-card {
  display: flex;
  overflow: hidden;
  flex-direction: column;
  min-width: 0;
  border: 1px solid #dfe8ed;
  border-radius: 23px;
  background: #fff;
  box-shadow: 0 10px 30px rgba(25, 48, 64, 0.045);
}

.pjs-search-card-image {
  display: block;
  overflow: hidden;
  aspect-ratio: 16 / 10;
  background: #eaf4fb;
}

.pjs-search-card-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 350ms ease;
}

.pjs-search-card:hover .pjs-search-card-image img {
  transform: scale(1.035);
}

.pjs-search-card-image > span {
  display: grid;
  height: 100%;
  place-items: center;
  color: #9ccbe6;
  font-size: 62px;
  font-weight: 700;
}

.pjs-search-card-body {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 24px;
}

.pjs-search-card-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  align-items: center;
  color: #71808a;
  font-size: 11px;
  font-weight: 650;
}

.pjs-search-card-meta > a {
  padding: 6px 11px;
  border-radius: 999px;
  background: #eaf4fb;
  color: #087fc4;
  font-weight: 700;
}

.pjs-search-card-meta i {
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: #aab6bd;
}

.pjs-search-card h2 {
  margin: 19px 0 0;
  font-size: 23px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -0.033em;
}

.pjs-search-card h2 a {
  color: #111820;
}

.pjs-search-card-body > p {
  display: -webkit-box;
  overflow: hidden;
  margin: 14px 0 0;
  color: #687781;
  font-size: 14px;
  line-height: 1.65;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.pjs-search-card footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  margin-top: auto;
  padding-top: 22px;
  border-top: 1px solid #e7edf1;
  color: #7b8891;
  font-size: 12px;
}

.pjs-search-card footer a {
  color: #087fc4;
  font-weight: 700;
}

.pjs-search-results .navigation.pagination {
  margin-top: 42px;
}

.pjs-search-results .nav-links {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
  justify-content: center;
}

.pjs-search-results .page-numbers {
  display: inline-flex;
  min-width: 42px;
  height: 42px;
  padding: 0 13px;
  align-items: center;
  justify-content: center;
  border: 1px solid #dbe6ec;
  border-radius: 12px;
  background: #fff;
  color: #53646e;
  font-size: 12px;
  font-weight: 700;
}

.pjs-search-results .page-numbers.current {
  border-color: #087fc4;
  background: #087fc4;
  color: #fff;
}

.pjs-search-empty {
  margin-top: 64px;
  padding: 60px 30px;
  border: 1px solid #dfe8ed;
  border-radius: 24px;
  background: #fff;
  text-align: center;
}

.pjs-search-empty > span {
  color: #087fc4;
  font-size: 42px;
}

.pjs-search-empty h2 {
  margin: 16px 0 0;
  color: #111820;
  font-size: 32px;
}

.pjs-search-empty p {
  max-width: 600px;
  margin: 14px auto 0;
  color: #687781;
}

.pjs-search-empty a {
  display: inline-flex;
  margin-top: 24px;
  padding: 13px 18px;
  border-radius: 12px;
  background: #087fc4;
  color: #fff;
  font-weight: 700;
}

@media (max-width: 1024px) {
  .pjs-search-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {
  .pjs-search-site-main {
    padding: 16px 0 64px;
  }

  .pjs-search-page {
    width: calc(100vw - 32px);
  }

  .pjs-search-hero {
    padding: 34px 22px;
    border-radius: 22px;
  }

  .pjs-search-back {
    margin-bottom: 26px;
  }

  .pjs-search-hero h1 {
    font-size: clamp(36px, 11vw, 48px);
  }

  .pjs-search-hero > p {
    font-size: 15px;
  }

  .pjs-search-form {
    grid-template-columns: 22px minmax(0, 1fr);
    padding: 10px 12px 12px 16px;
  }

  .pjs-search-form button {
    grid-column: 1 / -1;
    width: 100%;
  }

  .pjs-search-categories {
    flex-wrap: nowrap;
    overflow-x: auto;
    padding-bottom: 4px;
    scrollbar-width: none;
  }

  .pjs-search-categories::-webkit-scrollbar {
    display: none;
  }

  .pjs-search-categories a {
    flex: 0 0 auto;
  }

  .pjs-search-results {
    margin-top: 54px;
  }

  .pjs-search-grid {
    grid-template-columns: 1fr;
    gap: 16px;
    margin-top: 26px;
  }

  .pjs-search-card-body {
    padding: 20px;
  }

  .pjs-search-card h2 {
    font-size: 22px;
  }
}

/* Server-rendered search/category structure using the existing Journal classes. */
.pjs-journal-archive .pj-hero > .e-con-inner,
.pjs-journal-archive .pj-hero-inner > .e-con-inner,
.pjs-journal-archive .pj-section-heading > .e-con-inner {
  display: flex;
  flex-direction: column;
}

.pjs-journal-archive .pj-hero-inner,
.pjs-journal-archive .pj-hero-inner > .e-con-inner,
.pjs-journal-archive .pj-topic-stack,
.pjs-journal-archive .pj-topic-stack > .e-con-inner {
  width: 100%;
}

.pjs-journal-archive .pj-topic-stack > .e-con-inner {
  display: grid;
  gap: 64px;
}

.pjs-journal-archive .pj-section-title {
  margin-top: 8px;
}

.pjs-journal-archive .pj-loop-card > .e-con-inner {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.pjs-journal-archive .pj-card-image,
.pjs-journal-archive .pj-card-image .elementor-widget-container,
.pjs-journal-archive .pj-card-image a {
  display: block;
  width: 100%;
}

.pjs-journal-archive .pj-card-body {
  display: flex;
  flex: 1;
  flex-direction: column;
}

.pjs-journal-archive .pj-card-body > .e-con-inner {
  display: flex;
  flex: 1;
  flex-direction: column;
}

.pjs-journal-archive .pjs-card-placeholder {
  display: grid;
  aspect-ratio: 16 / 10;
  place-items: center;
  background: #eaf4fb;
  color: #9ccbe6;
  font-size: 60px;
  font-weight: 700;
}

.pjs-journal-archive .navigation.pagination {
  margin-top: 40px;
}

.pjs-journal-archive .nav-links {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
  justify-content: center;
}

.pjs-journal-archive .page-numbers {
  display: inline-flex;
  min-width: 42px;
  min-height: 42px;
  padding: 0 13px;
  align-items: center;
  justify-content: center;
  border: 1px solid #d8e0e6;
  border-radius: 12px;
  background: #fff;
  color: #3e474f;
  font-size: 12px;
  font-weight: 700;
}

.pjs-journal-archive .page-numbers.current {
  border-color: var(--pj-primary);
  background: var(--pj-primary);
  color: #fff;
}

.pjs-archive-empty {
  padding: 48px 24px;
  border: 1px solid #e3eaef;
  border-radius: 22px;
  background: #fff;
  text-align: center;
}

.pjs-archive-empty h2 {
  margin: 0;
  color: var(--pj-ink);
  font-family: inherit;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.2;
}

.pjs-archive-empty p {
  color: var(--pj-copy);
}

.pjs-archive-empty a {
  color: var(--pj-primary);
  font-weight: 700;
}

/* Discovery features: live popularity, recent reading and search suggestions — v2.0.0. */
.podoshop-journal .pj-popular-heading {
  display: flex;
  gap: 10px;
  align-items: baseline;
  justify-content: space-between;
}

.podoshop-journal .pj-popular-heading h3 {
  margin: 0;
  color: var(--pj-ink);
  font-size: 20px;
}

.podoshop-journal .pj-popular-heading > span {
  color: #80909a;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.podoshop-journal .pj-search-form {
  position: relative;
  z-index: 30;
}

.podoshop-journal .pjs-search-suggestions {
  position: absolute;
  z-index: 1000;
  top: calc(100% + 10px);
  right: 0;
  left: 0;
  overflow-y: auto;
  max-height: min(460px, 68vh);
  padding: 8px;
  border: 1px solid #d8e4eb;
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 20px 45px rgba(35, 65, 82, 0.17);
}

.podoshop-journal .pjs-search-suggestions[hidden] {
  display: none;
}

.podoshop-journal .pjs-search-suggestion {
  display: grid;
  grid-template-columns: 64px minmax(0, 1fr);
  gap: 13px;
  align-items: center;
  padding: 8px;
  border-radius: 12px;
  color: #171b1f;
  text-decoration: none;
}

.podoshop-journal .pjs-search-suggestion:hover,
.podoshop-journal .pjs-search-suggestion.is-active {
  background: #eef7fc;
}

.podoshop-journal .pjs-search-suggestion-image {
  display: grid;
  overflow: hidden;
  width: 64px;
  aspect-ratio: 4 / 3;
  place-items: center;
  border-radius: 9px;
  background: #e8f4fb;
  color: var(--pj-primary);
  font-weight: 700;
}

.podoshop-journal .pjs-search-suggestion-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.podoshop-journal .pjs-search-suggestion-copy {
  display: block;
  min-width: 0;
}

.podoshop-journal .pjs-search-suggestion-copy strong,
.podoshop-journal .pjs-search-suggestion-copy small {
  display: block;
}

.podoshop-journal .pjs-search-suggestion-copy strong {
  overflow: hidden;
  color: #171b1f;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.35;
  text-overflow: ellipsis;
}

.podoshop-journal .pjs-search-suggestion-copy small {
  margin-top: 5px;
  color: #74838d;
  font-size: 10px;
}

.podoshop-journal .pj-search-form .pjs-search-all {
  width: 100%;
  height: 40px;
  min-height: 40px;
  margin-top: 5px;
  border: 0;
  border-radius: 10px;
  background: #eef7fc !important;
  color: var(--pj-primary) !important;
  font-size: 11px;
  font-weight: 700;
}

.pjs-google-mark,
.podoshop-journal .pj-google-g {
  position: relative;
  color: transparent !important;
}

.pjs-google-mark::before,
.podoshop-journal .pj-google-g::before {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  background: conic-gradient(from -45deg, #4285f4 0 25%, #34a853 25% 42%, #fbbc05 42% 63%, #ea4335 63% 80%, #4285f4 80% 100%);
  background-clip: text;
  color: transparent;
  content: 'G';
  -webkit-background-clip: text;
}

.podoshop-journal .pj-latest-heading .pj-section-link {
  display: none !important;
}

.pjs-archive-breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
  margin: 0 0 22px;
  color: #71818b;
  font-size: 13px;
  line-height: 1.4;
}

.pjs-archive-breadcrumbs a {
  color: var(--pj-primary) !important;
  font-weight: 700;
  text-decoration: none;
}

.pj-mobile-sidebar-block {
  width: 100%;
  margin: 26px 0 0;
}

#journal-content,
#podoshop-footer-newsletter {
  scroll-margin-top: 120px;
}

.podoshop-journal .pjs-search-no-results {
  margin: 0;
  padding: 16px;
  color: #687781;
  font-size: 12px;
  line-height: 1.55;
  text-align: center;
}

.pjs-recent-section {
  margin: 76px 0 0;
  padding-top: 48px;
  border-top: 1px solid #dce7ed;
}

.podoshop-journal .pjs-recent-section .pjs-kicker {
  color: var(--pj-primary);
}

.pjs-recent-heading h2 {
  margin: 13px 0 26px;
  color: #101418;
  font-size: clamp(30px, 3vw, 48px);
  font-weight: 700;
  line-height: 1.04;
  letter-spacing: -0.045em;
}

.pjs-recent-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

.pjs-recent-card {
  display: flex;
  overflow: hidden;
  min-width: 0;
  flex-direction: column;
  border: 1px solid #dce7ed;
  border-radius: 20px;
  background: #fff;
  color: #101418;
  text-decoration: none;
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.pjs-recent-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 16px 34px rgba(35, 65, 82, 0.11);
}

.pjs-recent-image {
  display: grid;
  overflow: hidden;
  aspect-ratio: 16 / 9;
  place-items: center;
  background: #e8f4fb;
  color: #0b88ca;
  font-size: 42px;
  font-weight: 700;
}

.pjs-recent-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 280ms ease;
}

.pjs-recent-card:hover .pjs-recent-image img {
  transform: scale(1.025);
}

.pjs-recent-body {
  display: flex;
  min-height: 150px;
  padding: 20px;
  flex-direction: column;
}

.pjs-recent-body small {
  color: #0b88ca;
  font-size: 10px;
  font-weight: 700;
}

.pjs-recent-body strong {
  margin-top: 10px;
  color: #101418;
  font-size: 18px;
  font-weight: 680;
  line-height: 1.25;
}

.pjs-recent-body > span {
  margin-top: auto;
  padding-top: 18px;
  color: #0b88ca;
  font-size: 12px;
  font-weight: 700;
}

@media (max-width: 1024px) {
  .pjs-recent-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {
  .podoshop-journal .pjs-search-suggestions {
    top: calc(100% + 7px);
    max-height: 62vh;
    border-radius: 15px;
  }

  .podoshop-journal .pjs-search-suggestion {
    grid-template-columns: 54px minmax(0, 1fr);
    gap: 10px;
  }

  .podoshop-journal .pjs-search-suggestion-image {
    width: 54px;
  }

  .pjs-recent-section {
    overflow: hidden;
    margin-top: 52px;
    padding-top: 36px;
  }

  .pjs-recent-heading h2 {
    margin-bottom: 22px;
    font-size: 31px;
  }

  .pjs-recent-grid {
    display: flex;
    overflow-x: auto;
    gap: 14px;
    padding: 0 1px 12px;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
  }

  .pjs-recent-grid::-webkit-scrollbar {
    display: none;
  }

  .pjs-recent-card {
    flex: 0 0 86%;
    scroll-snap-align: start;
  }

  .pjs-recent-body {
    min-height: 142px;
    padding: 18px;
  }

  .pjs-recent-body strong {
    font-size: 17px;
  }
}

/* Shop frontpage editorial Journal shortcode — single clean block, v2.1.9. */
.pjf-journal,
.pjf-journal * {
  box-sizing: border-box;
  font-family: inherit !important;
}

.pjf-journal {
  --pjf-blue: #168ac8;
  --pjf-ink: #121518;
  --pjf-copy: #687781;
  --pjf-line: #dce7ed;
  width: min(100%, var(--wd-container-w, 1600px));
  margin: 86px auto;
  padding: 0 15px;
  color: var(--pjf-ink);
}

.pjf-heading {
  display: flex;
  gap: 32px;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: 30px;
  padding-top: 28px;
  border-top: 1px solid var(--pjf-line);
}

.pjf-heading-copy {
  max-width: 760px;
}

.pjf-eyebrow {
  display: inline-flex;
  gap: 10px;
  align-items: center;
  color: var(--pjf-blue);
  font-size: 11px;
  font-weight: 650;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.pjf-eyebrow::before {
  width: 24px;
  height: 2px;
  background: currentColor;
  content: '';
}

.pjf-heading h2 {
  margin: 12px 0 0;
  color: var(--pjf-ink);
  font-size: clamp(34px, 3.1vw, 42px);
  font-weight: 600;
  line-height: 1.08;
  letter-spacing: -0.045em;
}

.pjf-heading p {
  max-width: 620px;
  margin: 13px 0 0;
  color: var(--pjf-copy);
  font-size: 14px;
  line-height: 1.65;
}

.pjf-all-link {
  display: inline-flex;
  flex: 0 0 auto;
  min-height: 44px;
  padding: 0 18px;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--pjf-line);
  border-radius: 999px;
  background: #fff;
  color: var(--pjf-ink);
  font-size: 12px;
  font-weight: 650;
  text-decoration: none;
  transition: border-color 180ms ease, color 180ms ease, transform 180ms ease;
}

.pjf-all-link:hover {
  transform: translateY(-1px);
  border-color: var(--pjf-blue);
  color: var(--pjf-blue);
}

.pjf-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.18fr) minmax(380px, 0.82fr);
  gap: 20px;
  align-items: stretch;
}

.pjf-featured,
.pjf-compact-card {
  overflow: hidden;
  border: 1px solid var(--pjf-line);
  background: #fff;
  color: var(--pjf-ink);
  text-decoration: none;
  transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.pjf-featured:hover,
.pjf-compact-card:hover {
  transform: translateY(-3px);
  border-color: #c7dce8;
  box-shadow: 0 18px 42px rgba(35, 65, 82, 0.11);
}

.pjf-featured {
  display: flex;
  min-width: 0;
  flex-direction: column;
  border-radius: 26px;
}

.pjf-layout > .pjf-featured:only-child {
  grid-column: 1 / -1;
}

.pjf-featured-media,
.pjf-compact-media {
  position: relative;
  display: block;
  overflow: hidden;
  background: #f4f6f7;
  color: var(--pjf-blue);
}

.pjf-featured-media {
  aspect-ratio: 16 / 9;
}

.pjf-featured-media > img,
.pjf-compact-media > img {
  position: absolute !important;
  inset: 0 !important;
  display: block !important;
  width: 100% !important;
  min-width: 100% !important;
  max-width: none !important;
  height: 100% !important;
  min-height: 100% !important;
  max-height: none !important;
  margin: 0 !important;
  object-fit: cover !important;
  object-position: center !important;
  transition: transform 320ms ease;
}

.pjf-featured:hover img,
.pjf-compact-card:hover img {
  transform: scale(1.025);
}

.pjf-image-fallback {
  position: absolute;
  inset: 0;
  display: grid;
  width: 100%;
  height: 100%;
  place-items: center;
  color: #9ccbe4;
  font-size: 64px;
  font-weight: 700;
}

.pjf-new-label {
  position: absolute;
  top: 18px;
  left: 18px;
  padding: 8px 12px;
  border-radius: 999px;
  background: #fff;
  color: var(--pjf-ink);
  font-size: 10px;
  font-weight: 650;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  box-shadow: 0 8px 20px rgba(35, 65, 82, 0.12);
}

.pjf-featured-body {
  display: flex;
  min-height: 246px;
  padding: 28px 30px 26px;
  flex-direction: column;
}

.pjf-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
  color: #71818b;
  font-size: 10px;
  font-weight: 500;
}

.pjf-meta > span:first-child {
  color: var(--pjf-blue);
}

.pjf-meta i {
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #c5d0d7;
}

.pjf-featured-body > strong {
  margin-top: 15px;
  color: var(--pjf-ink);
  font-size: clamp(26px, 2.2vw, 32px);
  font-weight: 600;
  line-height: 1.18;
  letter-spacing: -0.03em;
}

.pjf-excerpt {
  display: -webkit-box;
  overflow: hidden;
  margin-top: 16px;
  color: var(--pjf-copy);
  font-size: 14px;
  line-height: 1.6;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.pjf-read {
  display: block;
  margin-top: auto;
  padding-top: 20px;
  color: var(--pjf-blue);
  font-size: 12px;
  font-weight: 650;
}

.pjf-compact-list {
  display: grid;
  min-width: 0;
  grid-template-rows: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.pjf-compact-list.pjf-count-1 {
  grid-template-rows: minmax(0, 1fr);
}

.pjf-compact-list.pjf-count-2 {
  grid-template-rows: repeat(2, minmax(0, 1fr));
}

.pjf-compact-card {
  display: grid;
  min-width: 0;
  min-height: 0;
  grid-template-columns: minmax(150px, 39%) minmax(0, 1fr);
  border-radius: 20px;
}

.pjf-compact-media {
  min-height: 0;
}

.pjf-compact-body {
  display: flex;
  min-width: 0;
  padding: 20px;
  flex-direction: column;
}

.pjf-compact-body > strong {
  display: -webkit-box;
  overflow: hidden;
  margin-top: 11px;
  color: var(--pjf-ink);
  font-size: 17px;
  font-weight: 600;
  line-height: 1.25;
  letter-spacing: -0.02em;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.pjf-compact-body .pjf-read {
  padding-top: 12px;
  font-size: 11px;
}

@media (max-width: 1024px) {
  .pjf-journal {
    margin-block: 70px;
  }

  .pjf-layout {
    grid-template-columns: 1fr;
  }

  .pjf-featured-media {
    aspect-ratio: 16 / 8.5;
  }

  .pjf-compact-list {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    grid-template-rows: none;
  }

  .pjf-compact-list.pjf-count-1,
  .pjf-compact-list.pjf-count-2 {
    grid-template-rows: none;
  }

  .pjf-compact-list.pjf-count-1 {
    grid-template-columns: 1fr;
  }

  .pjf-compact-list.pjf-count-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .pjf-compact-card {
    display: flex;
    flex-direction: column;
  }

  .pjf-compact-media {
    aspect-ratio: 16 / 10;
  }

  .pjf-compact-body {
    min-height: 180px;
  }
}

@media (max-width: 767px) {
  .pjf-journal {
    overflow: hidden;
    margin-block: 52px;
    padding-inline: 16px;
  }

  .pjf-heading {
    display: block;
    margin-bottom: 24px;
    padding-top: 23px;
  }

  .pjf-heading h2 {
    font-size: 34px;
  }

  .pjf-heading p {
    margin-top: 13px;
    font-size: 14px;
  }

  .pjf-all-link {
    margin-top: 20px;
  }

  .pjf-layout {
    gap: 16px;
  }

  .pjf-featured {
    border-radius: 20px;
  }

  .pjf-featured-media {
    aspect-ratio: 16 / 10;
  }

  .pjf-new-label {
    top: 13px;
    left: 13px;
  }

  .pjf-featured-body {
    min-height: 238px;
    padding: 22px;
  }

  .pjf-featured-body > strong {
    font-size: 24px;
  }

  .pjf-compact-list {
    display: flex;
    overflow-x: auto;
    gap: 14px;
    padding: 1px 1px 12px;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
  }

  .pjf-compact-list::-webkit-scrollbar {
    display: none;
  }

  .pjf-compact-card {
    flex: 0 0 84%;
    scroll-snap-align: start;
  }

  .pjf-compact-body {
    min-height: 170px;
    padding: 18px;
  }

  .pjf-compact-body > strong {
    font-size: 17px;
  }
}

/* Consistency refinements — v2.3.3. Keep these final overrides together. */
.podoshop-journal .pj-sidebar-widget {
  position: sticky;
  top: 112px;
  max-height: none;
  overflow: visible;
  overscroll-behavior: auto;
  padding-right: 0;
  scrollbar-width: none;
}

.podoshop-journal .pj-sidebar-widget::-webkit-scrollbar {
  display: none;
}

.podoshop-journal .pj-google-brand {
  display: flex;
  align-items: center;
  gap: 13px;
  margin-bottom: 20px;
}

.podoshop-journal .pj-google-brand .pj-google-g {
  flex: 0 0 40px;
  margin-bottom: 0;
}

.podoshop-journal .pj-google-brand .pj-side-kicker {
  line-height: 1.35;
}

.podoshop-journal .pj-hero-title .elementor-heading-title {
  max-width: 860px;
  font-size: clamp(38px, 5vw, 60px) !important;
  font-weight: 700 !important;
  line-height: 1.06 !important;
  letter-spacing: -0.035em !important;
}

.pjs-journal-archive .pjs-archive-breadcrumbs {
  margin-bottom: 24px;
}

.podoshop-single .pjs-breadcrumbs,
.pjs-journal-archive .pjs-breadcrumbs {
  gap: 8px;
  color: #71818b;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.4;
}

.podoshop-single .pjs-breadcrumbs a,
.pjs-journal-archive .pjs-breadcrumbs a {
  color: #71818b !important;
  font-weight: 700;
  text-decoration: none;
}

.podoshop-single .pjs-breadcrumbs a:hover,
.pjs-journal-archive .pjs-breadcrumbs a:hover {
  color: var(--pjs-ink, var(--pj-ink, #121518)) !important;
}

.podoshop-single .pjs-breadcrumbs > :last-child,
.pjs-journal-archive .pjs-breadcrumbs > :last-child {
  color: var(--pjs-ink, var(--pj-ink, #121518));
}

.podoshop-journal .pj-pill.is-active {
  border-color: #121518 !important;
  background: #121518 !important;
  color: #fff !important;
}

.pjs-header h1 {
  font-size: clamp(38px, 5vw, 60px);
  font-weight: 700;
  line-height: 1.06;
  letter-spacing: -0.035em;
}

.podoshop-journal .pj-latest-section .pj-section-title .elementor-heading-title,
.podoshop-journal .pj-topic-section .pj-section-title .elementor-heading-title {
  font-size: clamp(36px, 4vw, 52px) !important;
  font-weight: 700 !important;
  line-height: 1.06 !important;
  letter-spacing: -0.035em !important;
}

.podoshop-journal .pj-fresh-links {
  display: flex;
  flex-wrap: wrap;
  gap: 6px 10px;
  align-items: center;
  max-width: 860px;
  margin-top: 13px;
  color: #71818b;
  font-size: 12px;
  line-height: 1.45;
}

.podoshop-journal .pj-fresh-links > span {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.podoshop-journal .pj-fresh-links a {
  color: #39444b !important;
  font-weight: 650;
  text-decoration: none;
}

.podoshop-journal .pj-fresh-links a:hover {
  color: #121518 !important;
}

.podoshop-journal .pj-fresh-links i {
  color: #a6b1b8;
  font-style: normal;
}

.pjs-byline {
  width: fit-content;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding: 11px 16px;
  border: 1px solid var(--pjs-line);
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 7px 20px rgba(35, 65, 82, 0.06);
}

@media (max-width: 767px) {
  .podoshop-journal .pj-fresh-links {
    overflow-x: auto;
    flex-wrap: nowrap;
    padding-bottom: 3px;
    white-space: nowrap;
    scrollbar-width: none;
  }

  .podoshop-journal .pj-fresh-links::-webkit-scrollbar {
    display: none;
  }

  .pjs-byline {
    justify-content: flex-start;
    padding: 12px 14px;
    text-align: left;
  }
}

@media (max-width: 1024px) {
  .podoshop-journal .pj-sidebar-widget {
    position: static;
    top: auto;
  }

  .podoshop-journal .pj-latest-grid > .e-con-inner {
    grid-template-columns: minmax(0, 1fr) !important;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .podoshop-journal .pj-featured-loop,
  .podoshop-journal .pj-featured-loop .elementor-loop-container,
  .podoshop-journal .pj-featured-loop .e-loop-item,
  .podoshop-journal .pj-small-loop,
  .podoshop-journal .pj-small-loop .elementor-loop-container {
    height: auto;
  }

  .podoshop-journal .pj-featured-loop,
  .podoshop-journal .pj-small-loop,
  .podoshop-journal .pj-featured-loop .elementor-loop-container,
  .podoshop-journal .pj-featured-loop .e-loop-item,
  .podoshop-journal .pj-featured-card {
    width: 100% !important;
    max-width: 100% !important;
  }

  .podoshop-journal .pj-featured-loop,
  .podoshop-journal .pj-small-loop {
    flex-basis: 100% !important;
  }

  .podoshop-journal .pj-featured-loop.elementor-grid-tablet-2 .elementor-grid,
  .podoshop-journal .pj-featured-loop .elementor-loop-container {
    grid-template-columns: minmax(0, 1fr) !important;
  }

  .podoshop-journal .pj-small-loop .elementor-loop-container {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-rows: none;
  }

  .podoshop-journal .pj-featured-card {
    height: auto;
    min-height: 500px;
  }

  .podoshop-journal .pj-featured-card .pj-card-body {
    height: auto;
    min-height: 500px;
    padding: 40px !important;
  }

  .podoshop-journal .pj-featured-card .pj-card-title .elementor-heading-title {
    font-size: clamp(40px, 5vw, 50px) !important;
  }
}
