/* NLW Tools: the parts of the request form the design does not draw (the theme's CSS draws the
   form itself from the home design), and the editor placeholders. Brand values, with fallbacks. */
.nlw-qf-hp { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }
.nlw-qf-err { display: block; margin-top: 6px; font: 600 14px/1.4 "Lato", system-ui, sans-serif; color: #B42318; }
.nlw-qf-err:empty { display: none; }
.nlw-qf [aria-invalid="true"] { border-color: #B42318; }
.nlw-qf-opt { font-weight: 400; color: var(--muted, #555555); }
.nlw-qf-hint { display: block; margin-top: 6px; font-size: 14px; color: var(--muted, #555555); }
.nlw-qf input[type="file"] { padding: 10px; font-size: 15px; }
.nlw-qf-status { display: none; margin: 16px 0 0; padding: 12px 14px; border-left: 4px solid var(--gold, #C8AC48); background: var(--gold-tint, #F6F1DF); font: 700 15px/1.5 "Lato", system-ui, sans-serif; color: var(--ink, #0F172A); }
.nlw-qf-status.is-shown { display: block; }
.nlw-qf button[disabled] { opacity: .6; cursor: progress; }
.nlw-tool-placeholder { padding: 24px; border: 2px dashed var(--gold, #C8AC48); background: #fff; color: #0F172A; }
.nlw-tool-placeholder p { margin: 8px 0 0; }
