@charset "UTF-8";

/* AI Journal child-theme compatibility layer for WorkShift posts. */
.sitekit-design-template-post {
  --aij-brand: var(--blue);
  --aij-ink: #0e1317;
  --aij-ink-2: #2b343c;
  --aij-muted: #6b7783;
  --aij-line: #e4e8ee;
  --aij-line-2: #f0f2f6;
  --aij-red: #e02b2b;
  --aij-amber: #f59e0b;
  --aij-green: #059669;
  --aij-purple: #7c3aed;
}

.sitekit-design-template-post .sitekit-design-body {
  border: 0 !important;
  background: #fff !important;
  box-shadow: none !important;
}

.sitekit-design-template-post .sitekit-design-body p,
.sitekit-design-template-post .sitekit-design-body li {
  color: var(--aij-ink-2);
  font-size: 15px;
  font-weight: 650;
  line-height: 1.95;
}

.sitekit-design-template-post .aij-art-lead {
  margin: 20px 0;
  padding: 20px 24px;
  border-left: 4px solid var(--aij-brand);
  background: linear-gradient(90deg, rgba(0, 102, 255, .04), transparent);
  color: var(--aij-ink-2);
  font-size: 16px;
  font-weight: 500;
  line-height: 1.85;
}

.sitekit-design-template-post .aij-art-lead strong {
  color: var(--aij-brand);
  font-weight: 700;
}

.sitekit-design-template-post .aij-art-divider {
  display: flex;
  align-items: center;
  gap: 14px;
  margin: 40px 0 20px;
}

.sitekit-design-template-post .aij-art-divider .num {
  padding: 4px 10px;
  border-radius: 3px;
  background: var(--aij-brand);
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .1em;
}

.sitekit-design-template-post .aij-art-divider .title {
  color: var(--aij-ink);
  font-size: 20px;
  font-weight: 900;
  line-height: 1.45;
  letter-spacing: -.02em;
}

.sitekit-design-template-post .aij-art-divider .line {
  flex: 1;
  height: 1px;
  background: linear-gradient(90deg, var(--aij-brand) 0%, var(--aij-line) 80%, transparent);
}

.sitekit-design-template-post .sitekit-design-body h2.sitekit-aij-heading {
  display: flex !important;
  align-items: center;
  gap: 14px;
  margin: 40px 0 20px !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
}

.sitekit-design-template-post .sitekit-design-body h2.sitekit-aij-heading::before {
  content: none !important;
  display: none !important;
}

.sitekit-design-template-post .sitekit-design-body h2.sitekit-aij-heading::after {
  content: "" !important;
  display: block !important;
  flex: 1;
  height: 1px;
  background: linear-gradient(90deg, var(--aij-brand) 0%, var(--aij-line) 80%, transparent);
}

.sitekit-design-template-post .sitekit-design-body h2.sitekit-aij-heading .sitekit-section-no {
  position: static !important;
  display: inline-flex !important;
  width: auto !important;
  height: auto !important;
  padding: 4px 10px;
  border-radius: 3px;
  background: var(--aij-brand) !important;
  color: #fff !important;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .1em;
}

.sitekit-design-template-post .sitekit-design-body h2.sitekit-aij-heading .sitekit-section-title {
  color: var(--aij-ink);
  font-size: 20px;
  font-weight: 900;
  line-height: 1.45;
}

.sitekit-design-template-post .sitekit-design-body table {
  width: 100%;
  margin: 16px 0 22px;
  overflow: hidden;
  border: 1px solid var(--aij-line) !important;
  border-collapse: collapse;
  border-radius: 6px;
  font-size: 13px;
}

.sitekit-design-template-post .sitekit-design-body table th {
  padding: 12px 16px;
  border-bottom: 3px solid var(--aij-brand) !important;
  background: var(--aij-ink) !important;
  color: #fff !important;
  font-size: 12px;
  font-weight: 700;
  text-align: left;
}

.sitekit-design-template-post .sitekit-design-body table td {
  padding: 12px 16px;
  border: 1px solid var(--aij-line) !important;
  color: var(--aij-ink-2);
  vertical-align: top;
}

.sitekit-design-template-post .sitekit-design-body table tr:nth-child(even) td {
  background: #fafbfc;
}

.sitekit-design-template-post .sitekit-design-body .tag-pill {
  display: inline-block;
  padding: 2px 8px;
  border-radius: 3px;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .05em;
}

.sitekit-design-template-post .sitekit-design-body .tag-pill.good {
  background: var(--aij-green);
  color: #fff;
}

.sitekit-design-template-post .sitekit-design-body .tag-pill.ok {
  background: var(--aij-amber);
  color: #fff;
}

.sitekit-design-template-post .sitekit-design-body .tag-pill.bad {
  background: var(--aij-red);
  color: #fff;
}

.sitekit-design-template-post .aij-art-checklist {
  margin: 14px 0;
  padding: 18px 22px;
  border: 1px solid var(--aij-line);
  border-radius: 6px;
  background: #fff;
  list-style: none;
}

.sitekit-design-template-post .aij-art-checklist li {
  position: relative;
  padding: 10px 0 10px 32px;
  border-bottom: 1px dashed var(--aij-line-2);
  font-size: 14px;
}

.sitekit-design-template-post .aij-art-checklist li:last-child {
  border-bottom: none;
}

.sitekit-design-template-post .aij-art-checklist li::before {
  content: "☐";
  position: absolute;
  top: 8px;
  left: 0;
  color: var(--aij-brand);
  font-size: 20px;
  font-weight: 700;
}

.sitekit-design-template-post .aij-art-checklist li.checked::before {
  content: "☑";
  color: var(--aij-green);
}

.sitekit-design-template-post .aij-art-callout {
  display: block !important;
  margin: 18px 0 !important;
  padding: 18px 22px !important;
  border: 1px solid var(--aij-line) !important;
  border-left: 4px solid var(--aij-brand) !important;
  border-radius: 6px !important;
  background: #fafbfc !important;
}

.sitekit-design-template-post .aij-art-callout .label {
  display: block !important;
  width: fit-content !important;
  margin: 0 0 12px !important;
  padding: 4px 11px !important;
  border-radius: 3px !important;
  background: var(--aij-brand) !important;
  color: #fff !important;
  font-size: 10px !important;
  font-weight: 700 !important;
  line-height: 1.4 !important;
  letter-spacing: .15em !important;
}

.sitekit-design-template-post .aij-art-callout.info {
  border-left-color: var(--aij-brand) !important;
  background: #f0f9ff !important;
}

.sitekit-design-template-post .aij-art-callout.warn {
  border-left-color: var(--aij-amber) !important;
  background: #fffaf0 !important;
}

.sitekit-design-template-post .aij-art-callout.warn .label {
  background: var(--aij-amber) !important;
}

.sitekit-design-template-post .aij-art-callout.tip {
  border-left-color: var(--aij-green) !important;
  background: #f0fdf5 !important;
}

.sitekit-design-template-post .aij-art-callout.tip .label {
  background: var(--aij-green) !important;
}

.sitekit-design-template-post .aij-art-callout.danger {
  border-left-color: var(--aij-red) !important;
  background: #fef5f5 !important;
}

.sitekit-design-template-post .aij-art-callout.danger .label {
  background: var(--aij-red) !important;
}

.sitekit-design-template-post .sitekit-design-body blockquote {
  position: relative;
  margin: 18px 0;
  padding: 24px 28px;
  border: 1px solid var(--aij-line) !important;
  border-left: 6px solid var(--aij-ink) !important;
  border-radius: 0 6px 6px 0;
  background: #fff !important;
}

.sitekit-design-template-post .sitekit-design-body blockquote::before {
  content: "\201C";
  position: absolute;
  top: 0;
  left: 14px;
  color: var(--aij-line);
  font-family: Georgia, serif;
  font-size: 60px;
  line-height: 1;
}

.sitekit-design-template-post .sitekit-design-body blockquote p {
  margin: 0 0 0 40px;
  color: var(--aij-ink-2);
  font-size: 15px;
  line-height: 1.85;
}

.sitekit-design-template-post .aij-art-quote footer {
  margin: 10px 0 0 40px;
  color: var(--aij-muted);
  font-size: 11px;
  letter-spacing: .05em;
}

.sitekit-design-template-post .aij-art-cta {
  position: relative;
  overflow: hidden;
  margin: 24px 0;
  padding: 28px 32px;
  border-radius: 8px;
  background: linear-gradient(135deg, var(--aij-brand) 0%, var(--aij-purple) 100%);
  color: #fff;
}

.sitekit-design-template-post .aij-art-cta::before {
  content: "";
  position: absolute;
  top: -60px;
  right: -60px;
  width: 220px;
  height: 220px;
  border-radius: 50%;
  background: radial-gradient(circle at center, rgba(255,255,255,.2), transparent 60%);
}

.sitekit-design-template-post .aij-art-cta .kicker {
  position: relative;
  margin-bottom: 8px;
  font-size: 10px;
  letter-spacing: .2em;
  opacity: .9;
}

.sitekit-design-template-post .aij-art-cta h4 {
  position: relative;
  margin: 0 0 8px;
  color: #fff;
  font-size: 20px;
  letter-spacing: -.02em;
}

.sitekit-design-template-post .aij-art-cta p,
.sitekit-design-template-post .aij-art-cta {
  font-size: 13px;
  line-height: 1.8;
}

.sitekit-design-template-post .aij-art-cta .btn {
  position: relative;
  display: inline-block;
  margin-top: 14px;
  padding: 10px 24px;
  border-radius: 5px;
  background: #fff;
  color: var(--aij-brand);
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
}

@media (max-width: 640px) {
  html,
  body {
    max-width: 100%;
    overflow-x: hidden !important;
  }

  body,
  body * {
    min-width: 0;
  }

  .sitekit-design-template-post {
    overflow-x: hidden;
  }

  .sitekit-design-template-post .l-header,
  .sitekit-design-template-post #header,
  .sitekit-design-template-post .p-spHead,
  .sitekit-design-template-post .l-header__inner,
  .sitekit-design-template-post .c-headLogo {
    min-height: 58px !important;
  }

  .sitekit-design-template-post .sitekit-head-logo__link {
    grid-template-columns: 30px minmax(0, auto);
    gap: 8px;
  }

  .sitekit-design-template-post .sitekit-head-logo__mark {
    width: 30px;
    height: 30px;
    border-radius: 9px;
    font-size: 15px;
  }

  .sitekit-design-template-post .sitekit-head-logo__main {
    font-size: 18px;
    line-height: 1.05;
  }

  .sitekit-design-template-post .sitekit-head-logo__sub {
    font-size: 10px;
    line-height: 1.1;
  }

  .sitekit-design-template-post .l-content,
  .sitekit-design-template-post .l-mainContent,
  .sitekit-design-template-post .l-article,
  .sitekit-design-template-post .p-articleHead,
  .sitekit-design-template-post .p-articleThumb,
  .sitekit-design-template-post .sitekit-design-post,
  .sitekit-design-template-post .l-articleBottom,
  .sitekit-design-template-post .p-shareBtns {
    width: 100% !important;
    max-width: 100% !important;
  }

  .sitekit-design-template-post .l-content {
    display: block !important;
    padding: 20px 16px 0;
  }

  .sitekit-design-template-post .p-articleHead {
    margin-top: 20px;
    margin-bottom: 14px;
  }

  .sitekit-design-template-post .c-postTitle,
  .sitekit-design-template-post .p-articleHead__title {
    font-size: 22px !important;
    line-height: 1.45 !important;
  }

  .sitekit-design-template-post .p-articleThumb {
    margin: 16px 0 24px !important;
  }

  .sitekit-design-template-post .p-articleThumb img {
    height: auto !important;
    border-radius: 4px;
  }

  .sitekit-design-template-post .sitekit-design-body {
    padding: 22px 18px 30px !important;
    overflow: hidden;
  }

  .sitekit-design-template-post .sitekit-design-body p,
  .sitekit-design-template-post .sitekit-design-body li {
    font-size: 13.5px !important;
    font-weight: 600;
    line-height: 1.85;
  }

  .sitekit-design-template-post .aij-art-lead {
    margin: 18px 0 28px;
    padding: 16px 18px;
    font-size: 13.5px;
    line-height: 1.85;
  }

  .sitekit-design-template-post .sitekit-design-body h3 {
    margin-top: 28px !important;
    font-size: 17px !important;
    line-height: 1.55 !important;
  }

  .sitekit-design-template-post .sitekit-design-body h2.sitekit-aij-heading {
    display: grid !important;
    grid-template-columns: auto minmax(0, 1fr);
    gap: 8px 10px;
  }

  .sitekit-design-template-post .sitekit-design-body h2.sitekit-aij-heading::after {
    grid-column: 1 / -1;
  }

  .sitekit-design-template-post .aij-art-divider {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    gap: 8px 10px;
    margin: 34px 0 18px;
  }

  .sitekit-design-template-post .aij-art-divider .title,
  .sitekit-design-template-post .sitekit-design-body h2.sitekit-aij-heading .sitekit-section-title {
    font-size: 16.5px;
    line-height: 1.5;
  }

  .sitekit-design-template-post .aij-art-divider .line {
    grid-column: 1 / -1;
  }

  .sitekit-design-template-post .aij-art-checklist,
  .sitekit-design-template-post .aij-art-callout {
    padding: 14px 16px !important;
  }

  .sitekit-design-template-post .aij-art-checklist {
    margin: 14px 0 26px;
  }

  .sitekit-design-template-post .aij-art-checklist li {
    padding: 8px 0 8px 28px !important;
    font-size: 13.5px !important;
    line-height: 1.8 !important;
  }

  .sitekit-design-template-post .aij-art-checklist li::before {
    top: 7px;
    font-size: 16px;
  }

  .sitekit-design-template-post .sitekit-design-body table {
    display: table !important;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    table-layout: fixed;
    overflow: hidden;
    border-radius: 6px;
    white-space: normal;
  }

  .sitekit-design-template-post .sitekit-design-body table th,
  .sitekit-design-template-post .sitekit-design-body table td {
    min-width: 0 !important;
    padding: 9px 8px !important;
    font-size: 11px !important;
    line-height: 1.55;
    word-break: break-word;
    overflow-wrap: anywhere;
    white-space: normal;
  }

  .sitekit-design-template-post .sitekit-design-body .tag-pill {
    line-height: 1.35;
    white-space: normal;
  }

  .sitekit-design-template-post .sitekit-design-body blockquote {
    width: 100%;
    max-width: 100%;
    margin: 20px 0 !important;
    padding: 18px 16px 18px 18px !important;
    overflow: hidden;
  }

  .sitekit-design-template-post .sitekit-design-body blockquote::before {
    left: 10px;
    font-size: 42px;
  }

  .sitekit-design-template-post .sitekit-design-body blockquote p {
    margin-left: 24px !important;
    text-align: left !important;
    font-size: 13.5px !important;
    font-weight: 650 !important;
    line-height: 1.85;
    word-break: normal;
    overflow-wrap: break-word;
  }

  .sitekit-design-template-post .aij-art-quote footer {
    margin-left: 24px;
    font-size: 10.5px;
  }

  .sitekit-design-template-post .l-sidebar {
    width: 100% !important;
    margin-top: 28px;
  }

  .sitekit-design-template-post .aij-art-cta {
    margin: 22px 0;
    padding: 22px 20px;
  }

  .sitekit-design-template-post .aij-art-cta h4 {
    font-size: 17px;
  }

  .sitekit-design-template-post .aij-art-cta .btn {
    width: 100%;
    max-width: 240px;
    text-align: center;
  }

  .sitekit-design-template-post .p-shareBtns,
  .sitekit-design-template-post .c-shareBtns {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .sitekit-design-template-post .c-fixBtn,
  .sitekit-design-template-post .p-fixBtnWrap,
  .sitekit-design-template-post .c-pageTop,
  .sitekit-design-template-post .p-pageTop,
  .sitekit-design-template-post #pagetop {
    right: 10px !important;
    bottom: 16px !important;
    transform: scale(.84);
    transform-origin: right bottom;
  }
}

@media (max-width: 640px) {
  body:has(.sitekit-home),
  body:has(.sitekit-design-template-post) {
    overflow-x: hidden !important;
  }

  .sitekit-home,
  .sitekit-home .sitekit-hero,
  .sitekit-home .sitekit-hero-copy,
  .sitekit-home .sitekit-product-window,
  .sitekit-home .sitekit-feature-row,
  .sitekit-home .sitekit-section,
  .sitekit-home .content-grid,
  .sitekit-home .feed,
  .sitekit-home .feed-row,
  .sitekit-home .dark-feature,
  .sitekit-home .sitekit-site-footer {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
  }

  .sitekit-home {
    --sitekit-wide: calc(100vw - 28px) !important;
    width: calc(100vw - 28px) !important;
    max-width: calc(100vw - 28px) !important;
    margin-right: auto !important;
    margin-left: auto !important;
    overflow: hidden;
  }

  .sitekit-home::before {
    width: 100% !important;
    max-width: 100% !important;
  }

  .sitekit-home .keyword-bar,
  .sitekit-home .workshift-keyword-bar {
    width: 100% !important;
    max-width: 100% !important;
    overflow: hidden;
  }

  .sitekit-home .keyword-bar .page,
  .sitekit-home .workshift-keyword-bar .page {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    display: flex;
    flex-wrap: nowrap;
    gap: 8px;
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }

  .sitekit-home .keyword-bar .page::-webkit-scrollbar,
  .sitekit-home .workshift-keyword-bar .page::-webkit-scrollbar {
    display: none;
  }

  .sitekit-home .keyword-bar b,
  .sitekit-home .workshift-keyword-bar b,
  .sitekit-home .keyword-bar .chip,
  .sitekit-home .workshift-keyword-bar .chip {
    flex: 0 0 auto !important;
    width: auto !important;
    max-width: none !important;
    white-space: nowrap !important;
  }

  .sitekit-home .keyword-bar .chip,
  .sitekit-home .workshift-keyword-bar .chip {
    padding: 6px 11px;
    line-height: 1.2;
  }

  .sitekit-home .sitekit-hero {
    display: grid;
    grid-template-columns: 1fr !important;
    gap: 14px;
    overflow: hidden;
  }

  .sitekit-home .sitekit-hero-copy {
    min-height: 390px;
    padding: 32px 22px;
    overflow: hidden;
  }

  .sitekit-home .sitekit-hero-copy h1 {
    font-size: clamp(30px, 8.6vw, 38px) !important;
    line-height: 1.12;
    overflow-wrap: anywhere;
  }

  .sitekit-home .sitekit-hero-lead {
    font-size: 13.5px;
    line-height: 1.75;
  }

  .sitekit-home .sitekit-actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .sitekit-home .sitekit-actions .sitekit-btn,
  .sitekit-home .workshift-full-button,
  .sitekit-home .button {
    width: 100%;
    max-width: 100%;
  }

  .sitekit-home .sitekit-post-grid:not(.sitekit-scroll-row),
  .sitekit-home .sitekit-feature-row,
  .sitekit-home .sitekit-topic-grid {
    grid-template-columns: 1fr !important;
  }

  .sitekit-home .workshift-article-slider {
    overflow: hidden;
  }

  .sitekit-home .workshift-article-slider .article-card {
    flex: 0 0 calc(100vw - 74px);
    max-width: calc(100vw - 74px);
  }

  .sitekit-home .sitekit-post-card,
  .sitekit-home .article-card,
  .sitekit-home .feed-row,
  .sitekit-home .side-card,
  .sitekit-home .workshift-diagnosis-card {
    overflow: hidden !important;
  }

  .sitekit-home .feed-row-link {
    grid-template-columns: 1fr !important;
    gap: 12px;
    overflow: hidden;
  }

  .sitekit-home .feed-thumb {
    width: 100% !important;
    max-width: 100% !important;
    aspect-ratio: 16 / 9;
  }

  .sitekit-home .feed-row h3,
  .sitekit-home .feed-row p,
  .sitekit-home .sitekit-section-head h2,
  .sitekit-home .workshift-diagnosis-card h3,
  .sitekit-home .workshift-diagnosis-card p,
  .sitekit-home .dark-feature h2,
  .sitekit-home .dark-feature p {
    max-width: 100%;
    overflow-wrap: anywhere;
    white-space: normal !important;
    word-break: normal;
  }

  .sitekit-home .feed-row h3 {
    font-size: 17px !important;
  }

  .sitekit-home .feed-row p {
    font-size: 12.5px !important;
  }

  .sitekit-home .workshift-diagnosis-card,
  .sitekit-home .side-card {
    overflow: hidden;
  }

  .sitekit-home .workshift-diagnosis-card {
    padding: 18px !important;
  }

  .sitekit-home .workshift-diagnosis-card h3 {
    font-size: 24px !important;
    line-height: 1.25;
  }

  .sitekit-home .workshift-diagnosis-card p {
    font-size: 13px !important;
    line-height: 1.75;
  }

  .sitekit-home .dark-feature {
    grid-template-columns: 1fr !important;
    padding: 16px;
    overflow: hidden;
  }

  .sitekit-home .dark-feature-image {
    min-height: 160px;
  }

  .sitekit-home .dark-feature h2 {
    font-size: 24px !important;
    white-space: normal !important;
    word-break: normal;
    overflow-wrap: break-word;
  }

  .sitekit-home .dark-feature .sitekit-btn,
  .sitekit-home .dark-feature .button {
    width: fit-content;
    max-width: 100%;
  }

  .sitekit-home .sitekit-site-footer {
    margin-right: auto;
    margin-left: auto;
  }
}

/* Live WorkShift mobile fixes: this block intentionally sits last. */
@media (max-width: 640px) {
  html,
  body,
  .post_content,
  .c-postContent,
  .entry-content {
    max-width: 100vw !important;
    overflow-x: hidden !important;
  }

  .l-header[data-spfix="1"] {
    height: 58px !important;
    min-height: 58px !important;
    overflow: visible !important;
  }

  .l-header .l-header__inner {
    min-height: 58px !important;
    padding-right: 12px !important;
    padding-left: 12px !important;
  }

  .l-header .l-header__logo {
    min-width: 0 !important;
    max-width: calc(100vw - 128px) !important;
    padding: 0 !important;
  }

  .l-header .sitekit-head-logo__link {
    display: grid !important;
    grid-template-columns: 30px minmax(0, 1fr) !important;
    gap: 7px !important;
    align-items: center !important;
    max-width: 100% !important;
  }

  .l-header .sitekit-head-logo__mark {
    width: 30px !important;
    height: 30px !important;
    border-radius: 9px !important;
    font-size: 16px !important;
  }

  .l-header .sitekit-head-logo__text,
  .l-header .sitekit-head-logo__main,
  .l-header .sitekit-head-logo__sub {
    min-width: 0 !important;
    max-width: 100% !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
  }

  .l-header .sitekit-head-logo__main {
    font-size: clamp(16px, 5vw, 20px) !important;
    line-height: 1.05 !important;
  }

  .l-header .sitekit-head-logo__sub {
    font-size: 10px !important;
    line-height: 1.05 !important;
  }

  .l-header__menuBtn,
  .l-header__customBtn {
    width: 42px !important;
    min-width: 42px !important;
  }

  .workshift-keyword-bar {
    width: calc(100vw - 28px) !important;
    max-width: calc(100vw - 28px) !important;
    margin: 0 auto 18px !important;
    overflow: hidden !important;
  }

  .workshift-keyword-bar .page {
    display: flex !important;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    min-height: 42px !important;
    gap: 8px !important;
    padding: 0 12px !important;
    overflow-x: auto !important;
    overflow-y: hidden !important;
    white-space: nowrap !important;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }

  .workshift-keyword-bar .page::-webkit-scrollbar {
    display: none;
  }

  .workshift-keyword-bar b,
  .workshift-keyword-bar .chip {
    flex: 0 0 auto !important;
    width: auto !important;
    max-width: none !important;
    white-space: nowrap !important;
    line-height: 1.2 !important;
  }

  .workshift-keyword-bar .chip {
    padding: 6px 11px !important;
    font-size: 12px !important;
  }

  .workshift-home {
    width: calc(100vw - 28px) !important;
    max-width: calc(100vw - 28px) !important;
    margin-right: auto !important;
    margin-left: auto !important;
    overflow: hidden !important;
  }

  .workshift-home,
  .workshift-home .hero,
  .workshift-home .hero-main,
  .workshift-home .hero-copy,
  .workshift-home .side-stack,
  .workshift-home .side-card,
  .workshift-home .pickup-grid,
  .workshift-home .content-grid,
  .workshift-home .feed,
  .workshift-home .feed-row,
  .workshift-home .feed-row-link,
  .workshift-home .dark-feature,
  .workshift-home .section-head,
  .workshift-home .article-card,
  .workshift-home .workshift-diagnosis-card {
    max-width: 100% !important;
    min-width: 0 !important;
  }

  .workshift-home .hero,
  .workshift-home .content-grid,
  .workshift-home .dark-feature {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 14px !important;
  }

  .workshift-home .hero-main {
    min-height: 0 !important;
    border-radius: 10px !important;
    overflow: hidden !important;
  }

  .workshift-home .hero-copy {
    min-height: 390px !important;
    padding: 32px 22px !important;
    overflow: hidden !important;
  }

  .workshift-home .hero-copy h1 {
    font-size: clamp(30px, 8.6vw, 38px) !important;
    line-height: 1.12 !important;
  }

  .workshift-home .hero-copy p {
    font-size: 13.5px !important;
    line-height: 1.75 !important;
  }

  .workshift-home h1,
  .workshift-home h2,
  .workshift-home h3,
  .workshift-home p,
  .workshift-home a,
  .workshift-home span,
  .workshift-home strong {
    max-width: 100% !important;
    white-space: normal !important;
    overflow-wrap: break-word !important;
    word-break: normal !important;
  }

  .workshift-home .actions {
    display: grid !important;
    grid-template-columns: 1fr !important;
  }

  .workshift-home .actions .button,
  .workshift-home .button {
    width: 100% !important;
    max-width: 100% !important;
  }

  .workshift-home .pickup-grid {
    display: grid !important;
    grid-template-columns: 1fr !important;
  }

  .workshift-home .workshift-article-slider {
    overflow: hidden !important;
  }

  .workshift-home .workshift-article-slider .article-card {
    flex: 0 0 calc(100vw - 68px) !important;
    max-width: calc(100vw - 68px) !important;
  }

  .workshift-home .feed-row {
    width: 100% !important;
    overflow: hidden !important;
  }

  .workshift-home .feed-row-link {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 12px !important;
  }

  .workshift-home .feed-thumb {
    width: 100% !important;
    max-width: 100% !important;
    aspect-ratio: 16 / 9 !important;
  }

  .workshift-home .feed-row h3 {
    font-size: 17px !important;
    line-height: 1.45 !important;
  }

  .workshift-home .feed-row p {
    font-size: 12.5px !important;
    line-height: 1.65 !important;
  }

  .workshift-home .workshift-diagnosis-card,
  .workshift-home .dark-feature {
    padding: 16px !important;
    overflow: hidden !important;
  }

  .workshift-home .workshift-diagnosis-card h3,
  .workshift-home .dark-feature h2 {
    font-size: 24px !important;
    line-height: 1.35 !important;
  }

  .workshift-home .dark-feature-image {
    min-height: 155px !important;
  }

  .sitekit-design-template-post .post_content blockquote,
  .sitekit-design-template-post .sitekit-design-body blockquote,
  .sitekit-design-template-post .sitekit-design-body .aij-art-quote {
    margin: 20px 0 !important;
    padding: 18px 16px 18px 20px !important;
    border: 1px solid var(--aij-line) !important;
    border-left: 5px solid var(--aij-ink) !important;
    overflow: hidden !important;
  }

  .sitekit-design-template-post .post_content blockquote::before,
  .sitekit-design-template-post .sitekit-design-body blockquote::before,
  .sitekit-design-template-post .sitekit-design-body .aij-art-quote::before {
    content: "\201C" !important;
    display: block !important;
    width: auto !important;
    height: auto !important;
    border: 0 !important;
    top: 2px !important;
    left: 12px !important;
    color: var(--aij-line) !important;
    font-family: Georgia, serif !important;
    font-size: 42px !important;
    line-height: 1 !important;
  }

  .sitekit-design-template-post .post_content blockquote::after,
  .sitekit-design-template-post .sitekit-design-body blockquote::after {
    content: none !important;
    display: none !important;
  }

  .sitekit-design-template-post .sitekit-design-body blockquote p {
    margin-left: 26px !important;
    font-size: 14px !important;
    line-height: 1.8 !important;
  }

  .sitekit-design-template-post .aij-art-quote footer {
    margin-left: 26px !important;
  }

  .sitekit-design-template-post .sitekit-design-body table {
    display: block !important;
    max-width: 100% !important;
    overflow-x: auto !important;
    -webkit-overflow-scrolling: touch;
  }
}

/* Post date and pickup slider positioning refinements. */
@media (max-width: 640px) {
  .sitekit-design-template-post .p-articleHead {
    column-gap: 16px !important;
  }

  .sitekit-design-template-post .c-postTitle__date {
    width: 62px !important;
    min-width: 62px !important;
    max-width: 62px !important;
    text-align: center !important;
    letter-spacing: 0 !important;
    word-break: keep-all !important;
    overflow-wrap: normal !important;
    white-space: normal !important;
  }

  .sitekit-design-template-post .c-postTitle__date .__y,
  .sitekit-design-template-post .c-postTitle__date .__md {
    display: block !important;
    width: 100% !important;
    white-space: nowrap !important;
    word-break: keep-all !important;
    overflow-wrap: normal !important;
    letter-spacing: 0 !important;
  }

  .sitekit-design-template-post .c-postTitle__date .__y {
    font-size: 15px !important;
    line-height: 1.15 !important;
  }

  .sitekit-design-template-post .c-postTitle__date .__md {
    font-size: 26px !important;
    line-height: 1.05 !important;
  }
}

@media (min-width: 641px) {
  .workshift-article-slider {
    padding-right: 54px;
    padding-left: 54px;
  }

  .workshift-slider-btn {
    top: 44%;
    transform: translateY(-50%);
  }

  .workshift-slider-prev {
    right: auto;
    left: 8px;
  }

  .workshift-slider-next {
    right: 8px;
  }
}

/* Header logo normalization across PC / tablet / mobile. */
.l-header,
.l-fixHeader {
  overflow: visible !important;
  border-bottom: 1px solid rgba(226, 232, 240, .95) !important;
  background: rgba(255, 255, 255, .96) !important;
  backdrop-filter: blur(14px);
}

.l-header__inner,
.l-fixHeader__inner {
  align-items: center !important;
  min-width: 0 !important;
}

.l-header__logo,
.l-fixHeader__logo {
  min-width: 0 !important;
  text-align: left !important;
}

.l-header .sitekit-head-logo,
.l-fixHeader .sitekit-head-logo {
  margin: 0 !important;
  line-height: 1 !important;
}

.l-header .sitekit-head-logo__link,
.l-fixHeader .sitekit-head-logo__link {
  display: grid !important;
  grid-template-columns: clamp(36px, 3.4vw, 44px) minmax(0, 1fr) !important;
  align-items: center !important;
  gap: 10px !important;
  width: 100% !important;
  max-width: min(430px, 100%) !important;
}

.l-header .sitekit-head-logo__mark,
.l-fixHeader .sitekit-head-logo__mark {
  display: grid !important;
  place-items: center !important;
  width: clamp(36px, 3.4vw, 44px) !important;
  height: clamp(36px, 3.4vw, 44px) !important;
  border-radius: 12px !important;
  overflow: hidden !important;
  flex: 0 0 auto !important;
  line-height: 1 !important;
}

.l-header .sitekit-logo-mark-image,
.l-fixHeader .sitekit-logo-mark-image {
  background: transparent !important;
  box-shadow: none !important;
}

.l-header .sitekit-logo-mark-image img,
.l-fixHeader .sitekit-logo-mark-image img {
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  object-fit: contain !important;
  border-radius: inherit !important;
}

.l-header .sitekit-head-logo__text,
.l-fixHeader .sitekit-head-logo__text {
  display: grid !important;
  min-width: 0 !important;
  max-width: 100% !important;
  gap: 2px !important;
  line-height: 1.05 !important;
}

.l-header .sitekit-head-logo__main,
.l-fixHeader .sitekit-head-logo__main,
.l-header .sitekit-head-logo__sub,
.l-fixHeader .sitekit-head-logo__sub {
  display: block !important;
  min-width: 0 !important;
  max-width: 100% !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  white-space: nowrap !important;
  letter-spacing: 0 !important;
}

.l-header .sitekit-head-logo__main,
.l-fixHeader .sitekit-head-logo__main {
  color: #071226 !important;
  font-size: clamp(18px, 1.9vw, 24px) !important;
  font-weight: 950 !important;
  line-height: 1.08 !important;
}

.l-header .sitekit-head-logo__sub,
.l-fixHeader .sitekit-head-logo__sub {
  color: #667085 !important;
  font-size: clamp(10px, 1.1vw, 13px) !important;
  font-weight: 850 !important;
  line-height: 1.08 !important;
}

@media (min-width: 960px) {
  .l-header__inner,
  .l-fixHeader__inner {
    min-height: 66px !important;
  }

  .l-header__logo,
  .l-fixHeader__logo {
    max-width: 440px !important;
  }
}

@media (min-width: 641px) and (max-width: 959px) {
  .l-header[data-spfix="1"] {
    position: sticky !important;
    top: var(--wp-admin--admin-bar--height, 0px) !important;
    z-index: 1000 !important;
  }

  .l-header__inner {
    min-height: 64px !important;
    padding-right: 18px !important;
    padding-left: 18px !important;
  }

  .l-header__logo {
    max-width: calc(100vw - 150px) !important;
    padding: 0 !important;
  }

  .l-header .sitekit-head-logo__link {
    grid-template-columns: 42px minmax(0, 1fr) !important;
  }

  .l-header .sitekit-head-logo__mark {
    width: 42px !important;
    height: 42px !important;
  }

  .l-header .sitekit-head-logo__main {
    font-size: 22px !important;
  }

  .l-header .sitekit-head-logo__sub {
    font-size: 12px !important;
  }
}

@media (max-width: 640px) {
  body {
    padding-top: 58px !important;
  }

  body.admin-bar {
    padding-top: 104px !important;
  }

  #header.l-header,
  .l-header[data-spfix="1"] {
    position: fixed !important;
    top: 0 !important;
    right: 0 !important;
    left: 0 !important;
    z-index: 10000 !important;
    width: 100% !important;
    height: 58px !important;
    min-height: 58px !important;
    transform: none !important;
  }

  body.admin-bar #header.l-header,
  body.admin-bar .l-header[data-spfix="1"] {
    top: 46px !important;
  }

  .l-fixHeader {
    display: none !important;
  }

  .l-header .l-header__inner {
    min-height: 58px !important;
    padding-right: 10px !important;
    padding-left: 10px !important;
  }

  .l-header .l-header__logo {
    max-width: calc(100vw - 116px) !important;
    padding: 0 !important;
  }

  .l-header .sitekit-head-logo__link {
    grid-template-columns: 34px minmax(0, 1fr) !important;
    gap: 8px !important;
  }

  .l-header .sitekit-head-logo__mark {
    width: 34px !important;
    height: 34px !important;
    border-radius: 10px !important;
  }

  .l-header .sitekit-head-logo__main {
    font-size: clamp(16px, 5vw, 20px) !important;
  }

  .l-header .sitekit-head-logo__sub {
    font-size: 10px !important;
  }

  .l-header__menuBtn,
  .l-header__customBtn {
    width: 38px !important;
    min-width: 38px !important;
  }

  .l-header .c-iconBtn {
    width: 38px !important;
    height: 38px !important;
  }
}

/* Make Customizer color controls reach the production WorkShift surfaces. */
:root {
  --workshift-bg: var(--soft);
  --workshift-card: var(--paper);
  --workshift-ink: var(--ink);
  --workshift-main: var(--navy);
  --workshift-main-2: var(--navy-2);
  --workshift-accent: var(--blue);
  --workshift-muted: var(--muted);
}

body:not(.search-results):not(.search-no-results):not(.sitekit-hybrid-front),
.sitekit-guide-page:not(.search-results):not(.search-no-results),
.sitekit-template-post:not(.search-results):not(.search-no-results) {
  background:
    radial-gradient(circle at 82% 0%, color-mix(in srgb, var(--workshift-accent) 14%, transparent), transparent 34%),
    linear-gradient(180deg, var(--workshift-bg) 0%, #edf4fa 46%, var(--workshift-bg) 100%) !important;
  color: var(--workshift-ink);
}

.chip,
.badge,
.tab.active,
.sitekit-section-kicker,
.sitekit-eyebrow,
.sitekit-poster-label,
.text-link {
  color: var(--workshift-accent) !important;
}

.tab.active,
.button,
.sitekit-btn,
.sitekit-design-button,
.workshift-full-button {
  border-color: var(--workshift-accent) !important;
}

.button,
.sitekit-btn,
.sitekit-design-button,
.workshift-full-button {
  background: linear-gradient(135deg, var(--workshift-accent), var(--workshift-main-2)) !important;
  color: #fff !important;
}

.hero-main,
.sitekit-hero-copy {
  background:
    linear-gradient(90deg, color-mix(in srgb, var(--workshift-main) 96%, #000) 0%, color-mix(in srgb, var(--workshift-main) 88%, #000) 52%, color-mix(in srgb, var(--workshift-main-2) 60%, transparent) 100%),
    radial-gradient(circle at 78% 38%, color-mix(in srgb, var(--workshift-main-2) 35%, transparent), transparent 30%),
    linear-gradient(135deg, var(--workshift-main), var(--workshift-main-2)) !important;
}

.side-card,
.panel,
.article-card,
.feed-row,
.post-card,
.mobile-card,
.workshift-diagnosis-card,
.keyword-bar .page,
.sitekit-site-footer {
  background: var(--workshift-card) !important;
}

.l-header .sitekit-head-logo__main,
.l-fixHeader .sitekit-head-logo__main,
.section-head h2,
.feed-row h3,
.article-body h3,
.side-card h3 {
  color: var(--workshift-ink) !important;
}

.l-header .sitekit-head-logo__sub,
.l-fixHeader .sitekit-head-logo__sub,
.section-head p,
.feed-row p,
.article-body p,
.workshift-side-text {
  color: var(--workshift-muted) !important;
}

.workshift-home .tabs .tab.active,
.workshift-home .tabs .tab[aria-pressed="true"],
.workshift-home .tabs .tab.active:hover,
.workshift-home .tabs .tab[aria-pressed="true"]:hover {
  border-color: var(--workshift-accent) !important;
  background: var(--workshift-card) !important;
  color: var(--workshift-accent) !important;
  box-shadow: inset 0 0 0 1px var(--workshift-accent) !important;
}

.search-results .l-content,
.search-no-results .l-content {
  display: block !important;
  width: min(1080px, calc(100% - 36px)) !important;
  max-width: min(1080px, calc(100% - 36px)) !important;
  margin: 42px auto 80px !important;
}

.search-results .l-mainContent,
.search-no-results .l-mainContent,
.search-results .l-mainContent__inner,
.search-no-results .l-mainContent__inner {
  width: 100% !important;
  max-width: 100% !important;
}

.search-results .l-sidebar,
.search-no-results .l-sidebar {
  display: none !important;
}

.search-results .c-pageTitle,
.search-no-results .c-pageTitle {
  margin-bottom: 18px !important;
  color: var(--workshift-ink) !important;
  font-size: clamp(26px, 3vw, 40px) !important;
  line-height: 1.3 !important;
  writing-mode: horizontal-tb !important;
  text-orientation: mixed !important;
  word-break: normal !important;
}

.search-results .p-postList,
.search-no-results .p-postList {
  display: grid !important;
  grid-template-columns: 1fr !important;
  gap: 14px !important;
}

.search-results .p-postList__item,
.search-no-results .p-postList__item {
  width: 100% !important;
  max-width: 100% !important;
  writing-mode: horizontal-tb !important;
  text-orientation: mixed !important;
}

.search-results .p-postList__link,
.search-no-results .p-postList__link {
  display: grid !important;
  grid-template-columns: 220px minmax(0, 1fr) !important;
  gap: 18px !important;
  align-items: start !important;
  padding: 14px !important;
  border: 1px solid var(--line) !important;
  border-radius: 10px !important;
  background: var(--workshift-card) !important;
}

.search-results .p-postList__thumb,
.search-no-results .p-postList__thumb {
  width: 100% !important;
  max-width: 220px !important;
  aspect-ratio: 16 / 9 !important;
}

.search-results .p-postList__title,
.search-no-results .p-postList__title,
.search-results .p-postList__excerpt,
.search-no-results .p-postList__excerpt {
  writing-mode: horizontal-tb !important;
  text-orientation: mixed !important;
  white-space: normal !important;
  word-break: normal !important;
  overflow-wrap: break-word !important;
}

.workshift-home .hero-main {
  background:
    linear-gradient(90deg, color-mix(in srgb, var(--workshift-main) 96%, #000) 0%, color-mix(in srgb, var(--workshift-main) 88%, #000) 52%, color-mix(in srgb, var(--workshift-main-2) 62%, transparent) 100%),
    radial-gradient(circle at 78% 38%, color-mix(in srgb, var(--workshift-main-2) 35%, transparent), transparent 30%),
    var(--workshift-hero-image, linear-gradient(135deg, var(--workshift-main), var(--workshift-main-2))) center / cover no-repeat !important;
}

/* Home controls: discovery/search, outline tabs, removable hero layout. */
.workshift-discovery {
  width: min(1220px, calc(100% - 56px));
  margin: 28px auto 26px;
}

.workshift-discovery .workshift-keyword-bar {
  border: 0 !important;
  background: transparent !important;
}

.workshift-discovery .workshift-keyword-bar .page {
  width: 100% !important;
  margin: 0 !important;
  padding: 8px 14px !important;
  border: 1px solid var(--line) !important;
  border-radius: 8px !important;
  background: var(--workshift-card) !important;
}

.workshift-home-search {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 10px;
  margin-top: 14px;
  margin-bottom: 6px;
  padding: 14px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--workshift-card);
  box-shadow: 0 10px 28px rgba(9, 27, 66, .05);
}

.workshift-home {
  margin-top: 0 !important;
}

.workshift-hero-size-small .hero-main,
.workshift-hero-size-small .hero-copy {
  min-height: 390px !important;
}

.workshift-hero-size-medium .hero-main,
.workshift-hero-size-medium .hero-copy {
  min-height: 460px !important;
}

.workshift-hero-size-large .hero-main,
.workshift-hero-size-large .hero-copy {
  min-height: 560px !important;
}

.workshift-ranking-card {
  overflow: hidden;
}

.workshift-rank-scroll {
  display: grid;
  gap: 0;
  max-height: 322px;
  overflow-y: auto;
  margin: 10px 0;
  padding-right: 6px;
  scroll-snap-type: y proximity;
  -webkit-overflow-scrolling: touch;
}

.workshift-rank-scroll li {
  min-height: 104px;
  scroll-snap-align: start;
}

.workshift-rank-btn {
  display: grid;
  place-items: center;
  width: 100%;
  min-height: 34px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: #fff;
  color: var(--workshift-main);
  font-size: 16px;
  font-weight: 950;
  cursor: pointer;
}

.workshift-rank-btn:disabled {
  opacity: .38;
  cursor: default;
}

.workshift-rank-scroll::-webkit-scrollbar {
  width: 6px;
}

.workshift-rank-scroll::-webkit-scrollbar-thumb {
  border-radius: 999px;
  background: #c8d6ea;
}

.workshift-search-page {
  width: min(1080px, calc(100% - 36px));
  margin: 42px auto 80px;
  font-family: var(--font);
}

.workshift-search-hero {
  margin-bottom: 20px;
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: var(--workshift-card);
  box-shadow: 0 12px 30px rgba(9, 27, 66, .06);
}

.workshift-search-hero h1 {
  margin: 12px 0 18px;
  color: var(--workshift-ink);
  font-size: clamp(28px, 3vw, 42px);
  line-height: 1.25;
}

.workshift-search-grid {
  display: grid;
  gap: 14px;
}

.workshift-search-terms {
  margin: 0 0 18px;
  padding: 20px;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: var(--workshift-card);
}

.workshift-search-terms h2 {
  margin: 0 0 12px;
  color: var(--workshift-ink);
  font-size: 18px;
}

.workshift-search-page .feed-row-link {
  grid-template-columns: 220px minmax(0, 1fr);
}

.workshift-search-pagination {
  margin-top: 18px;
}

.workshift-home-search input {
  width: 100%;
  min-height: 44px;
  padding: 0 14px;
  border: 1px solid var(--line);
  border-radius: 6px;
  background: #fff;
  color: var(--workshift-ink);
  font: inherit;
  font-weight: 750;
}

.workshift-home-search button {
  min-height: 44px;
  padding: 0 18px;
  border: 1px solid var(--workshift-accent);
  border-radius: 6px;
  background: linear-gradient(135deg, var(--workshift-accent), var(--workshift-main-2));
  color: #fff;
  font: inherit;
  font-weight: 950;
  cursor: pointer;
}

.workshift-home .tabs .tab.active,
.workshift-home .tabs .tab[aria-pressed="true"] {
  border-color: var(--workshift-accent) !important;
  background: var(--workshift-card) !important;
  color: var(--workshift-accent) !important;
  box-shadow: inset 0 0 0 1px var(--workshift-accent);
}

.workshift-home .tabs .tab.active:hover,
.workshift-home .tabs .tab[aria-pressed="true"]:hover {
  background: var(--workshift-card) !important;
  color: var(--workshift-accent) !important;
}

.workshift-hero-no-main {
  grid-template-columns: 1fr !important;
}

.workshift-hero-no-main .side-stack {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

@media (max-width: 640px) {
  .workshift-discovery {
    width: calc(100vw - 56px) !important;
    max-width: calc(100vw - 56px) !important;
    margin-top: 18px;
    margin-bottom: 18px;
    overflow: hidden;
  }

  .workshift-discovery .workshift-keyword-bar {
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
  }

  .workshift-discovery .workshift-keyword-bar .page {
    display: flex !important;
    flex-wrap: nowrap !important;
    gap: 8px !important;
    overflow-x: auto !important;
    overflow-y: hidden !important;
    white-space: nowrap !important;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }

  .workshift-discovery .workshift-keyword-bar .page::-webkit-scrollbar {
    display: none;
  }

  .workshift-home-search {
    grid-template-columns: 1fr;
    padding: 12px;
    overflow: hidden;
  }

  .workshift-home-search input,
  .workshift-home-search button {
    min-width: 0;
    max-width: 100%;
  }

  .workshift-home-search button {
    width: 100%;
  }

  .workshift-hero-no-main .side-stack {
    grid-template-columns: 1fr;
  }

  .workshift-hero-size-small .hero-main,
  .workshift-hero-size-small .hero-copy {
    min-height: 330px !important;
  }

  .workshift-hero-size-medium .hero-main,
  .workshift-hero-size-medium .hero-copy {
    min-height: 380px !important;
  }

  .workshift-hero-size-large .hero-main,
  .workshift-hero-size-large .hero-copy {
    min-height: 430px !important;
  }

  .workshift-rank-scroll {
    max-height: 326px;
  }

  .workshift-search-page {
    width: calc(100vw - 28px);
    max-width: calc(100vw - 28px);
    margin: 24px auto 56px;
    overflow: hidden;
  }

  .workshift-search-hero {
    padding: 18px;
  }

  .workshift-search-hero h1 {
    font-size: 25px;
  }

  .workshift-search-page .feed-row {
    overflow: hidden;
  }

  .workshift-search-page .feed-row-link {
    grid-template-columns: 1fr !important;
  }

  .search-results .l-content,
  .search-no-results .l-content {
    width: calc(100vw - 28px) !important;
    max-width: calc(100vw - 28px) !important;
    margin: 24px auto 56px !important;
  }

  .search-results .p-postList__link,
  .search-no-results .p-postList__link {
    grid-template-columns: 1fr !important;
    gap: 12px !important;
  }

  .search-results .p-postList__thumb,
  .search-no-results .p-postList__thumb {
    max-width: 100% !important;
  }
}
