body.psy92-v2-active #main-content,
body.psy92-v2-active .entry-content,
body.psy92-v2-active article,
body.psy92-v2-active .post-content {
  background: #ffffff;
}

body.psy92-v2-active #main-content .container {
  width: 100%;
  max-width: none;
  padding-top: 0;
}

body.psy92-v2-active #left-area {
  width: 100%;
  padding: 0;
}

body.psy92-v2-active #sidebar,
body.psy92-v2-active .entry-title,
body.psy92-v2-active .post-meta {
  display: none !important;
}

body.psy92-v2-active .container:before {
  display: none;
}

body.psy92-v2-active .entry-content > .psy92-home-v2 {
  width: 100%;
  max-width: none;
  margin-left: 0;
  margin-right: 0;
}

body.psy92-v2-active {
  overflow-x: hidden;
}

.psy92-home-v2 {
  --psy92-blue: #2f4858;
  --psy92-blue-2: #3c7fa4;
  --psy92-ink: #14212b;
  --psy92-muted: #5d6a72;
  --psy92-line: #dbe3e7;
  --psy92-soft: #f5f7f7;
  --psy92-warm: #f1eeeb;
  --psy92-white: #ffffff;
  --psy92-max: 1120px;
  --psy92-radius: 8px;
  --psy92-shadow: 0 18px 48px rgba(20, 33, 43, 0.12);
  color: var(--psy92-ink);
  font-family: inherit;
  font-size: 17px;
  line-height: 1.68;
  overflow-x: clip;
}

.psy92-home-v2 * {
  box-sizing: border-box;
}

.psy92-home-v2 :where(.psy92-section) {
  width: 100%;
  max-width: none !important;
  margin: 0;
  padding: clamp(56px, 7vw, 96px) clamp(20px, 4vw, 44px);
}

.psy92-home-v2.wp-block-group > .psy92-section {
  max-width: none !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.psy92-home-v2 .psy92-section > :where(h2, .psy92-kicker, .psy92-section-intro, .wp-block-columns, .wp-block-buttons, .wp-block-details, .psy92-review-placeholder) {
  width: min(100%, var(--psy92-max)) !important;
  max-width: var(--psy92-max) !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

.psy92-home-v2 :where(h1, h2, h3, p, ul) {
  margin-top: 0;
}

.psy92-home-v2 h1,
.psy92-home-v2 h2,
.psy92-home-v2 h3 {
  color: var(--psy92-ink);
  font-weight: 750;
  letter-spacing: 0;
  line-height: 1.1;
  padding: 0;
}

.psy92-home-v2 h1 {
  max-width: 660px;
  margin-bottom: 22px;
  font-size: clamp(34px, 3.7vw, 46px);
  line-height: 1.05;
}

.psy92-home-v2 h2 {
  max-width: 820px;
  margin-bottom: 18px;
  font-size: clamp(28px, 3.2vw, 40px);
}

.psy92-home-v2 h3 {
  margin-bottom: 10px;
  font-size: clamp(20px, 2vw, 24px);
}

.psy92-home-v2 p {
  color: var(--psy92-muted);
}

.psy92-home-v2 a {
  color: var(--psy92-blue-2);
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

.psy92-home-v2 img {
  display: block;
  max-width: 100%;
  height: auto;
}

.psy92-home-v2 .psy92-kicker {
  margin-bottom: 14px;
  color: var(--psy92-blue-2);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .08em;
  line-height: 1.3;
  text-transform: uppercase;
}

.psy92-home-v2 .psy92-lead,
.psy92-home-v2 .psy92-section-intro {
  max-width: 680px;
  margin-bottom: 28px;
  color: #344954;
  font-size: clamp(18px, 2vw, 21px);
  line-height: 1.55;
}

.psy92-home-v2 .psy92-hero {
  min-height: auto;
  padding-top: clamp(46px, 5vw, 70px);
  padding-bottom: clamp(48px, 5vw, 72px);
  background:
    linear-gradient(90deg, #ffffff 0%, #ffffff 58%, #eef4f5 58%, #eef4f5 100%);
}

.psy92-home-v2 .psy92-hero-grid {
  align-items: center;
  gap: clamp(36px, 6vw, 72px);
  width: min(100%, var(--psy92-max));
  margin: 0 auto;
}

.psy92-home-v2 .psy92-hero-copy {
  flex-basis: 54% !important;
  min-width: 0;
}

.psy92-home-v2 .psy92-hero-media {
  flex-basis: 40% !important;
}

.psy92-home-v2 .psy92-actions {
  display: flex;
  gap: 12px;
  align-items: center;
  flex-wrap: wrap;
  margin: 24px 0 0;
}

.psy92-home-v2 .psy92-actions-center {
  justify-content: center;
}

.psy92-home-v2 .wp-block-button {
  margin: 0;
}

.psy92-home-v2 .wp-block-button__link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 14px 22px;
  border-radius: 6px;
  font-size: 15px;
  font-weight: 800;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
  transition: background-color .18s ease, border-color .18s ease, color .18s ease, transform .18s ease, box-shadow .18s ease;
}

.psy92-home-v2 .psy92-btn-primary .wp-block-button__link {
  border: 2px solid var(--psy92-blue) !important;
  background: var(--psy92-blue) !important;
  color: #ffffff !important;
  box-shadow: 0 10px 22px rgba(47, 72, 88, .18);
}

.psy92-home-v2 .psy92-btn-primary .wp-block-button__link:hover,
.psy92-home-v2 .psy92-btn-primary .wp-block-button__link:focus {
  background: #263d4c !important;
  border-color: #263d4c !important;
  color: #ffffff !important;
  transform: translateY(-1px);
}

.psy92-home-v2 .psy92-btn-secondary .wp-block-button__link {
  border: 2px solid var(--psy92-blue) !important;
  background: #ffffff !important;
  color: var(--psy92-blue) !important;
}

.psy92-home-v2 .psy92-btn-secondary .wp-block-button__link:hover,
.psy92-home-v2 .psy92-btn-secondary .wp-block-button__link:focus {
  background: #edf4f6 !important;
  color: var(--psy92-blue) !important;
}

.psy92-home-v2 .psy92-btn-secondary-dark .wp-block-button__link {
  border-color: rgba(255,255,255,.72) !important;
  background: transparent !important;
  color: #ffffff !important;
}

.psy92-home-v2 .psy92-btn-secondary-dark .wp-block-button__link:hover,
.psy92-home-v2 .psy92-btn-secondary-dark .wp-block-button__link:focus {
  background: rgba(255,255,255,.12) !important;
  color: #ffffff !important;
}

.psy92-home-v2 .psy92-btn-tertiary .wp-block-button__link {
  border: 1px solid var(--psy92-line) !important;
  background: #ffffff !important;
  color: var(--psy92-blue) !important;
  box-shadow: none;
}

.psy92-home-v2 .psy92-trust-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  max-width: 760px;
  margin: 30px 0 0;
  padding: 0;
  list-style: none;
}

.psy92-home-v2 .psy92-trust-list li {
  list-style: none !important;
  min-height: 88px;
  padding: 16px;
  border: 1px solid var(--psy92-line);
  border-radius: var(--psy92-radius);
  background: #ffffff;
  color: #2f414b;
  font-size: 14px;
  line-height: 1.45;
}

.psy92-home-v2 .psy92-trust-list li:before {
  display: none !important;
  content: none !important;
}

.psy92-home-v2 .psy92-hero-media {
  position: relative;
  min-width: 0;
}

.psy92-home-v2 .psy92-portrait {
  margin: 0;
}

.psy92-home-v2 .psy92-portrait img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border: 12px solid #ffffff;
  border-radius: var(--psy92-radius);
  box-shadow: var(--psy92-shadow);
}

.psy92-home-v2 .psy92-hero-note {
  width: min(86%, 360px);
  margin: -34px auto 0;
  padding: 18px 20px;
  border: 1px solid rgba(47, 72, 88, .12);
  border-radius: var(--psy92-radius);
  background: #ffffff;
  box-shadow: 0 14px 32px rgba(20, 33, 43, .12);
}

.psy92-home-v2 .psy92-hero-note p {
  margin: 0;
  color: #2f414b;
  font-size: 15px;
  line-height: 1.45;
}

.psy92-home-v2 .psy92-proof-band {
  padding-top: 34px;
  padding-bottom: 34px;
  background: var(--psy92-blue);
}

.psy92-home-v2 .psy92-proof-grid {
  gap: 0;
  margin-bottom: 0;
}

.psy92-home-v2 .psy92-proof-grid .wp-block-column {
  padding: 0 22px;
  border-left: 1px solid rgba(255,255,255,.18);
}

.psy92-home-v2 .psy92-proof-grid .wp-block-column:first-child {
  border-left: 0;
  padding-left: 0;
}

.psy92-home-v2 .psy92-proof-grid p {
  margin: 0;
  color: rgba(255,255,255,.82);
  font-size: 15px;
  line-height: 1.5;
}

.psy92-home-v2 .psy92-proof-grid strong {
  display: block;
  margin-bottom: 4px;
  color: #ffffff;
  font-size: 16px;
}

.psy92-home-v2 .psy92-problems,
.psy92-home-v2 .psy92-approach,
.psy92-home-v2 .psy92-faq {
  background: #ffffff;
}

.psy92-home-v2 .psy92-consultation,
.psy92-home-v2 .psy92-books {
  background: var(--psy92-soft);
}

.psy92-home-v2 .psy92-about,
.psy92-home-v2 .psy92-reviews {
  background: var(--psy92-warm);
}

.psy92-home-v2 .psy92-card-grid {
  gap: 18px;
  margin-top: 18px;
  margin-bottom: 0;
}

.psy92-home-v2 .psy92-card,
.psy92-home-v2 .psy92-method,
.psy92-home-v2 .psy92-about-panel,
.psy92-home-v2 .psy92-review-placeholder,
.psy92-home-v2 .psy92-book,
.psy92-home-v2 .psy92-faq-item {
  border: 1px solid var(--psy92-line);
  border-radius: var(--psy92-radius);
  background: #ffffff;
}

.psy92-home-v2 .psy92-card,
.psy92-home-v2 .psy92-method,
.psy92-home-v2 .psy92-about-panel {
  padding: clamp(22px, 2.5vw, 30px);
}

.psy92-home-v2 .psy92-card p,
.psy92-home-v2 .psy92-method p,
.psy92-home-v2 .psy92-about-panel p {
  margin-bottom: 0;
}

.psy92-home-v2 .psy92-card-link a,
.psy92-home-v2 .psy92-method a {
  display: inline-flex;
  margin-top: 14px;
  color: var(--psy92-blue);
  font-weight: 800;
}

.psy92-home-v2 .psy92-split {
  align-items: flex-start;
  gap: clamp(32px, 6vw, 72px);
  margin-bottom: 0;
}

.psy92-home-v2 .psy92-method + .psy92-method {
  margin-top: 16px;
}

.psy92-home-v2 .psy92-about-panel ul {
  margin: 14px 0 0;
  padding-left: 20px;
}

.psy92-home-v2 .psy92-about-panel li {
  margin-bottom: 8px;
  color: var(--psy92-muted);
}

.psy92-home-v2 .psy92-reviews {
  text-align: center;
}

.psy92-home-v2 .psy92-reviews .psy92-section-intro {
  margin-left: auto;
  margin-right: auto;
}

.psy92-home-v2 .psy92-review-placeholder {
  padding: 26px;
  border-style: dashed;
}

.psy92-home-v2 .psy92-review-placeholder p {
  max-width: 680px;
  margin: 0 auto;
  color: #4a5c66;
}

.psy92-home-v2 .psy92-books {
  text-align: center;
}

.psy92-home-v2 .psy92-books h2 {
  margin-left: auto;
  margin-right: auto;
}

.psy92-home-v2 .psy92-book-grid {
  gap: 20px;
  margin-top: 28px;
}

.psy92-home-v2 .psy92-book {
  padding: 22px;
}

.psy92-home-v2 .psy92-book img {
  width: min(180px, 68%);
  margin: 0 auto 18px;
  border-radius: 4px;
  box-shadow: 0 12px 26px rgba(20, 33, 43, .13);
}

.psy92-home-v2 .psy92-book h3 {
  min-height: 56px;
  margin: 0;
  color: var(--psy92-blue);
  font-size: 19px;
  line-height: 1.22;
}

.psy92-home-v2 .psy92-faq h2,
.psy92-home-v2 .psy92-faq .psy92-kicker {
  text-align: center;
}

.psy92-home-v2 .psy92-faq-item {
  margin-bottom: 12px;
  padding: 0;
}

.psy92-home-v2 .psy92-faq-item summary {
  cursor: pointer;
  padding: 20px 24px;
  color: var(--psy92-ink);
  font-weight: 800;
  list-style-position: outside;
}

.psy92-home-v2 .psy92-faq-item p {
  margin: 0;
  padding: 0 24px 22px;
  color: var(--psy92-muted);
}

.psy92-home-v2 .psy92-final-cta {
  background: var(--psy92-blue);
  color: #ffffff;
  text-align: center;
}

.psy92-home-v2 .psy92-final-cta h2 {
  margin-left: auto;
  margin-right: auto;
  color: #ffffff;
}

.psy92-home-v2 .psy92-final-cta p {
  max-width: 700px;
  margin: 0 auto 30px;
  color: rgba(255,255,255,.82);
}

@media (max-width: 980px) {
  .psy92-home-v2 .psy92-hero {
    min-height: auto;
    background: #ffffff;
  }

  .psy92-home-v2 .wp-block-columns {
    flex-wrap: wrap !important;
  }

  .psy92-home-v2 .wp-block-column {
    flex-basis: 100% !important;
    min-width: 0;
  }

  .psy92-home-v2 .psy92-proof-grid .wp-block-column {
    padding: 18px 0;
    border-left: 0;
    border-top: 1px solid rgba(255,255,255,.18);
  }

  .psy92-home-v2 .psy92-proof-grid .wp-block-column:first-child {
    border-top: 0;
    padding-top: 0;
  }

  .psy92-home-v2 .psy92-trust-list {
    grid-template-columns: 1fr;
  }

  .psy92-home-v2 .psy92-split-reverse {
    flex-direction: column;
  }
}

body.psy92-v2-active .et_pb_code_0_tb_footer {
  display: none !important;
}

body.psy92-v2-active .et_pb_column_0_tb_footer {
  display: none !important;
}

body.psy92-v2-active .et_pb_text_0_tb_footer {
  position: static !important;
  left: auto !important;
  right: auto !important;
  width: 100% !important;
  max-width: 720px !important;
  margin-left: auto !important;
  margin-right: auto !important;
  transform: none !important;
  text-align: center !important;
}

@media (max-width: 600px) {
  body.psy92-v2-active .entry-content > .psy92-home-v2 {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .psy92-home-v2 {
    font-size: 16px;
    overflow-x: hidden;
  }

  .psy92-home-v2 :where(.psy92-section) {
    padding: 48px 20px;
  }

  .psy92-home-v2 .psy92-hero {
    padding-top: 42px;
  }

  .psy92-home-v2 h1 {
    font-size: 34px;
    line-height: 1.08;
  }

  .psy92-home-v2 h2 {
    font-size: 28px;
    line-height: 1.14;
  }

  .psy92-home-v2 .psy92-lead,
  .psy92-home-v2 .psy92-section-intro {
    font-size: 18px;
  }

  .psy92-home-v2 .psy92-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .psy92-home-v2 .wp-block-button,
  .psy92-home-v2 .wp-block-button__link {
    width: 100%;
  }

  .psy92-home-v2 .psy92-portrait img {
    border-width: 8px;
  }

  .psy92-home-v2 .psy92-hero-note {
    width: calc(100% - 24px);
  }

  .psy92-home-v2 .psy92-book h3 {
    min-height: 0;
  }
}


body.psy92-v2-preview-active .post-password-form {
  max-width: 620px;
  margin: 80px auto;
  padding: 32px;
  border: 1px solid #dbe3e7;
  border-radius: 8px;
  background: #ffffff;
}

body.psy92-v2-preview-active .post-password-form input[type="password"] {
  width: min(100%, 340px);
  min-height: 44px;
  margin: 10px 8px 10px 0;
  padding: 8px 12px;
  border: 1px solid #b8c6cc;
  border-radius: 6px;
}

body.psy92-v2-preview-active .post-password-form input[type="submit"] {
  min-height: 44px;
  padding: 8px 16px;
  border: 0;
  border-radius: 6px;
  background: #2f4858;
  color: #ffffff;
  font-weight: 700;
}

/* Codex PSY92 V2 polish - 2026-05-29 */
body.psy92-v2-active > a[href*="doctolib.fr"] {
  display: none !important;
}

body.psy92-v2-active.psy92-v2-preview-unlocked > a[href*="doctolib.fr"],
body.psy92-v2-active.psy92-v2-live-active > a[href*="doctolib.fr"] {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  width: auto !important;
  min-width: 238px;
  max-width: calc(100vw - 32px);
  height: 42px !important;
  padding: 0 16px !important;
  right: 18px !important;
  bottom: 18px !important;
  border-radius: 6px !important;
  background: #0596DE !important;
  color: #ffffff !important;
  font-size: 14px !important;
  font-weight: 800 !important;
  line-height: 1.2 !important;
  text-decoration: none !important;
  box-shadow: 0 12px 28px rgba(5, 150, 222, .26);
  z-index: 9999 !important;
}

body.psy92-v2-active.psy92-v2-preview-unlocked > a[href*="doctolib.fr"]:hover,
body.psy92-v2-active.psy92-v2-preview-unlocked > a[href*="doctolib.fr"]:focus,
body.psy92-v2-active.psy92-v2-live-active > a[href*="doctolib.fr"]:hover,
body.psy92-v2-active.psy92-v2-live-active > a[href*="doctolib.fr"]:focus {
  background: #047FBD !important;
  color: #ffffff !important;
}

.psy92-home-v2 .psy92-btn-primary .wp-block-button__link[href*="doctolib.fr"] {
  border-color: #0596DE !important;
  background: #0596DE !important;
  color: #ffffff !important;
  box-shadow: 0 10px 22px rgba(5, 150, 222, .20);
}

.psy92-home-v2 .psy92-btn-primary .wp-block-button__link[href*="doctolib.fr"]:hover,
.psy92-home-v2 .psy92-btn-primary .wp-block-button__link[href*="doctolib.fr"]:focus {
  border-color: #047FBD !important;
  background: #047FBD !important;
  color: #ffffff !important;
}

body.psy92-v2-active #top-header {
  display: none !important;
}

body.psy92-v2-active #main-header {
  top: 0 !important;
  min-height: 86px !important;
  height: 86px !important;
  border-bottom: 1px solid rgba(20, 33, 43, .08);
  box-shadow: 0 8px 24px rgba(20, 33, 43, .06) !important;
}

body.psy92-v2-active #main-header .container {
  display: flex;
  align-items: center;
  width: min(100%, 1180px);
  height: 86px;
}

body.psy92-v2-active #logo {
  max-height: 58px !important;
  width: auto;
}

body.psy92-v2-active #et-top-navigation {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  min-height: 0;
  padding-top: 0 !important;
}

body.psy92-v2-active #top-menu > li > a {
  padding-bottom: 0 !important;
  color: #243743;
  font-size: 14px;
  font-weight: 700;
}

body.psy92-v2-active #page-container {
  padding-top: 86px !important;
}

body.psy92-v2-active .entry-title {
  display: none !important;
}

.psy92-home-v2 .psy92-hero {
  padding-top: clamp(38px, 4.4vw, 58px);
  padding-bottom: clamp(42px, 4.8vw, 64px);
}

.psy92-home-v2 .psy92-lead {
  max-width: 700px;
}

.psy92-home-v2 .psy92-trust-list li {
  min-height: 76px;
}

.psy92-home-v2 .psy92-reviews [data-src*="trustindex"] {
  display: none !important;
  min-height: 0;
  height: 0 !important;
  overflow: hidden !important;
}

.psy92-home-v2 .psy92-reviews > .ti-widget,
.psy92-home-v2 .psy92-reviews > .ti-widget-container,
.psy92-home-v2 .psy92-reviews > .ti-header,
.psy92-home-v2 .psy92-reviews > [class^="ti-"],
.psy92-home-v2 .psy92-reviews > [class*=" ti-"] {
  display: none !important;
  visibility: hidden !important;
  height: 0 !important;
  max-height: 0 !important;
  overflow: hidden !important;
}

.psy92-home-v2 .psy92-trustindex-mount {
  width: min(100%, var(--psy92-max)) !important;
  max-width: var(--psy92-max) !important;
  margin: 30px auto 0 !important;
  padding: 24px;
  border: 1px solid var(--psy92-line);
  border-radius: var(--psy92-radius);
  background: #ffffff;
  box-shadow: 0 16px 38px rgba(20, 33, 43, .08);
  text-align: left;
  overflow: hidden;
}

.psy92-home-v2 .psy92-reviews > .psy92-trustindex-mount {
  display: block !important;
  visibility: visible !important;
  height: auto !important;
  max-height: none !important;
  overflow: hidden !important;
}

.psy92-home-v2 .psy92-trustindex-mount.is-ready {
  min-height: 220px;
}

.psy92-home-v2 .psy92-trustindex-mount .ti-widget,
.psy92-home-v2 .psy92-trustindex-mount .ti-widget-container {
  display: block !important;
  visibility: visible !important;
  width: 100% !important;
  max-width: 100% !important;
  height: auto !important;
  opacity: 1 !important;
}

.psy92-home-v2 .psy92-trustindex-mount .ti-review-item {
  height: auto !important;
}

.psy92-home-v2 .psy92-trustindex-mount .ti-header {
  margin-bottom: 18px !important;
}

.psy92-home-v2 .psy92-review-fallback {
  display: grid;
  gap: 8px;
}

.psy92-home-v2 .psy92-review-fallback strong {
  color: var(--psy92-ink);
  font-size: 22px;
  line-height: 1.2;
}

.psy92-home-v2 .psy92-review-fallback span {
  color: var(--psy92-muted);
}

@media (max-width: 980px) {
  body.psy92-v2-active #main-header {
    top: 0 !important;
    min-height: 72px !important;
    height: 72px !important;
  }

  body.psy92-v2-active #main-header .container {
    width: 90%;
    height: 72px;
  }

  body.psy92-v2-active #logo {
    max-height: 42px !important;
  }

  body.psy92-v2-active #et-top-navigation {
    padding-top: 0 !important;
  }

  body.psy92-v2-active .mobile_menu_bar {
    padding-bottom: 0 !important;
  }

  body.psy92-v2-active #page-container {
    padding-top: 72px !important;
  }
}

@media (max-width: 600px) {
  .psy92-home-v2 :where(.psy92-section) {
    padding: 38px 20px;
  }

  .psy92-home-v2 .psy92-hero {
    padding-top: 32px;
    padding-bottom: 36px;
  }

  .psy92-home-v2 h1 {
    margin-bottom: 16px;
    font-size: 31px;
    line-height: 1.1;
  }

  .psy92-home-v2 h2 {
    margin-bottom: 14px;
    font-size: 26px;
  }

  .psy92-home-v2 .psy92-lead,
  .psy92-home-v2 .psy92-section-intro {
    margin-bottom: 22px;
    font-size: 17px;
    line-height: 1.52;
  }

  .psy92-home-v2 .psy92-actions {
    gap: 10px;
    margin-top: 20px;
  }

  .psy92-home-v2 .wp-block-button__link {
    min-height: 50px;
    padding: 13px 18px;
    white-space: normal;
  }

  .psy92-home-v2 .psy92-trust-list {
    gap: 8px;
    margin-top: 20px;
  }

  .psy92-home-v2 .psy92-trust-list li {
    min-height: 0;
    padding: 12px 14px;
  }

  .psy92-home-v2 .psy92-proof-band {
    padding-top: 26px;
    padding-bottom: 26px;
  }

  .psy92-home-v2 .psy92-card-grid,
  .psy92-home-v2 .psy92-book-grid {
    gap: 12px;
    margin-top: 14px;
  }

  .psy92-home-v2 .psy92-card,
  .psy92-home-v2 .psy92-method,
  .psy92-home-v2 .psy92-about-panel,
  .psy92-home-v2 .psy92-book {
    padding: 18px;
  }

  .psy92-home-v2 .psy92-book img {
    width: min(132px, 52%);
    margin-bottom: 14px;
  }

  .psy92-home-v2 .psy92-faq-item summary {
    padding: 17px 18px;
  }

  .psy92-home-v2 .psy92-faq-item p {
    padding: 0 18px 18px;
  }

  .psy92-home-v2 .psy92-trustindex-mount {
    margin-top: 22px !important;
    padding: 18px;
  }

  body.psy92-v2-active.psy92-v2-preview-unlocked > a[href*="doctolib.fr"],
body.psy92-v2-active.psy92-v2-live-active > a[href*="doctolib.fr"] {
    left: 16px !important;
    right: 16px !important;
    bottom: 14px !important;
    width: auto !important;
    min-width: 0;
    height: 46px !important;
  }

  body.psy92-v2-active.psy92-v2-preview-unlocked #page-container,
body.psy92-v2-active.psy92-v2-live-active #page-container {
    padding-bottom: 64px;
  }
}

/* Codex PSY92 V2 VR cleanup - 2026-05-31 */
.psy92-home-v2 .psy92-card-grid-2 {
  justify-content: center;
}

.psy92-home-v2 .psy92-card-grid-2 > .wp-block-column {
  max-width: 430px;
}

.psy92-home-v2 .psy92-book-grid-single {
  justify-content: center;
}

.psy92-home-v2 .psy92-book-grid-single > .wp-block-column {
  max-width: 360px;
  margin-left: auto;
  margin-right: auto;
}

.psy92-home-v2 .psy92-book-grid-single .psy92-book h3 {
  min-height: 0;
}
