.icon-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: var(--radius-sm);
  color: var(--color-text);
}

.icon-btn:hover {
  background: var(--color-overlay);
}

.icon-btn svg {
  width: 22px;
  height: 22px;
}

/* Topic chips (horizontal scroll under tabs) */
.chip-row {
  display: flex;
  gap: var(--space-2);
  padding: var(--space-3) var(--space-4);
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  background: var(--color-surface);
  border-bottom: 1px solid var(--color-border);
}

.chip-row::-webkit-scrollbar {
  display: none;
}

.bites-archive-discovery {
  background: var(--color-surface);
  border-bottom: 1px solid var(--color-border);
  border-top-left-radius: 24px;
  border-top-right-radius: 24px;
  overflow: hidden;
}

.bites-archive-discovery__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--space-2);
  padding: var(--space-3) var(--space-4);
  min-width: 0;
}

.bites-archive-discovery__title {
  position: relative;
  display: inline-flex;
  align-items: center;
  flex-shrink: 0;
  margin-right: var(--space-4);
  white-space: nowrap;
  font-size: var(--text-lg);
  font-weight: 700;
  color: var(--color-text);
}

.bites-archive-discovery__title::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -6px;
  height: 3px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--color-accent), #d4e157);
}

.bites-archive-search {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex: 1 1 auto;
  min-width: 0;
  gap: var(--space-2);
}

/* Compound selector beats theme `input[type="search"]` resets (border, radius, padding). */
form.bites-archive-search input[type="search"].bites-archive-search__input {
  box-sizing: border-box;
  flex: 1 1 auto;
  width: 100%;
  min-width: 0;
  max-width: 320px;
  height: 36px;
  margin: 0;
  border: 1px solid rgba(20, 24, 20, 0.12) !important;
  border-radius: 24px !important;
  padding: 0 var(--space-3) !important;
  font-size: var(--text-sm);
  color: var(--color-text) !important;
  background: var(--color-surface) !important;
  transition: border-color 0.15s ease, box-shadow 0.15s ease;
  appearance: none;
  -webkit-appearance: none;
}

form.bites-archive-search input[type="search"].bites-archive-search__input::placeholder {
  color: var(--color-text-subtle);
  opacity: 1;
}

.bites-archive-search.is-active:not(:focus-within)
  input[type="search"].bites-archive-search__input {
  border-color: rgba(20, 24, 20, 0.2) !important;
}

.bites-archive-search:focus-within input[type="search"].bites-archive-search__input {
  border-color: var(--color-border) !important;
  box-shadow: 0 0 0 1px rgba(20, 24, 20, 0.06);
}

.bites-archive-search__submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  flex-shrink: 0;
  margin: 0;
  padding: 0;
  line-height: 1;
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
  border: 1px solid transparent;
  border-radius: 12px;
  color: var(--color-text);
  background: transparent;
}

.bites-archive-search__submit:hover,
.bites-archive-search__submit:focus:not(:focus-visible),
.bites-archive-search__submit:active {
  color: var(--color-text) !important;
  background: rgba(20, 24, 20, 0.06) !important;
  border-color: rgba(20, 24, 20, 0.08) !important;
  box-shadow: none !important;
}

.bites-archive-search__submit:focus-visible {
  color: var(--color-text) !important;
  background: rgba(20, 24, 20, 0.06) !important;
  border-color: rgba(20, 24, 20, 0.08) !important;
  box-shadow: none !important;
  outline: 2px solid var(--color-accent);
  outline-offset: 2px;
}

.bites-archive-search__submit svg {
  width: 22px;
  height: 22px;
  display: block;
  color: inherit;
}

.bites-archive-search__submit svg,
.bites-archive-search__submit:hover svg,
.bites-archive-search__submit:focus svg,
.bites-archive-search__submit:active svg {
  stroke: currentColor !important;
  fill: none !important;
}

@media (min-width: 641px) {
  .bites-archive-discovery__title {
    font-size: var(--text-2xl);
  }

  form.bites-archive-search input[type="search"].bites-archive-search__input {
    max-width: 360px;
  }
}

.bites-archive-filters {
  border-top: 0;
  margin-bottom: var(--space-2);
  border-bottom-left-radius: 24px;
  border-bottom-right-radius: 24px;
}

.bites-archive-feed__actions {
  display: flex;
  justify-content: center;
  padding: var(--space-4) var(--space-4) var(--space-5);
}

.bites-archive-load-more {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: var(--space-2) var(--space-5);
  margin: 0;
  font-size: var(--text-sm);
  font-weight: 600;
  color: var(--color-text) !important;
  text-decoration: none !important;
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
  border: 1px solid var(--color-border) !important;
  border-radius: var(--radius-pill);
  background: var(--color-surface) !important;
  box-shadow: none !important;
  transition:
    background 0.15s ease,
    border-color 0.15s ease,
    color 0.15s ease;
}

.bites-archive-load-more:hover:not(:disabled),
.bites-archive-load-more:focus:not(:focus-visible):not(:disabled),
.bites-archive-load-more:active:not(:disabled),
.bites-archive-load-more:visited {
  color: var(--color-text) !important;
  text-decoration: none !important;
  background: rgba(20, 24, 20, 0.05) !important;
  border-color: rgba(20, 24, 20, 0.18) !important;
  box-shadow: none !important;
}

.bites-archive-load-more:focus-visible {
  color: var(--color-text) !important;
  text-decoration: none !important;
  background: rgba(20, 24, 20, 0.05) !important;
  border-color: rgba(20, 24, 20, 0.18) !important;
  box-shadow: none !important;
  outline: 2px solid var(--color-accent);
  outline-offset: 2px;
}

.bites-archive-load-more:disabled {
  cursor: wait;
  opacity: 0.7;
}

.bites-archive-load-more[hidden] {
  display: none !important;
}

.chip {
  flex-shrink: 0;
  padding: var(--space-2) var(--space-4);
  border-radius: var(--radius-pill);
  font-size: var(--text-sm);
  font-weight: 600;
  color: var(--color-text-muted);
  background: var(--color-bg);
  border: 1px solid var(--color-border);
}

.chip--active {
  color: var(--color-accent-strong);
  background: var(--color-accent-soft);
  border-color: transparent;
}

.tabs {
  display: flex;
  align-items: center;
  gap: var(--space-5);
  padding: var(--space-3) var(--space-4);
  background: var(--color-surface);
  border-bottom: 1px solid var(--color-border);
}

.tab {
  position: relative;
  padding: var(--space-2) 0;
  font-size: var(--text-md);
  font-weight: 600;
  color: var(--color-text-muted);
}

.tab:hover {
  color: var(--color-text);
}

.tab--active {
  color: var(--color-text);
}

.tab--active::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -10px;
  height: 3px;
  border-radius: 2px;
  background: linear-gradient(
    90deg,
    var(--color-accent),
    #d4e157
  );
}

/* inline-block + width 100%: required for column masonry (block + break-inside stacks one column in some engines) */
.feed-card {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  box-sizing: border-box;
  break-inside: avoid;
  page-break-inside: avoid;
  -webkit-column-break-inside: avoid;
  margin-bottom: var(--space-3);
  cursor: pointer;
  background: var(--color-surface);
  border-radius: var(--radius-md);
  overflow: hidden;
  border: 1px solid var(--color-border);
  box-shadow: var(--shadow-card);
  transition: box-shadow 0.2s ease, transform 0.2s ease;
}

@media (min-width: 768px) {
  .feed-card {
    margin-bottom: var(--space-4);
  }
}

.feed-card:hover {
  box-shadow: var(--shadow-card-hover);
  transform: translateY(-2px);
}

@media (prefers-reduced-motion: reduce) {
  .feed-card {
    transition: none;
  }

  .feed-card:hover {
    transform: none;
  }
}

/* Portrait ratios (Lemon8-style mix): default 3:4 */
.feed-card__media {
  width: 100%;
  height: auto;
  display: block;
}

.feed-card__body {
  padding: var(--space-4);
}

.feed-card__topic {
  display: inline-block;
  margin-bottom: var(--space-2);
  padding: 2px var(--space-2);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--color-accent-strong);
  background: var(--color-accent-wash);
  border-radius: var(--radius-pill);
}

.feed-card__title {
  font-size: var(--text-sm);
  font-weight: 700;
  line-height: var(--leading-tight);
  color: var(--color-text);
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

@media (min-width: 1024px) {
  .feed-card__title {
    font-size: var(--text-base);
  }
}

.feed-card__meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--space-2);
  margin-top: var(--space-3);
}

.feed-card__byline {
  font-size: var(--text-xs);
  color: var(--color-text-muted);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  min-width: 0;
}

.feed-card__likes {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  font-size: var(--text-xs);
  color: var(--color-text-subtle);
  flex-shrink: 0;
}

.feed-card__likes svg {
  width: 14px;
  height: 14px;
}

.feed-card__media-wrap {
  position: relative;
}

.feed-card__read-overlay {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  min-height: 34%;
  padding: var(--space-2) 0 0;
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.95) 0%,
    rgba(255, 255, 255, 0.72) 38%,
    rgba(255, 255, 255, 0) 100%
  );
  color: rgba(35, 40, 35, 0.72);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  pointer-events: none;
}

.feed-card__read-overlay[hidden] {
  display: none !important;
}

.feed-card--read .feed-card__title {
  opacity: 0.9;
}

.ph {
  width: 100%;
  height: 100%;
  background-size: 200% 200%;
}

.ph--1 {
  background-image: linear-gradient(135deg, #f0fdf4 0%, #86efac 45%, #22c55e 100%);
}

.ph--2 {
  background-image: linear-gradient(135deg, #fefce8 0%, #fde047 50%, #eab308 100%);
}

.ph--3 {
  background-image: linear-gradient(135deg, #ecfccb 0%, #bef264 50%, #84cc16 100%);
}

.ph--4 {
  background-image: linear-gradient(135deg, #e0f2fe 0%, #7dd3fc 50%, #0ea5e9 100%);
}

.ph--5 {
  background-image: linear-gradient(135deg, #fce7f3 0%, #f9a8d4 50%, #db2777 100%);
}

.ph--6 {
  background-image: linear-gradient(135deg, #ede9fe 0%, #c4b5fd 50%, #7c3aed 100%);
}

.avatar {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  flex-shrink: 0;
  border: 1px solid var(--color-border);
  object-fit: cover;
}

.avatar--md {
  width: 40px;
  height: 40px;
}

/* Elementor/global img rules can reset border radius and sizing. */
.bite-single img.avatar,
.bite-single .byline img.avatar,
.bite-single .byline img.avatar.avatar--md {
  border-radius: 50% !important;
  object-fit: cover !important;
  width: 40px !important;
  height: 40px !important;
  max-width: none !important;
  display: block;
}

.post-topbar {
  position: sticky;
  top: 0;
  z-index: 25;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: var(--header-height);
  padding: 0 var(--space-2) 0 var(--space-1);
  background: var(--color-surface);
  border-bottom: 1px solid var(--color-border);
}

.post-topbar__back {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 44px;
  min-height: 44px;
  border-radius: var(--radius-sm);
  color: var(--color-text);
}

.post-topbar__back:hover {
  background: var(--color-overlay);
}

.post-topbar__actions {
  display: flex;
  gap: var(--space-1);
}

.carousel {
  position: relative;
  background: var(--color-surface);
  border-bottom: 1px solid var(--color-border);
}

.carousel__track {
  display: flex;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
}

.carousel__track::-webkit-scrollbar {
  display: none;
}

.carousel__slide {
  flex: 0 0 100%;
  scroll-snap-align: start;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  /* justify-content: flex-start; */
  min-height: 0;
  margin: 0;
  justify-content: center;
  align-items: center;
}

.carousel__media {
  aspect-ratio: 4 / 5;
  max-height: min(70vh, 640px);
  padding: 1em;
}

.carousel__media img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
  border-radius: 24px;
}

.carousel__caption {
  margin: 0;
  padding: 0 var(--space-4) var(--space-3);
  font-size: var(--text-sm);
  color: var(--color-text-muted);
  line-height: var(--leading-normal);
}

.carousel__slide--landscape .carousel__media {
  aspect-ratio: 16 / 10;
}

.carousel__slide--landscape .carousel__caption {
  padding-top: var(--space-1);
}

@media (min-width: 1024px) {
  .carousel {
    height: 100%;
  }

  .carousel__track {
    height: 100%;
  }

  .carousel__slide {
    height: 100%;
    overflow: hidden;
  }

  .carousel__media {
    flex: 1 1 auto;
    min-height: 0;
    max-height: none;
  }

  .carousel__media img {
    max-height: 100%;
  }

  .carousel__slide--landscape .carousel__media {
    flex: 0 1 auto;
    max-height: 70%;
  }

  .carousel__slide--landscape .carousel__caption {
    padding-top: 0;
    padding-bottom: var(--space-2);
  }

}

.carousel__meta {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: var(--space-2);
  padding: var(--space-2) var(--space-4) var(--space-1);
}

.carousel__dots {
  display: flex;
  justify-content: center;
  gap: 8px;
  padding: 6px 10px;
  border-radius: 999px;
  background: rgba(12, 18, 28, 0.28);
  backdrop-filter: blur(2px);
}

.carousel__counter {
  font-size: var(--text-xs);
  color: var(--color-text-subtle);
}

@media (min-width: 1024px) {
  .carousel__meta {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 3;
    padding: var(--space-3) var(--space-4);
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.28) 0%, rgba(0, 0, 0, 0) 100%);
  }

  .carousel__dot {
    background: rgba(255, 255, 255, 0.55);
  }

  .carousel__dot--active {
    background: #fff;
  }

  .carousel__counter {
    color: rgba(255, 255, 255, 0.92);
  }
}

.carousel__nav {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 var(--space-3);
  pointer-events: none;
}

.carousel__arrow {
  pointer-events: auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  padding: 0 !important;
  margin: 0;
  line-height: 1 !important;
  font-size: 0 !important;
  border-radius: 50%;
  border: 1px solid var(--color-border);
  background: rgba(255, 255, 255, 0.82);
  color: var(--color-text);
  box-shadow: var(--shadow-card);
}

.carousel__arrow svg {
  width: 18px;
  height: 18px;
}

/* Keep arrow icon visible even when theme button/svg styles override defaults. */
.carousel .carousel__arrow {
  color: var(--color-text);
}

.carousel .carousel__arrow svg,
.carousel .carousel__arrow svg * {
  display: block !important;
  fill: none !important;
  stroke: currentColor !important;
  stroke-width: 2 !important;
  vector-effect: non-scaling-stroke;
}

.carousel .carousel__arrow::before,
.carousel .carousel__arrow::after {
  content: none !important;
}

.carousel__arrow:disabled {
  opacity: 0.35;
}

.carousel__dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid rgba(12, 18, 28, 0.4);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
}

.carousel__dot--active {
  background: #8ac30f;
  width: 18px;
  border-radius: 999px;
  border-color: rgba(255, 255, 255, 0.7);
  box-shadow: 0 0 0 2px rgba(12, 18, 28, 0.22), 0 2px 6px rgba(0, 0, 0, 0.3);
}

.byline {
  display: flex;
  align-items: center;
  gap: var(--space-3);
  padding: var(--space-4);
  margin-bottom: var(--space-2);
  background: var(--color-surface);
}

.byline__name {
  font-weight: 700;
  font-size: var(--text-md);
}

.byline__identity {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.byline__role {
  font-size: var(--text-sm);
  color: var(--color-text-subtle);
}

.article {
  padding: 0 var(--space-4) var(--space-4);
  background: var(--color-surface);
}

.article__title {
  font-size: var(--text-2xl);
  font-weight: 800;
  line-height: var(--leading-tight);
  letter-spacing: -0.02em;
}

@media (min-width: 1024px) {
  .article__title {
    font-size: var(--text-3xl);
  }
}

.article__body {
  margin-top: var(--space-4);
  font-size: var(--text-base);
  line-height: var(--leading-relaxed);
  color: var(--color-text);
}

.article__body h2,
.article__body h3,
.article__body h4 {
  margin: var(--space-5) 0 var(--space-2);
  color: var(--color-text);
  line-height: 1.25;
  font-weight: 800;
  letter-spacing: -0.01em;
}

.article__body h2 {
  font-size: var(--text-xl);
}

.article__body h3 {
  font-size: var(--text-lg);
}

.article__body h4 {
  font-size: var(--text-md);
}

.article__body > h2:first-child,
.article__body > h3:first-child,
.article__body > h4:first-child {
  margin-top: 0;
}

.article__body p {
  margin-top: var(--space-2);
}

.article__body p:first-child {
  margin-top: 0;
}

.article__body p + p {
  margin-top: var(--space-3);
}

.article__section-title {
  margin-top: var(--space-5);
  margin-bottom: var(--space-3);
  font-size: var(--text-lg);
  font-weight: 800;
  color: var(--color-text);
}

.article__section-title:first-of-type {
  margin-top: var(--space-4);
}

.article__body ul,
.article__body ol {
  margin: var(--space-2) 0 0;
  padding-left: var(--space-5);
  list-style: disc;
  color: var(--color-text);
}

.article__body ol {
  list-style: decimal;
}

.article__body li {
  margin-top: var(--space-1);
  line-height: var(--leading-relaxed);
}

.article__body li + li {
  margin-top: var(--space-2);
}

.article__tags {
  margin-top: var(--space-4);
  display: flex;
  flex-wrap: wrap;
  gap: var(--space-2);
}

.tag {
  font-size: var(--text-sm);
  font-weight: 600;
  color: var(--color-accent-strong);
}

.tag:hover {
  text-decoration: underline;
}

.bite-topics .tag {
  display: inline-flex;
  align-items: center;
  padding: 2px var(--space-2);
  border-radius: var(--radius-pill);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--color-accent-strong);
  background: var(--color-accent-wash);
  text-decoration: none;
}

.bite-topics .tag:hover {
  text-decoration: none;
}

.article__meta {
  margin-top: var(--space-4);
  font-size: var(--text-xs);
  color: var(--color-text-subtle);
}

.bite-views {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--space-3);
  flex-wrap: wrap;
}

.bite-views__metric {
  display: inline-flex;
  align-items: center;
  gap: 4px;
}

.bite-views__actions {
  display: inline-flex;
  align-items: center;
  gap: var(--space-2);
  position: relative;
}

.post-like-button {
  display: inline-flex;
  align-items: center;
  gap: var(--space-2);
  border: 0;
  background: transparent;
  color: var(--color-text-muted);
  font-size: var(--text-sm);
  font-weight: 700;
  cursor: pointer;
  padding: 0;
}

.post-like-button--inline {
  font-size: var(--text-xs);
}

.post-share-button {
  display: inline-flex;
  align-items: center;
  border: 0;
  background: transparent;
  color: var(--color-text-muted);
  font-size: var(--text-sm);
  font-weight: 700;
  cursor: pointer;
  padding: 0;
}

.post-share-button--inline {
  font-size: var(--text-xs);
}

.post-like-share-button__label {
  letter-spacing: 0.01em;
}

.bite-share-menu {
  position: absolute;
  right: 0;
  top: calc(100% + var(--space-2));
  min-width: 140px;
  display: grid;
  gap: 2px;
  padding: var(--space-2);
  border: 1px solid var(--color-border);
  border-radius: var(--radius-md);
  background: var(--color-bg);
  box-shadow: 0 6px 24px rgba(0, 0, 0, 0.08);
  z-index: 20;
}

.bite-share-menu[hidden] {
  display: none !important;
}

.bite-share-menu__item {
  display: flex;
  align-items: center;
  gap: 8px;
  width: 100%;
  padding: 6px 8px;
  border-radius: var(--radius-sm);
  color: var(--color-text);
  font-size: var(--text-xs);
  text-decoration: none;
  text-align: left;
}

.bite-share-menu__item:hover,
.bite-share-menu__item:focus {
  background: var(--color-surface);
  text-decoration: none;
}

.bite-share-menu__item--button {
  border: 0;
  background: transparent;
  cursor: pointer;
  font: inherit;
}

.bite-share-menu__icon {
  width: 20px;
  height: 20px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 10px;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  flex: 0 0 auto;
}

.bite-share-menu__icon--whatsapp {
  background: #25d366;
}

.bite-share-menu__icon--facebook {
  background: #1877f2;
}

.bite-share-menu__icon--telegram {
  background: #229ed9;
}

.bite-share-menu__icon--linkedin {
  background: #0a66c2;
}

.bite-share-menu__icon--instagram {
  background: linear-gradient(135deg, #f58529, #dd2a7b 55%, #8134af);
}

.bite-share-menu__icon--copy {
  background: #64748b;
}

.bite-share-feedback {
  font-size: 10px;
  color: var(--color-text-subtle);
}

/* Override aggressive WP/theme button styles on single post likes. */
.bite-single .post-like-button,
.bite-single .post-like-button:hover,
.bite-single .post-like-button:focus,
.bite-single .post-like-button:active,
.bite-single .post-like-button:visited {
  appearance: none !important;
  -webkit-appearance: none !important;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  border-radius: 0 !important;
  outline: none !important;
  text-decoration: none !important;
  min-height: 0 !important;
  line-height: 1.2 !important;
  padding: 0 !important;
}

.bite-single .post-share-button,
.bite-single .post-share-button:hover,
.bite-single .post-share-button:focus,
.bite-single .post-share-button:active,
.bite-single .post-share-button:visited {
  appearance: none !important;
  -webkit-appearance: none !important;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  border-radius: 0 !important;
  outline: none !important;
  text-decoration: none !important;
  min-height: 0 !important;
  line-height: 1.2 !important;
  padding: 0 !important;
}

.bite-single .post-share-button::before,
.bite-single .post-share-button::after {
  content: none !important;
  display: none !important;
}

.bite-single .post-like-button::before,
.bite-single .post-like-button::after {
  content: none !important;
  display: none !important;
}

.bite-single .post-like-button__count {
  color: var(--color-text-muted) !important;
}

.bite-single .post-like-share-button,
.bite-single .post-like-share-button:hover,
.bite-single .post-like-share-button:focus,
.bite-single .post-like-share-button:active,
.bite-single .post-like-share-button:visited {
  display: inline-flex !important;
  align-items: center !important;
  gap: 6px !important;
  padding: 6px 10px !important;
  border-radius: 999px !important;
  border: 1px solid var(--color-border) !important;
  background: var(--color-surface) !important;
  color: var(--color-text-muted) !important;
  font-weight: 700 !important;
  transition: background-color 120ms ease, border-color 120ms ease, color 120ms ease !important;
}

.bite-single .post-like-share-button:hover,
.bite-single .post-like-share-button:focus {
  background: var(--color-accent-wash) !important;
  border-color: var(--color-accent-strong) !important;
  color: var(--color-accent-strong) !important;
}

.post-like-button__heart {
  font-size: 18px;
  line-height: 1;
  color: var(--color-border-strong);
  transition: color 120ms ease;
}

.bite-single .post-like-share-button:hover .post-like-button__heart,
.bite-single .post-like-share-button:focus .post-like-button__heart {
  color: #e11d48;
}

.post-like-button.is-liked .post-like-button__heart,
.post-like-button[aria-pressed="true"] .post-like-button__heart {
  color: #ff3b5c;
}

.stats-row {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: var(--space-3);
  padding: var(--space-3) var(--space-4);
  font-size: var(--text-sm);
  color: var(--color-text-muted);
  background: var(--color-surface);
  border-top: 1px solid var(--color-border);
}

.stats-row__sep {
  color: var(--color-border);
}

.reviewer-card {
  display: flex;
  align-items: center;
  gap: var(--space-3);
  padding: var(--space-3) var(--space-4);
  margin-top: var(--space-2);
  background: var(--color-surface);
  border-top: 1px solid var(--color-border);
}

.reviewer-card__avatar {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  object-fit: cover;
  flex: 0 0 auto;
}

.reviewer-card__body {
  min-width: 0;
}

.reviewer-card__label {
  margin: 0;
  font-size: var(--text-xs);
  color: var(--color-text-subtle);
}

.reviewer-card__name,
.reviewer-card__role {
  margin: 0;
}

.reviewer-card__name {
  font-size: var(--text-sm);
  font-weight: 700;
}

.reviewer-card__name a {
  color: inherit;
  text-decoration: none;
}

.reviewer-card__name a:hover {
  text-decoration: underline;
}

.reviewer-card__role {
  font-size: var(--text-xs);
  color: var(--color-text-subtle);
}

.comments {
  margin-top: var(--space-2);
  background: var(--color-surface);
  border-top: 8px solid var(--color-bg);
}

.comments__head {
  padding: var(--space-4);
  font-weight: 800;
  font-size: var(--text-md);
  border-bottom: 1px solid var(--color-border);
}

@media (min-width: 1024px) {
  .comments__head {
    font-size: var(--text-lg);
  }
}

.comments__list {
  padding: var(--space-2) var(--space-4) var(--space-5);
}

.comment {
  display: flex;
  gap: var(--space-3);
  padding: var(--space-3) 0;
  border-bottom: 1px solid var(--color-border);
}

.comment:last-child {
  border-bottom: none;
}

.comment__body {
  flex: 1;
  min-width: 0;
}

.comment__top {
  display: flex;
  align-items: baseline;
  gap: var(--space-2);
  flex-wrap: wrap;
}

.comment__author {
  font-weight: 700;
  font-size: var(--text-sm);
}

.comment__badge {
  font-weight: 500;
  font-size: var(--text-xs);
  color: var(--color-text-subtle);
}

.comment__time {
  font-size: var(--text-xs);
  color: var(--color-text-subtle);
}

.comment__text {
  margin-top: var(--space-2);
  font-size: var(--text-sm);
  line-height: var(--leading-normal);
  color: var(--color-text);
}

.comment__actions {
  margin-top: var(--space-2);
  font-size: var(--text-xs);
  color: var(--color-text-subtle);
}

.comment--reply {
  margin-left: var(--space-6);
  padding-left: var(--space-3);
  border-left: 2px solid var(--color-accent-soft);
}
