/* Homeopati.se v4.8.2.40-r1: verified .39-r2 presentation refinement. */
body.studio-page .boericke-depth,
body.landing-page .result-preview-reading {
  background: #fff !important;
  border-top: 1px solid var(--if-border, #c5d1cf);
}

body.studio-page .boericke-depth > summary,
body.landing-page .result-preview-reading > summary {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  gap: 10px;
  min-height: 44px;
  padding: 11px 8px 11px 4px;
  color: var(--if-ink, #17344a);
  background: #fff;
  list-style: none;
  cursor: pointer;
}

body.studio-page .boericke-depth > summary::-webkit-details-marker,
body.landing-page .result-preview-reading > summary::-webkit-details-marker {
  display: none;
}

body.studio-page .boericke-depth > summary::before,
body.landing-page .result-preview-reading > summary::before {
  content: "";
  box-sizing: border-box;
  flex: 0 0 7px;
  width: 7px;
  height: 7px;
  border-right: 1.5px solid currentColor;
  border-bottom: 1.5px solid currentColor;
  transform: rotate(-45deg);
  transition: transform 120ms ease;
}

body.studio-page .boericke-depth[open] > summary::before,
body.landing-page .result-preview-reading[open] > summary::before {
  transform: rotate(45deg);
}

body.studio-page .boericke-depth > summary:focus-visible,
body.landing-page .result-preview-reading > summary:focus-visible {
  outline: 2px solid var(--if-action, #4f7e78);
  outline-offset: 2px;
}

@media (hover: hover) {
  body.studio-page .boericke-depth > summary:hover,
  body.landing-page .result-preview-reading > summary:hover {
    background: #f7fafa;
  }
}

body.studio-page .result-data-basis {
  background: #fafcfc !important;
  border-left: 3px solid var(--if-border, #c5d1cf);
}

@media (prefers-reduced-motion: reduce) {
  body.studio-page .boericke-depth > summary::before,
  body.landing-page .result-preview-reading > summary::before {
    transition: none;
  }
}

.site-release { margin: 0; text-align: center; font-size: 12px; line-height: 1.5; }
.site-release a { font-size: 12px; display: inline-flex; align-items: center; min-height: 44px; padding: 4px 6px; color: #405b68; text-underline-offset: 3px; }
.site-release a:focus-visible { outline: 2px solid #4f7e78; outline-offset: 2px; }
.version-page { max-width: 760px; margin: 40px auto; padding: 0 20px; }
.version-page dl { display: grid; grid-template-columns: minmax(110px, 1fr) minmax(0, 2fr); gap: 12px; }
.version-page dt { font-weight: 700; }
.version-page dd { margin: 0; overflow-wrap: anywhere; }
@media (max-width: 480px) { .version-page dl { grid-template-columns: 1fr; gap: 6px; } .version-page dd { margin-bottom: 12px; } }
