.stork-wrapper{margin-top:.5rem;margin-bottom:.5rem}.stork-input-wrapper{display:flex;flex-direction:row;flex-wrap:wrap}input.stork-input{border:.075rem solid #bfbfbf;border-radius:.2rem;box-sizing:border-box;background-color:#fff;background-color:var(--background-color);color:#000;color:var(--text-color);font-family:raleway,serif;padding:.5rem;flex-grow:1}input.stork-input:active,input.stork-input:focus{box-shadow:0 0 5px rgba(54,226,129,.7);border-color:#36e281}.stork-close-button{border:.075rem solid #bfbfbf;border-radius:.2rem;background-color:#fff;background-color:var(--background-color);color:#000;color:var(--text-color);font-family:raleway,serif;padding:.5rem;padding-left:1.5rem;padding-right:1.5rem;border-left:none;border-top-left-radius:0;border-bottom-left-radius:0}.stork-output-visible{border:.075rem solid #bfbfbf;border-radius:.2rem;border-top:none}.stork-result,.stork-message,.stork-attribution{padding:.5rem 1rem}.stork-message:not(:last-child),.stork-result{border-bottom:.075rem solid #bfbfbf}.stork-results{margin:0;padding:0}.stork-result{list-style:none}.stork-result.selected{background-color:#f0f0f0;background-color:var(--code-color)}.stork-result a:hover{color:#000;color:var(--text-color)}.stork-title p,.stork-excerpt p{margin:0}.stork-excerpt{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.stork-title{font-family:lora,serif;font-size:1.4rem;text-align:left;width:100%}.stork-highlight{background-color:#bcf5d5}