.thce-reader-minimize {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  gap: 0.3rem;
  min-height: 44px !important;
  padding: 0.5rem 0.75rem !important;
  margin-left: auto !important;
  border: 1px solid currentColor !important;
  border-radius: 6px !important;
  background: transparent !important;
  color: inherit !important;
  font: 600 15px/1.25 system-ui, sans-serif !important;
  cursor: pointer;
}
html body .thce-reader-compact {
  box-sizing: border-box !important;
  position: fixed !important;
  right: max(10px, env(safe-area-inset-right)) !important;
  bottom: max(12px, env(safe-area-inset-bottom)) !important;
  z-index: 99999 !important;
  display: flex !important;
  align-items: center !important;
  flex-wrap: nowrap !important;
  gap: 6px !important;
  width: max-content !important;
  max-width: calc(100vw - 20px) !important;
  padding: 7px !important;
  border: 1px solid #b9d4eb !important;
  border-radius: 12px !important;
  background: #fff !important;
  color: #0b4d86 !important;
  box-shadow: 0 4px 18px rgb(16 38 58 / 18%) !important;
  font: 600 14px/1.3 system-ui, sans-serif !important;
}
html body .thce-reader-compact[hidden] { display: none !important; }
html body .thce-reader-compact__brand {
  color: #0b4d86 !important;
  font: 750 12px/1 system-ui, sans-serif !important;
  padding: 0 2px !important;
}
html body .thce-reader-compact button {
  box-sizing: border-box !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  flex: 0 1 auto !important;
  min-width: 44px !important;
  min-height: 44px !important;
  margin: 0 !important;
  padding: 8px !important;
  border: 1px solid #b9d4eb !important;
  border-radius: 7px !important;
  background: #edf6fc !important;
  color: #0b4d86 !important;
  font: 650 14px/1.2 system-ui, sans-serif !important;
  letter-spacing: normal !important;
  text-transform: none !important;
  white-space: nowrap !important;
  cursor: pointer;
}
html body .thce-reader-compact button:disabled { opacity: 0.5; cursor: default; }
html body .thce-reader-compact button:focus-visible,
.thce-reader-minimize:focus-visible { outline: 3px solid #e8a400 !important; outline-offset: 2px; }
@media print { html body .thce-reader-compact, .thce-reader-minimize { display: none !important; } }
