
pre, .ywhz-pre {
  padding: var(--ywhz-space-md);
  font-size: 0.875rem;
  margin: var(--ywhz-space-lg) 0;
}
@media (max-width: 540px) {
  pre, .ywhz-pre {
    padding: var(--ywhz-space-sm);
    font-size: 0.8rem;
    margin: var(--ywhz-space-md) 0;
  }
}

.ywhz-text-center { text-align: center; }
.ywhz-text-muted { color: var(--ywhz-text-muted); }
.ywhz-text-italic { font-style: italic; }
.ywhz-mt-1 { margin-top: 0.5rem; }
.ywhz-mt-2 { margin-top: 1rem; }
.ywhz-mt-3 { margin-top: 1.5rem; }
.ywhz-mt-4 { margin-top: 2rem; }
.ywhz-mb-1 { margin-bottom: 0.5rem; }
.ywhz-mb-2 { margin-bottom: 1rem; }
.ywhz-mb-3 { margin-bottom: 1.5rem; }
.ywhz-mb-4 { margin-bottom: 2rem; }
.ywhz-segment { padding: var(--ywhz-space-xl) 0; width: 100%; }

.ywhz-constrained {
  max-width: var(--ywhz-content-width, 100%);
}
.ywhz-dock.ywhz-constrained {
  max-width: calc(var(--ywhz-content-width, 100%) + clamp(2rem, 6vw, 4rem));
}
.ywhz-piece.ywhz-piece--centered,
.ywhz-piece.ywhz-piece--centered {
  max-width: var(--ywhz-content-width, 800px);
  margin: 0 auto;
}

.ywhz-figure img,
.ywhz-snapshot img {
  max-width: 100%;
  width: auto;
  height: auto;
  border-radius: var(--ywhz-radius, 0.5rem);
}
.ywhz-figure figcaption,
.ywhz-snapshot figcaption {
  font-size: 0.875rem;
  color: var(--ywhz-text-muted);
  margin-top: var(--ywhz-space-sm, 0.5rem);
  text-align: center;
}
.ywhz-img-full {
  width: 100%;
  height: auto;
  border-radius: var(--ywhz-radius, 0.5rem);
}

.ywhz-figure--float-left,
.ywhz-snapshot--float-left {
  float: left;
  max-width: 40%;
  margin: 0 var(--ywhz-space-lg) var(--ywhz-space-md) 0;
  clear: left;
}
.ywhz-figure--float-left img,
.ywhz-snapshot--float-left img {
  max-width: 100%;
  width: auto;
  height: auto;
  border-radius: var(--ywhz-radius, 0.5rem);
}
.ywhz-figure--float-right,
.ywhz-snapshot--float-right {
  float: right;
  max-width: 40%;
  margin: 0 0 var(--ywhz-space-md) var(--ywhz-space-lg);
  clear: right;
}
.ywhz-figure--float-right img,
.ywhz-snapshot--float-right img {
  width: 100%;
  height: auto;
  object-fit: cover;
  border-radius: var(--ywhz-radius, 0.5rem);
}

.ywhz-piece-wrapper--sidebar .ywhz-figure--float-left,
.ywhz-piece-wrapper--sidebar .ywhz-snapshot--float-left,
.ywhz-piece-wrapper--sidebar .ywhz-figure--float-right,
.ywhz-piece-wrapper--sidebar .ywhz-snapshot--float-right {
  max-width: 50%;
}

@media (max-width: 540px) {
  .ywhz-figure--float-left,
  .ywhz-snapshot--float-left,
  .ywhz-figure--float-right,
  .ywhz-snapshot--float-right {
    float: none;
    max-width: 100%;
    margin: var(--ywhz-space-md) 0;
  }
}

.ywhz-figure--float-left.ywhz-figure--diagram,
.ywhz-figure--float-right.ywhz-figure--diagram,
.ywhz-snapshot--float-left.ywhz-snapshot--diagram,
.ywhz-snapshot--float-right.ywhz-snapshot--diagram {
  max-width: 40%;
  width: auto;
}

.ywhz-piece__content h2,
.ywhz-piece__content h3,
.ywhz-piece__content .ywhz-subheading {
  clear: both;
}

.ywhz-figure--full-width,
.ywhz-snapshot--full-width {
  width: 100%;
  margin: var(--ywhz-space-lg) 0;
}
.ywhz-figure--full-width img,
.ywhz-snapshot--full-width img {
  max-width: 100%;
  width: auto;
  height: auto;
  border-radius: var(--ywhz-radius, 0.5rem);
}

.ywhz-figure--medium,
.ywhz-snapshot--medium {
  width: 100%;
  max-width: var(--ywhz-figure-medium);
  margin: var(--ywhz-space-lg) auto;
}
.ywhz-figure--medium img,
.ywhz-snapshot--medium img {
  max-width: 100%;
  width: auto;
  height: auto;
  border-radius: var(--ywhz-radius, 0.5rem);
}

.ywhz-figure--small,
.ywhz-figure--inline,
.ywhz-snapshot--small,
.ywhz-snapshot--inline {
  width: 100%;
  max-width: var(--ywhz-figure-small);
  margin: var(--ywhz-space-md) auto;
}
.ywhz-figure--small img,
.ywhz-figure--inline img,
.ywhz-snapshot--small img,
.ywhz-snapshot--inline img {
  max-width: 100%;
  width: auto;
  height: auto;
  border-radius: var(--ywhz-radius, 0.5rem);
}

.ywhz-figure--diagram,
.ywhz-snapshot--diagram {
  width: fit-content;
  max-width: min(860px, 100%);
  margin: var(--ywhz-space-lg) auto;
  padding: var(--ywhz-space-md);
  border-radius: var(--ywhz-radius, 0.5rem);
}

.ywhz-figure--diagram.ywhz-diagram-bg--gradient,
.ywhz-snapshot--diagram.ywhz-diagram-bg--gradient {
  background: linear-gradient(225deg, var(--ywhz-surface) 0%, var(--ywhz-bg-alt, #f5f5f5) 100%);
}

.ywhz-figure--diagram.ywhz-diagram-bg--solid,
.ywhz-snapshot--diagram.ywhz-diagram-bg--solid {
  background: var(--ywhz-bg-alt, #f5f5f5);
}

.ywhz-figure--diagram.ywhz-diagram-bg--tinted,
.ywhz-snapshot--diagram.ywhz-diagram-bg--tinted {
  background: color-mix(in srgb, var(--ywhz-primary) 0.05, var(--ywhz-surface) 100%);
}

.ywhz-figure--diagram.ywhz-diagram-bg--bordered,
.ywhz-snapshot--diagram.ywhz-diagram-bg--bordered {
  background: var(--ywhz-surface, #fff);
  border-left: 3px solid var(--ywhz-primary);
}
.ywhz-figure--diagram.ywhz-diagram-bg--bordered.ywhz-border-top,
.ywhz-snapshot--diagram.ywhz-diagram-bg--bordered.ywhz-border-top {
  border-left: none;
  border-top: 3px solid var(--ywhz-primary);
}
.ywhz-figure--diagram.ywhz-diagram-bg--bordered.ywhz-border-full,
.ywhz-snapshot--diagram.ywhz-diagram-bg--bordered.ywhz-border-full {
  border: 2px solid var(--ywhz-primary);
  border-left-width: 2px;
}
.ywhz-figure--diagram.ywhz-diagram-bg--bordered.ywhz-border-bottom,
.ywhz-snapshot--diagram.ywhz-diagram-bg--bordered.ywhz-border-bottom {
  border-left: none;
  border-bottom: 3px solid var(--ywhz-primary);
}
.ywhz-figure--diagram img,
.ywhz-snapshot--diagram img {
  max-width: 100%;
  width: auto;
  height: auto;
  display: block;
  margin: 0 auto;
}

.ywhz-figure--wide,
.ywhz-snapshot--wide {
  width: 100%;
  margin: var(--ywhz-space-xl) 0;
}
.ywhz-figure--wide img,
.ywhz-snapshot--wide img {
  max-width: 100%;
  width: 100%;
  height: auto;
  aspect-ratio: 21/9;
  object-fit: cover;
  border-radius: var(--ywhz-radius, 0.5rem);
}
.ywhz-figure--wide.ywhz-figure--diagram img,
.ywhz-snapshot--wide.ywhz-snapshot--diagram img {
  aspect-ratio: auto;
  object-fit: contain;
  height: auto;
}

figure.ywhz-lead-image {
  aspect-ratio: auto;
  object-fit: initial;
  width: auto;
  height: auto;
}
.ywhz-lead-image--float-left {
  float: left;
  max-width: 40%;
  margin: 0 var(--ywhz-space-lg) var(--ywhz-space-md) 0;
  clear: left;
}
.ywhz-lead-image--float-left img {
  max-width: 100%;
  width: auto;
  height: auto;
  border-radius: var(--ywhz-radius, 0.5rem);
}
.ywhz-lead-image--float-right {
  float: right;
  max-width: 40%;
  margin: 0 0 var(--ywhz-space-md) var(--ywhz-space-lg);
  clear: right;
}
.ywhz-lead-image--float-right img {
  width: 100%;
  height: auto;
  object-fit: cover;
  border-radius: var(--ywhz-radius, 0.5rem);
}
.ywhz-piece-wrapper--sidebar .ywhz-lead-image--float-left,
.ywhz-piece-wrapper--sidebar .ywhz-lead-image--float-right {
  max-width: 50%;
}
.ywhz-lead-image--full-width {
  width: 100%;
  margin: var(--ywhz-space-lg) 0;
}
.ywhz-lead-image--full-width img {
  max-width: 100%;
  width: auto;
  height: auto;
  border-radius: var(--ywhz-radius, 0.5rem);
}
.ywhz-lead-image--medium {
  width: 100%;
  max-width: var(--ywhz-figure-medium);
  margin: var(--ywhz-space-lg) auto;
}
.ywhz-lead-image--medium img {
  max-width: 100%;
  width: auto;
  height: auto;
  border-radius: var(--ywhz-radius, 0.5rem);
}
.ywhz-lead-image--small,
.ywhz-lead-image--inline {
  width: 100%;
  max-width: var(--ywhz-figure-small);
  margin: var(--ywhz-space-md) auto;
}
.ywhz-lead-image--small img,
.ywhz-lead-image--inline img {
  max-width: 100%;
  width: auto;
  height: auto;
  border-radius: var(--ywhz-radius, 0.5rem);
}
.ywhz-lead-image--wide {
  width: 100%;
  margin: var(--ywhz-space-xl) 0;
}
.ywhz-lead-image--wide img {
  max-width: 100%;
  width: 100%;
  height: auto;
  aspect-ratio: 21/9;
  object-fit: cover;
  border-radius: var(--ywhz-radius, 0.5rem);
}
@media (max-width: 540px) {
  .ywhz-lead-image--float-left,
  .ywhz-lead-image--float-right {
    float: none;
    max-width: 100%;
    margin: var(--ywhz-space-md) 0;
  }
}

.ywhz-figure--hero,
.ywhz-snapshot--hero {
  width: 100%;
  margin: 0 0 var(--ywhz-space-lg) 0;
}
.ywhz-figure--hero img,
.ywhz-dock .ywhz-figure--hero img,
.ywhz-snapshot--hero img,
.ywhz-dock .ywhz-snapshot--hero img {
  width: 100%;
  height: auto;
  max-width: 100%;
  display: block;
  aspect-ratio: 16/9;
  object-fit: cover;
  border-radius: var(--ywhz-radius, 0.5rem);
}

.ywhz-figure--square,
.ywhz-snapshot--square {
  width: 100%;
  max-width: var(--ywhz-figure-square);
  margin: var(--ywhz-space-lg) auto;
}
.ywhz-figure--square img,
.ywhz-snapshot--square img {
  max-width: 100%;
  width: auto;
  height: auto;
  aspect-ratio: 1/1;
  object-fit: cover;
  border-radius: var(--ywhz-radius, 0.5rem);
}

.ywhz-figure--portrait,
.ywhz-snapshot--portrait {
  width: 100%;
  max-width: var(--ywhz-figure-portrait);
  margin: var(--ywhz-space-lg) auto;
}
.ywhz-figure--portrait img,
.ywhz-snapshot--portrait img {
  max-width: 100%;
  width: auto;
  height: auto;
  aspect-ratio: 2/3;
  object-fit: cover;
  border-radius: var(--ywhz-radius, 0.5rem);
}

.ywhz-img-float-left {
  float: left;
  max-width: 40%;
  margin: 0 var(--ywhz-space-lg) var(--ywhz-space-md) 0;
  border-radius: var(--ywhz-radius, 0.5rem);
}
.ywhz-img-float-right {
  float: right;
  max-width: 40%;
  margin: 0 0 var(--ywhz-space-md) var(--ywhz-space-lg);
  border-radius: var(--ywhz-radius, 0.5rem);
}
.ywhz-video-wrap {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  margin: var(--ywhz-space-lg) 0;
  border-radius: var(--ywhz-radius, 0.5rem);
}
.ywhz-video-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.ywhz-team-photo {
  max-width: 100%;
  height: auto;
  border-radius: var(--ywhz-radius, 0.5rem);
}

.ywhz-team-grid .ywhz-plate .ywhz-team-photo {
  width: auto;  
  height: auto;
  aspect-ratio: 1/1;
  max-width: 260px;  
  margin: 0 auto 1rem;
  display: block;
  object-fit: cover;
}

.ywhz-highlight {
  background: linear-gradient(transparent 60%, rgba(var(--ywhz-primary-rgb, 0, 90, 140), 0.2) 60%);
  padding: 0 0.25rem;
}
.ywhz-pullquote {
  padding: var(--ywhz-space-md) var(--ywhz-space-lg);
  border-left: 3px solid var(--ywhz-accent);
  font-style: italic;
  background: var(--ywhz-surface);
  margin: var(--ywhz-space-lg) 0;
  border-radius: 0 var(--ywhz-radius, 0.5rem) var(--ywhz-radius, 0.5rem) 0;
}
.ywhz-summary {
  padding: var(--ywhz-space-lg);
  background: var(--ywhz-surface);
  border: 1px solid var(--ywhz-border);
  border-radius: var(--ywhz-radius, 0.5rem);
  margin: var(--ywhz-space-lg) 0;
}

.ywhz-list--numbered {
  list-style: decimal;
  padding-left: 1.5rem;
}
.ywhz-list--pros {
  list-style: none;
  padding-left: 0;
}
.ywhz-list--pros li::before {
  content: "✓";
  color: var(--ywhz-success);
  margin-right: 0.5rem;
  font-weight: bold;
}
.ywhz-list--cons {
  list-style: none;
  padding-left: 0;
}
.ywhz-list--cons li::before {
  content: "✗";
  color: var(--ywhz-error);
  margin-right: 0.5rem;
  font-weight: bold;
}

.ywhz-listing--comparison {
  width: 100%;
}
.ywhz-listing--comparison th {
  background: var(--ywhz-surface);
  text-align: left;
}
.ywhz-listing--comparison td:first-child {
  font-weight: 600;
}

.ywhz-lever {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: var(--ywhz-button-padding-y, 0.75rem) var(--ywhz-button-padding-x, 1.5rem);
  min-height: var(--ywhz-button-height, 2.75rem);
  text-decoration: none;
  border-radius: var(--ywhz-radius, 0.5rem);
  border: none;
  cursor: pointer;
  font-weight: 500;
  transition: background 100ms linear, filter 100ms linear;
}
.ywhz-lever:hover {
  filter: brightness(1.1);
}
.ywhz-lever:focus-visible,
.ywhz-lever-main:focus-visible,
.ywhz-lever-ghost:focus-visible {
  outline: 2px solid var(--ywhz-primary);
  outline-offset: 2px;
}

.ywhz-has-unfurl {
  position: relative;
}
.ywhz-unfurl-toggle {
  display: flex;
  align-items: center;
  gap: var(--ywhz-space-sm, .5rem);
  padding: var(--ywhz-space-sm, .5rem) 0;
  background: transparent;
  border: none;
  color: var(--ywhz-header-text, inherit);
  font-weight: 500;
  font-size: 0.95rem;
  cursor: pointer;
}
.ywhz-unfurl-toggle:hover {
  opacity: 0.8;
}
.ywhz-unfurl-arrow {
  font-size: 0.7em;
  transition: transform 100ms linear;
}
.ywhz-has-unfurl[data-shown="true"] .ywhz-unfurl-arrow {
  transform: rotate(180deg);
}

@media (min-width: 1081px) {
  .ywhz-unfurl-toggle,
  .ywhz-unfurl a {
    white-space: nowrap;
  }
}

@media (max-width: 1080px) {
  nav[data-vis="open"] .ywhz-unfurl,
  .ywhz-wayfinder[data-vis="open"] .ywhz-unfurl {
    position: static;
    transform: none;
    background: var(--ywhz-bg, #fff);  
    border: none;
    border-radius: 0;
    box-shadow: none;
    width: 100%;
    min-width: auto;  
    padding: 0;
  }
  nav[data-vis="open"] .ywhz-unfurl a,
  .ywhz-wayfinder[data-vis="open"] .ywhz-unfurl a {
    color: var(--ywhz-text, #333);  
    padding: var(--ywhz-space-sm) var(--ywhz-space-lg);
    border-bottom: 1px solid var(--ywhz-border, #e5e7eb);
  }
  nav[data-vis="open"] .ywhz-unfurl a:hover,
  .ywhz-wayfinder[data-vis="open"] .ywhz-unfurl a:hover {
    background: var(--ywhz-bg-alt, #f5f5f5);
    color: var(--ywhz-text, #333);
  }
  
  nav[data-vis="open"] .ywhz-unfurl-toggle,
  .ywhz-wayfinder[data-vis="open"] .ywhz-unfurl-toggle {
    color: var(--ywhz-text, #333);  
    width: 100%;
    justify-content: center;
    padding: var(--ywhz-space-md);
    font-size: 1.125rem;
  }
}

.ywhz-related-section {
  padding: 1.5rem 0;
  background: var(--ywhz-bg, #f8f9fa);
}
.ywhz-related-section .ywhz-sector-title {
  text-align: center;
  margin-bottom: 1.5rem;
}

.ywhz-related-list {
  display: flex;
  flex-direction: column;
  gap: 0;
  max-width: var(--ywhz-inner-width);
  margin: 0 auto;
}

.ywhz-rack--compact {
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 270px), 360px));
  gap: var(--ywhz-space-md);
}
@media (max-width: 540px) {
  .ywhz-rack--compact {
    grid-template-columns: repeat(2, 1fr);
    gap: var(--ywhz-space-sm);
  }
}

.ywhz-writer-grid,
.ywhz-author-grid,
.ywhz-category-grid {
  display: grid;
  
  grid-template-columns: repeat(auto-fill, minmax(min(100%, 270px), 1fr));
  gap: var(--ywhz-grid-gap, 1.5rem);
  align-items: start;
  width: 100%;
  max-width: var(--ywhz-content-width, var(--ywhz-max-width, 1200px));
  margin-left: auto;
  margin-right: auto;
  justify-content: start;
}

.ywhz-writer-grid:has(> *:only-child),
.ywhz-author-grid:has(> *:only-child),
.ywhz-category-grid:has(> *:only-child) {
  grid-template-columns: 1fr;
  justify-items: start;
}
.ywhz-writer-grid > *:only-child,
.ywhz-author-grid > *:only-child,
.ywhz-category-grid > *:only-child {
  max-width: 360px;
  width: 100%;
}
@media (max-width: 800px) {
  .ywhz-writer-grid,
  .ywhz-author-grid,
  .ywhz-category-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .ywhz-writer-grid > *,
  .ywhz-author-grid > *,
  .ywhz-category-grid > * {
    max-width: 100%;
    width: 100%;
  }
}
@media (max-width: 540px) {
  .ywhz-writer-grid,
  .ywhz-author-grid,
  .ywhz-category-grid {
    grid-template-columns: 1fr;
  }
  .ywhz-writer-grid > *,
  .ywhz-author-grid > *,
  .ywhz-category-grid > * {
    max-width: none;
  }
}

.ywhz-rack--cols-2 > .ywhz-plate,
.ywhz-rack--cols-3 > .ywhz-plate,
.ywhz-rack--cols-4 > .ywhz-plate {
  max-width: 100%;
  width: 100%;
}

.ywhz-grid-2 > .ywhz-plate,
.ywhz-grid-3 > .ywhz-plate,
.ywhz-grid-4 > .ywhz-plate {
  max-width: 100%;
  width: 100%;
}

@media (max-width: 1080px) {
  .ywhz-rack--cols-4 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media (max-width: 800px) {
  .ywhz-rack--cols-2,
  .ywhz-rack--cols-3,
  .ywhz-rack--cols-4 {
    grid-template-columns: repeat(2, 1fr);
  }
  .ywhz-team-grid .ywhz-rack,
  .ywhz-rack .ywhz-rack {
    margin-left: 0;
    margin-right: 0;
    width: 100%;
  }
  .ywhz-rack--cols-2 > *,
  .ywhz-rack--cols-3 > *,
  .ywhz-rack--cols-4 > * {
    max-width: 100%;
    width: 100%;
  }
}

@media (max-width: 540px) {
  .ywhz-rack--cols-2,
  .ywhz-rack--cols-3,
  .ywhz-rack--cols-4 {
    grid-template-columns: 1fr;
  }
}

.ywhz-team-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(min(100%, 160px), 1fr));
  gap: var(--ywhz-grid-gap, 1.5rem);
  max-width: 100%;
  overflow: visible;  
  box-sizing: border-box;
}

@media (min-width: 1081px) {
  .ywhz-team-grid:has(> *:only-child) {
    grid-template-columns: minmax(0, 360px);
    justify-content: center;
  }
  .ywhz-team-grid:has(> :nth-child(2):last-child) {
    grid-template-columns: repeat(2, minmax(min(100%, 160px), 1fr));
  }
  .ywhz-team-grid:has(> :nth-child(3):last-child) {
    grid-template-columns: repeat(3, minmax(min(100%, 160px), 1fr));
  }
  .ywhz-team-grid:has(> :nth-child(5):last-child) {
    grid-template-columns: repeat(3, minmax(min(100%, 160px), 1fr));
  }
  .ywhz-team-grid:has(> :nth-child(6):last-child) {
    grid-template-columns: repeat(3, minmax(min(100%, 160px), 1fr));
  }
  .ywhz-team-grid:has(> :nth-child(9):last-child) {
    grid-template-columns: repeat(3, minmax(min(100%, 160px), 1fr));
  }
}

@media (max-width: 1080px) {
  .ywhz-team-grid {
    grid-template-columns: repeat(2, minmax(min(100%, 160px), 1fr));
  }
}
@media (max-width: 800px) {
  .ywhz-team-grid {
    grid-template-columns: 1fr;
    gap: var(--ywhz-space-sm, 0.75rem);
  }
  .ywhz-team-avatar,
  .ywhz-team-grid .ywhz-plate img {
    max-width: 100%;
    width: auto;
    margin-bottom: 0.5rem;
  }
  .ywhz-team-grid .ywhz-plate,
  .ywhz-team-grid .ywhz-sector,
  .ywhz-team-grid > article {
    padding: var(--ywhz-space-sm, 0.75rem);
  }
}

.ywhz-team-grid .ywhz-plate,
.ywhz-team-grid .ywhz-sector,
.ywhz-team-grid > article {
  text-align: center;
  align-items: center;
  justify-content: flex-start;
  padding: var(--ywhz-space-md, 1rem);
  height: auto;
  border-top: none;
}

img.ywhz-team-avatar.ywhz-team-avatar {
  width: 192px;
  height: 192px;
  max-width: 100%;
  aspect-ratio: 1/1;
  border-radius: 50%;
  object-fit: cover;
  margin: 0 auto 1rem;
  display: block;
}
.ywhz-team-grid .ywhz-plate img {
  width: 192px;
  height: auto;
  max-width: 100%;
  aspect-ratio: 1/1;
  border-radius: 50%;
  object-fit: cover;
  margin: 0 auto 1rem;
  display: block;
}
.ywhz-team-grid img.ywhz-team-photo.ywhz-team-photo,

figure.ywhz-team-photo,
.ywhz-team-photo {
  max-width: 100%;
  border-radius: var(--ywhz-radius);
  aspect-ratio: auto;
  object-fit: initial;
  margin: 0.75rem auto 1rem;
  height: auto;
}
.ywhz-team-grid .ywhz-plate-title {
  font-size: 1.1rem;
  margin-bottom: 0.25rem;
}
.ywhz-team-grid .ywhz-plate-body {
  font-size: 0.9rem;
  color: var(--ywhz-text-muted);
  margin: 0;
}

.ywhz-rack .ywhz-plate img[width="140"],
.ywhz-rack .ywhz-plate img[width="120"],
.ywhz-rack .ywhz-plate img[width="100"] {
  width: 192px;
  max-width: 100%;
  height: auto;
  border-radius: 50%;
  object-fit: cover;
  margin: 0 auto 1rem;
  display: block;
  aspect-ratio: 1/1;
}
.ywhz-rack .ywhz-plate--small-img,
.ywhz-rack .ywhz-plate:has(img[width="140"]),
.ywhz-rack .ywhz-plate:has(img[width="120"]),
.ywhz-rack .ywhz-plate:has(img[width="100"]) {
  text-align: center;
  align-items: center;
  border-left: none;
  border-top: 3px solid var(--ywhz-accent);
  height: auto;
}

.ywhz-stars-average,.ywhz-rating-average{font-size:0.85rem;color:var(--ywhz-text-muted);margin-top:var(--ywhz-space-xs,0.25rem)}
.ywhz-related-section,.ywhz-author-articles-section,.ywhz-category-top-section{margin-block:var(--ywhz-space-xl,2.5rem);max-width:none;padding-inline:0}

.ywhz-piece__content p,
.ywhz-piece__content li {
  overflow-wrap: anywhere;
  word-break: break-word;
}

body.ywhz-shade-mode--gradient-up .ywhz-coverblock--overlay::before,
body.ywhz-shade-mode--gradient-up .ywhz-coverblock--centered[style*="background-image"]::before {
  background: linear-gradient(to top, var(--ywhz-bg, #fff) 0%, var(--ywhz-bg, #fff) 8%, rgba(255,255,255,0.85) 25%, transparent 65%);
}
body.ywhz-shade-mode--gradient-up .ywhz-coverblock--overlay,
body.ywhz-shade-mode--gradient-up .ywhz-coverblock--centered[style*="background-image"] {
  --ywhz-hero-fg: var(--ywhz-text, #1a1a2e);
  --ywhz-hero-fg-muted: var(--ywhz-text-muted, #555);
  --ywhz-hero-shadow: 0 1px 3px rgba(255,255,255,0.8);
}

body.ywhz-shade-mode--gradient-down .ywhz-coverblock--overlay::before,
body.ywhz-shade-mode--gradient-down .ywhz-coverblock--centered[style*="background-image"]::before {
  background: linear-gradient(to bottom, rgba(0,0,0,var(--overlay-alpha-soft)) 0%, rgba(0,0,0,var(--overlay-alpha-strong)) 100%);
}

body.ywhz-shade-mode--vignette .ywhz-coverblock--overlay::before,
body.ywhz-shade-mode--vignette .ywhz-coverblock--centered[style*="background-image"]::before {
  background: radial-gradient(ellipse at center, rgba(0,0,0,var(--overlay-alpha-faint)) 0%, rgba(0,0,0,var(--overlay-alpha-strong)) 100%);
}

.ywhz-img-fade--left .ywhz-coverblock--split .ywhz-hero-image,
.ywhz-img-fade--left .ywhz-coverblock--split > img {
  -webkit-mask-image: linear-gradient(to right, transparent 0%, black 25%);
  mask-image: linear-gradient(to right, transparent 0%, black 25%);
}

.ywhz-img-fade--right .ywhz-coverblock--split-reverse .ywhz-hero-image,
.ywhz-img-fade--right .ywhz-coverblock--split-reverse > img {
  -webkit-mask-image: linear-gradient(to left, transparent 0%, black 25%);
  mask-image: linear-gradient(to left, transparent 0%, black 25%);
}

.ywhz-img-fade--down .ywhz-coverblock img {
  -webkit-mask-image: linear-gradient(to top, transparent 0%, black 30%);
  mask-image: linear-gradient(to top, transparent 0%, black 30%);
}

.ywhz-img-fade--vignette .ywhz-coverblock--overlay::after {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse at center, transparent 40%, rgba(0,0,0,var(--overlay-alpha-soft)) 100%);
  pointer-events: none;
}

.ywhz-img-fade--up .ywhz-coverblock--overlay::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0,0,0,var(--overlay-alpha-soft)) 0%, transparent 55%);
  pointer-events: none;
}

.ywhz-bottom-grad #page-content > .ywhz-coverblock::after {
  content: '';
  position: absolute;
  
  left: 50%;
  width: 100vw;
  transform: translateX(-50%);
  bottom: 0;
  height: 60px;
  background: linear-gradient(to top, var(--ywhz-bg, #fff), transparent);
  pointer-events: none;
  z-index: 2;
}

.ywhz-bottom-grad .ywhz-coverblock {
  position: relative;
}

.ywhz-answers--cards {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(min(100%, 270px), 1fr));
  gap: var(--ywhz-grid-gap, 1.5rem);
  max-width: none;
}
.ywhz-answers--cards > h2 {
  grid-column: 1 / -1;
}

@media (min-width: 1081px) {
  .ywhz-answers--cards {
    grid-template-columns: repeat(3, 1fr);
  }
  
  .ywhz-answers--cards:has(> .ywhz-answers-item:nth-last-of-type(1):nth-of-type(3n+1)) {
    grid-template-columns: repeat(2, 1fr);
  }
}
.ywhz-answers--cards .ywhz-answers-item {
  border: 1px solid var(--ywhz-border);
  border-radius: var(--ywhz-radius, 0.5rem);
  padding: var(--ywhz-space-lg);
  background: var(--ywhz-surface);
}
.ywhz-answers--cards .ywhz-answers-item summary {
  padding: 0 0 1rem 0;
}
.ywhz-answers--cards .ywhz-answers-answer {
  padding: 0;
}

.ywhz-plinth {
  background: var(--ywhz-header-bg);
  color: var(--ywhz-header-text);
  padding: 2.75rem 0 2.25rem;  
  margin-top: auto;
  text-align: center;
}
.ywhz-plinth h2,
.ywhz-plinth a,
.ywhz-plinth p {
  color: var(--ywhz-header-text);
}
.ywhz-plinth a:hover {
  text-decoration: underline;
}

.ywhz-plinth .ywhz-dock h2 {
  font-size: clamp(1.1rem, 2vw, 1.5rem);
  line-height: 1.35;
  margin-top: var(--ywhz-h4-margin-top, 1rem);
  margin-bottom: var(--ywhz-h4-margin-bottom, 0.5rem);
  font-variant: small-caps;
  letter-spacing: 0.03em;
}

.ywhz-plinth-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  gap: var(--ywhz-space-xl);
  margin-bottom: 2rem;
}
.ywhz-plinth-about {
  max-width: var(--ywhz-figure-portrait);
  margin-inline: auto;
}
.ywhz-plinth-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.ywhz-plinth-links li {
  margin-bottom: 0.875rem;  
  overflow-wrap: break-word; 
}

.ywhz-plinth-categories ul {
  list-style: none;
  padding: 0;
  margin: var(--ywhz-space-lg, 1.5rem) 0 0;
  display: flex;
  flex-direction: column;
  gap: var(--ywhz-space-sm, 0.5rem);
}

.ywhz-plinth-copyright {
  text-align: center;
  border-top: 1px solid var(--ywhz-border-on-dark);
  padding-top: 1.5rem;
  margin-top: 1rem;
  color: #d1b3b0;
  font-size: 0.9rem;  
  word-break: break-word; 
}

@media (max-width: 800px) {
  .ywhz-plinth-grid {
    grid-template-columns: 1fr;
  }
}

.ywhz-cc-banner {
  position: fixed;
  contain: layout;
  left: 1rem;
  right: 1rem;
  bottom: 1rem;
  z-index: 1000;
  background: var(--ywhz-bg, #fff);
  color: var(--ywhz-text, #111);
  padding: var(--ywhz-ck-pad, 1rem);
  border: 1px solid var(--ywhz-border, rgba(0,0,0,var(--shadow-alpha-md)));
  border-radius: var(--ywhz-ck-radius, 0.5rem);
  box-shadow: 0 4px 24px rgba(0,0,0,var(--shadow-alpha-lg));
  max-width: var(--ywhz-ck-width-lg, 560px);
  margin: 0 auto;
  font-size: 0.95rem;
  line-height: 1.45;
}
.ywhz-cc-banner__body {
  margin-bottom: 0.25rem;
}
.ywhz-cc-banner__title {
  font-size: 1rem;
  margin: 0 0 0.35rem 0;
  font-weight: 600;
}
.ywhz-cc-banner__text {
  margin: 0 0 0.75rem 0;
}
.ywhz-cc-banner__link {
  color: var(--ywhz-link, var(--ywhz-primary-on-surface, #06c));
  text-decoration: underline;
}
.ywhz-cc-banner__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.ywhz-cookie-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.5rem 1rem;
  border-radius: var(--ywhz-ck-radius, 0.5rem);
  border: 1px solid var(--ywhz-border, rgba(0,0,0,var(--shadow-alpha-lg)));
  background: var(--ywhz-surface, #f4f4f5);
  color: inherit;
  font: inherit;
  cursor: pointer;
  min-height: 2.75rem;
  min-width: 6rem;
}

.ywhz-cookie-btn--primary {
  background: var(--ywhz-header-bg, var(--ywhz-primary, #06c));
  color: var(--ywhz-header-text, var(--ywhz-on-primary, #fff));
  border-color: transparent;
}
.ywhz-cookie-btn--secondary {
  background: transparent;
}
.ywhz-cookie-btn:focus-visible {
  outline: 2px solid var(--ywhz-focus, var(--ywhz-primary, #06c));
  outline-offset: 2px;
}

.ywhz-cc-modal {
  border: 0;
  padding: 0;
  border-radius: var(--ywhz-ck-radius, 0.5rem);
  background: var(--ywhz-bg, #fff);
  color: var(--ywhz-text, #111);
  max-width: min(90vw, 560px);
  width: 100%;
}
.ywhz-cc-modal::backdrop {
  background: rgba(0,0,0,var(--overlay-alpha-medium));
}
.ywhz-cc-modal__form {
  padding: 1.25rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.ywhz-cc-modal__title {
  margin: 0;
  font-size: 1.125rem;
  font-weight: 600;
}
.ywhz-cc-modal__toggles {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}
.ywhz-cc-modal__actions {
  display: flex;
  justify-content: flex-end;
}

.ywhz-cc-toggle {
  display: grid;
  grid-template-columns: auto 1fr;
  grid-template-rows: auto auto;
  column-gap: 0.625rem;
  row-gap: 0.15rem;
  align-items: start;
  padding: 0.5rem 0;
  border-bottom: 1px solid var(--ywhz-border, rgba(0,0,0,var(--shadow-alpha-sm)));
}
.ywhz-cc-toggle:last-child {
  border-bottom: 0;
}
.ywhz-cc-toggle input[type="checkbox"] {
  grid-row: 1;
  grid-column: 1;
  margin: 0.2rem 0 0 0;
}
.ywhz-cc-toggle__label {
  grid-row: 1;
  grid-column: 2;
  font-weight: 600;
}
.ywhz-cc-toggle__desc {
  grid-row: 2;
  grid-column: 2;
  font-size: 0.85rem;
  color: var(--ywhz-text-muted, rgba(0,0,0,var(--overlay-alpha-strong)));
}

.ywhz-cc-withdraw {
  display: inline-block;
  margin-left: 0.5rem;
  font-size: 0.85rem;
  color: var(--ywhz-header-text, inherit);
  text-decoration: underline;
}

@media (max-width: 800px) {
  .ywhz-cc-banner__actions {
    flex-direction: column;
  }
  .ywhz-cookie-btn {
    width: 100%;
  }
}

.ywhz-social-links {
  display: flex;
  flex-wrap: wrap;
  gap: var(--ywhz-space-sm);
  margin-top: 1rem;
}

.ywhz-social-links--centered {
  justify-content: center;
  margin: var(--ywhz-space-lg) 0;
}

.ywhz-social-link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  line-height: 0;
  font-size: 0;

  border-radius: 25%;
  background: rgba(255,255,255,0.1);
  color: var(--ywhz-footer-text, #fff);
  transition: all 100ms linear ease;
  text-decoration: none;
}

.ywhz-social-link:focus-visible {
  outline: none;
  box-shadow: 0 0 0 3px rgba(255,255,255,0.5);
}

.ywhz-social-link svg {
  width: 30px;
  height: 30px;
}

.ywhz-social-link:hover {
  background: var(--ywhz-text, #222);
  color: var(--ywhz-bg, #fff);
  filter: brightness(1.15);
}

.ywhz-writer-section {
  padding-bottom: 2.5rem;
}

.ywhz-writer-profile {
  margin: 0;
}

.ywhz-writer-profile--hero-banner {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0 2rem;
  align-items: start;
  max-width: 780px;
  margin-inline: auto;
}

.ywhz-writer-profile--hero-banner .ywhz-writer-photo {
  grid-row: 1 / -1;
}

.ywhz-writer-photo {
  display: block;
}

.ywhz-writer-photo img {
  display: block;
  max-width: 100%;
  height: auto;
  object-fit: cover;
  object-position: center 30%;  
  aspect-ratio: 1/1;
}

.ywhz-writer-photo img.ywhz-photo--square {
  border-radius: 0;
  border: 4px solid var(--ywhz-primary);
}

.ywhz-writer-photo img.ywhz-photo--rounded {
  border-radius: var(--ywhz-radius, 0.5rem);
  box-shadow: 0 4px 22px rgba(0,0,0,var(--shadow-alpha-lg));
}

.ywhz-writer-photo img.ywhz-photo--circle {
  border-radius: 50%;
  border: 4px solid var(--ywhz-primary);
}

.ywhz-writer-photo img.ywhz-photo--minimal {
  border-radius: var(--ywhz-radius-sm, 0.25rem);
  box-shadow: 0 6px 16px rgba(0,0,0,.12), 0 12px 24px rgba(0,0,0,.08);
}

.ywhz-writer-meta {
  margin-top: var(--ywhz-space-sm, 0.5rem);
  padding: var(--ywhz-space-xs, 0.25rem) var(--ywhz-space-sm, 0.5rem);
  background: var(--ywhz-surface);
  border-radius: var(--ywhz-radius-sm, 0.25rem);
  font-size: 0.875rem;
  text-align: center;
  color: var(--ywhz-text-muted);
  display: inline-block;
  box-sizing: border-box;
  word-wrap: break-word;
  overflow-wrap: break-word;
  hyphens: auto;
}

.ywhz-writer-info {
  text-align: left;
  overflow-wrap: break-word;
  word-break: break-word;
}

.ywhz-writer-name {
  font-size: 2.25rem;
  font-weight: 700;
  margin: 0 0 var(--ywhz-space-xs, 0.25rem);
  line-height: 1.2;
  overflow-wrap: break-word;
}

.ywhz-writer-role {
  color: var(--ywhz-text-muted);
  font-size: 1rem;
  margin-bottom: var(--ywhz-space-md, 1rem);
}

.ywhz-writer-expertise {
  font-size: 0.9rem;
  margin-bottom: var(--ywhz-space-md, 1rem);
}
.ywhz-writer-expertise--primary { color: var(--ywhz-primary-on-surface, var(--ywhz-primary)); }
.ywhz-writer-expertise--accent { color: var(--ywhz-link-hover); }
.ywhz-writer-expertise--muted { color: var(--ywhz-text-muted); }

.ywhz-writer-info p {
  margin-bottom: var(--ywhz-space-md, 1rem);
}

.ywhz-writer-info .ywhz-lead {
  margin-bottom: var(--ywhz-space-md, 1rem);
}

.ywhz-writer-credentials--inline {
  font-size: 0.9rem;
  color: var(--ywhz-text-muted);
  margin-bottom: var(--ywhz-space-md, 1rem);
}

.ywhz-writer-credentials--tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-bottom: var(--ywhz-space-md, 1rem);
}

.ywhz-writer-credentials--tags .ywhz-category-mark,
.ywhz-writer-credentials--tags .ywhz-tag,
.ywhz-author-credentials--tags .ywhz-category-mark {
  display: inline-block;
  
  margin: 0;
  padding: 0.25rem 0.75rem;
  background: var(--ywhz-surface);
  border: 1px solid var(--ywhz-border, #e5e7eb);
  border-radius: var(--ywhz-radius-sm, 0.25rem);
  font-size: 0.8rem;
  color: var(--ywhz-tag-text, var(--ywhz-text-muted));
}

.ywhz-writer-credentials--block {
  padding: var(--ywhz-space-md, 1rem);
  border: 1px solid var(--ywhz-border, #e5e7eb);
  border-radius: var(--ywhz-radius-sm, 0.25rem);
  background: var(--ywhz-surface);
  margin-bottom: var(--ywhz-space-md, 1rem);
  font-size: 0.9rem;
  color: var(--ywhz-text-muted);
}

.ywhz-writer-email {
  font-size: 0.9rem;
  margin-bottom: var(--ywhz-space-md, 1rem);
}

.ywhz-writer-email a {
  color: var(--ywhz-accent-on-surface);
  text-decoration: none;
}

.ywhz-writer-info--surface {
  background: var(--ywhz-surface);
  padding: 1.25rem;
  border-radius: var(--ywhz-radius, 0.5rem);
  border: 1px solid var(--ywhz-border);
}

.ywhz-writer-info--border {
  border: 3px solid var(--ywhz-border, #e5e7eb);
  padding: 1.25rem;
  border-radius: var(--ywhz-radius, 0.5rem);
}

.ywhz-writer-info--accent-left {
  border-left: 3px solid var(--ywhz-border, #e5e7eb);
  padding-left: 1.25rem;
}
.ywhz-writer-info--accent-top {
  border-top: 3px solid var(--ywhz-border, #e5e7eb);
  padding-top: 1.25rem;
}
.ywhz-writer-info--accent-bottom {
  border-bottom: 3px solid var(--ywhz-border, #e5e7eb);
  padding-bottom: 1.25rem;
}

.ywhz-writer-hero {
  min-height: 240px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding: 1.25rem;
  position: relative;
  overflow: hidden;
}

.ywhz-writer-hero::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, black, transparent);
  opacity: 0.65;
  z-index: 1;
}

.ywhz-writer-hero-inner {
  position: relative;
  z-index: 2;
  text-align: center;
  color: var(--ywhz-text-inv, #fff);
}

.ywhz-writer-hero-inner .ywhz-writer-name {
  color: var(--ywhz-text-inv, #fff);
  text-shadow: 0 1px 3px rgba(0,0,0,var(--overlay-alpha-soft));
}

.ywhz-writer-hero-inner .ywhz-writer-role {
  color: rgba(255,255,255,0.85);
}

.ywhz-writer-profile--hero-banner .ywhz-writer-photo {
  margin-top: -3rem;
  position: relative;
  z-index: 3;
}
.ywhz-writer-profile--hero-banner .ywhz-writer-photo img {
  border-color: rgba(255,255,255,0.6);
}

.ywhz-writer-profile--hero-banner .ywhz-writer-body {
  padding-top: 0.5rem;
}

.ywhz-writer-profile--card-box .ywhz-writer-card {
  background: var(--ywhz-surface);
  border-radius: 0.75rem;
  padding: 1.25rem;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 2rem;
  align-items: start;
  max-width: 780px;
  margin-inline: auto;
}

.ywhz-writer-profile--card-box .ywhz-writer-card--border-left {
  border-left: 4px solid var(--ywhz-primary);
}

.ywhz-writer-profile--card-box .ywhz-writer-card--border-top {
  border-top: 4px solid var(--ywhz-primary);
}

.ywhz-writer-profile--card-box .ywhz-writer-card--photo-right {
  grid-template-columns: 1fr auto;
}

.ywhz-writer-profile--card-box .ywhz-writer-card--photo-right .ywhz-writer-photo {
  order: 2;
}

.ywhz-writer-profile--card-box .ywhz-writer-card--photo-right .ywhz-writer-info {
  order: 1;
}

.ywhz-writer-profile--sidebar-classic .ywhz-writer-sidebar {
  background: var(--ywhz-surface);
  padding: 1.25rem;
  border-radius: var(--ywhz-radius, 0.5rem);
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 2rem;
  align-items: start;
  max-width: 780px;
  margin-inline: auto;
}

.ywhz-writer-profile--sidebar-classic .ywhz-writer-sidebar--photo-right {
  grid-template-columns: 1fr auto;
}

.ywhz-writer-profile--sidebar-classic .ywhz-writer-sidebar--photo-right .ywhz-writer-photo {
  order: 2;
}

.ywhz-writer-profile--sidebar-classic .ywhz-writer-sidebar--photo-right .ywhz-writer-info {
  order: 1;
}

.ywhz-writer-profile--centered-magazine {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0 2rem;
  max-width: 780px;
  margin-inline: auto;
  align-items: start;
}

.ywhz-writer-profile--centered-magazine .ywhz-writer-header {
  display: contents;
}

.ywhz-writer-profile--centered-magazine .ywhz-writer-photo {
  grid-row: 1 / -1;
}

.ywhz-writer-profile--split-panel .ywhz-writer-split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 300px;
  border-radius: var(--ywhz-radius, 0.5rem);
  overflow: hidden;
}

.ywhz-writer-profile--split-panel .ywhz-writer-panel-left {
  background: var(--ywhz-header-bg);
  color: var(--ywhz-header-text, #fff);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 1.25rem;
}

.ywhz-writer-profile--split-panel .ywhz-writer-panel-left .ywhz-writer-name {
  color: var(--ywhz-header-text, #fff);
}

.ywhz-writer-profile--split-panel .ywhz-writer-panel-left .ywhz-writer-role {
  color: var(--ywhz-header-text, rgba(255,255,255,0.85));
}

.ywhz-writer-profile--split-panel .ywhz-writer-panel-right {
  padding: 1.25rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.ywhz-writer-profile--split-panel .ywhz-writer-split--reversed {
  direction: rtl;
}

.ywhz-writer-profile--split-panel .ywhz-writer-split--reversed > * {
  direction: ltr;
}

.ywhz-compact-articles {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 0.95rem;
}

.ywhz-compact-articles li {
  padding: 0.5rem 0;
}

.ywhz-compact-articles li a {
  color: var(--ywhz-text);
  text-decoration: underline;
  font-weight: 600;
}

.ywhz-compact-articles li a:hover {
  text-decoration: underline;
}

.ywhz-compact-articles .ywhz-compact-date {
  font-size: 0.8rem;
  color: var(--ywhz-text-muted);
  white-space: nowrap;
}

.ywhz-compact-articles .ywhz-compact-desc {
  display: block;
  font-size: 0.85rem;
  color: var(--ywhz-text-muted);
  margin-top: 0.25rem;
}

.ywhz-compact-articles .ywhz-compact-num {
  display: inline-block;
  min-width: 2rem;
  flex-shrink: 0;
  color: var(--ywhz-text-muted);
  font-weight: 600;
  font-size: 0.85rem;
  margin-right: 0.25rem;
}

.ywhz-compact-articles--clean li {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 1rem;
}

.ywhz-compact-articles--border-bottom li {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 1rem;
  border-bottom: 1px solid var(--ywhz-border, #e5e7eb);
}

.ywhz-compact-articles--numbered li {
  display: flex;
  align-items: baseline;
  border-bottom: 1px solid var(--ywhz-border, #e5e7eb);
}

.ywhz-compact-articles--numbered .ywhz-compact-date {
  margin-left: auto;
  padding-left: 1rem;
}

.ywhz-compact-articles--with-desc li {
  border-bottom: 1px solid var(--ywhz-border, #e5e7eb);
}

.ywhz-compact-articles--with-desc li .ywhz-compact-header {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 1rem;
}

.ywhz-compact-articles--date-before li {
  flex-direction: row-reverse;
}
.ywhz-compact-articles--date-before .ywhz-compact-date {
  margin-left: 0;
  margin-right: auto;
  padding-left: 0;
  padding-right: 1rem;
}

.ywhz-compact-articles--date-below li {
  flex-wrap: wrap;
}
.ywhz-compact-articles--date-below .ywhz-compact-date {
  display: block;
  width: 100%;
  margin-left: 0;
  padding-left: 0;
  margin-top: 0.125rem;
  font-size: 0.75rem;
}

.ywhz-compact-articles--date-above li {
  flex-wrap: wrap;
  flex-direction: column;
}
.ywhz-compact-articles--date-above .ywhz-compact-date {
  display: block;
  width: 100%;
  margin-left: 0;
  padding-left: 0;
  margin-bottom: 0.125rem;
  font-size: 0.75rem;
  order: -1;
}

.ywhz-photo-top.ywhz-writer-profile--hero-banner,
.ywhz-photo-top.ywhz-writer-profile--centered-magazine {
  grid-template-columns: 1fr;
  gap: 2rem 0;
}
.ywhz-photo-top .ywhz-writer-photo img {
  margin-left: auto;
  margin-right: auto;
}

.ywhz-photo-top .ywhz-writer-sidebar,
.ywhz-photo-top .ywhz-writer-card {
  grid-template-columns: 1fr;
  text-align: center;
}

.ywhz-photo-top--centered .ywhz-writer-photo {
  grid-row: auto;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
.ywhz-photo-top--centered.ywhz-writer-profile--centered-magazine .ywhz-writer-header {
  display: block;
  text-align: center;
}
.ywhz-photo-top--centered .ywhz-writer-body {
  max-width: 640px;
  margin: 0 auto;
}

.ywhz-photo-top--inline-left .ywhz-writer-header {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2rem;
}
.ywhz-photo-top--inline-left .ywhz-writer-photo {
  flex-shrink: 0;
  width: fit-content;
}

.ywhz-photo-top--inline-right .ywhz-writer-header {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2rem;
}
.ywhz-photo-top--inline-right .ywhz-writer-photo {
  order: 2;
  flex-shrink: 0;
  width: fit-content;
}

.ywhz-photo-top--name-first.ywhz-writer-profile--centered-magazine .ywhz-writer-header {
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
  text-align: center;
}
.ywhz-photo-top--name-first .ywhz-writer-info-compact {
  margin-bottom: 2rem;
}
.ywhz-photo-top--name-first .ywhz-writer-body {
  max-width: 640px;
  margin: 0 auto;
}

.ywhz-photo-top--full-left .ywhz-writer-header {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2rem;
}
.ywhz-photo-top--full-left .ywhz-writer-photo {
  flex-shrink: 0;
  width: fit-content;
}

.ywhz-photo-top--inline-left .ywhz-writer-body,
.ywhz-photo-top--inline-right .ywhz-writer-body,
.ywhz-photo-top--full-left .ywhz-writer-body,
.ywhz-photo-top--full-right .ywhz-writer-body {
  max-width: 640px;
  margin: 0 auto;
}
.ywhz-photo-top--inline-left .ywhz-writer-articles,
.ywhz-photo-top--inline-right .ywhz-writer-articles,
.ywhz-photo-top--full-left .ywhz-writer-articles,
.ywhz-photo-top--full-right .ywhz-writer-articles {
  text-align: center;
}

.ywhz-photo-top--full-right .ywhz-writer-header {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2rem;
}
.ywhz-photo-top--full-right .ywhz-writer-photo {
  order: 2;
  flex-shrink: 0;
  width: fit-content;
}

.ywhz-photo-top.ywhz-writer-profile--hero-banner .ywhz-writer-photo {
  grid-row: auto;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.ywhz-photo-right.ywhz-writer-profile--hero-banner,
.ywhz-photo-right.ywhz-writer-profile--centered-magazine {
  direction: rtl;
}
.ywhz-photo-right.ywhz-writer-profile--hero-banner > *,
.ywhz-photo-right.ywhz-writer-profile--centered-magazine > *,
.ywhz-photo-right .ywhz-writer-info,
.ywhz-photo-right .ywhz-writer-info-compact,
.ywhz-photo-right .ywhz-writer-body {
  direction: ltr;
}

.ywhz-writer-articles-wrap {
  padding-top: 1rem;
  padding-bottom: 2rem;
}

.ywhz-writer-articles-wrap h2 {
  margin-top: 0.75rem;
}

.ywhz-writer-page-bottom {
  padding-bottom: 2rem;
}

@media (max-width: 1080px) {
  .ywhz-writer-photo img {
    margin-left: auto;
    margin-right: auto;
  }

  .ywhz-writer-hero {
    min-height: auto;
    padding: var(--ywhz-space-lg, 1.5rem);
  }
  .ywhz-writer-profile--hero-banner {
    grid-template-columns: 1fr;
  }
  .ywhz-writer-profile--hero-banner .ywhz-writer-photo {
    margin-top: -2rem;
    grid-row: auto;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }

  .ywhz-writer-profile--card-box .ywhz-writer-card,
  .ywhz-writer-profile--card-box .ywhz-writer-card--photo-right,
  .ywhz-writer-profile--sidebar-classic .ywhz-writer-sidebar,
  .ywhz-writer-profile--sidebar-classic .ywhz-writer-sidebar--photo-right {
    grid-template-columns: 1fr;
    gap: 1.25rem;
  }
  .ywhz-writer-profile--sidebar-classic .ywhz-writer-sidebar--photo-right .ywhz-writer-photo,
  .ywhz-writer-profile--card-box .ywhz-writer-card--photo-right .ywhz-writer-photo {
    order: 1;
  }
  .ywhz-writer-profile--sidebar-classic .ywhz-writer-sidebar--photo-right .ywhz-writer-info,
  .ywhz-writer-profile--card-box .ywhz-writer-card--photo-right .ywhz-writer-info {
    order: 2;
  }
  .ywhz-writer-profile--card-box .ywhz-writer-photo,
  .ywhz-writer-profile--sidebar-classic .ywhz-writer-photo {
    margin: 0 auto 0;
    text-align: center;
  }

  .ywhz-writer-profile--centered-magazine,
  .ywhz-photo-right.ywhz-writer-profile--hero-banner,
  .ywhz-photo-right.ywhz-writer-profile--centered-magazine {
    grid-template-columns: 1fr;
    direction: ltr;
  }
  .ywhz-writer-profile--centered-magazine .ywhz-writer-header {
    display: block;
  }
  .ywhz-writer-profile--centered-magazine .ywhz-writer-photo {
    grid-row: auto;
    text-align: center;
    margin: 0 auto;
  }
  .ywhz-writer-profile--centered-magazine .ywhz-writer-info-compact {
    text-align: center;
  }

  
  .ywhz-photo-top--inline-left .ywhz-writer-header,
  .ywhz-photo-top--inline-right .ywhz-writer-header {
    display: block;
    text-align: center;
  }
  .ywhz-photo-top--inline-left .ywhz-writer-photo,
  .ywhz-photo-top--inline-right .ywhz-writer-photo {
    order: 0;
    width: auto;
    margin: 0 auto;
  }

  
  .ywhz-photo-top--full-left .ywhz-writer-header,
  .ywhz-photo-top--full-right .ywhz-writer-header {
    display: block;
    text-align: center;
  }
  .ywhz-photo-top--full-left .ywhz-writer-photo,
  .ywhz-photo-top--full-right .ywhz-writer-photo {
    order: 0;
    width: auto;
    margin: 0 auto;
  }

  .ywhz-writer-profile--split-panel .ywhz-writer-split,
  .ywhz-writer-profile--split-panel .ywhz-writer-split--reversed {
    grid-template-columns: 1fr;
    direction: ltr;
  }
  .ywhz-writer-profile--split-panel .ywhz-writer-panel-left {
    padding: var(--ywhz-space-lg, 1.5rem);
    text-align: center;
  }

  .ywhz-mob-info-first.ywhz-writer-profile--sidebar-classic .ywhz-writer-sidebar .ywhz-writer-info,
  .ywhz-mob-info-first.ywhz-writer-profile--card-box .ywhz-writer-card .ywhz-writer-info,
  .ywhz-mob-info-first.ywhz-writer-profile--centered-magazine .ywhz-writer-header .ywhz-writer-info-compact {
    order: -1;
  }

  
  .ywhz-mob-text-center .ywhz-writer-name,
  .ywhz-mob-text-center .ywhz-writer-role,
  .ywhz-mob-text-center .ywhz-writer-expertise,
  .ywhz-mob-text-center .ywhz-writer-meta,
  .ywhz-mob-text-center .ywhz-writer-info-compact {
    text-align: center;
  }

  
  .ywhz-writer-info--surface,
  .ywhz-writer-info--border {
    padding: 1rem;
  }
  .ywhz-writer-info--accent-left {
    padding-left: 1rem;
  }
  .ywhz-writer-info--accent-top {
    padding-top: 1rem;
  }
  .ywhz-writer-info--accent-bottom {
    padding-bottom: 1rem;
  }
  .ywhz-writer-profile--hero-banner .ywhz-writer-body {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

.ywhz-lead-profile {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: var(--ywhz-space-xl);
  align-items: center;
  margin-bottom: 3rem;
  padding: var(--ywhz-space-xl);
  background: var(--ywhz-surface);
  border-radius: var(--ywhz-radius, 0.5rem);
}
.ywhz-lead-profile__photo img {
  width: 190px;
  height: 190px;
  object-fit: cover;
  object-position: center 30%;  
  border-radius: 50%;
  aspect-ratio: 1/1;
}
.ywhz-lead-profile__info {
  text-align: left;
}
.ywhz-lead-profile__info h2 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}
.ywhz-lead-profile__info h2 a {
  color: var(--ywhz-link-hover);
  text-decoration: none;
}
.ywhz-lead-profile__name {
  font-size: 1.25rem;
  font-weight: 600;
  margin-bottom: 0.25rem;
}
.ywhz-lead-profile__role {
  font-size: 0.9rem;
  color: var(--ywhz-text-muted);
  margin-bottom: 0.5rem;
}
.ywhz-lead-profile__bio {
  font-size: 0.95rem;
  line-height: 1.6;
  color: var(--ywhz-text-muted);
}
@media (max-width: 800px) {
  .ywhz-lead-profile {
    grid-template-columns: 1fr;
    text-align: center;
  }
  .ywhz-lead-profile__photo {
    display: flex;
    justify-content: center;
  }
  .ywhz-lead-profile__info {
    text-align: center;
  }
}

.ywhz-writer,
.ywhz-author {
  display: flex;
  align-items: center;
  gap: var(--ywhz-space-sm);
  padding: 1rem 0;
  border-top: 1px solid var(--ywhz-border);
  margin-top: 1.5rem;
}
.ywhz-writer__avatar,
.ywhz-author__avatar {
  width: var(--ywhz-byline-avatar-size, 48px);   
  height: var(--ywhz-byline-avatar-size, 48px);  
  border-radius: 50%;
  object-fit: cover;
  object-position: center 30%;  
  aspect-ratio: 1/1;  
}

.ywhz-plate .ywhz-writer__avatar,
.ywhz-plate .ywhz-author__avatar {
  aspect-ratio: 1/1;
  width: auto;
  height: auto;  
  max-width: var(--ywhz-author-avatar-size, 240px);
  margin: 0 auto 1rem;
  align-self: center;
  border-radius: 1rem;
}

.ywhz-writer__name,
.ywhz-author__name {
  font-weight: 600;
  color: var(--ywhz-text);
}
.ywhz-writer__bio,
.ywhz-author__bio {
  font-size: 0.9rem;
  color: var(--ywhz-text-muted);
}

.ywhz-credentials {
  background: var(--ywhz-surface);
  border-radius: var(--ywhz-radius, 0.5rem);
  padding: var(--ywhz-space-lg);
  margin: var(--ywhz-space-lg) 0;
  border-left: 3px solid var(--ywhz-accent);
}
.ywhz-credentials h4 {
  margin: 0 0 0.75rem 0;
  font-size: 0.9rem;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: var(--ywhz-text-muted);
}
.ywhz-credentials ul {
  margin: 0;
  padding-left: 1.25rem;
}
.ywhz-credentials li {
  margin-bottom: 0.5rem;
  font-size: 0.95rem;
}

.ywhz-sources {
  background: var(--ywhz-surface);
  border-radius: var(--ywhz-radius, 0.5rem);
  padding: var(--ywhz-space-lg);
  margin: var(--ywhz-space-xl) 0;
  border-top: 1px solid var(--ywhz-border);
  font-size: 0.9em;
  color: var(--ywhz-text-muted);
}

.ywhz-sources :is(h3, h4) {
  margin: 0 0 1rem 0;
  font-size: 0.9rem;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: var(--ywhz-text-muted);
}
.ywhz-sources ol {
  margin: 0;
  padding-left: 1.5rem;
}
.ywhz-sources li {
  margin-bottom: 0.75rem;
  font-size: 0.9rem;
  line-height: 1.5;
}
.ywhz-sources a {
  color: var(--ywhz-accent-on-surface);
  word-break: break-word;
}
.ywhz-sources--boxed {
  border: 1px solid var(--ywhz-border);
  padding: 1.5rem;
  background: var(--ywhz-surface);
  border-radius: var(--ywhz-radius);
}
.ywhz-sources--links li {
  margin-bottom: 0.5rem;
}

.ywhz-fact-check {
  display: inline-flex;
  align-items: center;
  gap: var(--ywhz-space-sm);
  background: linear-gradient(135deg, var(--ywhz-surface) 0%, rgba(var(--ywhz-success-rgb, 0,128,0), 0.1) 100%);
  border: 1px solid rgba(var(--ywhz-success-rgb, 0,128,0), 0.3);
  border-radius: var(--ywhz-radius, 0.5rem);
  padding: var(--ywhz-space-sm) var(--ywhz-space-md);
  font-size: 0.85rem;
  margin: var(--ywhz-space-md) 0;
}
.ywhz-fact-check::before {
  content: "✓";
  color: var(--ywhz-success, #10b981);
  font-weight: bold;
}

.ywhz-trust-signals {
  display: flex;
  flex-wrap: wrap;
  gap: var(--ywhz-space-md);
  padding: var(--ywhz-space-lg);
  background: var(--ywhz-surface);
  border-radius: var(--ywhz-radius, 0.5rem);
  margin: var(--ywhz-space-xl) 0;
}

.ywhz-updated {
  font-size: 0.85rem;
  color: var(--ywhz-text-muted);
  font-style: italic;
}

.ywhz-author-page {
  max-width: var(--ywhz-inner-width, 64rem);
  margin: 0 auto;
  padding: var(--ywhz-space-xl, 2rem) var(--ywhz-space-md, 1rem);
}
.ywhz-author-page .ywhz-author-name {
  margin: 0 0 var(--ywhz-space-sm, 0.5rem);
  color: var(--ywhz-text);
}
.ywhz-author-page .ywhz-author-tagline {
  color: var(--ywhz-text-muted);
  margin: 0 0 var(--ywhz-space-md, 1rem);
}
.ywhz-author-page .ywhz-author-bio {
  color: var(--ywhz-text);
  line-height: 1.6;
}
.ywhz-author-page .ywhz-author-photo img {
  max-width: 100%;
  height: auto;
  border-radius: 50%;
  object-fit: cover;
  object-position: center 30%;  
  aspect-ratio: 1 / 1;
}

.ywhz-author-page--A1 {
  text-align: center;
}
.ywhz-author-page--A1 .ywhz-author-photo--top-center img {
  width: var(--ywhz-author-photo-size, 160px);
}
.ywhz-author-page--A1 .ywhz-author-stats--inline {
  list-style: none;
  margin: var(--ywhz-space-lg, 1.5rem) 0 0;
  padding: 0;
  display: inline-flex;
  gap: var(--ywhz-space-lg, 1.5rem);
  color: var(--ywhz-text-muted);
}

.ywhz-author-page--A2 {
  display: grid;
  grid-template-columns: minmax(180px, 1fr) 3fr;
  gap: var(--ywhz-space-xl, 2rem);
  align-items: start;
}
.ywhz-author-page--A2 .ywhz-author-sidebar--left .ywhz-author-photo img {
  width: 100%;
  max-width: var(--ywhz-author-photo-size, 200px);
}
.ywhz-author-page--A2 .ywhz-author-credentials {
  list-style: none;
  margin: var(--ywhz-space-md, 1rem) 0 0;
  padding: 0;
  color: var(--ywhz-text-muted);
  font-size: var(--ywhz-font-sm, 14px);
}
.ywhz-author-page--A2 .ywhz-author-credentials li {
  padding: var(--ywhz-space-xs, 0.25rem) 0;
  border-bottom: 1px dashed var(--ywhz-border);
}
.ywhz-author-page--A2 .ywhz-author-subsection {
  margin-top: var(--ywhz-space-lg, 1.5rem);
}
@media (max-width: 800px) {
  .ywhz-author-page--A2 {
    grid-template-columns: 1fr;
  }
}

.ywhz-author-page--A3 .ywhz-author-stats--grid {
  list-style: none;
  margin: var(--ywhz-space-lg, 1.5rem) 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(140px, 1fr));
  gap: var(--ywhz-space-md, 1rem);
}
.ywhz-author-page--A3 .ywhz-stat-card {
  text-align: center;
  padding: var(--ywhz-space-md, 1rem);
  background: var(--ywhz-surface);
  border: 1px solid var(--ywhz-border);
  border-radius: var(--ywhz-radius, 0.5rem);
}
.ywhz-author-page--A3 .ywhz-stat-card strong {
  display: block;
  font-size: var(--ywhz-font-xl, 1.5rem);
  color: var(--ywhz-primary);
}
.ywhz-author-page--A3 .ywhz-stat-card span {
  display: block;
  font-size: var(--ywhz-font-xs, 12px);
  color: var(--ywhz-text-muted);
}
.ywhz-author-page--A3 .ywhz-author-bio-wrap {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: var(--ywhz-space-lg, 1.5rem);
  align-items: start;
}
.ywhz-author-page--A3 .ywhz-author-photo--inline-left img {
  width: var(--ywhz-author-photo-size, 140px);
}

.ywhz-author-page--A4 .ywhz-author-testimonials {
  margin-bottom: var(--ywhz-space-xl, 2rem);
}
.ywhz-author-page--A4 .ywhz-testimonial-card {
  margin: 0 0 var(--ywhz-space-md, 1rem);
  padding: var(--ywhz-space-lg, 1.5rem);
  background: var(--ywhz-surface);
  border-left: 4px solid var(--ywhz-primary);
  border-radius: var(--ywhz-radius, 0.5rem);
}
.ywhz-author-page--A4 .ywhz-testimonial-quote {
  margin: 0 0 var(--ywhz-space-sm, 0.5rem);
  font-style: italic;
  color: var(--ywhz-text);
}
.ywhz-author-page--A4 .ywhz-testimonial-card footer cite {
  font-style: normal;
  color: var(--ywhz-text-muted);
}
.ywhz-author-page--A4 .ywhz-author-bio-wrap {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: var(--ywhz-space-lg, 1.5rem);
  align-items: start;
}
.ywhz-author-page--A4 .ywhz-author-photo--inline-right img {
  width: var(--ywhz-author-photo-size, 140px);
}

.ywhz-author-page--A5 .ywhz-author-photo--top-center {
  text-align: center;
}
.ywhz-author-page--A5 .ywhz-author-photo--top-center img {
  width: var(--ywhz-author-photo-size, 160px);
}
.ywhz-author-page--A5 .ywhz-author-timeline {
  list-style: none;
  margin: var(--ywhz-space-lg, 1.5rem) 0 0;
  padding: 0 0 0 var(--ywhz-space-lg, 1.5rem);
  border-left: 2px solid var(--ywhz-border);
}
.ywhz-author-page--A5 .ywhz-timeline-item {
  position: relative;
  padding: var(--ywhz-space-sm, 0.5rem) 0;
}
.ywhz-author-page--A5 .ywhz-timeline-item::before {
  content: "";
  position: absolute;
  left: calc(-1 * var(--ywhz-space-lg, 1.5rem) - 5px);
  top: 0.85em;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--ywhz-primary);
}
.ywhz-author-page--A5 .ywhz-timeline-year {
  display: inline-block;
  min-width: 4ch;
  font-weight: 600;
  color: var(--ywhz-primary);
  margin-right: var(--ywhz-space-sm, 0.5rem);
}
.ywhz-author-page--A5 .ywhz-timeline-category {
  display: block;
  font-size: var(--ywhz-font-xs, 12px);
  color: var(--ywhz-text-muted);
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.ywhz-author-page--A6 .ywhz-author-expertise--grid {
  list-style: none;
  margin: var(--ywhz-space-lg, 1.5rem) 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
  gap: var(--ywhz-space-md, 1rem);
}
.ywhz-author-page--A6 .ywhz-expertise-card {
  padding: var(--ywhz-space-md, 1rem);
  background: var(--ywhz-surface);
  border: 1px solid var(--ywhz-border);
  border-radius: var(--ywhz-radius, 0.5rem);
  display: flex;
  flex-direction: column;
  gap: var(--ywhz-space-xs, 0.25rem);
}
.ywhz-author-page--A6 .ywhz-expertise-icon {
  font-size: var(--ywhz-font-icon-md, 20px);
  color: var(--ywhz-primary);
}
.ywhz-author-page--A6 .ywhz-expertise-card strong {
  color: var(--ywhz-text);
}
.ywhz-author-page--A6 .ywhz-expertise-card span {
  color: var(--ywhz-text-muted);
  font-size: var(--ywhz-font-sm, 14px);
}
.ywhz-author-page--A6 .ywhz-author-bio-wrap {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: var(--ywhz-space-lg, 1.5rem);
  align-items: start;
}
.ywhz-author-page--A6 .ywhz-author-photo--inline img {
  width: var(--ywhz-author-photo-size, 140px);
}

.ywhz-author-page--A7 .ywhz-author-header--compact {
  text-align: center;
  margin-bottom: var(--ywhz-space-xl, 2rem);
}
.ywhz-author-page--A7 .ywhz-author-header--compact .ywhz-author-photo img {
  width: var(--ywhz-author-photo-size, 120px);
}
.ywhz-author-page--A7 .ywhz-author-articles-title {
  margin: 0 0 var(--ywhz-space-md, 1rem);
  font-size: var(--ywhz-font-lg, 1.25rem);
}
.ywhz-author-page--A7 .ywhz-author-articles-grid {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  gap: var(--ywhz-space-md, 1rem);
  justify-content: start;
}
.ywhz-author-page--A7 .ywhz-author-articles-grid:has(> *:only-child) {
  grid-template-columns: minmax(0, 320px);
  justify-content: center;
}
.ywhz-author-page--A7 .ywhz-article-card a {
  display: block;
  color: inherit;
  text-decoration: none;
  padding: var(--ywhz-space-md, 1rem);
  background: var(--ywhz-surface);
  border: 1px solid var(--ywhz-border);
  border-radius: var(--ywhz-radius, 0.5rem);
  transition: box-shadow var(--ywhz-transition-base, 0.2s ease);
}
.ywhz-author-page--A7 .ywhz-article-card a:hover {
  box-shadow: 0 2px 8px rgba(0,0,0,var(--shadow-alpha-sm));
}
.ywhz-author-page--A7 .ywhz-article-card img {
  width: 100%;
  height: auto;
  border-radius: var(--ywhz-radius-sm, 0.25rem);
  margin-bottom: var(--ywhz-space-sm, 0.5rem);
}
.ywhz-author-page--A7 .ywhz-article-card h3 {
  margin: 0 0 var(--ywhz-space-xs, 0.25rem);
  font-size: var(--ywhz-font-md, 1rem);
  color: var(--ywhz-text);
}
.ywhz-author-page--A7 .ywhz-article-card time {
  font-size: var(--ywhz-font-xs, 12px);
  color: var(--ywhz-text-muted);
}

.ywhz-author-page--A8 .ywhz-author-header {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: var(--ywhz-space-lg, 1.5rem);
  align-items: start;
  margin-bottom: var(--ywhz-space-xl, 2rem);
}
.ywhz-author-page--A8 .ywhz-author-photo--top-right img {
  width: var(--ywhz-author-photo-size, 140px);
}
.ywhz-author-page--A8 .ywhz-author-qa .ywhz-qa-pair {
  margin-bottom: var(--ywhz-space-lg, 1.5rem);
  padding-bottom: var(--ywhz-space-lg, 1.5rem);
  border-bottom: 1px solid var(--ywhz-border);
}
.ywhz-author-page--A8 .ywhz-author-qa .ywhz-qa-pair:last-child {
  border-bottom: none;
}
.ywhz-author-page--A8 .ywhz-qa-question {
  margin: 0 0 var(--ywhz-space-sm, 0.5rem);
  font-size: var(--ywhz-font-md, 1rem);
  color: var(--ywhz-primary);
}
.ywhz-author-page--A8 .ywhz-qa-answer {
  margin: 0;
  color: var(--ywhz-text);
  line-height: 1.6;
}

.ywhz-author-page--A9 {
  display: grid;
  grid-template-columns: minmax(180px, 1fr) 3fr;
  gap: var(--ywhz-space-xl, 2rem);
  align-items: start;
}
.ywhz-author-page--A9 .ywhz-author-sidebar--left .ywhz-author-photo img {
  width: 100%;
  max-width: var(--ywhz-author-photo-size, 200px);
}
.ywhz-author-page--A9 .ywhz-author-affiliation {
  color: var(--ywhz-text-muted);
  margin: var(--ywhz-space-sm, 0.5rem) 0;
  font-size: var(--ywhz-font-sm, 14px);
}
.ywhz-author-page--A9 .ywhz-publications-list {
  margin: var(--ywhz-space-md, 1rem) 0 0;
  padding-left: var(--ywhz-space-lg, 1.5rem);
}
.ywhz-author-page--A9 .ywhz-publication-item {
  margin-bottom: var(--ywhz-space-md, 1rem);
  line-height: 1.5;
}
.ywhz-author-page--A9 .ywhz-publication-item em {
  color: var(--ywhz-text-muted);
  margin-left: var(--ywhz-space-sm, 0.5rem);
}
.ywhz-author-page--A9 .ywhz-publication-item time {
  color: var(--ywhz-text-muted);
  margin-left: var(--ywhz-space-sm, 0.5rem);
}
@media (max-width: 800px) {
  .ywhz-author-page--A9 {
    grid-template-columns: 1fr;
  }
}

.ywhz-author-page--A10 .ywhz-author-photo--inline-top img {
  width: var(--ywhz-author-photo-size, 140px);
}
.ywhz-author-page--A10 .ywhz-author-cred-board {
  margin-top: var(--ywhz-space-xl, 2rem);
}
.ywhz-author-page--A10 .ywhz-cred-board-grid {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  gap: var(--ywhz-space-md, 1rem);
  justify-content: start;
}
.ywhz-author-page--A10 .ywhz-cred-card {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: var(--ywhz-space-xs, 0.25rem);
  padding: var(--ywhz-space-md, 1rem);
  background: var(--ywhz-surface);
  border: 1px solid var(--ywhz-border);
  border-radius: var(--ywhz-radius, 0.5rem);
  transition: box-shadow var(--ywhz-transition-base, 0.2s ease);
}
.ywhz-author-page--A10 .ywhz-cred-card:hover {
  box-shadow: 0 2px 8px rgba(0,0,0,var(--shadow-alpha-sm));
}
.ywhz-author-page--A10 .ywhz-cred-icon {
  font-size: var(--ywhz-font-icon-md, 20px);
  color: var(--ywhz-primary);
}
.ywhz-author-page--A10 .ywhz-cred-card strong {
  font-weight: 600;
  color: var(--ywhz-text);
}
.ywhz-author-page--A10 .ywhz-cred-card time {
  font-size: var(--ywhz-font-xs, 12px);
  color: var(--ywhz-text-muted);
}
.ywhz-author-page--A10 .ywhz-author-affiliations {
  list-style: none;
  margin: var(--ywhz-space-lg, 1.5rem) 0 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: var(--ywhz-space-sm, 0.5rem);
  color: var(--ywhz-text-muted);
  font-size: var(--ywhz-font-sm, 14px);
}
.ywhz-author-page--A10 .ywhz-author-affiliations li {
  padding: var(--ywhz-space-xs, 0.25rem) var(--ywhz-space-sm, 0.5rem);
  background: var(--ywhz-surface-alt, var(--ywhz-surface));
  border-radius: var(--ywhz-radius-sm, 0.25rem);
}

.ywhz-accordion {
  border: 1px solid var(--ywhz-border);
  border-radius: var(--ywhz-radius, 0.5rem);
  overflow: hidden;
  margin: var(--ywhz-space-lg) 0;
}
.ywhz-accordion__item {
  border-bottom: 1px solid var(--ywhz-border);
}
.ywhz-accordion__item:last-child {
  border-bottom: none;
}
.ywhz-accordion__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem 1.25rem;
  cursor: pointer;
  font-weight: 600;
  background: var(--ywhz-surface);
  transition: background 100ms linear;
}
.ywhz-accordion__header:hover {
  background: var(--ywhz-border);
  color: var(--ywhz-text);
}
.ywhz-accordion__header::after {
  content: '+';
  font-size: 1.25rem;
  font-weight: 300;
  color: var(--ywhz-link-hover);
  transition: transform 100ms linear;
}
.ywhz-accordion__item[open] .ywhz-accordion__header::after {
  content: '−';
}
.ywhz-accordion__content {
  padding: 1rem 1.25rem;
  line-height: 1.7;
  color: var(--ywhz-text-muted);
}

.ywhz-tabs {
  margin: var(--ywhz-space-lg) 0;
}
.ywhz-tabs__nav {
  display: flex;
  border-bottom: 2px solid var(--ywhz-border);
  gap: 0;
  overflow-x: auto;
}

.ywhz-tabs__nav .ywhz-tab {
  padding: 0.75rem 1.25rem;
  cursor: pointer;
  font-weight: 500;
  color: var(--ywhz-text-muted);
  border-bottom: 2px solid transparent;
  margin-bottom: -2px;
  transition: color 100ms linear, border-color 100ms linear;
  white-space: nowrap;
}
.ywhz-tabs__nav .ywhz-tab:hover {
  color: var(--ywhz-text);
  background: transparent;
}
.ywhz-tabs__nav .ywhz-tab.active,
.ywhz-tabs__nav .ywhz-tab--active {
  color: var(--ywhz-link-hover);
  border-bottom-color: var(--ywhz-accent);
}
.ywhz-tab-content {
  display: none;
  padding: 1.5rem 0;
}
.ywhz-tab-content.active,
.ywhz-tab-content--active {
  display: block;
}

.ywhz-info-cards {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(270px, 1fr));
  gap: var(--ywhz-space-md);
  margin: var(--ywhz-space-lg) 0;
  align-items: stretch; 
}

.ywhz-info-cards.ywhz-rack--cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.ywhz-info-cards.ywhz-rack--cols-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.ywhz-info-cards .ywhz-plate {
  overflow: visible;
  min-height: 0;  
}

.ywhz-info-cards .ywhz-plate > a {
  flex: 0 0 auto;
  aspect-ratio: 16 / 9;
  overflow: hidden;
}
.ywhz-info-cards .ywhz-plate > a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.ywhz-info-cards > div {
  display: flex;
  flex-direction: column;
  background: var(--ywhz-surface);
  border-radius: var(--ywhz-radius, 0.5rem);
  text-align: center;
}

.ywhz-rack.ywhz-info-cards > .ywhz-plate,
.ywhz-info-cards > div {
  padding: var(--ywhz-space-lg);
}
.ywhz-info-cards > div p:last-child {
  margin-top: auto;
  color: var(--ywhz-text-muted);
  font-size: 0.9rem;
}

.ywhz-info-cards .ywhz-plate-body {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}
.ywhz-info-cards .ywhz-lever,
.ywhz-info-cards .ywhz-plate-body > a:last-child {
  margin-top: auto;
}
.ywhz-info-cards strong {
  display: block;
  font-size: 1.5rem;
  color: var(--ywhz-accent-on-surface);
  margin-bottom: 0.5rem;
}

.ywhz-info-cards .ywhz-plate-body > p,
.ywhz-info-cards .ywhz-plate-body > p.ywhz-text-muted,
.ywhz-info-cards p {
  display: block;
  -webkit-line-clamp: unset;
  -webkit-box-orient: unset;
  overflow: visible;
  text-overflow: unset;
}

.ywhz-info-cards .ywhz-plate-body {
  margin-left: 0;
  margin-right: 0;
}

.ywhz-answers-question {
  font-weight: 600;
  font-size: 1.1rem;
  margin-bottom: 0.75rem;
  color: var(--ywhz-text);
}

.ywhz-piece-sidebar {
  min-width: 0;
  
}
.ywhz-sidebar-block {
  margin-bottom: 1.5rem;
  padding: var(--ywhz-space-lg);
  background: var(--ywhz-surface, #fff);
  border-radius: var(--ywhz-radius, 0.5rem);
  box-shadow: 0 6px 16px rgba(0,0,0,.12), 0 12px 24px rgba(0,0,0,.08);
}
.ywhz-sidebar-title {
  margin: 0 0 var(--ywhz-space-md);
  font-size: 0.85rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: var(--ywhz-text-muted);
}
.ywhz-sidebar-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.ywhz-sidebar-list li {
  padding: var(--ywhz-space-sm) 0;
  border-bottom: 1px solid var(--ywhz-border, #e5e7eb);
}
.ywhz-sidebar-list li:last-child {
  border-bottom: none;
}
.ywhz-sidebar-list a {
  font-size: 0.9rem;
  text-decoration: none;
  color: var(--ywhz-text);
  display: block;
  line-height: 1.4;
}
.ywhz-sidebar-list a:hover {
  color: var(--ywhz-link-hover);
  background: var(--ywhz-link-hover-bg, transparent);
}

.ywhz-sidebar-author {
  text-align: center;
}
.ywhz-sidebar-author img {
  border-radius: 50%;
  margin: 0 auto 0.75rem auto;
  width: var(--ywhz-sidebar-author-size, 80%); 
  max-width: 100%;
  height: auto;
  object-fit: cover;
  display: block;
}
.ywhz-sidebar-author strong {
  display: block;
  margin-bottom: 0.25rem;
}
.ywhz-sidebar-author__role {
  display: block;
  font-size: 0.85rem;
  color: var(--ywhz-text-muted);
  margin-bottom: 0.5rem;
}
.ywhz-sidebar-author p {
  font-size: 0.85rem;
  line-height: 1.5;
  margin: 0;
  color: var(--ywhz-text-muted);
}

.ywhz-map {
  font-size: 0.95rem;
}
.ywhz-map ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.ywhz-map li {
  padding: 0.4rem 0;
  border-left: 2px solid transparent;
  padding-left: 0.75rem;
}
.ywhz-map li.active {
  border-left-color: var(--ywhz-accent);
}
.ywhz-map a {
  color: var(--ywhz-accent-on-surface);
  text-decoration: none;
  font-weight: 500;
}
.ywhz-map a:hover {
  color: var(--ywhz-link-hover);
  background: transparent;
  text-decoration: underline;
}
.ywhz-map-placeholder {
  font-size: 0.85rem;
  color: var(--ywhz-text-muted);
  font-style: italic;
}

.ywhz-map-box {
  background: var(--ywhz-bg, #f8fafc);
  border: 1px solid var(--ywhz-border, #e5e7eb);
  border-radius: var(--ywhz-radius, 0.5rem);
  padding: var(--ywhz-card-padding) var(--ywhz-space-lg);
  margin: var(--ywhz-space-lg) 0;
  max-width: 100%;
  box-sizing: border-box;
  overflow-x: auto;
}
.ywhz-map-box li {
  white-space: normal;
}
.ywhz-map-box a {
  word-break: break-word;
  overflow-wrap: break-word;
  white-space: normal;
}
.ywhz-map-box__title {
  font-size: 1rem;
  font-weight: 600;
  margin: 0 0 0.75rem 0;
  color: var(--ywhz-text);
  display: flex;
  align-items: center;
  gap: var(--ywhz-space-sm);
}
.ywhz-map-box__title::before {
  content: '📋';
  font-size: 1.1rem;
}
.ywhz-map-box ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.ywhz-map-box li {
  padding: 0.35rem 0;
  padding-left: 1rem;
  position: relative;
}
.ywhz-map-box li::before {
  content: '→';
  position: absolute;
  left: 0;
  color: var(--ywhz-primary);
}
.ywhz-map-box a {
  color: var(--ywhz-accent-on-surface);
  text-decoration: none;
  font-size: 0.95rem;
}
.ywhz-map-box a:hover {
  text-decoration: underline;
}

.ywhz-map-box a:focus-visible {
  outline: none;
  box-shadow: 0 0 0 2px var(--ywhz-primary, #3b82f6);
  border-radius: var(--ywhz-radius-xs, 2px);
}

.ywhz-map-box .ywhz-list--checked li::before {
  content: '→';
  color: var(--ywhz-primary);
}
.ywhz-map-box .ywhz-list--checked li {
  padding-left: 1rem;
}

.ywhz-writer-compact {
  display: flex;
  align-items: center;
  gap: var(--ywhz-space-sm);
  margin: var(--ywhz-space-lg) 0;
  padding: var(--ywhz-space-md);
  background: var(--ywhz-bg, #f8f9fa);
  border-radius: var(--ywhz-radius, 0.5rem);
}
.ywhz-writer-compact img {
  border-radius: 50%;
  flex-shrink: 0;
}
.ywhz-writer-compact__info strong {
  display: block;
}
.ywhz-writer-compact__info span {
  font-size: 0.85rem;
  color: var(--ywhz-text-muted);
}

.ywhz-writer-box {
  display: flex;
  align-items: flex-start;
  gap: 1.25rem;
  margin: 2.5rem auto;
  padding: var(--ywhz-space-lg);
  background: var(--ywhz-surface, #f8f9fa);
  border-radius: var(--ywhz-radius, 0.5rem);
  border-left: 3px solid var(--ywhz-accent, #3b82f6);
  max-width: var(--ywhz-max-width, 1200px);
  box-sizing: border-box;
}
.ywhz-piece-wrapper .ywhz-writer-box,
.ywhz-piece-wrapper .ywhz-author-box,
.ywhz-sidebar-block .ywhz-writer-box {
  max-width: none;
  margin-left: 0;
  margin-right: 0;
}
.ywhz-writer-box__avatar {
  
  flex-shrink: 0;
  object-fit: cover;
  object-position: center 30%;  
  width: 96px;
  height: 96px;
}
.ywhz-writer-box--round .ywhz-writer-box__avatar {
  border-radius: 50%;
}
.ywhz-writer-box--square .ywhz-writer-box__avatar {
  border-radius: var(--ywhz-radius, 0.5rem);
}
.ywhz-writer-inline__avatar {
  border-radius: 50%;
}
.ywhz-writer-box__info {
  flex: 1;
  min-width: 0;
}
.ywhz-writer-box__info strong {
  display: block;
  font-size: 1.05rem;
  margin-bottom: 0.25rem;
  color: var(--ywhz-text, #1a1a2e);
}
.ywhz-writer-box__role {
  display: block;
  font-size: 0.875rem;
  color: var(--ywhz-accent-on-surface, #3b82f6);
  margin-bottom: 0.75rem;
}
.ywhz-writer-box__info p {
  margin: 0;
  font-size: 0.9rem;
  line-height: 1.6;
  color: var(--ywhz-text-muted, #666);
}

.ywhz-writer-box--no-avatar {
  border-left: none;
  border-top: 1px solid var(--ywhz-border, #e5e7eb);
  padding-top: 1.5rem;
}

.ywhz-writer-box--minimal {
  display: flex;
  align-items: center;
  gap: var(--ywhz-space-md);
  background: transparent;
  padding: 1.5rem 0 0;
  border: none;
  border-top: 1px solid var(--ywhz-border, #e5e7eb);
  margin: 2rem 0 0;
}
.ywhz-writer-box--minimal .ywhz-writer-box__avatar {
  width: max(var(--ywhz-byline-avatar-size, 48px), 3.5rem);   
  height: max(var(--ywhz-byline-avatar-size, 48px), 3.5rem);
  border-radius: 50%;
  flex-shrink: 0;
}
.ywhz-writer-box--minimal .ywhz-writer-box__info {
  display: block;
}
.ywhz-writer-box--minimal .ywhz-writer-box__info strong {
  font-size: 0.95rem;
  display: inline;
}
.ywhz-writer-box--minimal .ywhz-writer-box__role {
  display: inline;
  margin-left: 0.5rem;
  font-size: 0.85rem;
}
.ywhz-writer-box--minimal .ywhz-writer-box__info p {
  margin-top: 0.5rem;
  font-size: 0.85rem;
  color: var(--ywhz-text-muted, #666);
}
.ywhz-writer-box__link {
  color: inherit;
  text-decoration: none;
}
.ywhz-writer-box__link:hover {
  color: var(--ywhz-link-hover);
  background: var(--ywhz-link-hover-bg, transparent);
}
.ywhz-writer-box__btn {
  display: inline-block;
  margin-top: 0.75rem;
  font-size: 0.85rem;
  color: var(--ywhz-accent-on-surface);
  text-decoration: none;
  font-weight: 500;
}
.ywhz-writer-box__btn:hover {
  text-decoration: underline;
}
@media (max-width: 540px) {
  .ywhz-writer-box {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .ywhz-writer-box__info {
    text-align: center;
  }
}

.ywhz-writer-inline {
  display: inline-flex;
  align-items: center;
  gap: var(--ywhz-space-sm);
  font-size: 0.9rem;
  color: var(--ywhz-text-muted, #666);
}
.ywhz-writer-inline img {
  width: 28px;
  height: 28px;

  border-radius: 50%;
  object-fit: cover;
  object-position: center 30%;  
}
.ywhz-writer-inline__name {
  font-weight: 500;
  color: var(--ywhz-text, #1a1a2e);
}
.ywhz-writer-inline__role {
  font-size: 0.8rem;
  color: var(--ywhz-text-muted, #888);
}
.ywhz-writer-inline--name-only {
  font-weight: 500;
  color: var(--ywhz-text, #1a1a2e);
}

.ywhz-writer-header {
  display: flex;
  align-items: center;
  gap: var(--ywhz-space-sm, 0.5rem);
  margin-top: var(--ywhz-space-md, 0.75rem);
  font-size: 0.9rem;
  color: var(--ywhz-text-muted, #666);
}
.ywhz-writer-header__avatar {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  object-fit: cover;
  object-position: center 30%;  
}
.ywhz-writer-header__name {
  font-weight: 500;
  color: var(--ywhz-text, #1a1a2e);
}
.ywhz-writer-header__name:hover {
  color: var(--ywhz-accent-on-surface, #3b82f6);
  background: transparent;
}
.ywhz-writer-header__role {
  font-size: 0.8rem;
  color: var(--ywhz-text-muted, #888);
}
.ywhz-writer-header--name-only {
  display: block;
  margin-top: var(--ywhz-space-sm, 0.5rem);
  font-weight: 500;
  color: var(--ywhz-text-muted, #666);
}
.ywhz-writer-header--name-only a {
  color: var(--ywhz-text, #1a1a2e);
  text-decoration: none;
}
.ywhz-writer-header--name-only a:hover {
  color: var(--ywhz-accent-on-surface, #3b82f6);
  background: transparent;
}

.ywhz-writer-header__prefix {
  color: var(--ywhz-text-muted, #666);
  font-weight: 400;
}

.ywhz-writer-combo {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: var(--ywhz-space-lg, 1.5rem);
  margin: 2rem 0;
  align-items: start;
}
.ywhz-writer-combo--author-right {
  direction: rtl;
}
.ywhz-writer-combo--author-right > * {
  direction: ltr;
}
.ywhz-writer-combo .ywhz-writer-box {
  margin: 0;
}
.ywhz-writer-combo .ywhz-opt-in,
.ywhz-writer-combo .ywhz-subscribe,
.ywhz-author-combo .ywhz-opt-in,
.ywhz-writer-combo .ywhz-stars-widget,
.ywhz-writer-combo .ywhz-rating-widget,
.ywhz-author-combo .ywhz-stars-widget {
  margin: 0;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 800px) {
  .ywhz-writer-combo {
    grid-template-columns: 1fr;
  }
  .ywhz-writer-combo--author-right {
    direction: ltr;
  }
}

.ywhz-writer-standalone {
  margin: 2.5rem auto;
  max-width: var(--ywhz-content-width, var(--ywhz-max-width, 1200px));
  padding: var(--ywhz-space-lg, 1.5rem);
}
.ywhz-writer-standalone .ywhz-writer-box {
  margin: 0;
}

.ywhz-writer-centered {
  text-align: center;
  margin: 2.5rem auto;
  max-width: var(--ywhz-figure-portrait);
  padding: var(--ywhz-space-lg, 1.5rem);
}
.ywhz-writer-centered .ywhz-writer-box {
  flex-direction: column;
  align-items: center;
  text-align: center;
  margin: 0;
  padding: 0;
  background: transparent;
  border: none;
  box-shadow: none;
}
.ywhz-writer-centered .ywhz-writer-box__avatar {
  width: 112px;
  height: 112px;
  border-radius: 50%;
}
.ywhz-writer-centered .ywhz-writer-box__info {
  text-align: center;
}
.ywhz-writer-centered .ywhz-writer-box__info p {
  text-align: center;
}

.ywhz-writer-centered--card {
  background: var(--ywhz-surface, #f8f9fa);
  border-radius: var(--ywhz-radius, 0.5rem);
}
.ywhz-writer-centered--clean {
  background: transparent;
  padding: var(--ywhz-space-md, 1rem) 0;
}
.ywhz-writer-centered--bordered {
  background: transparent;
  border: 1px solid var(--ywhz-border, #dee2e6);
  border-radius: var(--ywhz-radius, 0.5rem);
}
.ywhz-writer-centered--outline {
  background: transparent;
  border: 2px solid var(--ywhz-muted, #6c757d);
  border-radius: 1.5rem;
}
.ywhz-writer-centered--shadow {
  background: var(--ywhz-bg, #fff);
  border-radius: var(--ywhz-radius, 0.5rem);
  box-shadow: 0 6px 16px rgba(0,0,0,.12), 0 12px 24px rgba(0,0,0,.08);
}

.ywhz-writer-centered--row .ywhz-writer-box {
  flex-direction: row;
  gap: var(--ywhz-space-md, 1rem);
}
.ywhz-writer-centered--row .ywhz-writer-box__info {
  text-align: left;
}
.ywhz-writer-centered--row .ywhz-writer-box__info p {
  text-align: left;
}

.ywhz-writer-bottom-label {
  display: block;
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: var(--ywhz-muted, #6c757d);
  margin-bottom: 0.75rem;
}
.ywhz-writer-centered .ywhz-writer-bottom-label {
  text-align: center;
}

.ywhz-meta-wrapper--divider-bottom {
  padding-bottom: var(--ywhz-space-sm, 0.5rem);
  margin-bottom: var(--ywhz-space-sm, 0.5rem);
  border-bottom: 1px solid var(--ywhz-border, #e5e7eb);
}
.ywhz-meta-wrapper--divider-top-bottom {
  padding: var(--ywhz-space-sm, 0.5rem) 0;
  margin: var(--ywhz-space-sm, 0.5rem) 0;
  border-top: 1px solid var(--ywhz-border, #e5e7eb);
  border-bottom: 1px solid var(--ywhz-border, #e5e7eb);
}
.ywhz-piece__header .ywhz-meta-wrapper--divider-bottom {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
.ywhz-piece__header .ywhz-meta-wrapper--divider-top-bottom {
  border-bottom: none;
}

.ywhz-meta-wrapper--box {
  padding: var(--ywhz-space-sm, 0.5rem) var(--ywhz-space-md, 1rem);
  background: var(--ywhz-bg-alt, #f8f9fa);
  border-radius: var(--ywhz-radius-sm, 4px);
  margin-bottom: var(--ywhz-space-sm, 0.5rem);
}

.ywhz-meta-wrapper--pill > * {
  display: inline-block;
  padding: 0.2rem 0.5rem;
  background: var(--ywhz-pill-bg, var(--ywhz-bg-alt, #f5f5f5));
  color: var(--ywhz-pill-text, inherit);
  border-radius: 999px;
  margin-right: var(--ywhz-space-xs, 0.25rem);
  margin-bottom: var(--ywhz-space-xs, 0.25rem);
}

[class*="--dark"]:not([class*="--backdrop-dark"]):not([class*="--contrast-dark"]) .ywhz-meta-wrapper--pill > *,
.ywhz-piece--overlay .ywhz-meta-wrapper--pill > *,
[class*="--backdrop-dark"] .ywhz-article-hero:not([class*="--plain"]) .ywhz-meta-wrapper--pill > *,
[class*="--contrast-dark"] .ywhz-article-hero:not([class*="--plain"]) .ywhz-meta-wrapper--pill > * {
  --ywhz-pill-bg: rgba(var(--ywhz-primary-rgb, 0,0,0), 0.3);
  --ywhz-pill-text: var(--ywhz-text-inv, #fff);
}

[class*="--dark"]:not([class*="--backdrop-dark"]):not([class*="--contrast-dark"]) .ywhz-piece__category--badge,
.ywhz-piece--overlay .ywhz-piece__category--badge,
[class*="--backdrop-dark"] .ywhz-article-hero:not([class*="--plain"]) .ywhz-piece__category--badge,
[class*="--contrast-dark"] .ywhz-article-hero:not([class*="--plain"]) .ywhz-piece__category--badge {
  background: rgba(255,255,255,0.15);
  color: var(--ywhz-text-inv, #fff);
  border: 1px solid rgba(255,255,255,0.3);
}

[class*="--dark"]:not([class*="--backdrop-dark"]):not([class*="--contrast-dark"]) .ywhz-piece__category--badge:hover,
.ywhz-piece--overlay .ywhz-piece__category--badge:hover,
[class*="--backdrop-dark"] .ywhz-article-hero:not([class*="--plain"]) .ywhz-piece__category--badge:hover,
[class*="--contrast-dark"] .ywhz-article-hero:not([class*="--plain"]) .ywhz-piece__category--badge:hover {
  background: rgba(255,255,255,0.25);
  color: var(--ywhz-text-inv, #fff);
}

.ywhz-meta-wrapper--accent {
  padding-left: var(--ywhz-space-md, 1rem);
  border-left: 3px solid var(--ywhz-primary, #3b82f6);
  margin-bottom: var(--ywhz-space-sm, 0.5rem);
}

.ywhz-meta-wrapper--box.ywhz-piece__meta--hero,
.ywhz-meta-wrapper--box.ywhz-piece__meta--hero time,
.ywhz-meta-wrapper--box.ywhz-piece__meta--hero a,
.ywhz-meta-wrapper--box.ywhz-piece__meta--hero .ywhz-piece__category--label,
.ywhz-meta-wrapper--box.ywhz-piece__meta--hero .ywhz-piece__category--caps {
  color: var(--ywhz-text, #1a1a1a);
}
.ywhz-meta-wrapper--pill.ywhz-piece__meta--hero > *,
.ywhz-meta-wrapper--pill.ywhz-piece__meta--hero .ywhz-piece__category--label,
.ywhz-meta-wrapper--pill.ywhz-piece__meta--hero .ywhz-piece__category--caps {
  color: var(--ywhz-pill-text, var(--ywhz-text, #1a1a1a));
}

.ywhz-article-hero--contrast-backdrop-dark .ywhz-meta-wrapper--box.ywhz-piece__meta--hero time,
.ywhz-article-hero--contrast-backdrop-dark .ywhz-meta-wrapper--box.ywhz-piece__meta--hero a,
.ywhz-article-hero--contrast-backdrop-dark .ywhz-meta-wrapper--box.ywhz-piece__meta--hero .ywhz-piece__category--label,
.ywhz-article-hero--contrast-backdrop-dark .ywhz-meta-wrapper--box.ywhz-piece__meta--hero .ywhz-piece__category--caps {
  color: var(--ywhz-text-inv, #fff);
}

.ywhz-piece__meta--above {
  margin-bottom: 0.75rem;
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
.ywhz-piece__meta--above + .ywhz-piece__title {
  margin-top: 0;
}

.ywhz-piece__meta--between {
  margin: var(--ywhz-space-md) 0;
  padding: var(--ywhz-space-sm) 0;
  border-top: 1px solid var(--ywhz-border, #e5e7eb);
  border-bottom: 1px solid var(--ywhz-border, #e5e7eb);
}

.ywhz-piece__meta--sep-dot > *:not(:last-child)::after {
  content: '·';
  margin: 0 var(--ywhz-space-sm, 0.5rem);
  color: var(--ywhz-text-muted, #888);
}
.ywhz-piece__meta--sep-dash > *:not(:last-child)::after {
  content: '—';
  margin: 0 var(--ywhz-space-sm, 0.5rem);
  color: var(--ywhz-text-muted, #888);
}
.ywhz-piece__meta--sep-pipe > *:not(:last-child)::after {
  content: '|';
  margin: 0 var(--ywhz-space-sm, 0.5rem);
  color: var(--ywhz-text-muted, #888);
}
.ywhz-piece__meta--sep-newline {
  display: flex;
  flex-direction: column;
  gap: var(--ywhz-space-xs);
  align-items: flex-start;
}
.ywhz-piece__meta--sep-newline > *::after {
  display: none;
}

.ywhz-piece__category {
  color: var(--ywhz-link, var(--ywhz-accent-on-surface));
}
.ywhz-piece__category:visited {
  color: var(--ywhz-link, var(--ywhz-accent-on-surface));
}
.ywhz-piece__category:hover {
  color: var(--ywhz-link-hover, var(--ywhz-accent-on-surface));
  background: transparent;
}

.ywhz-piece__category--label {
  color: var(--ywhz-text-muted, #666);
  text-decoration: none;
  font-weight: 400;
}
.ywhz-piece__category--label:hover {
  color: var(--ywhz-text, #1a1a2e);
  background: transparent;
  text-decoration: none;
}

.ywhz-piece__category--badge {
  display: inline-block;
  padding: 0.2rem 0.6rem;
  background: color-mix(in srgb, var(--ywhz-accent, #3b82f6) 16%, var(--ywhz-bg, #fff));
  color: color-mix(in srgb, var(--ywhz-accent, #3b82f6) 52%, #000);
  border: 1px solid color-mix(in srgb, var(--ywhz-accent, #3b82f6) 32%, var(--ywhz-bg, #fff));
  border-radius: var(--ywhz-radius-xs, 3px);
  font-size: 0.7rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  text-decoration: none;
}
.ywhz-piece__category--badge:hover {
  background: color-mix(in srgb, var(--ywhz-accent, #3b82f6) 24%, var(--ywhz-bg, #fff));
  color: color-mix(in srgb, var(--ywhz-accent, #3b82f6) 52%, #000);
  text-decoration: none;
}

.ywhz-piece__category--caps {
  text-transform: uppercase;
  font-size: 0.75rem;
  letter-spacing: 0.1em;
  font-weight: 600;
  color: var(--ywhz-accent-on-surface, #3b82f6);
}

[class*="--dark"]:not([class*="--backdrop-dark"]):not([class*="--contrast-dark"]) .ywhz-piece__category:not(.ywhz-piece__category--badge),
.ywhz-piece--overlay .ywhz-piece__category:not(.ywhz-piece__category--badge),
[class*="--backdrop-dark"] .ywhz-article-hero:not([class*="--plain"]) .ywhz-piece__category:not(.ywhz-piece__category--badge),
[class*="--contrast-dark"] .ywhz-article-hero:not([class*="--plain"]) .ywhz-piece__category:not(.ywhz-piece__category--badge) {
  color: var(--ywhz-text-inv, #fff);
}

.ywhz-piece__type {
  display: inline-block;
  padding: 0.15rem 0.5rem;
  background: var(--ywhz-bg, #f1f5f9);
  color: var(--ywhz-text-muted, #666);
  border-radius: var(--ywhz-radius-xs, 3px);
  font-size: 0.7rem;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.02em;
}

.ywhz-piece__reading-time {
  font-size: 0.85rem;
  color: var(--ywhz-text-muted, #666);
}
.ywhz-piece__reading-time::before {
  content: '⏱';
  margin-right: 0.25rem;
}

.ywhz-piece__rating {
  font-size: 0.85rem;
  color: var(--ywhz-text-muted, #666);
}
.ywhz-piece__rating::before {
  content: '★';
  color: var(--ywhz-warning, #f59e0b);
  margin-right: 0.2rem;
}
.ywhz-piece__rating small {
  font-size: 0.75rem;
  opacity: 0.8;
}

.ywhz-piece__comments {
  font-size: 0.85rem;
  color: var(--ywhz-text-muted, #666);
  text-decoration: none;
  cursor: pointer;
}
.ywhz-piece__comments::before {
  content: '💬';
  margin-right: 0.25rem;
}
.ywhz-piece__comments:hover {
  color: var(--ywhz-link-hover, #3b82f6);
  background: var(--ywhz-link-hover-bg, transparent);
}

.ywhz-stars-float {
  position: fixed;
  bottom: 2rem;
  z-index: var(--ywhz-z-floating); 
  background: var(--ywhz-surface, #fff);
  padding: 0.75rem 1rem;
  border: 1px solid var(--ywhz-border, #e5e7eb);
  border-radius: var(--ywhz-radius, 0.5rem);
  box-shadow: 0 4px 22px rgba(0,0,0,var(--shadow-alpha-lg));
  transform: translateY(150%);
  opacity: 0;
  transition: transform 100ms linear ease, opacity 100ms linear ease;
  max-width: 280px;
  pointer-events: none; 
}

.ywhz-stars-float--bottom-right {
  right: 1.5rem;
}
.ywhz-stars-float--bottom-left {
  left: 2rem;
}
.ywhz-stars-float--bottom-center {
  left: 50%;
  transform: translateX(-50%) translateY(150%);
}
.ywhz-stars-float--bottom-center.ywhz-stars-float--visible {
  transform: translateX(-50%) translateY(0);
}

.ywhz-stars-float--top-right {
  top: 5rem; 
  bottom: auto;
  right: 1.5rem;
  transform: translateY(-150%);
}
.ywhz-stars-float--top-right.ywhz-stars-float--visible {
  transform: translateY(0);
}
.ywhz-stars-float--top-center {
  top: 5rem;
  bottom: auto;
  left: 50%;
  transform: translateX(-50%) translateY(-150%);
}
.ywhz-stars-float--top-center.ywhz-stars-float--visible {
  transform: translateX(-50%) translateY(0);
}

.ywhz-stars-float--visible {
  transform: translateY(0);
  opacity: 1;
  pointer-events: auto; 
}
.ywhz-stars-float__close {
  position: absolute;
  top: 0.5rem;
  right: 0.5rem;
  background: none;
  border: none;
  font-size: 1.25rem;
  cursor: pointer;
  color: var(--ywhz-text-muted, #888);
  line-height: 1;
  padding: var(--ywhz-space-xs);
}
.ywhz-stars-float__close:hover {
  color: var(--ywhz-text, #1a1a2e);
  background: transparent;
}
.ywhz-stars-float .ywhz-stars-prompt {
  font-size: 0.9rem;
  margin-bottom: 0.75rem;
}

@media (min-width: 801px) {
  
  body.ywhz-has-opt-in-float .ywhz-stars-float--bottom-right,
  body.ywhz-has-opt-in-float .ywhz-rating-float--bottom-right,
  body.ywhz-has-subscribe-float .ywhz-stars-float--bottom-right {
    right: 1.5rem; 
  }
}

@media (max-width: 800px) {
  .ywhz-stars-float {
    left: 0.75rem !important;
    right: 0.75rem !important;
    bottom: 1rem;
    top: auto !important; 
    max-width: none;
    text-align: center;
    width: auto;
  }
  
  .ywhz-stars-float--bottom-right,
  .ywhz-stars-float--bottom-left,
  .ywhz-stars-float--bottom-center,
  .ywhz-stars-float--top-right,
  .ywhz-stars-float--top-center {
    left: 0.75rem !important;
    right: 0.75rem !important;
    top: auto !important;
    bottom: 1rem;
    transform: translateY(150%);
  }
  .ywhz-stars-float--bottom-center.ywhz-stars-float--visible,
  .ywhz-stars-float--bottom-right.ywhz-stars-float--visible,
  .ywhz-stars-float--bottom-left.ywhz-stars-float--visible,
  .ywhz-stars-float--top-right.ywhz-stars-float--visible,
  .ywhz-stars-float--top-center.ywhz-stars-float--visible {
    transform: translateY(0);
  }
  
  .ywhz-stars-float .ywhz-stars-widget {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  
  .ywhz-stars-float .ywhz-stars-thumbs,
  .ywhz-stars-float .ywhz-stars-stars,
  .ywhz-stars-float .ywhz-stars-numbers {
    justify-content: center;
  }
  
  
}

.ywhz-stars-position--after-content {
  margin: var(--ywhz-space-xl) 0;
  padding: 1.5rem 0;
  border-top: 1px solid var(--ywhz-border, #e5e7eb);
}

.ywhz-stars-position--after-author {
  margin-top: 1rem;
}

.ywhz-piece-interactions {
  margin: 2rem auto 0;
  padding: 1.5rem var(--ywhz-hero-padding-h, 1.5rem) 0;
  max-width: var(--ywhz-content-width, var(--ywhz-max-width, 1200px));
  border-top: 1px solid var(--ywhz-border, #e5e7eb);
}

.ywhz-listing-wrap,
.ywhz-listing-wrapper {
  overflow-x: auto;
  max-width: 100%;
  clear: both;
  margin: var(--ywhz-space-lg) 0;
  -webkit-overflow-scrolling: touch;
}
.ywhz-listing {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.9rem;
  color: var(--ywhz-text, #1f2937);
}
.ywhz-listing caption {
  font-size: 0.85rem;
  color: var(--ywhz-text-muted, #666);
  margin-bottom: 0.75rem;
  text-align: left;
  font-style: italic;
}
.ywhz-listing th,
.ywhz-listing td {
  padding: var(--ywhz-space-sm, 0.5rem) var(--ywhz-space-md, 1rem);
  text-align: left;
  border-bottom: 1px solid var(--ywhz-border, #e5e7eb);
}

@media (max-width: 800px) {
  .ywhz-listing th,
  .ywhz-listing td {
    padding: var(--ywhz-space-xs, 0.25rem) var(--ywhz-space-sm, 0.5rem);
  }
}
.ywhz-listing th {
  font-weight: 600;
  background: var(--ywhz-bg, #f8f9fa);
  white-space: nowrap;
}
.ywhz-listing--striped tbody tr:nth-child(even) {
  background: var(--ywhz-bg-alt, #f8fafc);
}
.ywhz-listing--bordered {
  border: 1px solid var(--ywhz-border, #e5e7eb);
}
.ywhz-listing--bordered th,
.ywhz-listing--bordered td {
  border: 1px solid var(--ywhz-border, #e5e7eb);
}
.ywhz-listing--compact th,
.ywhz-listing--compact td {
  padding: 0.5rem 0.75rem;
  font-size: 0.85rem;
}
@media (max-width: 540px) {
  .ywhz-listing {
    font-size: 0.8rem;
  }
  .ywhz-listing th,
  .ywhz-listing td {
    padding: var(--ywhz-space-sm);
  }
}

.ywhz-listing-wrap .ywhz-listing-wrap,
.ywhz-listing-wrap .ywhz-listing-wrapper,
.ywhz-listing-wrapper .ywhz-listing-wrap,
.ywhz-listing-wrapper .ywhz-listing-wrapper {
  overflow-x: visible;
  max-width: none;
  margin: 0;
}

.ywhz-piece__meta--hero {
  color: rgba(255,255,255,0.85);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.5rem 0.75rem;
}
.ywhz-piece__meta--hero a {
  color: rgba(255,255,255,0.9);
}
.ywhz-piece__meta--hero time {
  color: rgba(255,255,255,0.9);
  font-weight: 500;
}
.ywhz-piece__meta--hero .ywhz-piece__category--badge {
  background: rgba(255,255,255,0.15);
  color: var(--ywhz-text-inv, #fff);
  border: 1px solid rgba(255,255,255,0.3);
}
.ywhz-piece__meta--hero .ywhz-piece__category--badge:hover {
  background: rgba(255,255,255,0.25);
  color: var(--ywhz-text-inv, #fff);
}
.ywhz-piece__meta--hero .ywhz-piece__category--label {
  color: rgba(255,255,255,0.85);
}
.ywhz-piece__meta--hero .ywhz-piece__category--caps {
  color: rgba(255,255,255,0.9);
}

.ywhz-piece-grid {
  display: grid;
  gap: var(--ywhz-space-lg);
}

.ywhz-piece-grid--cards {
  grid-template-columns: repeat(auto-fill, minmax(min(100%, 270px), 1fr));
  justify-content: center;
}

.ywhz-piece-grid--compact {
  grid-template-columns: repeat(auto-fill, minmax(min(100%, 270px), 1fr));
  justify-content: center;
}
.ywhz-piece-grid--list {
  grid-template-columns: 1fr;
  max-width: var(--ywhz-content-width, 720px);
  margin: 0 auto;
}
@media (max-width: 540px) {
  .ywhz-piece-grid,
  .ywhz-piece-grid--cards,
  .ywhz-piece-grid--compact {
    gap: var(--ywhz-space-md); 
  }
  .ywhz-piece-grid--cards,
  .ywhz-piece-grid--compact {
    grid-template-columns: 1fr;
    max-width: 360px;
    margin: 0 auto;
  }
}

.ywhz-piece-item {
  background: var(--ywhz-surface, #fff);
  border-radius: var(--ywhz-radius, 0.5rem);
  overflow: hidden;
  box-shadow: 0 6px 16px rgba(0,0,0,.12), 0 12px 24px rgba(0,0,0,.08);
}
.ywhz-piece-item--card {
  display: flex;
  flex-direction: column;
}
.ywhz-piece-item--compact {
  display: flex;
  flex-direction: column;
}
.ywhz-piece-item__image {
  display: block;
  overflow: hidden;
}
.ywhz-piece-item--card .ywhz-piece-item__image {
  aspect-ratio: 3/2;
}
.ywhz-piece-item__image img {
  width: 100%;
  height: auto;
  object-fit: cover;
  display: block;
}
.ywhz-piece-item--card .ywhz-piece-item__image img {
  height: 225px;
}

.ywhz-piece-item--compact .ywhz-piece-item__image img {
  height: 150px;
}

.ywhz-piece-item__content {
  padding: var(--ywhz-space-md);
}
.ywhz-piece-item--compact .ywhz-piece-item__content {
  padding: var(--ywhz-space-sm);
}
.ywhz-piece-item__category {
  font-size: 0.75rem;
  color: var(--ywhz-link-hover);
  text-transform: uppercase;
  font-weight: 600;
  display: block;
  margin-bottom: 0.5rem;
}
.ywhz-piece-item__title {
  margin: 0;
  font-size: 1rem;
  line-height: 1.3;
}
.ywhz-piece-item--compact .ywhz-piece-item__title {
  font-size: 0.95rem;
}
.ywhz-piece-item__title a {
  text-decoration: none;
  color: inherit;
}
.ywhz-piece-item__title a:hover {
  color: var(--ywhz-link-hover);
  background: var(--ywhz-link-hover-bg, transparent);
}
.ywhz-piece-item__excerpt {
  margin: 0.5rem 0 0;
  font-size: 0.85rem;
  color: var(--ywhz-text-muted);
  line-height: 1.4;
}

.ywhz-piece-item--list {
  display: flex;
  gap: var(--ywhz-space-md);
  padding: 1rem 0;
  background: transparent;
  box-shadow: none;
  border-bottom: 1px solid var(--ywhz-border, #e5e7eb);
  border-radius: 0;
}
.ywhz-piece-item--list .ywhz-piece-item__image {
  flex-shrink: 0;
}
.ywhz-piece-item--list .ywhz-piece-item__image img {
  width: 100px;
  height: 70px;
  border-radius: var(--ywhz-radius-sm, 4px);
}
.ywhz-piece-item--list .ywhz-piece-item__content {
  padding: 0;
}

.ywhz-piece-item__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem 0.75rem;
  margin-top: 0.75rem;
  font-size: 0.8rem;
  color: var(--ywhz-text-muted, #666);
}
.ywhz-piece-item__date {
  display: inline-flex;
  align-items: center;
}
.ywhz-piece-item__reading-time {
  display: inline-flex;
  align-items: center;
}
.ywhz-piece-item__reading-time::before {
  content: '⏱';
  margin-right: 0.25rem;
  font-size: 0.9em;
}
.ywhz-piece-item__rating {
  display: inline-flex;
  align-items: center;
  color: var(--ywhz-warning, #f59e0b);
  font-weight: 500;
}
.ywhz-piece-item__author {
  display: inline-flex;
  align-items: center;
}
.ywhz-piece-item__author::before {
  content: 'By';
  margin-right: 0.25rem;
  font-weight: 400;
}

.ywhz-piece-item--compact .ywhz-piece-item__date,
.ywhz-piece-item--list .ywhz-piece-item__date {
  display: block;
  margin-top: 0.25rem;
  font-size: 0.75rem;
  color: var(--ywhz-text-muted, #888);
}

.ywhz-writer-articles-section {
  padding: 3rem 0;
}
.ywhz-category-top-section {
  padding: 3rem 0;
  background: var(--ywhz-surface, #fff);
}
.ywhz-sector-title {
  text-align: center;
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.ywhz-section-pad .ywhz-sector-title,
.ywhz-related-section .ywhz-sector-title {
  margin-top: 0;
}

@media (max-width: 800px) {
  h2, .ywhz-sector-title {
    margin-top: var(--ywhz-space-lg, 1.5rem);
  }
  
  .ywhz-stratum > h2:first-child,
  .ywhz-section-pad h2:first-child {
    margin-top: var(--ywhz-space-md, 1rem);
  }
}

.ywhz-reach-form {
  max-width: var(--ywhz-inner-width);
  margin: 2rem auto;
}

.ywhz-form-group {
  margin-bottom: 1.25rem;
  min-width: 0;  
}
.ywhz-field-row {
  display: flex;
  gap: var(--ywhz-space-md, 1rem);
  flex-wrap: wrap;
}
@media (max-width: 540px) {
  .ywhz-field-row {
    flex-direction: column;
  }
}
.ywhz-field-row .ywhz-form-group {
  flex: 1;
}

.ywhz-form-label {
  display: block;
  margin-bottom: 0.5rem;
  font-weight: 500;
  color: var(--ywhz-text);
  font-size: 0.95rem;
}

.ywhz-text-input,
.ywhz-text-area,
.ywhz-form-select {
  width: 100%;
  padding: var(--ywhz-input-padding);
  border: 1px solid var(--ywhz-border, #e5e7eb);
  border-radius: var(--ywhz-radius, 0.375rem);
  background: var(--ywhz-surface, #fff);
  color: var(--ywhz-text);
  font-size: 1rem;
  font-family: inherit;
  transition: border-color 100ms linear, box-shadow 100ms linear;
}

.ywhz-text-input:focus,
.ywhz-text-area:focus,
.ywhz-form-select:focus {
  outline: 2px solid var(--ywhz-primary, #2563eb);
  outline-offset: -2px;
  border-color: var(--ywhz-primary, #2563eb);
}

.ywhz-text-area {
  min-height: 150px;
  resize: vertical;
}

.ywhz-form-send {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.875rem 2rem;
  background: var(--ywhz-primary, #2563eb);
  color: var(--ywhz-text-inv, #fff);
  border: none;
  border-radius: var(--ywhz-radius, 0.375rem);
  font-size: 1rem;
  font-weight: 500;
  cursor: pointer;
  transition: background 100ms linear, filter 100ms linear;
}

.ywhz-form-send:hover {
  filter: brightness(1.1);
}

.ywhz-form-send:disabled {
  opacity: 0.6;
  cursor: not-allowed;
  transform: none;
}

@media (max-width: 540px) {
  .ywhz-text-input,
  .ywhz-form-select {
    min-height: 44px;
  }
  .ywhz-reach-form {
    padding-inline: 1rem;
  }
}

.ywhz-reach-form--standard {
  
}

.ywhz-reach-form--simple .ywhz-form-group--name,
.ywhz-reach-form--simple .ywhz-form-group--subject,
.ywhz-reach-form--simple .ywhz-form-group--department {
  display: none;
}

.ywhz-reach-form--subject .ywhz-form-group--department {
  display: none;
}

.ywhz-reach-form--department .ywhz-form-group--subject {
  display: none;
}

.ywhz-reach-form-wrapper {
  max-width: var(--ywhz-content-width, 800px);
  margin: 0 auto;
}

.ywhz-form-group--message {
  grid-column: 1 / -1;
}

.ywhz-field-notice {
  padding: 0.75rem 1rem;
  background: var(--ywhz-bg-warning, #fef3cd);
  border-radius: var(--ywhz-radius-sm, 0.25rem);
  font-size: 0.85rem;
  margin-bottom: 1rem;
}

.ywhz-discuss-section {
  margin-top: 3rem;
  padding: 2rem var(--ywhz-hero-padding-h, 1.5rem) 0;
  border-top: 1px solid var(--ywhz-border, #e5e7eb);
  max-width: var(--ywhz-content-width, var(--ywhz-max-width, 1200px));
  margin-left: auto;
  margin-right: auto;
}

.ywhz-piece-interactions .ywhz-discuss-section {
  margin-top: 0;
  padding-top: 0;
  border-top: none;
  padding-left: 0;
  padding-right: 0;
}

.ywhz-discuss-section-title,
.ywhz-discuss-section__title {
  margin-bottom: 1.5rem;
  font-size: 1.5rem;
}
.ywhz-reply-form__title,
.ywhz-reach-form-title {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}
.ywhz-response-count {
  font-size: 0.9rem;
  color: var(--ywhz-text-muted, #6b7280);
  margin-bottom: var(--ywhz-space-md, 1rem);
}
.ywhz-responses-list,
.ywhz-response-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.ywhz-reply-form-wrapper {
  max-width: var(--ywhz-content-width, 800px);
  margin: 2rem auto 0;
  padding-top: 1.5rem;
  border-top: 1px solid var(--ywhz-border, #e5e7eb);
}

.ywhz-reply-form {
  margin-bottom: 2rem;
  padding: var(--ywhz-space-lg);
  background: var(--ywhz-bg, #f8fafc);
  border-radius: var(--ywhz-radius, 0.5rem);
}

.ywhz-reply-form--full {
  
}

.ywhz-reply-form--simple .ywhz-form-group--email {
  display: none;
}

.ywhz-reply-form--minimal .ywhz-form-group--name,
.ywhz-reply-form--minimal .ywhz-form-group--email {
  display: none;
}

.ywhz-reply-form--inline {
  display: flex;
  gap: var(--ywhz-space-md);
  flex-wrap: wrap;
}
.ywhz-reply-form--inline .ywhz-form-group {
  flex: 1;
  min-width: 0;  
  margin-bottom: 0;
}
.ywhz-reply-form--inline .ywhz-form-group--comment {
  flex: 100%;
}
@media (max-width: 540px) {
  .ywhz-reply-form--inline {
    flex-direction: column;
  }
  .ywhz-reply-form--inline .ywhz-form-group {
    min-width: 0;
  }
}

.ywhz-response {
  position: relative;
  background: var(--ywhz-surface, #fff);
  padding: var(--ywhz-space-lg);
  padding-right: 2.5rem;
  margin-bottom: 1rem;
  border: 1px solid var(--ywhz-border, #e5e7eb);
  border-radius: var(--ywhz-radius, 0.5rem);
}

.ywhz-response__header {
  display: flex;
  align-items: center;
  gap: var(--ywhz-space-sm);
  margin-bottom: 0.5rem;
}

.ywhz-response__author {
  font-weight: 600;
  color: var(--ywhz-text);
  word-break: break-word;
  overflow-wrap: break-word;
  max-width: 100%;
}

.ywhz-response__date,
.ywhz-response__date-sub,
.ywhz-response__date-foot,
.ywhz-response__date-inline {
  font-size: 0.85rem;
  color: var(--ywhz-text-muted, #64748b);
}
.ywhz-response__date-sub {
  display: block;
  margin-bottom: 5px;
}
.ywhz-response__date-foot {
  display: block;
  margin-top: 8px;
}
.ywhz-response__date-inline {
  margin-left: 0.5rem;
}

.ywhz-response__subtitle {
  font-size: 0.8rem;
  color: var(--ywhz-text-muted);
  margin-top: 0.15rem;
}

.ywhz-response__footer {
  background: transparent;
  color: inherit;
  padding: 0;
  margin-top: 0.5rem;
}

.ywhz-response__flag {
  margin-right: 0.25rem;
}

.ywhz-response__content {
  line-height: 1.6;
  color: var(--ywhz-text);
  word-break: break-word;
  overflow-wrap: break-word;
}

.ywhz-discuss-section--flat .ywhz-response {
  background: transparent;
  border: none;
  border-radius: 0;
  padding: 1.25rem 2.5rem 1.25rem 0;
  margin-bottom: 0;
  border-bottom: 1px solid var(--ywhz-border, #e5e7eb);
}

.ywhz-discuss-section--flat .ywhz-response:last-child {
  border-bottom: none;
}

.ywhz-discuss-section--cards .ywhz-response,
.ywhz-response--card {
  background: var(--ywhz-surface, #fff);
  box-shadow: var(--ywhz-shadow, 0 1px 3px rgba(0,0,0,var(--shadow-alpha-sm)));
}

.ywhz-discuss-section--thread .ywhz-response {
  margin-left: 0;
}
.ywhz-discuss-section--thread .ywhz-response[data-depth="1"] {
  margin-left: 1.5rem;
  border-left: 2px solid var(--ywhz-border, #e5e7eb);
}
.ywhz-discuss-section--thread .ywhz-response[data-depth="2"] {
  margin-left: 3rem;
  border-left: 2px solid var(--ywhz-border, #e5e7eb);
}

.ywhz-response-author { font-weight: 600; word-break: break-word; overflow-wrap: break-word; max-width: 100%; }
.ywhz-response-date { font-size: 0.85rem; color: var(--ywhz-text-muted, #64748b); }
.ywhz-response-text { margin-top: 0.5rem; line-height: 1.6; word-break: break-word; overflow-wrap: break-word; }

.ywhz-responses-empty {
  text-align: center;
  padding: var(--ywhz-space-xl);
  color: var(--ywhz-text-muted, #64748b);
  font-style: italic;
}

.ywhz-response--pending {
  background: var(--ywhz-bg-warning, #fffbeb);
  border: 2px dashed var(--ywhz-border-warning, #fbbf24);
  border-radius: var(--ywhz-radius, 0.5rem);
  padding: 1.25rem 2.5rem 1.25rem 1.25rem;
  margin-bottom: 1.5rem;
  position: relative;
}

.ywhz-response--pending .ywhz-response__close {
  position: absolute;
  top: 0.5rem;
  right: 0.5rem;
  width: 1.75rem;
  height: 1.75rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1;
  color: var(--ywhz-text-muted, #64748b);
  background: transparent;
  border: 1px solid var(--ywhz-border, #e5e7eb);
  border-radius: var(--ywhz-radius-sm, 4px);
  cursor: pointer;
  transition: all 0.15s ease;
}
.ywhz-response--pending .ywhz-response__close:hover {
  color: var(--ywhz-error, #dc2626);
  border-color: var(--ywhz-error, #dc2626);
  background: var(--ywhz-error-bg, #fef2f2);
}

.ywhz-response--pending .ywhz-response__badge {
  display: inline-block;
  font-size: 0.7rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: var(--ywhz-warning-dark, #92400e);
  background: var(--ywhz-warning-light, #fde68a);
  padding: 0.2rem 0.5rem;
  border-radius: var(--ywhz-radius-xs, 3px);
}

.ywhz-response--pending .ywhz-response__content {
  font-size: 0.95rem;
  line-height: 1.6;
  color: var(--ywhz-text);
}

.ywhz-response--pending__status { display: none; }
.ywhz-response--pending__delete { display: none; }

.ywhz-response__admin-delete {
  position: absolute;
  top: 0.5rem;
  right: 0.5rem;
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1;
  color: var(--ywhz-error, #dc2626);
  background: var(--ywhz-error-bg, #fef2f2);
  border: 1px solid var(--ywhz-error, #dc2626);
  border-radius: var(--ywhz-radius-xs, 3px);
  cursor: pointer;
  opacity: 0.7;
  transition: all 0.15s ease;
}
.ywhz-response__admin-delete:hover {
  opacity: 1;
  background: var(--ywhz-error, #dc2626);
  color: var(--ywhz-button-text, #fff);
}

.ywhz-responses-loadmore {
  display: flex;
  justify-content: center;
  margin-top: 1.5rem;
  padding-top: 1rem;
}
.ywhz-responses-loadmore button {
  display: inline-flex;
  align-items: center;
  gap: var(--ywhz-space-sm);
  padding: var(--ywhz-space-sm) var(--ywhz-space-lg);
  background: var(--ywhz-bg-alt, #f8fafc);
  border: 1px solid var(--ywhz-border, #e5e7eb);
  border-radius: var(--ywhz-radius, 0.375rem);
  color: var(--ywhz-text);
  font-size: 0.9rem;
  cursor: pointer;
  transition: all var(--ywhz-transition, 0.2s) ease;
}
.ywhz-responses-loadmore button:hover {
  background: var(--ywhz-surface, #fff);
  border-color: var(--ywhz-primary, #2563eb);
  color: var(--ywhz-primary, #2563eb);
}
.ywhz-responses-loadmore button:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}

.ywhz-responses-loadmore--outline button {
  background: transparent;
}
.ywhz-responses-loadmore--filled button {
  background: var(--ywhz-primary, #2563eb);
  border-color: var(--ywhz-primary, #2563eb);
  color: var(--ywhz-text-inv, #fff);
}
.ywhz-responses-loadmore--filled button:hover {
  background: var(--ywhz-primary-dark, #1d4ed8);
  color: var(--ywhz-text-inv, #fff);
}
.ywhz-responses-loadmore--minimal button {
  background: transparent;
  border: none;
  text-decoration: underline;
  padding: var(--ywhz-space-sm) var(--ywhz-space-md);
}
.ywhz-responses-loadmore--text button {
  background: transparent;
  border: none;
  color: var(--ywhz-primary, #2563eb);
}

.ywhz-response-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: var(--ywhz-space-md);
  margin-top: 2rem;
  padding-top: 1.5rem;
  border-top: 1px solid var(--ywhz-border, #e5e7eb);
}

.ywhz-response-pagination a {
  display: inline-flex;
  align-items: center;
  padding: var(--ywhz-space-sm) var(--ywhz-space-md);
  background: var(--ywhz-bg, #f8fafc);
  border: 1px solid var(--ywhz-border, #e5e7eb);
  border-radius: var(--ywhz-radius, 0.375rem);
  color: var(--ywhz-text);
  text-decoration: none;
  font-size: 0.9rem;
  transition: background 100ms linear, border-color 100ms linear;
}

.ywhz-response-pagination a:hover {
  background: var(--ywhz-surface, #fff);
  border-color: var(--ywhz-primary, #2563eb);
  color: var(--ywhz-primary, #2563eb);
}

.ywhz-response-pagination-info {
  font-size: 0.9rem;
  color: var(--ywhz-text-muted, #64748b);
}

.ywhz-form-actions {
  display: flex;
  align-items: center;
  gap: 1rem;
  flex-wrap: wrap;
  margin-top: 0.5rem;
}
.ywhz-form-actions .cf-turnstile {
  flex: 0 0 auto;
}
.ywhz-form-actions .ywhz-form-send {
  margin: 0;
}

.ywhz-form-actions--ts-left {
  justify-content: space-between;
}
.ywhz-form-actions--ts-left .ywhz-form-send {
  margin-left: auto;
}

.ywhz-form-actions--ts-right {
  flex-direction: row-reverse;
  justify-content: flex-start;
}

.ywhz-form-actions--ts-stacked {
  flex-direction: column;
  align-items: center;
}

.ywhz-form-actions .ywhz-form-send:first-child {
  margin-left: auto;
}

.ywhz-stars,
.ywhz-rating {
  display: inline-flex;
  align-items: center;
  gap: var(--ywhz-space-sm);
  font-size: 0.95rem;
}

.ywhz-stars-widget--stars .ywhz-stars-stars,
.ywhz-rating-widget--stars .ywhz-rating-stars {
  color: var(--ywhz-accent-on-surface, #f59e0b);
  letter-spacing: 1px;  
}

.ywhz-stars-widget--stars .ywhz-stars-stars span,
.ywhz-rating-widget--stars .ywhz-rating-stars span {
  cursor: pointer;
  transition: transform 0.1s;
}

.ywhz-stars-widget--stars .ywhz-stars-stars span:hover,
.ywhz-rating-widget--stars .ywhz-rating-stars span:hover {
  transform: scale(1.2);
}

.ywhz-stars-widget--number .ywhz-stars-value,
.ywhz-rating-widget--number .ywhz-rating-value {
  font-weight: 700;
  font-size: 1.25rem;
  color: var(--ywhz-primary, #2563eb);
}

.ywhz-stars-widget,
.ywhz-rating-widget {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: var(--ywhz-space-sm);
  padding: 1.5rem;
  max-width: var(--ywhz-figure-medium, 30rem);
  margin-inline: auto;
}

.ywhz-stars-prompt,
.ywhz-rating-prompt {
  font-weight: 500;
  color: var(--ywhz-text, #333);
  font-size: 1rem;
}

.ywhz-stars-numbers,
.ywhz-rating-numbers {
  display: flex;
  flex-wrap: wrap;
  gap: var(--ywhz-space-sm);
  justify-content: center;
}

@media (max-width: 540px) {
  .ywhz-stars-numbers,
  .ywhz-rating-numbers {
    gap: var(--ywhz-space-xs);
  }
  .ywhz-stars-number,
  .ywhz-rating-number {
    min-width: 1.75rem;
    height: 1.75rem;
    font-size: 0.8rem;
    padding: 0 0.25rem;
  }
  
  .ywhz-stars-float .ywhz-stars-numbers,
  .ywhz-rating-float .ywhz-rating-numbers {
    justify-content: center;
  }
}

.ywhz-stars-scale,
.ywhz-rating-scale {
  display: flex;
  align-items: center;
  gap: var(--ywhz-space-sm);
  flex-wrap: wrap;
}

.ywhz-stars-scale-label,
.ywhz-rating-scale-label {
  font-size: 0.8rem;
  color: var(--ywhz-text-muted, #666);
  white-space: nowrap;
}

.ywhz-stars-scale-label--low,
.ywhz-rating-scale-label--low {
  text-align: right;
}

.ywhz-stars-scale-label--high,
.ywhz-rating-scale-label--high {
  text-align: left;
}

@media (max-width: 540px) {
  .ywhz-stars-scale,
  .ywhz-rating-scale {
    flex-direction: column;
    align-items: flex-start;
  }
  .ywhz-stars-scale-label,
  .ywhz-rating-scale-label {
    display: none; 
  }
}

.ywhz-stars-number,
.ywhz-rating-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 2.25rem;
  height: 2.25rem;
  padding: 0 0.5rem;
  background: var(--ywhz-surface, #fff);
  border: 1px solid var(--ywhz-border, #e5e7eb);
  border-radius: 0.25rem;
  color: var(--ywhz-text, #333);
  font-weight: 500;
  font-size: 0.9rem;
  cursor: pointer;
  transition: all 0.15s ease;
}

.ywhz-stars-number:hover,
.ywhz-rating-number:hover {
  background: var(--ywhz-primary, #2563eb);
  border-color: var(--ywhz-primary, #2563eb);
  color: var(--ywhz-text-inv, #fff);
}

.ywhz-stars-widget--voted,
.ywhz-rating-widget--voted {
  
}

.ywhz-stars-widget--voted .ywhz-stars-number,
.ywhz-rating-widget--voted .ywhz-rating-number {
  cursor: default;
  pointer-events: none;
}

.ywhz-stars-widget--voted .ywhz-stars-number:hover,
.ywhz-rating-widget--voted .ywhz-rating-number:hover {
  transform: none;
  background: var(--ywhz-surface, #fff);
  border-color: var(--ywhz-border, #e5e7eb);
  color: var(--ywhz-text, #333);
}

.ywhz-stars--selected,
.ywhz-rating--selected {
  background: var(--ywhz-primary, #2563eb) !important;
  border-color: var(--ywhz-primary, #2563eb) !important;
  color: var(--ywhz-primary-text, #fff);
  box-shadow: 0 2px 8px 0 6px 16px rgba(0,0,0,.12), 0 12px 24px rgba(0,0,0,.08);
}

.ywhz-stars--disabled:not(.ywhz-stars--selected),
.ywhz-rating--disabled:not(.ywhz-rating--selected) {
  opacity: 0.5;
  background: var(--ywhz-bg, #f8f9fa) !important;
}

.ywhz-stars-widget--style-rounded .ywhz-stars-number,
.ywhz-rating-widget--style-rounded .ywhz-rating-number {
  border-radius: 0.5rem;
}

.ywhz-stars-widget--style-pill .ywhz-stars-number,
.ywhz-rating-widget--style-pill .ywhz-rating-number {
  border-radius: 9999px;
  min-width: 2.5rem;
}

.ywhz-stars-widget--style-minimal .ywhz-stars-number,
.ywhz-rating-widget--style-minimal .ywhz-rating-number {
  border: none;
  background: var(--ywhz-bg, #f1f5f9);
}
.ywhz-stars-widget--style-minimal .ywhz-stars-number:hover,
.ywhz-rating-widget--style-minimal .ywhz-rating-number:hover {
  background: var(--ywhz-primary, #2563eb);
  color: var(--ywhz-text-inv, #fff);
}

.ywhz-stars-widget--style-outline .ywhz-stars-number,
.ywhz-rating-widget--style-outline .ywhz-rating-number {
  background: transparent;
  border: 2px solid var(--ywhz-border, #d1d5db);
}
.ywhz-stars-widget--style-outline .ywhz-stars-number:hover,
.ywhz-rating-widget--style-outline .ywhz-rating-number:hover {
  border-color: var(--ywhz-primary, #2563eb);
  background: var(--ywhz-primary, #2563eb);
  color: var(--ywhz-text-inv, #fff);
}

.ywhz-stars-widget--style-compact .ywhz-stars-number,
.ywhz-rating-widget--style-compact .ywhz-rating-number {
  min-width: 1.75rem;
  height: 1.75rem;
  font-size: 0.8rem;
  padding: 0 0.3rem;
}

.ywhz-stars-feedback,
.ywhz-rating-feedback {
  margin-top: 0.75rem;
  padding: var(--ywhz-space-sm, .5rem);
  background: var(--ywhz-bg-success, #ecfdf5);
  border-radius: var(--ywhz-radius, 0.375rem);
  font-size: 0.9rem;
  text-align: center;
}
.ywhz-stars-feedback strong,
.ywhz-rating-feedback strong {
  color: var(--ywhz-success, #10b981);
  display: block;
  margin-bottom: 0.25rem;
}
.ywhz-stars-feedback small,
.ywhz-rating-feedback small {
  color: var(--ywhz-text-muted, #666);
}

.ywhz-stars-stars,
.ywhz-rating-stars {
  display: flex;
  gap: var(--ywhz-space-xs);
}

.ywhz-stars-star,
.ywhz-rating-star {
  background: transparent;
  border: none;
  cursor: pointer;
  padding: var(--ywhz-space-xs);
  font-size: 1.5rem;
  color: var(--ywhz-border, #d1d5db);
  transition: color 0.1s, transform 0.1s;
}

.ywhz-stars-star:hover,
.ywhz-rating-star:hover,
.ywhz-stars-star--active,
.ywhz-rating-star--active {
  color: var(--ywhz-accent-on-surface, #f59e0b);
  background: transparent;
}

.ywhz-stars-star:hover,
.ywhz-rating-star:hover {
  transform: scale(1.15);
}

.ywhz-stars-widget:not(.ywhz-stars-widget--voted) .ywhz-stars-feedback,
.ywhz-rating-widget:not(.ywhz-rating-widget--voted) .ywhz-rating-feedback {
  font-size: 0.9rem;
  color: var(--ywhz-text-muted, #64748b);
  margin-top: 0.5rem;
}

.ywhz-stars-widget--full,
.ywhz-rating-widget--full {
  gap: var(--ywhz-space-sm);
}

.ywhz-stars-widget--bar,
.ywhz-rating-widget--bar {
  flex-direction: column;
  align-items: flex-start;
  gap: var(--ywhz-space-xs);
}

.ywhz-stars-bar,
.ywhz-rating-bar {
  width: 100%;
  height: 8px;
  background: var(--ywhz-border, #e5e7eb);
  border-radius: var(--ywhz-radius-sm, 4px);
  overflow: hidden;
}

.ywhz-stars-bar-fill,
.ywhz-rating-bar-fill {
  height: 100%;
  background: var(--ywhz-accent, #f59e0b);
  transition: width 100ms linear ease;
}

.ywhz-stars-bar-container,
.ywhz-rating-bar-container {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  flex-wrap: wrap;
  justify-content: center;
}
.ywhz-stars-bar-value,
.ywhz-rating-bar-value {
  font-size: 0.85rem;
  color: var(--ywhz-text-muted);
}
.ywhz-stars-bar-submit,
.ywhz-rating-bar-submit {
  display: none;
}

.ywhz-stars-count,
.ywhz-rating-count {
  font-size: 0.85rem;
  color: var(--ywhz-text-muted, #6b7280);
}
.ywhz-stars-stats,
.ywhz-rating-stats {
  display: flex;
  align-items: center;
  gap: var(--ywhz-space-sm, 0.5rem);
  font-size: 0.9rem;
  color: var(--ywhz-text-muted);
}
.ywhz-stars-full,
.ywhz-rating-full {
  text-align: center;
  padding: var(--ywhz-space-md);
}
.ywhz-stars-thumb,
.ywhz-rating-thumb {
  display: inline-flex;
  align-items: center;
  gap: var(--ywhz-space-xs, 0.25rem);
  cursor: pointer;
}

.ywhz-stars-widget--thumbs,
.ywhz-rating-widget--thumbs {
  gap: var(--ywhz-space-md);
}

.ywhz-stars-thumbs,
.ywhz-rating-thumbs {
  display: flex;
  gap: var(--ywhz-space-sm);
  justify-content: center;
  align-items: center;
}

.ywhz-stars-widget--thumbs button,
.ywhz-rating-widget--thumbs button {
  display: inline-flex;
  align-items: center;
  gap: var(--ywhz-space-sm);
  padding: var(--ywhz-space-sm) var(--ywhz-space-md);
  background: var(--ywhz-bg, #f8fafc);
  border: 1px solid var(--ywhz-border, #e5e7eb);
  border-radius: 2rem;
  cursor: pointer;
  transition: background 100ms linear;
}

.ywhz-stars-widget--thumbs button:hover,
.ywhz-rating-widget--thumbs button:hover {
  background: var(--ywhz-surface, #fff);
  color: var(--ywhz-text);
}

.ywhz-stars-widget--thumbs .ywhz-stars-thumb--up:hover,
.ywhz-rating-widget--thumbs .ywhz-rating-thumb--up:hover {
  border-color: var(--ywhz-success, #10b981);
}

.ywhz-stars-widget--thumbs .ywhz-stars-thumb--down:hover,
.ywhz-rating-widget--thumbs .ywhz-rating-thumb--down:hover {
  border-color: var(--ywhz-error, #ef4444);
}

.ywhz-stars-voted,
.ywhz-rating-voted {
  color: var(--ywhz-text-muted, #64748b);
  font-size: 0.9rem;
}

.ywhz-stars-voted strong,
.ywhz-rating-voted strong {
  color: var(--ywhz-accent-on-surface, #f59e0b);
}

.ywhz-stars-widget--voted .ywhz-stars--selected,
.ywhz-rating-widget--voted .ywhz-rating--selected {
  color: var(--ywhz-accent-on-surface, #f59e0b) !important;
  border-color: var(--ywhz-accent, #f59e0b) !important;
  background: rgba(var(--ywhz-accent-rgb, 245,158,11), 0.1) !important;
  transform: scale(1.05);
}

.ywhz-stars--unselected,
.ywhz-rating--unselected {
  opacity: 0.4;
  cursor: default;
}

.ywhz-stars--filled svg,
.ywhz-rating--filled svg {
  fill: var(--ywhz-accent, #f59e0b);
  stroke: var(--ywhz-accent, #f59e0b);
}

.ywhz-stars-prompt--voted,
.ywhz-rating-prompt--voted {
  color: var(--ywhz-success, #10b981);
  font-weight: 500;
}

.ywhz-stars-thumb--up.ywhz-stars--selected,
.ywhz-rating-thumb--up.ywhz-rating--selected {
  border-color: var(--ywhz-success, #10b981) !important;
  background: rgba(var(--ywhz-success-rgb, 16,185,129), 0.1) !important;
  color: var(--ywhz-success, #10b981) !important;
}

.ywhz-stars-thumb--down.ywhz-stars--selected,
.ywhz-rating-thumb--down.ywhz-rating--selected {
  border-color: var(--ywhz-error, #ef4444) !important;
  background: rgba(var(--ywhz-error-rgb, 239,68,68), 0.1) !important;
  color: var(--ywhz-error, #ef4444) !important;
}

.ywhz-stars-widget--voted button:disabled,
.ywhz-rating-widget--voted button:disabled {
  cursor: default;
}

.ywhz-discuss-section,.ywhz-reach-form-wrapper{max-width:600px;margin-left:auto;margin-right:auto}

.ywhz-section-bg--dots{background-image:radial-gradient(circle,var(--ywhz-border,#e5e7eb) 1px,transparent 1px)!important;background-size:24px 24px}
@media print{.ywhz-section-bg--dots{background:none!important;background-image:none!important}}
.ywhz-author-section-bg--gradient{background:linear-gradient(120deg,color-mix(in srgb,var(--ywhz-primary) 2%,transparent),color-mix(in srgb,var(--ywhz-accent) 2%,transparent))!important}
@media print{.ywhz-author-section-bg--gradient{background:none!important;background-image:none!important}}
.ywhz-category-section-bg--dots{background-image:radial-gradient(circle,var(--ywhz-border,#e5e7eb) 0.75px,transparent 0.75px)!important;background-size:16px 16px}
@media print{.ywhz-category-section-bg--dots{background:none!important;background-image:none!important}}
.ywhz-footer-section-bg--dots{background-image:radial-gradient(circle,var(--ywhz-border,#e5e7eb) 0.5px,transparent 0.5px)!important;background-size:24px 24px}
@media print{.ywhz-footer-section-bg--dots{background:none!important;background-image:none!important}}
.ywhz-cta-section-bg--dots{background-image:radial-gradient(circle,var(--ywhz-border,#e5e7eb) 1.5px,transparent 1.5px)!important;background-size:18px 18px}
@media print{.ywhz-cta-section-bg--dots{background:none!important;background-image:none!important}}

.ywhz-feedback {
  position: fixed;
  z-index: var(--ywhz-z-toast); 
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0.9);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: var(--ywhz-space-sm, .5rem);
  padding: 0.875rem 1.5rem;
  border-radius: 0.625rem;
  font-size: 1.125rem;
  line-height: 1.5;
  text-align: center;
  width: auto;
  min-width: 220px;
  max-width: min(90vw, 400px);
  box-shadow: 0 6px 20px rgba(0,0,0,var(--shadow-alpha-md));
  opacity: 0;
  visibility: hidden;
  transition: opacity 100ms linear, transform 100ms linear, visibility 100ms linear;
}

.ywhz-feedback--visible {
  opacity: 1;
  visibility: visible;
  transform: translate(-50%, -50%) scale(1);
}

.ywhz-feedback--toast {
  border-radius: 1rem;
}

.ywhz-feedback--pill {
  border-radius: 999px;
}

.ywhz-feedback--modal {
  border-radius: 1rem;
}

.ywhz-feedback--compact {
  border-radius: 0.25rem;
}

.ywhz-feedback--success {
  background: var(--ywhz-success, #10b981);
  color: var(--ywhz-success-text, #fff);
}

.ywhz-feedback--primary {
  background: var(--ywhz-primary, #2563eb);
  color: var(--ywhz-primary-text, #fff);
}

.ywhz-feedback--accent {
  background: var(--ywhz-accent, #f59e0b);
  color: var(--ywhz-accent-text, #fff);
}

.ywhz-feedback--neutral {
  background: var(--ywhz-surface, #fff);
  color: var(--ywhz-text, #333);
  border: 1px solid var(--ywhz-border, #e5e7eb);
}

.ywhz-feedback--error {
  background: var(--ywhz-error, #ef4444);
  color: var(--ywhz-error-text, #fff);
}

.ywhz-feedback-close {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 44px;
  min-height: 44px;
  box-sizing: border-box;
  margin: 0 auto;
  background: rgba(255,255,255,0.25);
  border: 1px solid rgba(255,255,255,0.2);
  border-radius: 0.375rem;
  color: inherit;
  opacity: 0.85;
  cursor: pointer;
  font-size: 0.85rem;
  line-height: 1;
  padding: 0.25rem 1rem;
}

.ywhz-feedback-close:hover {
  opacity: 1;
  filter: brightness(1.2);
}

.ywhz-feedback--anim-fade {
  transition: opacity 100ms linear;
}

.ywhz-feedback--anim-slide {
  transition: opacity 100ms linear, transform 100ms linear;
}

.ywhz-feedback--anim-scale {
  transition: opacity 100ms linear, transform 100ms linear;
}
.ywhz-feedback--anim-scale:not(.ywhz-feedback--visible) {
  transform: translate(-50%, -50%) scale(0.8);
}

.ywhz-feedback--anim-none {
  transition: none;
}

@media (max-width: 540px) {
  .ywhz-feedback {
    min-width: 0;
    max-width: calc(100vw - 2rem);
    font-size: 0.9rem;
  }
}

@media print {
  .ywhz-banner,
  .ywhz-banner-search,
  .ywhz-menu-toggle,
  .ywhz-scroll-top,
  .ywhz-privacy-popup,
  .ywhz-stars-float,
  .ywhz-share-buttons,
  .ywhz-comment-form,
  .ywhz-subscribe-box {
    display: none !important;
  }

  .ywhz-plate {
    break-inside: avoid;
    box-shadow: none;
    border: 1px solid var(--ywhz-border, #ccc);
  }

  body {
    font-size: 12pt;
    line-height: 1.5;
  }
}

.ywhz-missing-image {
  display: block;
  max-width: var(--ywhz-figure-portrait);
  width: 100%;
  height: auto;
  margin: 0 auto var(--ywhz-space-lg, 2rem) auto;
  mix-blend-mode: multiply;
}

.ywhz-missing-subheading {
  font-size: 1.5rem;
  color: var(--ywhz-text-muted, #6b7280);
  margin-bottom: 0.5rem;
}

.ywhz-missing-btn {
  display: inline-block;
  margin-top: 1rem;
}

.ywhz-missing-heading {
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
}

.ywhz-missing-message {
  color: var(--ywhz-text-muted, #6b7280);
  margin-bottom: 1.5rem;
  line-height: 1.6;
}

.ywhz-missing-btn-secondary {
  display: inline-block;
  margin-top: 1rem;
  margin-left: 0.5rem;
}

.ywhz-403-heading {
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
}

.ywhz-403-message {
  color: var(--ywhz-text-muted, #6b7280);
  margin-bottom: 1.5rem;
  line-height: 1.6;
}

.ywhz-403-btn {
  display: inline-block;
  margin-top: 1rem;
}

.ywhz-missing-categories {
  margin-top: 3rem;
  padding-top: 2rem;
  border-top: 1px solid var(--ywhz-border, #e5e7eb);
}

.ywhz-missing-browse-text {
  color: var(--ywhz-text-muted, #6b7280);
  margin-bottom: 1rem;
}

.ywhz-missing-category-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: var(--ywhz-space-sm);
}

.ywhz-missing-category-link {
  display: inline-block;
  padding: var(--ywhz-space-sm) var(--ywhz-space-md);
  background: var(--ywhz-bg-alt, #f3f4f6);
  color: var(--ywhz-text);
  border-radius: var(--ywhz-radius, 0.5rem);
  text-decoration: none;
  transition: background 100ms linear;
}

.ywhz-missing-category-link:hover {
  background: var(--ywhz-primary, #3b82f6);
  color: var(--ywhz-text-inv, #fff);
}

.ywhz-lever-prime {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.75rem 1.5rem;
  background: var(--ywhz-accent);
  color: var(--ywhz-button-text, #fff);
  border-radius: var(--ywhz-radius, 0.5rem);
  text-decoration: none;
  font-weight: 600;
}

.ywhz-error-page {
  padding: 4rem 0;
}

.ywhz-error-code {
  font-size: clamp(5rem, 15vw, 10rem);
  font-weight: 800;
  line-height: 1;
  opacity: 0.12;
  color: var(--ywhz-primary);
  margin-bottom: -1.5rem;
  user-select: none;
}

.ywhz-error-actions {
  display: flex;
  justify-content: center;
  gap: 1rem;
  margin-top: 1.5rem;
  flex-wrap: wrap;
}

.ywhz-course {
  padding: 2rem 0;
}

.ywhz-course__title {
  font-size: 1rem;
  font-weight: 600;
  color: var(--ywhz-text);
  margin: 0 0 0.25rem;
}

.ywhz-course__desc {
  font-size: 0.875rem;
  color: var(--ywhz-text-muted, #6b7280);
  margin: 0;
  line-height: 1.5;
}

.ywhz-course__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  color: var(--ywhz-primary);
}

.ywhz-course__icon svg {
  display: block;
}

.ywhz-course__check {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1.75rem;
  height: 1.75rem;
  border-radius: 50%;
  background: var(--ywhz-primary);
  flex-shrink: 0;
}

.ywhz-course__check::after {
  content: "\2713";
  color: var(--ywhz-primary-text, #fff);
  font-size: 0.875rem;
  font-weight: 700;
}

.ywhz-course__content {
  flex: 1;
  min-width: 0;
}

.ywhz-course__step {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.ywhz-course__marker {
  width: 0.75rem;
  height: 0.75rem;
  border-radius: 50%;
  background: var(--ywhz-primary);
  flex-shrink: 0;
}

.ywhz-course--timeline {
  position: relative;
  padding: 1rem 0;
}

.ywhz-course--timeline::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  bottom: 0;
  width: 2px;
  background: var(--ywhz-border, #e5e7eb);
  transform: translateX(-50%);
}

.ywhz-course--timeline .ywhz-course__step {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  padding: 1rem 0;
  width: 45%;
  position: relative;
}

.ywhz-course--timeline .ywhz-course__step--left {
  margin-right: auto;
  padding-right: 2rem;
  text-align: right;
  flex-direction: row-reverse;
}

.ywhz-course--timeline .ywhz-course__step--right {
  margin-left: auto;
  padding-left: 2rem;
}

.ywhz-course--timeline .ywhz-course__marker {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 0.75rem;
  height: 0.75rem;
  border-radius: 50%;
  background: var(--ywhz-primary);
  z-index: 1;
}

@media (max-width: 800px) {
  .ywhz-course--timeline::before {
    left: 1.25rem;
  }
  .ywhz-course--timeline .ywhz-course__step {
    width: 100%;
    padding-left: 3rem;
    padding-right: 0;
    text-align: left;
    flex-direction: row;
  }
  .ywhz-course--timeline .ywhz-course__step--left {
    margin-right: 0;
    flex-direction: row;
    text-align: left;
  }
  .ywhz-course--timeline .ywhz-course__marker {
    left: 1.25rem;
  }
}

.ywhz-module-title {
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: var(--ywhz-space-lg, 1.5rem);
}

.ywhz-stats {
  padding: var(--ywhz-space-xl, 2rem) 0;
}
.ywhz-stats__item {
  text-align: center;
}
.ywhz-stats__value {
  display: block;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.2;
  color: var(--ywhz-primary);
}
.ywhz-stats__label {
  display: block;
  font-size: 0.85rem;
  color: var(--ywhz-text-muted, #6b7280);
  margin-top: 0.25rem;
}

.ywhz-stats--row {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(120px, max-content));
  justify-content: center;
  gap: 2rem;
  text-align: center;
}
.ywhz-stats--row .ywhz-stats__item {
  min-width: 0;
  text-align: center;
}
.ywhz-stats--row .ywhz-stats__item + .ywhz-stats__item {
  border-left: 1px solid var(--ywhz-border, #e5e7eb);
  padding-left: 2rem;
}
@media (max-width: 800px) {
  .ywhz-stats--row {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
  }
  .ywhz-stats--row .ywhz-stats__item + .ywhz-stats__item {
    border-left: none;
    padding-left: 0;
  }
  .ywhz-stats--row .ywhz-stats__value {
    font-size: 1.5rem;
  }
}

.ywhz-flip {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.4rem;
  margin: 3rem 0;
  font-size: 0.95rem;
}

.ywhz-page {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 2.2rem;
  height: 2.2rem;
  padding: 0 0.6rem;
  text-decoration: none;
  color: var(--ywhz-text);
  border: 1px solid var(--ywhz-border-subtle);
  background: transparent;
  cursor: pointer;
  transition: background .15s ease, color .15s ease, border .15s ease;
}

.ywhz-page:hover {
  background: var(--ywhz-surface-alt);
  color: var(--ywhz-text);
}

.ywhz-page.is-active {
  font-weight: 600;
  pointer-events: none;
}

.ywhz-page.is-ellipsis {
  border: none;
  cursor: default;
  background: none;
}

@media (max-width: 540px) {
  .ywhz-flip {
    gap: var(--ywhz-space-xs);
  }
}

.ywhz-wayfinder-overlay {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.6);
  z-index: var(--ywhz-z-overlay);
}
.ywhz-wayfinder-overlay.ywhz-active {
  display: block;
}

@keyframes ywhz-slide-l { from { transform: translateX(-100%); } to { transform: translateX(0); } }
@keyframes ywhz-slide-r { from { transform: translateX(100%); } to { transform: translateX(0); } }
@keyframes ywhz-fade-in { from { opacity: 0; } to { opacity: 1; } }
body.ywhz-menu-slide-left nav[data-vis="open"],
body.ywhz-menu-slide-left .ywhz-wayfinder[data-vis="open"] {
  animation: ywhz-slide-l 0.3s ease-out;
}
body.ywhz-menu-slide-right nav[data-vis="open"],
body.ywhz-menu-slide-right .ywhz-wayfinder[data-vis="open"] {
  animation: ywhz-slide-r 0.3s ease-out;
}
body.ywhz-menu-fade nav[data-vis="open"],
body.ywhz-menu-fade .ywhz-wayfinder[data-vis="open"] {
  animation: ywhz-fade-in 0.25s ease-out;
}

@media (max-width: 1080px) {
  
  nav[data-vis="open"].ywhz-wayfinder,
  .ywhz-wayfinder[data-vis="open"] {
    display: flex;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: var(--ywhz-surface, #fff); 
    flex-direction: column;
    align-items: center;
    justify-content: center;
    z-index: var(--ywhz-z-drawer);
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }
  nav[data-vis="open"] ul,
  .ywhz-wayfinder[data-vis="open"] ul {
    display: flex !important;
    flex-direction: column;
    gap: 0;
    text-align: center;
    width: 100%;
    max-width: var(--ywhz-figure-portrait);
    padding: 0 1rem;
    list-style: none;
    margin: 0;
  }
  nav[data-vis="open"] li,
  .ywhz-wayfinder[data-vis="open"] li {
    width: 100%;
    border-bottom: 1px solid var(--ywhz-border, #e5e7eb);
    list-style: none;
    margin: 0;
    padding: 0;
  }
  nav[data-vis="open"] a,
  .ywhz-wayfinder[data-vis="open"] a {
    display: block;
    padding: var(--ywhz-space-md);
    color: var(--ywhz-text, #1a1a1a) !important; 
    text-decoration: none;
    font-size: 1.125rem;
    border-left: none;
  }
}

@media (max-width: 1080px) {
  
  nav[data-vis="open"] ~ .ywhz-menu-toggle,
  .ywhz-wayfinder[data-vis="open"] ~ .ywhz-menu-toggle {
    display: none;
  }
}

body.ywhz-menu-open,
body.ywhz-trace-open {
  overflow: hidden;
}
html.ywhz-menu-open {
  overflow: hidden;
}

@media (min-width: 1081px) {
  
  .ywhz-wayfinder,
  nav[data-vis="open"],
  .ywhz-wayfinder[data-vis="open"] {
    display: block;
    position: static;
    background: transparent;
    z-index: auto;
  }
  
  
  .ywhz-menu-toggle {
    display: none;
  }
}

.ywhz-mobile-trace {
  display: none;
}
nav[data-vis="open"] .ywhz-mobile-trace,
.ywhz-wayfinder[data-vis="open"] .ywhz-mobile-trace,
.ywhz-wayfinder.ywhz-wayfinder--open .ywhz-mobile-trace {
  display: block;
}
.ywhz-mobile-trace a {
  display: flex !important;
  align-items: center;
  justify-content: center;
  gap: var(--ywhz-space-sm);
}

.ywhz-flip--minimal {
  gap: 1.2rem;
}
.ywhz-flip--minimal .ywhz-page {
  border: none;
  background: none;
  padding: 0;
  min-width: auto;
  height: auto;
}
.ywhz-flip--minimal .ywhz-page.is-active {
  color: var(--ywhz-link-hover);
  font-weight: 600;
}
.ywhz-flip--minimal .ywhz-page:hover {
  text-decoration: underline;
  background: none;
  color: var(--ywhz-text);
}

@media (max-width: 540px) {
  .ywhz-flip--minimal {
    gap: var(--ywhz-space-md);
  }
  .ywhz-flip--minimal .ywhz-page:not(.is-active):not(.ywhz-page--prev):not(.ywhz-page--next) {
    display: none;
  }
}

.ywhz-footer--two-col .ywhz-plinth-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3rem;
}

.ywhz-footer--two-col .ywhz-plinth-categories {
  grid-column: 1 / -1;
}

.ywhz-footer--two-col .ywhz-plinth-about p {
  font-size: 0.9rem;
  line-height: 1.6;
  opacity: 0.8;
}

.ywhz-footer--two-col a:not(.ywhz-social-link) {
  color: inherit;
  text-decoration: none;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: inline-block;
  max-width: 100%;
}

.ywhz-footer--two-col a:hover {
  text-decoration: underline;
}

.ywhz-footer--two-col .ywhz-social-links {
  margin-top: 1rem;
}

.ywhz-footer--two-col .ywhz-plinth-copyright {
  text-align: center;
  border-top: 1px solid rgba(255,255,255,0.1);
  padding-top: 1.5rem;
  margin-top: 1rem;
  color: #d1b3b0;
  font-size: 0.85rem;
}

@media (max-width: 540px) {
  .ywhz-footer--two-col .ywhz-plinth-grid {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
}

.ywhz-plate:not(.ywhz-plate--compact):has(> a):hover {
  box-shadow: 0 9px 22px rgba(31,41,55,0.14);
}

.ywhz-scroll-top {
  position: fixed;
  bottom: 2rem;
  right: 2rem;
  width: 40px;
  height: 40px;
  border-radius: 2rem;
  background: var(--ywhz-accent);
  color: var(--ywhz-accent-text, #fff);
  border: none;
  box-shadow: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s, visibility 0.3s, transform 0.3s, bottom 0.3s;
  z-index: var(--ywhz-z-rating-popup);
  will-change: opacity, visibility, transform;
}

.ywhz-scroll-top--visible {
  opacity: 1;
  visibility: visible;
}

.ywhz-scroll-top:hover {
  filter: brightness(1.2);
}

@media (max-width: 540px) {
  .ywhz-scroll-top {
    bottom: 1rem;
    right: 1rem;
  }
  .ywhz-has-cookie-banner .ywhz-scroll-top {
    bottom: calc(1rem + 80px);
  }
}

.ywhz-privacy-popup {
  position: fixed;
  z-index: var(--ywhz-z-modal); 
  background: var(--ywhz-surface, #fff);
  color: var(--ywhz-text, #333);
  box-shadow: 0 4px 22px rgba(0,0,0,var(--shadow-alpha-lg));
  
  padding: var(--ywhz-ck-pad, 1rem);
  border-radius: var(--ywhz-ck-radius, 0);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: var(--ywhz-space-md);
  font-size: 0.9rem;
  line-height: 1.5;
}
.ywhz-privacy-popup p {
  margin: 0;
  flex: 1;
  min-width: 200px;
}
.ywhz-cookie-actions {
  display: flex;
  gap: var(--ywhz-space-sm);
  align-items: center;
  flex-wrap: wrap;
}
.ywhz-ok-cookies {
  background: var(--ywhz-accent, #2563eb);
  color: var(--ywhz-button-text, #fff);
  border: none;
  padding: 0.5rem 1.25rem;
  border-radius: var(--ywhz-ck-radius, 0.375rem);
  cursor: pointer;
  font-weight: 500;
  font-size: 0.9rem;
  transition: background 100ms linear;
}
.ywhz-ok-cookies:hover {
  background: var(--ywhz-accent-hover, #1d4ed8);
  color: var(--ywhz-button-text, #fff);
}
.ywhz-cookie-link {
  color: var(--ywhz-text-muted, #666);
  text-decoration: underline;
  font-size: 0.85rem;
}
.ywhz-cookie-link:hover {
  color: var(--ywhz-accent-on-surface, #2563eb);
  background: transparent;
}

.ywhz-privacy-popup.ywhz-hidden,
.ywhz-privacy-popup[hidden] {
  display: none !important;
}

@media (min-width: 541px) {
  
  body.ywhz-has-cookie-banner .ywhz-scroll-top {
    bottom: calc(2rem + 80px);
  }
  
  body.ywhz-has-cookie-banner .ywhz-stars-float:not([class*="top-"]) {
    bottom: calc(2rem + 100px);
  }
  
  body:has(.ywhz-privacy-popup--corner-left) .ywhz-scroll-top,
  body:has(.ywhz-privacy-popup--corner-right) .ywhz-scroll-top {
    bottom: calc(2rem + 140px);
  }
  body:has(.ywhz-privacy-popup--corner-left) .ywhz-stars-float:not([class*="top-"]),
  body:has(.ywhz-privacy-popup--corner-right) .ywhz-stars-float:not([class*="top-"]),
  body:has(.ywhz-privacy-popup--corner-left) .ywhz-rating-float:not([class*="top-"]),
  body:has(.ywhz-privacy-popup--corner-right) .ywhz-rating-float:not([class*="top-"]) {
    bottom: calc(2rem + 160px);
  }
  body:has(.ywhz-privacy-popup--floating) .ywhz-stars-float:not([class*="top-"]),
  body:has(.ywhz-privacy-popup--floating) .ywhz-rating-float:not([class*="top-"]) {
    bottom: calc(2rem + 120px);
  }
}

@media (max-width: 540px) {
  body.ywhz-has-cookie-banner .ywhz-scroll-top {
    bottom: calc(1rem + 80px);
  }
  body.ywhz-has-cookie-banner .ywhz-stars-float:not([class*="top-"]) {
    bottom: calc(1rem + 130px);
  }
}

.ywhz-privacy-popup--floating {
  bottom: 1.5rem;
  left: 50%;
  transform: translateX(-50%);
  right: auto;
  max-width: var(--ywhz-ck-width-lg, 560px);
  width: calc(100% - 2rem);
  border: 1px solid var(--ywhz-border-subtle);
  box-shadow: 0 20px 50px rgba(0,0,0,var(--shadow-alpha-xl));
  background: var(--ywhz-surface, #fff);
}
@media (max-width: 540px) {
  .ywhz-privacy-popup--floating {
    bottom: 0;
    left: 0;
    right: 0;
    transform: none;
    max-width: none;
    width: 100%;
    border-radius: 0.75rem 0.75rem 0 0;
    flex-direction: column;
    text-align: center;
  }
}

.ywhz-opt-in {
  --ywhz-subscribe-bg: var(--ywhz-surface, #fff);
  --ywhz-subscribe-border: var(--ywhz-border, #e5e7eb);
  --ywhz-subscribe-accent: var(--ywhz-primary, #2563eb);
}

.ywhz-opt-in__headline {
  font-size: 1.25rem;
  font-weight: 600;
  color: var(--ywhz-heading, #1a1a2e);
  margin: 0 0 0.5rem 0;
}

.ywhz-opt-in__subhead {
  font-size: 0.9rem;
  color: var(--ywhz-text-muted, #666);
  margin: 0 0 1rem 0;
}

.ywhz-opt-in__form {
  display: flex;
  gap: var(--ywhz-space-sm);
  flex-wrap: wrap;
}

.ywhz-opt-in__input {
  flex: 1;
  
  min-width: min(100%, 14rem);
  padding: var(--ywhz-space-sm) var(--ywhz-space-md);
  border: 1px solid var(--ywhz-subscribe-border);
  border-radius: var(--ywhz-radius, 0.375rem);
  font-size: 1rem;
  background: var(--ywhz-subscribe-bg);
  transition: border-color 100ms linear, box-shadow 100ms linear;
}

.ywhz-opt-in__input:focus {
  outline: 2px solid var(--ywhz-subscribe-accent);
  outline-offset: -2px;
  border-color: var(--ywhz-subscribe-accent);
}

.ywhz-opt-in__input::placeholder {
  color: var(--ywhz-text-muted, #9ca3af);
}

.ywhz-opt-in__btn {
  padding: var(--ywhz-space-sm) var(--ywhz-space-lg);
  background: var(--ywhz-subscribe-accent);
  color: var(--ywhz-primary-text, #fff);
  border: none;
  border-radius: var(--ywhz-radius, 0.375rem);
  font-weight: 500;
  font-size: 1rem;
  cursor: pointer;
  transition: background 100ms linear;
  white-space: nowrap;
}

.ywhz-opt-in__btn:hover {
  background: var(--ywhz-primary-hover, #1d4ed8);
  color: var(--ywhz-primary-text, #fff);
  filter: brightness(1.1);
}

.ywhz-opt-in__privacy {
  font-size: 0.75rem;
  color: var(--ywhz-text-muted, #9ca3af);
  margin-top: 0.75rem;
}

.ywhz-opt-in__privacy a {
  color: var(--ywhz-accent-on-surface);
  text-decoration: none;
}

.ywhz-opt-in__privacy a:hover {
  text-decoration: underline;
}

.ywhz-opt-in__message {
  padding: var(--ywhz-space-sm) var(--ywhz-space-md);
  border-radius: var(--ywhz-radius, 0.375rem);
  margin-top: 0.75rem;
  font-size: 0.9rem;
}

.ywhz-opt-in__message--success {
  background: rgba(var(--ywhz-success-rgb, 34,197,94), 0.1);
  color: var(--ywhz-success, #10b981);
  border: 1px solid rgba(var(--ywhz-success-rgb, 34,197,94), 0.2);
}

.ywhz-opt-in__message--error {
  background: rgba(var(--ywhz-error-rgb, 239,68,68), 0.1);
  color: var(--ywhz-error, #dc2626);
  border: 1px solid rgba(var(--ywhz-error-rgb, 239,68,68), 0.2);
}

@media (max-width: 540px) {
  .ywhz-opt-in__form {
    flex-direction: column;
  }
  .ywhz-opt-in__input {
    min-width: 100%;
  }
  .ywhz-opt-in__btn {
    width: 100%;
  }
}

.ywhz-opt-in__content {
  margin-bottom: var(--ywhz-space-md, 1rem);
}
.ywhz-opt-in__close {
  position: absolute;
  top: 0.5rem;
  right: 0.5rem;
  background: none;
  border: none;
  font-size: 1.5rem;
  cursor: pointer;
  color: var(--ywhz-text-muted, #6b7280);
  line-height: 1;
  padding: 0.25rem;
}
.ywhz-opt-in__close:hover {
  color: var(--ywhz-text);
  background: transparent;
}

.ywhz-opt-in {--ywhz-subscribe-bg: color-mix(in srgb, var(--ywhz-surface, #fff) 97%, var(--ywhz-text, #000));}

.ywhz-opt-in--banner {
  padding: 2.5rem 2rem;
  background: linear-gradient(135deg, var(--ywhz-primary, #2563eb) 0%, var(--ywhz-primary-dark, #1d4ed8) 100%);
  color: var(--ywhz-text-inv, #fff);
  text-align: center;
  margin: 3rem 0;
}

.ywhz-opt-in--banner .ywhz-opt-in__headline {
  color: var(--ywhz-text-inv, #fff);
  font-size: 1.5rem;
}

.ywhz-opt-in--banner .ywhz-opt-in__subhead {
  color: rgba(255,255,255,0.85);
}

.ywhz-opt-in--banner .ywhz-opt-in__form {
  justify-content: center;
  max-width: var(--ywhz-figure-square);
  margin: 0 auto;
}

.ywhz-opt-in--banner .ywhz-opt-in__input {
  background: rgba(255,255,255,0.95);
}

.ywhz-opt-in--banner .ywhz-opt-in__btn {
  background: var(--ywhz-surface, #fff);
  color: var(--ywhz-primary, #2563eb);
}

.ywhz-opt-in--banner .ywhz-opt-in__btn:hover {
  background: rgba(255,255,255,0.9);
  color: var(--ywhz-primary, #2563eb);
}

.ywhz-opt-in--banner .ywhz-opt-in__privacy {
  color: rgba(255,255,255,0.7);
}

.ywhz-opt-in--banner .ywhz-opt-in__privacy a {
  color: var(--ywhz-text-inv, #fff);
}

@media (max-width: 540px) {
  .ywhz-opt-in--banner {
    padding: 2rem 1rem;
    margin: 2rem -1rem;
    border-radius: 0;
  }
}

.ywhz-opt-in--centered {
  text-align: center;
}
.ywhz-opt-in--centered .ywhz-opt-in__form {
  justify-content: center;
}

.ywhz-warning--top-accent {
    border-left: none;
    border-top: 4px solid var(--ywhz-primary);
}

.ywhz-warning--boxed {
    border: 1px solid var(--ywhz-border);
    border-left: 4px solid var(--ywhz-primary); 
    background: var(--ywhz-surface);
    box-shadow: var(--ywhz-shadow-sm);
    padding: 1.5rem;
}

.ywhz-warning--minimal {
    border: none;
    background: transparent;
    padding: 0.5rem 0;
    font-style: italic;
    color: var(--ywhz-text-muted);
    border-left: 2px solid var(--ywhz-border); 
    padding-left: 1rem;
}

.ywhz-pullquote--big-icon {
    padding-left: 3rem;
    border-left: none;
}
.ywhz-pullquote--big-icon::before {
    content: "“";
    position: absolute;
    left: 0;
    top: -0.5rem;
    font-size: 4rem;
    line-height: 1;
    color: var(--ywhz-border);
    font-family: serif;
}

.ywhz-pullquote--boxed {
    border: 1px solid var(--ywhz-border);
    padding: 2rem;
    background: var(--ywhz-surface-alt);
    border-radius: var(--ywhz-radius);
    border-left: none; 
}

.ywhz-pullquote--simple {
    border: none;
    padding: 0;
    font-family: var(--ywhz-font-display);
    font-size: 1.5em;
    text-align: center;
    color: var(--ywhz-primary);
}

.ywhz-listing--bordered {
    border: 1px solid var(--ywhz-border);
}
.ywhz-listing--bordered td, 
.ywhz-listing--bordered th { 
    border: 1px solid var(--ywhz-border); 
}

.ywhz-listing--minimal { 
    border: none; 
}
.ywhz-listing--minimal td { 
    border-bottom: 1px solid var(--ywhz-border); 
}
.ywhz-listing--minimal th {
    border-bottom: 2px solid var(--ywhz-primary);
}

