/* Medical disclaimer footer */

.disclaimer-footer {
  margin: 32px -22px 0;
  padding: 0;
  background: #1C1816;
  color: #D9CFC0;
  /* Reach edge-to-edge inside the phase padding */
}
.df-toggle {
  width: 100%;
  background: transparent;
  border: none;
  color: inherit;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 14px 22px;
  cursor: pointer;
  font-family: var(--sans);
  font-size: 12px;
  line-height: 1.4;
  text-align: left;
  border-top: 2px solid var(--terra);
}
.df-mark {
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: var(--terra);
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.df-line {
  flex: 1;
  color: #E8DFCF;
}
.df-line strong {
  color: #fff;
  font-weight: 600;
}
.df-chev {
  color: #8A8079;
  font-size: 13px;
  transition: transform 200ms ease;
}
.df-chev.open { transform: rotate(180deg); }

.df-body {
  padding: 4px 22px 20px;
  font-family: var(--sans);
  font-size: 12px;
  line-height: 1.55;
  color: #B4AB9C;
}
.df-body p { margin: 0 0 10px; }
.df-body strong { color: #E8DFCF; font-weight: 600; }
.df-credit {
  margin-top: 16px !important;
  padding-top: 12px;
  border-top: 1px solid #2E2926;
  font-size: 11px;
  color: #8A8079;
  letter-spacing: 0.04em;
}

/* Make phases have room above the bottom presenter bar */
.app { padding-bottom: 0; }

/* When the bottom presenter bar is showing, leave more room above the footer */
.phase { position: relative; }

@media (min-width: 600px) {
  .disclaimer-footer { margin-left: -32px; margin-right: -32px; }
  .df-toggle { padding-left: 32px; padding-right: 32px; }
  .df-body { padding-left: 32px; padding-right: 32px; }
}
