#ozonResearch { margin: 16px 0; padding: 16px; border: 1px solid #d9e1eb; border-radius: 6px; background: #fff; color: #172033; font-size: 13px; line-height: 1.6; }
#ozonResearch .ozon-research-head, #ozonResearch .ozon-research-run-head { display: flex; justify-content: space-between; flex-wrap: wrap; gap: 8px; }
#ozonResearch h4 { margin: 0; font-size: 16px; }
#ozonResearch h5 { font-size: 14px; margin: 18px 0 8px; }
#ozonResearch p { margin: 8px 0; max-width: 90ch; white-space: pre-wrap; overflow-wrap: anywhere; }
#ozonResearch .ozon-research-help, #ozonResearch small, #ozonResearch .ozon-research-head span { color: #526071; }
#ozonResearch small { display: block; font-size: 12px; }
#ozonResearch .ozon-research-toolbar { display: flex; align-items: end; flex-wrap: wrap; gap: 8px; margin: 10px 0; }
#ozonResearch label { display: flex; flex-direction: column; gap: 4px; }
#ozonResearch input, #ozonResearch select, #ozonResearch textarea { border: 1px solid #aebdcd; border-radius: 4px; background: #fff; color: #172033; font: inherit; padding: 6px 8px; max-width: 100%; min-width: 0; }
#ozonResearch textarea { width: 100%; resize: vertical; min-height: 64px; }
#ozonResearch input::placeholder, #ozonResearch textarea::placeholder { color: #596779; }
#ozonResearch [data-research="history"] { width: 100%; }
#ozonResearch details { border-top: 1px solid #e1e6ee; padding: 10px 0; margin-top: 12px; }
#ozonResearch summary { cursor: pointer; color: #234d79; }
#ozonResearch a { color: #075caa; text-underline-offset: 3px; }
#ozonResearch pre { white-space: pre-wrap; max-height: 280px; overflow: auto; font: inherit; background: #f5f7fa; padding: 10px; }
#ozonResearch li { margin-bottom: 10px; overflow-wrap: anywhere; }
#ozonResearch blockquote { margin: 8px 0; padding: 8px; background: #f5f7fa; }
#ozonResearch .is-error { color: #a62626; }
#ozonResearch :focus-visible { outline: 2px solid #1765bd; outline-offset: 2px; }
#ozonResearch [hidden] { display: none !important; }
@media (max-width: 700px) { #ozonResearch { padding: 12px; } #ozonResearch .ozon-research-toolbar label { flex: 1 1 130px; } #ozonResearch .ozon-research-toolbar button { min-height: 36px; } }
