/* Reader UX — pros de santé */

.od-trust-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.35rem 0.65rem;
  margin: 0.75rem 0 1rem;
  font-family: var(--md-sans);
  font-size: 0.8125rem;
  line-height: 1.4;
  color: var(--md-muted);
}

.od-trust-row__badge {
  display: inline-flex;
  align-items: center;
  padding: 0.2rem 0.55rem;
  border-radius: 999px;
  font-weight: 600;
  letter-spacing: 0.01em;
}

.od-trust-row__badge--pro {
  background: #edf7ed;
  color: #1a5c1a;
  border: 1px solid #c8e6c9;
}

.od-trust-row__item--fresh {
  color: #1a8917;
  font-weight: 600;
}

.od-trust-row__item--evidence {
  font-style: italic;
}

.od-reader-toolbar {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
  margin: 0.85rem 0 1.25rem;
}

.od-share-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.125rem;
  padding: 0.35rem 0.85rem;
  border-radius: 999px;
  border: 1px solid var(--md-border);
  background: #fff;
  color: var(--md-text-strong) !important;
  font-family: var(--md-sans);
  font-size: 0.8125rem;
  font-weight: 600;
  text-decoration: none !important;
  cursor: pointer;
  transition: background 0.15s ease, border-color 0.15s ease;
}

.od-share-btn:hover {
  background: #fafafa;
  border-color: #ccc;
}

.od-share-btn.is-active,
.od-share-btn.is-active:hover {
  background: #edf7ed;
  border-color: #1a8917;
  color: #1a5c1a !important;
}

.od-toc {
  margin: 0 0 2rem;
  padding: 1rem 1.1rem;
  border: 1px solid var(--md-border);
  border-radius: 10px;
  background: #fafafa;
  font-family: var(--md-sans);
}

.od-toc__title {
  margin: 0 0 0.65rem;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--md-muted);
}

.od-toc__list {
  margin: 0;
  padding-left: 1.1rem;
}

.od-toc__item {
  margin: 0.35rem 0;
  font-size: 0.9375rem;
  line-height: 1.35;
}

.od-toc__item--h3 {
  margin-left: 0.75rem;
  font-size: 0.875rem;
}

.od-toc__item a {
  color: var(--md-text) !important;
  text-decoration: none !important;
}

.od-toc__item a:hover {
  color: var(--md-accent) !important;
}

.od-cabinet-note {
  margin: 2rem 0;
  padding: 1.1rem 1.25rem;
  border-left: 4px solid #1a8917;
  border-radius: 0 10px 10px 0;
  background: #f6fbf6;
  font-family: var(--md-sans);
}

.od-cabinet-note__label {
  margin: 0 0 0.55rem;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #1a5c1a;
}

.od-cabinet-note__body {
  font-size: 0.9375rem;
  line-height: 1.55;
  color: var(--md-text);
}

.od-cabinet-note__body ul,
.od-cabinet-note__body ol {
  margin: 0.35rem 0 0;
  padding-left: 1.2rem;
}

.od-related {
  margin: 2.5rem 0 0;
  padding-top: 2rem;
  border-top: 1px solid var(--md-border);
  font-family: var(--md-sans);
}

.od-related__title {
  margin: 0 0 1rem;
  font-size: 1.125rem;
  font-weight: 700;
  color: var(--md-text-strong);
}

.od-related__list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.od-related__item + .od-related__item {
  margin-top: 0.85rem;
}

.od-related__link {
  display: block;
  text-decoration: none !important;
  color: inherit !important;
}

.od-related__post-title {
  display: block;
  font-weight: 600;
  color: var(--md-text-strong);
}

.od-related__excerpt {
  display: block;
  margin-top: 0.2rem;
  font-size: 0.875rem;
  color: var(--md-muted);
  line-height: 1.45;
}

.od-related__guide {
  margin: 1.25rem 0 0;
  font-size: 0.9375rem;
}

.od-related__guide a {
  font-weight: 600;
  color: var(--md-accent) !important;
}

.od-formation-hint {
  margin: 2rem 0 0;
}

/* IINMS spotlight — style feed blog Medium */
.od-iinms-spotlight {
  margin: 0;
  padding: 0;
  font-family: var(--md-sans);
  color: var(--md-text);
}

.od-iinms-spotlight--compact {
  padding: 0;
}

.od-iinms-spotlight__slides {
  position: relative;
}

.od-iinms-spotlight__slide {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.35s ease;
  pointer-events: none;
}

.od-iinms-spotlight__slide.is-active {
  position: relative;
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  z-index: 1;
}

.od-iinms-spotlight__layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 100px;
  grid-template-areas:
    "title thumb"
    "meta thumb"
    "cta thumb";
  column-gap: 12px;
  row-gap: 2px;
  align-items: start;
}

.od-iinms-spotlight__image {
  grid-area: thumb;
  display: block;
  width: 100px;
  border-radius: 2px;
  overflow: hidden;
  align-self: stretch;
}

.od-iinms-spotlight__image img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  object-position: center;
}

.od-iinms-spotlight__body {
  display: contents;
}

.od-iinms-spotlight__label {
  grid-column: 1 / -1;
  margin: 0 0 4px;
  font-family: var(--md-sans);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--md-muted);
}

.od-iinms-spotlight__meta {
  grid-area: meta;
  margin: 0;
  font-family: var(--md-sans);
  font-size: 13px;
  font-weight: 500;
  color: var(--md-muted);
}

.od-iinms-spotlight__title {
  grid-area: title;
  margin: 0;
}

.od-iinms-spotlight__title a {
  font-family: var(--md-sans);
  font-size: 18px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -0.02em;
  color: var(--md-text-strong);
  text-decoration: none;
}

.od-iinms-spotlight__title a:hover {
  color: var(--md-text);
}

.od-iinms-spotlight__excerpt {
  grid-column: 1 / -1;
  margin: 4px 0 0;
  font-family: var(--md-sans);
  font-size: 15px;
  line-height: 1.45;
  color: var(--md-muted);
}

.od-iinms-spotlight__cta {
  grid-area: cta;
  margin: 2px 0 0;
  font-family: var(--md-sans);
  font-size: 13px;
  font-weight: 500;
  color: var(--md-text-strong);
  text-decoration: none;
}

.od-iinms-spotlight__cta:hover {
  opacity: 0.75;
}

.od-iinms-spotlight__dot {
  width: 6px;
  height: 6px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: #d1d1d1;
  cursor: pointer;
}

.od-iinms-spotlight__dot.is-active {
  background: var(--md-text-strong);
}

.od-iinms-spotlight__nav {
  display: flex;
  justify-content: flex-start;
  gap: 5px;
  margin-top: 6px;
}

.od-iinms-spotlight__catalog {
  margin: 6px 0 0;
  font-family: var(--md-sans);
  font-size: 13px;
}

.od-iinms-spotlight__catalog a {
  font-weight: 500;
  color: var(--md-text-strong) !important;
  text-decoration: underline;
}

.od-iinms-spotlight--compact .od-iinms-spotlight__layout {
  grid-template-columns: minmax(0, 1fr) 88px;
  column-gap: 10px;
  row-gap: 1px;
}

.od-iinms-spotlight--compact .od-iinms-spotlight__image {
  width: 88px;
}

.od-iinms-spotlight--compact .od-iinms-spotlight__title a {
  font-size: 16px;
  line-height: 1.25;
}

.od-iinms-spotlight--compact .od-iinms-spotlight__meta {
  font-size: 12px;
}

.od-iinms-spotlight--compact .od-iinms-spotlight__cta {
  font-size: 12px;
  margin-top: 0;
}

.od-iinms-spotlight--compact .od-iinms-spotlight__nav {
  margin-top: 4px;
}

@media (max-width: 767px) {
  .od-iinms-spotlight--compact .od-iinms-spotlight__layout {
    grid-template-columns: minmax(0, 1fr) 72px;
  }

  .od-iinms-spotlight--compact .od-iinms-spotlight__image {
    width: 72px;
  }

  .od-iinms-spotlight--compact .od-iinms-spotlight__title a {
    font-size: 15px;
  }
}

.od-iinms-formations {
  margin: 0;
  font-family: var(--md-sans);
}

.od-iinms-formations__heading {
  margin: 0 0 0.5rem;
  font-size: 0.875rem;
  color: var(--md-muted);
}

.od-iinms-formations__list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.od-iinms-formations__item {
  margin: 0 0 0.85rem;
  padding: 0 0 0.85rem;
  border-bottom: 1px solid var(--md-border);
}

.od-iinms-formations__item:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0;
}

.od-iinms-formations__title {
  display: block;
  font-size: 0.9375rem;
  font-weight: 600;
  line-height: 1.4;
  color: var(--md-text) !important;
  text-decoration: none;
}

.od-iinms-formations__title:hover {
  color: var(--md-accent) !important;
}

.od-iinms-formations__meta {
  margin: 0.25rem 0 0;
  font-size: 0.8125rem;
  color: var(--md-muted);
}

.od-iinms-formations__catalog {
  margin: 0.75rem 0 0;
  font-size: 0.875rem;
}

.od-iinms-formations__catalog a {
  font-weight: 600;
  color: var(--md-accent) !important;
}

.od-cta-pro__block--formation .od-iinms-formations__item {
  padding-bottom: 0.65rem;
  margin-bottom: 0.65rem;
}

.od-iinms-formations--page .od-iinms-formations__item {
  padding: 0.85rem 0;
}

.od-iinms-formations__empty {
  font-family: var(--md-sans);
  font-size: 0.9375rem;
  color: var(--md-muted);
}

.od-guide-hub {
  max-width: var(--md-content);
  margin: 0 auto;
}

.od-guide-hub .md-lede {
  font-size: 1.125rem;
  line-height: 1.6;
  margin-bottom: 1.5rem;
}

.od-guide-hub__featured {
  margin: 0 0 2rem;
  padding: 1.25rem;
  border: 1px solid var(--md-border);
  border-radius: 12px;
  background: #fafafa;
}

.od-guide-hub__featured-label {
  margin: 0 0 0.5rem;
  font-family: var(--md-sans);
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--md-muted);
}

.od-guide-hub__list ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.od-guide-hub__list li {
  margin: 0 0 1.25rem;
  padding-bottom: 1.25rem;
  border-bottom: 1px solid var(--md-border);
  font-family: var(--md-sans);
  list-style: none;
}

.od-guide-hub__excerpt {
  margin: 0.35rem 0 0;
  font-size: 0.9375rem;
  line-height: 1.55;
  color: var(--md-muted);
}

.od-guide-hub__item-link {
  color: var(--md-text-strong) !important;
  text-decoration: none !important;
}

.od-guide-hub__item-link:hover strong {
  color: var(--md-accent);
}

.od-guide-hub__list ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.od-guide-hub__list li:last-child {
  border-bottom: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}

.od-guide-hub__filters {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin: 0 0 1.5rem;
}

.od-guide-hub__filter {
  display: inline-flex;
  padding: 0.35rem 0.75rem;
  border-radius: 999px;
  border: 1px solid var(--md-border);
  font-family: var(--md-sans);
  font-size: 0.8125rem;
  font-weight: 600;
  color: var(--md-text) !important;
  text-decoration: none !important;
}

.od-guide-hub__filter.is-active,
.od-guide-hub__filter:hover {
  border-color: var(--md-accent);
  color: var(--md-accent) !important;
}

.od-search-filters {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  align-items: center;
  margin: 0 0 1.75rem;
  padding: 1rem;
  border: 1px solid var(--md-border);
  border-radius: 10px;
  background: #fafafa;
  font-family: var(--md-sans);
}

.od-search-filters__field input,
.od-search-filters__select-wrap select {
  min-height: 2.5rem;
  padding: 0.45rem 0.75rem;
  border: 1px solid var(--md-border);
  border-radius: 8px;
  font: inherit;
  background: #fff;
}

.od-search-filters__field input {
  min-width: min(100%, 18rem);
}

.od-search-filters__submit {
  min-height: 2.5rem;
  padding: 0.45rem 1rem;
  border: 0;
  border-radius: 999px;
  background: var(--md-accent);
  color: #fff !important;
  font: inherit;
  font-weight: 600;
  cursor: pointer;
}

.od-nl-paywall__preview-teaser {
  margin: 0 0 1rem;
  padding: 0.85rem 1rem;
  border-left: 3px solid var(--md-accent);
  background: #f6fbf6;
  font-family: var(--md-sans);
  font-size: 0.9375rem;
  line-height: 1.55;
  color: var(--md-text);
}

.od-nl-paywall__preview-teaser em {
  display: block;
  margin-top: 0.35rem;
  font-size: 0.8125rem;
  font-style: normal;
  color: var(--md-muted);
}

@media (min-width: 992px) {
  body.orthodiet-medium.single .od-toc {
    margin-bottom: 2rem;
  }
}

@media (max-width: 767px) {
  .od-reader-toolbar {
    gap: 0.35rem;
  }

  .od-share-btn {
    font-size: 0.75rem;
    padding: 0.3rem 0.65rem;
  }

  .od-trust-row {
    font-size: 0.75rem;
  }
}
