.knse-export { margin-block: 2rem; padding-block: 1.5rem; border-top: 1px solid currentColor; }
.knse-export h2 { margin-top: 0; }
.knse-export fieldset { border: 0; margin: 0; padding: 0; min-width: 0; }
.knse-export label { display: block; font-weight: 600; margin-bottom: .4rem; }
.knse-export input, .knse-export select { width: 100%; max-width: 100%; min-height: 44px; padding: .6rem; font: inherit; color: inherit; background: #fff; border: 1px solid #777; border-radius: 0; }
.knse-export-fields { display: grid; grid-template-columns: minmax(9rem, 1fr) minmax(0, 2fr); gap: 1rem; }
.knse-export-summary, .knse-export-note, .knse-export-status { overflow-wrap: anywhere; }
.knse-export-summary { margin-block: 1rem 1.5rem; }
.knse-export-note { margin-block: 1rem; font-size: .9em; }
.knse-export-status:empty { display: none; }
.knse-export-honey { position: absolute; left: -10000px; width: 1px; height: 1px; overflow: hidden; }
.knse-export [hidden] { display: none !important; }
.knse-export button:disabled { cursor: wait; opacity: .7; }
.knse-export :focus-visible { outline: 2px solid currentColor; outline-offset: 3px; }
@media (max-width: 540px) { .knse-export-fields { grid-template-columns: 1fr; } }
