/*
Theme Name: Mind Mosaik Child
Theme URI: https://mind-mosaik.de/
Description: Child-Theme für Mind Mosaik auf Basis von Aden.
Author: Nova
Template: aden
Version: 1.0.0
Text Domain: mind-mosaik-child
*/

:root {
  --mind-ink: #10151d;
  --mind-muted: rgba(16, 21, 29, 0.68);
  --mind-line: rgba(16, 21, 29, 0.1);
  --mind-accent: #c8902d;
  --mind-accent-soft: rgba(200, 144, 45, 0.12);
  --mind-surface: #ffffff;
  --mind-surface-soft: #f7f5f1;
}

body.home {
  background: #fff;
}

body.home .header-center,
body.front-page .header-center {
  display: none !important;
}

body.home .header-wrap,
body.front-page .header-wrap {
  margin-bottom: 0;
}

body.home .header-wrap .fixed-sidebar-btn,
body.front-page .header-wrap .fixed-sidebar-btn {
  display: none !important;
}

body.home .header-top .center-max-width,
body.home .header-bottom > .center-max-width,
body.home .fixed-header-bottom > .center-max-width,
body.front-page .header-top .center-max-width,
body.front-page .header-bottom > .center-max-width,
body.front-page .fixed-header-bottom > .center-max-width {
  width: min(1280px, calc(100% - 48px));
  max-width: none;
}

body.home .header-bottom,
body.home .fixed-header-bottom,
body.front-page .header-bottom,
body.front-page .fixed-header-bottom {
  box-shadow: none;
}

body.home .header-bottom,
body.front-page .header-bottom {
  position: relative;
  z-index: 140;
}

body.home .nav > ul > li,
body.front-page .nav > ul > li {
  padding: 0 16px;
}

body.home .nav > ul > li > a,
body.front-page .nav > ul > li > a {
  font-size: 14px;
  line-height: 54px;
  letter-spacing: 0.08em;
}

body.home .fixed-header-bottom .nav > ul > li,
body.front-page .fixed-header-bottom .nav > ul > li {
  padding: 0 14px;
}

body.home .fixed-header-bottom .nav > ul > li > a,
body.front-page .fixed-header-bottom .nav > ul > li > a {
  line-height: 50px;
}

body.home .nav > ul > li:after,
body.front-page .nav > ul > li:after {
  width: 4px;
  height: 4px;
  right: -2px;
  opacity: 0.24;
}

body.home .header-btns,
body.front-page .header-btns {
  display: flex;
  align-items: center;
  gap: 0.45rem;
}

body.home .search-btn,
body.front-page .search-btn {
  width: 32px;
  height: 32px;
  line-height: 32px;
  border-radius: 999px;
}

body.home .mind-home-hero,
body.front-page .mind-home-hero {
  min-height: clamp(500px, 56vh, 560px);
}

.mind-home {
  color: var(--mind-ink);
}

.mind-home-shell {
  width: min(1240px, calc(100% - 48px));
  margin: 0 auto;
}

.mind-home-section {
  padding: 4rem 0;
}

.mind-home-section__head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 1.5rem;
}

.mind-home-section__eyebrow,
.mind-home-hero__eyebrow,
.mind-home-card__category,
.mind-home-theme__label {
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.22em;
  font-size: 0.78rem;
  color: var(--mind-accent);
}

.mind-home-section h2,
.mind-home-section h3 {
  margin: 0;
  color: var(--mind-ink);
  font-family: "Playfair Display", serif;
  font-weight: 700;
}

.mind-home-section h2 {
  font-size: clamp(1.7rem, 2.6vw, 2.4rem);
}

.mind-home-hero {
  position: relative;
  overflow: hidden;
  background: #0d1117;
}

.mind-home-hero__media {
  position: absolute;
  inset: 0;
}

.mind-home-hero__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  display: block;
  transform: scale(1.01);
}

.mind-home-hero__overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(9, 14, 20, 0.34) 0%, rgba(9, 14, 20, 0.12) 36%, rgba(9, 14, 20, 0.28) 100%),
    linear-gradient(180deg, rgba(9, 14, 20, 0.08) 0%, rgba(9, 14, 20, 0.32) 100%);
}

.mind-home-hero__inner {
  position: relative;
  z-index: 2;
  min-height: inherit;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 1.4rem 0 1.9rem;
}

.mind-home-hero__content {
  max-width: 740px;
  color: #fff;
}

.mind-home-hero__eyebrow {
  color: rgba(255, 255, 255, 0.92);
  font-size: 0.92rem;
  margin-bottom: 0.7rem;
  text-shadow: 0 2px 16px rgba(0, 0, 0, 0.38);
}

.mind-home-hero h1 {
  margin: 0;
  font-family: "Playfair Display", serif;
  font-size: clamp(2.4rem, 4.8vw, 4.5rem);
  line-height: 0.98;
  letter-spacing: -0.03em;
  color: #fff;
  text-wrap: balance;
  text-shadow: 0 3px 22px rgba(0, 0, 0, 0.42);
}

.mind-home-hero__tagline {
  max-width: 42rem;
  margin: 1rem 0 0;
  font-size: clamp(1rem, 1.35vw, 1.22rem);
  line-height: 1.65;
  color: rgba(255, 255, 255, 0.92);
  text-shadow: 0 2px 14px rgba(0, 0, 0, 0.34);
}

.mind-home-featured__grid {
  display: grid;
  grid-template-columns: 1.55fr 1fr;
  gap: 1.1rem;
  align-items: stretch;
}

.mind-home-featured__main,
.mind-home-featured__stack {
  display: grid;
  gap: 1.15rem;
  align-content: stretch;
}

.mind-home-featured__main,
.mind-home-featured__stack-item,
.mind-home-more__card {
  background: transparent;
}

.mind-home-card {
  display: block;
  color: var(--mind-ink);
}

.mind-home-card__link,
.mind-home-featured__link,
.mind-home-more__link {
  display: grid;
  gap: 0.85rem;
  color: inherit;
  height: 100%;
  text-decoration: none;
}

.mind-home-featured__media,
.mind-home-more__media,
.mind-home-card__media {
  position: relative;
  overflow: hidden;
  border-radius: 16px;
  background: var(--mind-surface-soft);
  border: none;
}

.mind-home-featured__media img,
.mind-home-more__media img,
.mind-home-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.45s ease;
}

.mind-home-featured__link:hover .mind-home-featured__media img,
.mind-home-more__link:hover .mind-home-more__media img,
.mind-home-card:hover .mind-home-card__media img {
  transform: scale(1.03);
}

.mind-home-featured__body,
.mind-home-more__body,
.mind-home-card__body {
  display: grid;
  gap: 0.45rem;
}

.mind-home-featured__title,
.mind-home-more__title,
.mind-home-card__title {
  font-family: "Playfair Display", serif;
  font-size: clamp(1.15rem, 1.55vw, 1.8rem);
  line-height: 1.12;
  margin: 0;
  color: var(--mind-ink);
}

.mind-home-featured__title,
.mind-home-more__title,
.mind-home-card__title,
.mind-home-popular__title {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.mind-home-featured__title {
  -webkit-line-clamp: 3;
}

.mind-home-featured__main .mind-home-featured__media {
  aspect-ratio: 16 / 9;
}

.mind-home-featured__stack {
  grid-template-rows: repeat(2, minmax(0, 1fr));
  height: 100%;
}

.mind-home-featured__stack-item {
  height: 100%;
}

.mind-home-featured__link--stack {
  grid-template-rows: auto auto;
  gap: 0.75rem;
  height: 100%;
}

.mind-home-featured__media--stack {
  aspect-ratio: 16 / 9;
}

.mind-home-featured__body--stack {
  gap: 0.3rem;
}

.mind-home-featured__title--stack {
  font-size: clamp(1rem, 1.25vw, 1.2rem);
  line-height: 1.12;
  -webkit-line-clamp: 3;
}

.mind-home-card__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  align-items: center;
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-size: 0.74rem;
  color: var(--mind-muted);
}

.mind-home-card__excerpt {
  margin: 0;
  color: var(--mind-muted);
  line-height: 1.65;
}

.mind-home-featured__excerpt {
  margin: 0;
  color: var(--mind-muted);
  line-height: 1.65;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.mind-home-quote {
  padding: 0.9rem 0 1.35rem;
}

.mind-home-quote__inner {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(190, 151, 88, 0.26);
  background:
    linear-gradient(135deg, rgba(191, 150, 86, 0.09) 0%, rgba(255, 255, 255, 0.03) 34%, rgba(17, 21, 27, 0.02) 100%);
  border-radius: 22px;
  box-shadow: 0 18px 40px rgba(9, 13, 18, 0.04);
  padding: 1.1rem 1.35rem;
  display: flex;
  align-items: center;
  gap: 1rem;
  color: var(--mind-ink);
  max-width: 1060px;
  margin: 0 auto;
  backdrop-filter: blur(2px);
}

.mind-home-quote__inner::before,
.mind-home-quote__inner::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 1px;
  background: linear-gradient(180deg, rgba(191, 150, 86, 0.04), rgba(191, 150, 86, 0.18), rgba(191, 150, 86, 0.04));
}

.mind-home-quote__inner::before {
  left: 1.2rem;
}

.mind-home-quote__inner::after {
  right: 1.2rem;
}

.mind-home-quote__line {
  flex: 1;
  height: 1px;
  background: linear-gradient(90deg, rgba(191, 150, 86, 0), rgba(191, 150, 86, 0.65), rgba(191, 150, 86, 0));
  opacity: 0.75;
}

.mind-home-quote__inner p {
  margin: 0;
  font-family: "Playfair Display", serif;
  font-size: clamp(1.03rem, 1.35vw, 1.22rem);
  line-height: 1.45;
  max-width: 760px;
  text-align: center;
}

.mind-home-quote__mark {
  font-size: 1.8rem;
  line-height: 1;
  color: var(--mind-accent);
  margin-top: -0.15rem;
}

.mind-home-themes__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
  grid-auto-rows: minmax(220px, 1fr);
}

.mind-home-theme {
  position: relative;
  min-height: 0;
  height: 100%;
  display: grid;
  align-items: end;
  border-radius: 16px;
  overflow: hidden;
  color: #fff;
  background: #111;
}

.mind-home-theme__image,
.mind-home-theme__shade {
  position: absolute;
  inset: 0;
}

.mind-home-theme__image {
  background-size: cover;
  background-position: center center;
  transform: scale(1.02);
}

.mind-home-theme__shade {
  background: linear-gradient(180deg, rgba(9, 14, 20, 0.02) 0%, rgba(9, 14, 20, 0.62) 100%);
}

.mind-home-theme__content {
  position: relative;
  z-index: 1;
  padding: 0.95rem 1.05rem;
}

.mind-home-theme__title {
  margin: 0;
  font-family: "Playfair Display", serif;
  font-size: clamp(1rem, 1.2vw, 1.35rem);
  line-height: 1.05;
  color: #fff;
  text-wrap: balance;
}

.mind-home-popular__grid {
  display: grid;
  grid-template-columns: 1.08fr 0.92fr;
  gap: 1.2rem;
  align-items: stretch;
}

.mind-home-popular__main {
  height: 100%;
}

.mind-home-popular__link {
  display: grid;
  gap: 0.8rem;
  height: 100%;
  color: inherit;
  text-decoration: none;
}

.mind-home-popular__media {
  border-radius: 18px;
  overflow: hidden;
  background: var(--mind-surface-soft);
}

.mind-home-popular__media img {
  width: 100%;
  height: 100%;
  min-height: 320px;
  object-fit: cover;
  display: block;
  transition: transform 0.45s ease;
}

.mind-home-popular__link:hover .mind-home-popular__media img {
  transform: scale(1.02);
}

.mind-home-popular__body {
  display: grid;
  gap: 0.5rem;
  align-content: start;
  padding: 0.1rem 0 0;
}

.mind-home-popular__title {
  margin: 0;
  font-family: "Playfair Display", serif;
  font-size: clamp(1.2rem, 1.7vw, 1.75rem);
  line-height: 1.08;
  color: var(--mind-ink);
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

.mind-home-popular__excerpt {
  margin: 0;
  color: var(--mind-muted);
  line-height: 1.68;
  font-size: 0.98rem;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.mind-home-popular__rankings {
  display: grid;
  align-content: start;
  gap: 0.15rem;
}

.mind-home-popular__rank {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0.95rem;
  align-items: start;
  padding: 1rem 0;
  color: inherit;
  text-decoration: none;
  border-top: 1px solid var(--mind-line);
}

.mind-home-popular__rank:last-child {
  border-bottom: 1px solid var(--mind-line);
}

.mind-home-popular__number {
  color: var(--mind-accent);
  font-family: "Oswald", sans-serif;
  font-size: 1.95rem;
  line-height: 1;
  letter-spacing: 0.04em;
}

.mind-home-popular__rank-body {
  display: grid;
  gap: 0.28rem;
}

.mind-home-popular__rank-title {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  font-family: "Playfair Display", serif;
  font-size: clamp(1rem, 1.2vw, 1.25rem);
  line-height: 1.1;
  color: var(--mind-ink);
}

.mind-home-popular__rank-excerpt {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  font-family: "Inter", sans-serif;
  font-size: 0.88rem;
  line-height: 1.45;
  color: var(--mind-muted);
}

.mind-home-section__more {
  color: var(--mind-accent);
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  font-size: 0.78rem;
}

.mind-home-more__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.mind-home-more__card {
  height: 100%;
}

.mind-home-more__link {
  display: grid;
  gap: 0.8rem;
  height: 100%;
  padding-bottom: 0.35rem;
}

.mind-home-more__media {
  aspect-ratio: 16 / 10;
}

.mind-home-more__body {
  display: grid;
  gap: 0.4rem;
}

.mind-home-more__title {
  font-family: "Playfair Display", serif;
  font-size: clamp(1rem, 1.25vw, 1.25rem);
  line-height: 1.12;
  margin: 0;
  -webkit-line-clamp: 3;
}

.mind-home-more__excerpt {
  margin: 0;
  color: var(--mind-muted);
  line-height: 1.65;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.mind-home-pagination {
  margin-top: 2rem;
}

.mind-home-pagination .page-numbers {
  display: flex;
  justify-content: center;
  gap: 0.4rem;
  list-style: none;
  padding: 0;
  margin: 0;
}

.mind-home-pagination .page-numbers li {
  margin: 0;
}

.mind-home-pagination .page-numbers a,
.mind-home-pagination .page-numbers span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 42px;
  height: 42px;
  padding: 0 0.75rem;
  border: 1px solid var(--mind-line);
  border-radius: 999px;
  color: var(--mind-ink);
  text-decoration: none;
  background: #fff;
}

.mind-home-pagination .page-numbers .current {
  background: var(--mind-ink);
  color: #fff;
  border-color: var(--mind-ink);
}

@media (max-width: 1200px) {
  body.home .header-top .center-max-width,
  body.home .header-bottom > .center-max-width,
  body.home .fixed-header-bottom > .center-max-width,
  body.front-page .header-top .center-max-width,
  body.front-page .header-bottom > .center-max-width,
  body.front-page .fixed-header-bottom > .center-max-width {
    width: min(1240px, calc(100% - 36px));
  }

  .mind-home-featured__grid,
  .mind-home-popular__grid {
    grid-template-columns: 1fr;
  }

  .mind-home-popular__grid {
    grid-template-columns: 1fr;
  }

  .mind-home-featured__stack {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .mind-home-themes__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-auto-rows: minmax(210px, 1fr);
  }

  .mind-home-more__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 860px) {
  .mind-home-shell {
    width: min(100%, calc(100% - 28px));
  }

  .mind-home-featured__stack,
  .mind-home-more__grid,
  .mind-home-themes__grid {
    grid-template-columns: 1fr;
  }

  .mind-home-popular__grid {
    grid-template-columns: 1fr;
  }

  .mind-home-popular__rank {
    gap: 0.75rem;
    padding: 0.85rem 0;
  }

  .mind-home-popular__number {
    font-size: 1.7rem;
  }

  .mind-home-hero__inner {
    padding: 2rem 0 2.6rem;
  }

  .mind-home-hero h1 {
    font-size: clamp(2.2rem, 9vw, 3.7rem);
  }

  .mind-home-quote__inner {
    max-width: 100%;
  }

  .mind-home-quote__inner {
    gap: 0.6rem;
    padding: 0.95rem 1rem;
    border-radius: 18px;
  }

  .mind-home-quote__inner::before,
  .mind-home-quote__inner::after {
    display: none;
  }

  .mind-home-quote__inner p {
    font-size: 1rem;
  }
}

body.single .adenit-breadcrumbs,
body.single-post .adenit-breadcrumbs,
body.single #adenit-breadcrumbs,
body.single-post #adenit-breadcrumbs {
  display: none !important;
}

body.single .fixed-sidebar-btn,
body.single-post .fixed-sidebar-btn,
body.single .fixed-sidebar,
body.single-post .fixed-sidebar,
body.single .fixed-sidebar-close,
body.single-post .fixed-sidebar-close {
  display: none !important;
}

body.single .header-wrap,
body.single-post .header-wrap {
  margin-bottom: 0;
}

body.single .main-wrap,
body.single-post .main-wrap {
  background: transparent;
}

body.single,
body.single-post {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.92), rgba(255, 255, 255, 0.98)),
    url('/wp-content/uploads/2026/07/a0807a52-a8a9-4ba6-b99c-b840cdfbe193.png') center top / cover no-repeat fixed;
}

body.single .main-wrap,
body.single-post .main-wrap {
  position: relative;
  z-index: 1;
}

.mind-single {
  padding: 1.6rem 0 4rem;
}

.mind-single-shell {
  width: min(1240px, calc(100% - 48px));
  margin: 0 auto;
}

.mind-single-breadcrumbs {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin: 0 0 1rem;
  color: rgba(16, 21, 29, 0.54);
  font-size: 0.8rem;
  line-height: 1.25;
  white-space: nowrap;
  overflow: hidden;
}

.mind-single-breadcrumbs a {
  color: inherit;
  text-decoration: none;
}

.mind-single-breadcrumbs__current {
  overflow: hidden;
  text-overflow: ellipsis;
}

.mind-single-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 300px;
  gap: 56px;
  align-items: start;
}

.mind-single-main {
  min-width: 0;
}

.mind-single-sidebar {
  position: sticky;
  top: 96px;
  align-self: start;
  max-height: calc(100vh - 120px);
  overflow: auto;
  display: grid;
  gap: 1.35rem;
}

.mind-single-sidebar__block {
  padding-top: 1.15rem;
  border-top: 1px solid var(--mind-line);
}

.mind-single-sidebar__block:first-child {
  padding-top: 0;
  border-top: 0;
}

.mind-single-header {
  max-width: 840px;
  margin: 0 0 1.15rem;
}

.mind-single-eyebrow {
  margin: 0;
  font-family: "Oswald", sans-serif;
  font-size: 0.76rem;
  line-height: 1.2;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--mind-accent);
}

.mind-single-header h1 {
  margin: 0.35rem 0 0.85rem;
  font-family: "Playfair Display", serif;
  font-size: clamp(2.85rem, 4vw, 3.35rem);
  line-height: 1.04;
  color: var(--mind-ink);
  text-wrap: balance;
}

.mind-single-header--long h1 {
  font-size: clamp(2.5rem, 3.7vw, 3rem);
}

.mind-single-meta {
  display: flex;
  align-items: center;
  gap: 0.55rem;
  flex-wrap: wrap;
  font-size: 0.92rem;
  color: var(--mind-muted);
}

.mind-single-media {
  max-width: 100%;
  margin: 0 0 1.85rem;
  border-radius: 18px;
  overflow: hidden;
  background: var(--mind-surface-soft);
}

.mind-single-media img {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

.mind-single-article {
  max-width: 100%;
}

.mind-single-content {
  max-width: 840px;
  font-size: clamp(1.18rem, 1.05vw, 1.25rem);
  line-height: 1.72;
  color: #11161d;
}

.mind-single-content > *:first-child {
  margin-top: 0;
}

.mind-single-content p {
  margin: 0 0 1.1rem;
}

.mind-single-content h2 {
  margin: 2.1rem 0 0.8rem;
  font-family: "Playfair Display", serif;
  font-size: clamp(1.4rem, 1.8vw, 1.7rem);
  line-height: 1.16;
  color: var(--mind-ink);
}

.mind-single-content h3 {
  margin: 1.85rem 0 0.72rem;
  font-family: "Playfair Display", serif;
  font-size: clamp(1.15rem, 1.35vw, 1.35rem);
  line-height: 1.18;
  color: var(--mind-ink);
}

.mind-single-content > p:first-of-type::first-letter {
  float: left;
  font-family: "Playfair Display", serif;
  font-size: 3.5em;
  line-height: 0.82;
  padding: 0.04em 0.08em 0 0;
  color: var(--mind-ink);
}

.mind-single-content blockquote {
  margin: 1.55rem 0;
  padding: 0.95rem 1.05rem 0.95rem 1.15rem;
  background: #fbf8f1;
  border-left: 3px solid var(--mind-accent);
  border-radius: 0 14px 14px 0;
  color: #31363d;
}

.mind-single-content blockquote::before {
  content: "“";
  display: block;
  margin-bottom: 0.1rem;
  font-family: "Playfair Display", serif;
  font-size: 1.8rem;
  line-height: 1;
  color: var(--mind-accent);
}

.mind-single-content blockquote p {
  margin: 0;
  font-size: 1.02em;
}

.mind-single-content img,
.mind-single-content figure {
  max-width: 100%;
}

.mind-single-content img {
  display: block;
  height: auto;
  border-radius: 14px;
  margin: 1.55rem auto;
}

.mind-single-content figcaption {
  margin-top: 0.45rem;
  font-size: 0.84rem;
  color: var(--mind-muted);
}

.mind-single-content a {
  color: var(--mind-accent);
  text-decoration-thickness: 1px;
  text-underline-offset: 0.14em;
}

.mind-single-sources {
  margin-top: 2.4rem;
  padding-top: 1.1rem;
  border-top: 1px solid var(--mind-line);
}

.mind-single-sources__eyebrow,
.mind-single-sidebar__eyebrow {
  margin: 0 0 0.45rem;
  font-family: "Oswald", sans-serif;
  font-size: 0.76rem;
  line-height: 1.2;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--mind-accent);
}

.mind-single-sources h2,
.mind-single-sidebar h2 {
  margin: 0;
  font-family: "Playfair Display", serif;
  font-size: clamp(1.25rem, 1.65vw, 1.55rem);
  line-height: 1.14;
  color: var(--mind-ink);
}

.mind-single-sources__card {
  margin-top: 0.9rem;
  padding: 0.95rem 1.05rem;
  background: #fbf8f1;
  border-left: 3px solid var(--mind-accent);
  border-radius: 0 14px 14px 0;
  color: #31363d;
}

.mind-single-sources__card p {
  margin: 0 0 0.5rem;
}

.mind-single-about,
.mind-single-popular,
.mind-single-topics,
.mind-single-search {
  display: grid;
  gap: 0.75rem;
}

.mind-single-about p {
  margin: 0;
  color: var(--mind-muted);
  line-height: 1.65;
}

.mind-single-about__link {
  justify-self: start;
  font-family: "Oswald", sans-serif;
  font-size: 0.78rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--mind-accent);
  text-decoration: none;
}

.mind-single-popular__list {
  display: grid;
  gap: 0.9rem;
}

.mind-single-popular__item {
  display: grid;
  grid-template-columns: 72px 1fr;
  gap: 0.8rem;
  align-items: start;
  color: inherit;
  text-decoration: none;
}

.mind-single-popular__thumb {
  display: block;
  border-radius: 12px;
  overflow: hidden;
  background: var(--mind-surface-soft);
}

.mind-single-popular__thumb img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.mind-single-popular__copy {
  display: grid;
  gap: 0.22rem;
}

.mind-single-popular__meta {
  font-family: "Oswald", sans-serif;
  font-size: 0.7rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--mind-accent);
}

.mind-single-popular__title {
  font-family: "Playfair Display", serif;
  font-size: 1rem;
  line-height: 1.18;
  color: var(--mind-ink);
}

.mind-single-share {
  margin-top: 1.25rem;
}

.mind-single-share .meta-share-wrap {
  margin-top: 0;
}

.mind-single-share .share-info {
  display: none !important;
}

.mind-single-topics__links {
  display: grid;
  gap: 0.25rem;
}

.mind-single-topics__links a {
  padding: 0.32rem 0;
  border-bottom: 1px solid var(--mind-line);
  color: var(--mind-ink);
  text-decoration: none;
  line-height: 1.3;
}

.mind-single-topics__links a:last-child {
  border-bottom: 0;
}

.mind-single-search__form {
  display: flex;
  gap: 0.45rem;
  align-items: center;
}

.mind-single-search__form input {
  flex: 1;
  min-width: 0;
  height: 40px;
  padding: 0 0.8rem;
  border: 1px solid rgba(16, 21, 29, 0.12);
  border-radius: 10px;
  background: #fff;
  color: var(--mind-ink);
}

.mind-single-search__form button {
  height: 40px;
  padding: 0 0.85rem;
  border: 0;
  border-radius: 10px;
  background: var(--mind-ink);
  color: #fff;
  font-family: "Oswald", sans-serif;
  font-size: 0.72rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.mind-single-comments {
  max-width: 840px;
  margin-top: 2.4rem;
}

@media (max-width: 1024px) {
  .mind-single-shell {
    width: min(100%, calc(100% - 36px));
  }

  .mind-single-layout {
    grid-template-columns: 1fr;
    gap: 2.2rem;
  }

  .mind-single-sidebar {
    position: static;
    max-height: none;
    overflow: visible;
  }

  .mind-single-comments {
    max-width: 100%;
  }
}

@media (max-width: 860px) {
  body.single .header-top .center-max-width,
  body.single .header-bottom > .center-max-width,
  body.single .fixed-header-bottom > .center-max-width,
  body.single-post .header-top .center-max-width,
  body.single-post .header-bottom > .center-max-width,
  body.single-post .fixed-header-bottom > .center-max-width {
    width: min(100%, calc(100% - 28px));
  }

  .mind-single {
    padding-top: 1.2rem;
  }

  .mind-single-shell {
    width: min(100%, calc(100% - 28px));
  }

  .mind-single-header {
    max-width: 100%;
  }

  .mind-single-header h1 {
    font-size: clamp(2.35rem, 8vw, 3rem);
  }

  .mind-single-media {
    margin-bottom: 1.55rem;
  }

  .mind-single-content {
    max-width: 100%;
    font-size: 1.08rem;
    line-height: 1.7;
  }

  .mind-single-content > p:first-of-type::first-letter {
    font-size: 3em;
  }

  .mind-single-popular__item {
    grid-template-columns: 68px 1fr;
  }
}

body.single .header-center,
body.single-post .header-center,
body.single .fixed-sidebar-btn,
body.single-post .fixed-sidebar-btn,
body.single .fixed-sidebar,
body.single-post .fixed-sidebar,
body.single .fixed-sidebar-close,
body.single-post .fixed-sidebar-close {
  display: none !important;
}

body.single .header-wrap,
body.single-post .header-wrap {
  margin-bottom: 0;
}

body.single .header-top .center-max-width,
body.single .header-bottom > .center-max-width,
body.single .fixed-header-bottom > .center-max-width,
body.single-post .header-top .center-max-width,
body.single-post .header-bottom > .center-max-width,
body.single-post .fixed-header-bottom > .center-max-width {
  width: min(1280px, calc(100% - 48px));
  max-width: none;
}

body.single .header-bottom,
body.single .fixed-header-bottom,
body.single-post .header-bottom,
body.single-post .fixed-header-bottom {
  box-shadow: none;
}

body.single .header-bottom,
body.single-post .header-bottom {
  position: relative;
  z-index: 140;
}

body.single .nav > ul > li,
body.single-post .nav > ul > li {
  padding: 0 16px;
}

body.single .nav > ul > li > a,
body.single-post .nav > ul > li > a {
  font-size: 14px;
  line-height: 54px;
  letter-spacing: 0.08em;
}

body.single .fixed-header-bottom .nav > ul > li,
body.single-post .fixed-header-bottom .nav > ul > li {
  padding: 0 14px;
}

body.single .fixed-header-bottom .nav > ul > li > a,
body.single-post .fixed-header-bottom .nav > ul > li > a {
  line-height: 50px;
}

body.single .nav > ul > li:after,
body.single-post .nav > ul > li:after {
  width: 4px;
  height: 4px;
  right: -2px;
  opacity: 0.24;
}

body.single,
body.single-post {
  color: var(--mind-ink);
  background: #faf7f0;
  position: relative;
  isolation: isolate;
}

body.single::before,
body.single-post::before {
  content: "";
  position: fixed;
  inset: 0;
  background: url('/wp-content/uploads/2026/07/a0807a52-a8a9-4ba6-b99c-b840cdfbe193.png') center top / cover no-repeat;
  opacity: 0.16;
  pointer-events: none;
  z-index: 0;
}

body.single .main-wrap,
body.single-post .main-wrap {
  background: transparent;
}

.mind-single {
  padding: 2rem 0 4.5rem;
}

.mind-single-shell {
  width: min(1140px, calc(100% - 48px));
  margin: 0 auto;
}

.mind-single-breadcrumbs {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin: 0 0 1.35rem;
  color: rgba(16, 21, 29, 0.55);
  font-size: 0.82rem;
  line-height: 1.3;
  white-space: nowrap;
  overflow: hidden;
}

.mind-single-breadcrumbs a,
.mind-single-breadcrumbs span {
  flex: 0 0 auto;
}

.mind-single-breadcrumbs a {
  color: inherit;
  text-decoration: none;
}

.mind-single-breadcrumbs__current {
  overflow: hidden;
  text-overflow: ellipsis;
}

.mind-single-header {
  max-width: 840px;
  margin: 0 auto 1.7rem;
}

.mind-single-eyebrow,
.mind-single-section-head__eyebrow,
.mind-single-sources__eyebrow,
.mind-single-about__eyebrow,
.mind-single-related__meta,
.mind-single-topics__label {
  margin: 0;
  font-family: "Oswald", sans-serif;
  font-size: 0.76rem;
  line-height: 1.2;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--mind-accent);
}

.mind-single-header h1 {
  margin: 0.35rem 0 1rem;
  font-family: "Playfair Display", serif;
  font-size: clamp(2.9rem, 4.8vw, 3.75rem);
  line-height: 1.08;
  color: var(--mind-ink);
  text-wrap: balance;
}

.mind-single-header--long h1 {
  font-size: clamp(2.55rem, 4.2vw, 3.2rem);
}

.mind-single-meta {
  display: flex;
  align-items: center;
  gap: 0.55rem;
  flex-wrap: wrap;
  font-size: 0.92rem;
  color: var(--mind-muted);
}

.mind-single-media {
  max-width: 1140px;
  margin: 0 auto 2.35rem;
  border-radius: 18px;
  overflow: hidden;
  background: var(--mind-surface-soft);
}

.mind-single-media img {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

.mind-single-article {
  max-width: 1140px;
  margin: 0 auto;
}

.mind-single-content {
  max-width: 840px;
  margin: 0 auto;
  font-size: clamp(1.18rem, 1.15vw, 1.28rem);
  line-height: 1.8;
  color: #11161d;
}

.mind-single-content > *:first-child {
  margin-top: 0;
}

.mind-single-content p {
  margin: 0 0 1.15rem;
}

.mind-single-content h2 {
  margin: 2.05rem 0 0.75rem;
  font-family: "Playfair Display", serif;
  font-size: clamp(1.3rem, 1.7vw, 1.65rem);
  line-height: 1.18;
  color: var(--mind-ink);
}

.mind-single-content h3 {
  margin: 1.8rem 0 0.65rem;
  font-family: "Playfair Display", serif;
  font-size: clamp(1.05rem, 1.25vw, 1.25rem);
  line-height: 1.2;
  color: var(--mind-ink);
}

.mind-single-content > p:first-of-type::first-letter {
  float: left;
  font-family: "Playfair Display", serif;
  font-size: 3.85em;
  line-height: 0.8;
  padding: 0.05em 0.08em 0 0;
  color: var(--mind-ink);
}

.mind-single-content blockquote {
  margin: 1.7rem 0;
  padding: 1.15rem 1.2rem 1.1rem 1.35rem;
  background: linear-gradient(180deg, rgba(251, 248, 241, 0.98), rgba(246, 240, 229, 0.96));
  border-left: 4px solid var(--mind-accent);
  border-radius: 0 16px 16px 0;
  color: #242a31;
  box-shadow: 0 10px 24px rgba(20, 28, 36, 0.06);
}

.mind-single-content blockquote::before {
  content: "“";
  display: block;
  margin-bottom: 0.18rem;
  font-family: "Playfair Display", serif;
  font-size: 2.1rem;
  line-height: 1;
  color: var(--mind-accent);
}

.mind-single-content blockquote p {
  margin: 0;
  font-size: 1.08em;
  line-height: 1.62;
  font-weight: 500;
}

.mind-single-content blockquote p:first-of-type::first-letter {
  float: none;
  font-family: inherit;
  font-size: 1em;
  line-height: inherit;
  padding: 0;
}

.mind-single-content img,
.mind-single-content figure {
  max-width: 100%;
}

.mind-single-content img {
  display: block;
  height: auto;
  border-radius: 14px;
  margin: 1.65rem auto;
}

.mind-single-content figcaption {
  margin-top: 0.45rem;
  font-size: 0.84rem;
  color: var(--mind-muted);
}

.mind-single-content a {
  color: var(--mind-accent);
  text-decoration-thickness: 1px;
  text-underline-offset: 0.14em;
}

.mind-single-sources,
.mind-single-about,
.mind-single-related,
.mind-single-topics,
.mind-single-comments {
  max-width: 1140px;
  margin: 0 auto;
}

.mind-single-sources,
.mind-single-about,
.mind-single-related,
.mind-single-topics {
  margin-top: 2.7rem;
  padding-top: 1.35rem;
  border-top: 1px solid var(--mind-line);
}

.mind-single-sources__card {
  margin-top: 1rem;
  padding: 1rem 1.15rem;
  background: #fbf8f1;
  border-left: 3px solid var(--mind-accent);
  border-radius: 0 14px 14px 0;
  color: #31363d;
}

.mind-single-sources__card p {
  margin: 0 0 0.55rem;
}

.mind-single-about__inner {
  display: grid;
  grid-template-columns: 84px 1fr;
  gap: 1rem;
  align-items: start;
}

.mind-single-about__avatar {
  width: 84px;
  height: 84px;
  border-radius: 999px;
  overflow: hidden;
  background: var(--mind-surface-soft);
}

.mind-single-about__avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.mind-single-about__copy {
  display: grid;
  gap: 0.35rem;
}

.mind-single-about__copy h2,
.mind-single-related h2,
.mind-single-topics h2 {
  margin: 0;
  font-family: "Playfair Display", serif;
  font-size: clamp(1.45rem, 1.9vw, 2rem);
  line-height: 1.12;
  color: var(--mind-ink);
}

.mind-single-about__copy p {
  margin: 0;
  color: var(--mind-muted);
  line-height: 1.65;
}

.mind-single-about__link {
  justify-self: start;
  margin-top: 0.25rem;
  font-family: "Oswald", sans-serif;
  font-size: 0.78rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--mind-accent);
  text-decoration: none;
}

.mind-single-section-head {
  margin-bottom: 1rem;
}

.mind-single-section-head h2 {
  margin-top: 0.15rem;
}

.mind-single-related__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.mind-single-related__card {
  display: grid;
  gap: 0.72rem;
  color: inherit;
  text-decoration: none;
}

.mind-single-related__media {
  border-radius: 16px;
  overflow: hidden;
  background: var(--mind-surface-soft);
}

.mind-single-related__media img {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
}

.mind-single-related__body {
  display: grid;
  gap: 0.35rem;
}

.mind-single-related__title {
  margin: 0;
  font-family: "Playfair Display", serif;
  font-size: clamp(1.08rem, 1.3vw, 1.32rem);
  line-height: 1.18;
  color: var(--mind-ink);
}

.mind-single-topics__links {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  margin-top: 1rem;
}

.mind-single-topics__links a {
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  padding: 0.42rem 0.8rem;
  border: 1px solid rgba(16, 21, 29, 0.12);
  border-radius: 999px;
  color: var(--mind-ink);
  font-family: "Oswald", sans-serif;
  font-size: 0.74rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  text-decoration: none;
  background: rgba(255, 255, 255, 0.84);
}

.mind-single-comments {
  margin-top: 2.4rem;
}

.mind-single-comments .comments-area,
.mind-single-comments #comments {
  max-width: 840px;
  margin: 0 auto;
}

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

  .mind-single-shell {
    width: min(100%, calc(100% - 36px));
  }
}

@media (max-width: 860px) {
  body.single .header-top .center-max-width,
  body.single .header-bottom > .center-max-width,
  body.single .fixed-header-bottom > .center-max-width,
  body.single-post .header-top .center-max-width,
  body.single-post .header-bottom > .center-max-width,
  body.single-post .fixed-header-bottom > .center-max-width {
    width: min(100%, calc(100% - 28px));
  }

  .mind-single {
    padding-top: 1.35rem;
  }

  .mind-single-shell {
    width: min(100%, calc(100% - 28px));
  }

  .mind-single-header,
  .mind-single-content {
    max-width: 100%;
  }

  .mind-single-header h1 {
    font-size: clamp(2.35rem, 8vw, 3.1rem);
  }

  .mind-single-media {
    margin-bottom: 1.8rem;
  }

  .mind-single-content {
    font-size: 1.08rem;
    line-height: 1.75;
  }

  .mind-single-content > p:first-of-type::first-letter {
    font-size: 2.65em;
  }

  .mind-single-about__inner {
    grid-template-columns: 1fr;
  }

  .mind-single-about__avatar {
    width: 72px;
    height: 72px;
  }

  .mind-single-related__grid {
    grid-template-columns: 1fr;
  }

  .mind-single-topics__links {
    gap: 0.45rem;
  }

.mind-single-topics__links a {
    min-height: 34px;
    padding: 0.38rem 0.72rem;
  }
}

/* Final article overrides */
body.single .adenit-breadcrumbs,
body.single-post .adenit-breadcrumbs,
body.single #adenit-breadcrumbs,
body.single-post #adenit-breadcrumbs,
body.single .fixed-sidebar-btn,
body.single-post .fixed-sidebar-btn,
body.single .fixed-sidebar,
body.single-post .fixed-sidebar,
body.single .fixed-sidebar-close,
body.single-post .fixed-sidebar-close {
  display: none !important;
}

body.single .adenit-breadcrumbs,
body.single-post .adenit-breadcrumbs,
body.single #adenit-breadcrumbs,
body.single-post #adenit-breadcrumbs {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}

body.single .main-wrap,
body.single-post .main-wrap {
  position: relative;
  z-index: 1;
}

.mind-single-shell {
  width: min(1280px, calc(100% - 56px));
  margin: 0 auto;
}

.mind-single-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 285px;
  gap: 44px;
  align-items: start;
}

.mind-single-sidebar {
  position: sticky;
  top: 96px;
  max-height: none;
  overflow: visible;
}

.mind-single-header h1 {
  font-size: clamp(1.9rem, 2.5vw, 2.45rem);
  line-height: 1.12;
}

.mind-single-header--long h1 {
  font-size: clamp(1.75rem, 2.2vw, 2.1rem);
}

.mind-single-meta__author {
  display: inline-flex;
  align-items: baseline;
  gap: 0.28rem;
}

.mind-single-meta__author a {
  color: inherit;
  text-decoration: none;
  border-bottom: 1px solid rgba(28, 41, 59, 0.22);
  padding-bottom: 1px;
}

.mind-single-meta__author a:hover {
  border-bottom-color: rgba(28, 41, 59, 0.52);
}

.mind-single-content {
  max-width: 840px;
  font-size: clamp(1.18rem, 1.05vw, 1.25rem);
  line-height: 1.72;
}

.mind-single-content > p:first-of-type::first-letter {
  font-size: 2.75em;
}

.mind-single-topics__links {
  display: grid;
  gap: 0.25rem;
}

.mind-single-topics__links a {
  display: block;
  padding: 0.32rem 0;
  border-bottom: 1px solid var(--mind-line);
  background: transparent;
  border-radius: 0;
  text-transform: none;
  font-family: inherit;
  font-size: 1rem;
  letter-spacing: 0;
}

.mind-single-topics__links a:last-child {
  border-bottom: 0;
}

.mind-single-popular__item {
  grid-template-columns: 72px 1fr;
}

.mind-single-search__form {
  display: flex;
  gap: 0.45rem;
}

.mind-single-search__form input {
  height: 40px;
}

.mind-single-search__form button {
  height: 40px;
}

@media (max-width: 1024px) {
  .mind-single-shell {
    width: min(100%, calc(100% - 36px));
  }

  .mind-single-layout {
    grid-template-columns: 1fr;
    gap: 2.2rem;
  }

  .mind-single-sidebar {
    position: static;
    max-height: none;
    overflow: visible;
  }
}

@media (max-width: 860px) {
  .mind-single-shell {
    width: min(100%, calc(100% - 28px));
  }

  .mind-single-header h1 {
    font-size: clamp(1.7rem, 6.6vw, 2.2rem);
  }

  .mind-single-content {
    max-width: 100%;
    font-size: 1.08rem;
    line-height: 1.7;
  }

  .mind-single-content > p:first-of-type::first-letter {
    font-size: 2.35em;
  }

}

/* Visibility & interaction extras */
.mind-home-card__badge,
.mind-single-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  width: fit-content;
  margin-bottom: 0.35rem;
  padding: 0.3rem 0.62rem;
  border-radius: 999px;
  border: 1px solid rgba(191, 150, 86, 0.18);
  background: rgba(191, 150, 86, 0.08);
  font-family: "Oswald", sans-serif;
  font-size: 0.7rem;
  line-height: 1;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--mind-accent);
}

.mind-badge--trending {
  background: rgba(191, 150, 86, 0.08);
}

.mind-badge--popular {
  background: rgba(28, 41, 59, 0.06);
  border-color: rgba(28, 41, 59, 0.14);
  color: #1d2c3f;
}

.mind-badge--hot {
  background: rgba(196, 48, 48, 0.08);
  border-color: rgba(196, 48, 48, 0.14);
  color: #a73a3a;
}

.mind-single-meta__stats {
  color: var(--mind-ink);
}

.mind-single-main .single-pagination {
  margin-top: 2.5rem;
}

.mind-home-card__badge {
  margin-bottom: 0.45rem;
}

.mind-home-featured__body,
.mind-home-featured__body--stack,
.mind-home-popular__body,
.mind-home-popular__rank-body,
.mind-home-more__body {
  display: grid;
  gap: 0.35rem;
}

.mind-home-more__body {
  gap: 0.38rem;
}

@media (max-width: 768px) {
  body.single .header-bottom,
  body.single-post .header-bottom {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 250;
    background: #fbf8f1;
  }

  body.single,
  body.single-post {
    padding-top: 60px;
  }

  body.admin-bar.single .header-bottom,
  body.admin-bar.single-post .header-bottom {
    top: 46px;
  }

  body.admin-bar.single,
  body.admin-bar.single-post {
    padding-top: 106px;
  }
}

@media (max-width: 860px) {
	.mind-single-shell {
		width: min(100%, calc(100% - 8px));
		padding-top: 0.6rem;
	}

	.mind-single-layout {
		grid-template-columns: 1fr !important;
		gap: 0.7rem;
	}

	.mind-single-header {
		gap: 0.35rem;
	}

	.mind-single-header h1 {
		font-size: clamp(1.2rem, 5.8vw, 1.5rem);
		line-height: 1.06;
		letter-spacing: -0.015em;
	}

	.mind-single-header--long h1 {
		font-size: clamp(1.15rem, 5.3vw, 1.42rem);
	}

	.mind-single-meta {
		font-size: 0.75rem;
		line-height: 1.35;
		flex-wrap: wrap;
		gap: 0.18rem 0.35rem;
	}

  .mind-single-meta__sep {
    opacity: 0.5;
  }

	.mind-single-media {
		margin-bottom: 0.8rem;
		border-radius: 12px;
	}

	.mind-single-content {
		max-width: 100%;
		font-size: 0.95rem;
		line-height: 1.58;
	}

	.mind-single-content p {
		margin: 0 0 0.8rem;
	}

	.mind-single-content h2 {
		margin: 1.3rem 0 0.55rem;
		font-size: clamp(0.98rem, 4vw, 1.12rem);
		line-height: 1.16;
	}

	.mind-single-content h3 {
		margin: 1.1rem 0 0.5rem;
		font-size: clamp(0.9rem, 3.6vw, 1.02rem);
		line-height: 1.18;
	}

  .mind-single-content > p:first-of-type::first-letter,
  .mind-single-content blockquote p:first-of-type::first-letter {
    float: none;
    font-size: inherit;
    line-height: inherit;
    padding: 0;
    margin: 0;
  }

	.mind-single-content blockquote {
		margin: 0.95rem 0;
		padding: 0.7rem 0.8rem 0.7rem 0.9rem;
		border-radius: 0 10px 10px 0;
	}

	.mind-single-content blockquote::before {
		font-size: 1.25rem;
		margin-bottom: 0;
	}

	.mind-single-content blockquote p {
		font-size: 0.92rem;
		line-height: 1.48;
	}

	.mind-single-content img,
	.mind-single-content figure {
		margin: 0.85rem auto;
	}

	.mind-single-content figcaption {
		font-size: 0.72rem;
	}

	.mind-single-sources {
		margin-top: 1.2rem;
		padding-top: 0.8rem;
	}

	.mind-single-sources h2,
	.mind-single-sidebar h2 {
		font-size: 1rem;
		line-height: 1.2;
	}

	body.single-post .mind-single-sidebar {
		display: none !important;
	}
}
