/* frontend/shared/css/citation-mini-widget.css
   Styling for CitationMiniWidget (frontend/shared/js/citation-mini-widget.js).
   Expects Bibloq's own --p/--ph/--pl/--dk/--dk2/--border tokens to already
   be defined on :root by the page that includes this stylesheet. */
.cmw{background:#fff;border:1.5px solid var(--border,#e2e8f0);border-radius:14px;padding:28px;box-shadow:0 1px 4px rgba(0,0,0,.06),0 8px 28px rgba(0,0,0,.05)}
.cmw-field{margin-bottom:16px}
.cmw-label{display:block;font-size:.82rem;font-weight:700;color:var(--dk,#0c1a2e);margin-bottom:6px}
.cmw-input{width:100%;padding:10px 12px;border:1.5px solid var(--border,#e2e8f0);border-radius:8px;font-size:.92rem;font-family:inherit;color:var(--dk,#0c1a2e)}
.cmw-input:focus{outline:none;border-color:var(--p,#0ea5e9)}
.cmw-authors{display:flex;flex-direction:column;gap:8px;margin-bottom:8px}
.cmw-author-row{display:flex;gap:8px;align-items:center}
.cmw-author-row .cmw-input{flex:1}
.cmw-author-rm{background:none;border:1.5px solid var(--border,#e2e8f0);color:#94a3b8;width:34px;height:34px;flex-shrink:0;border-radius:8px;font-size:1.1rem;cursor:pointer;line-height:1}
.cmw-author-rm:hover{border-color:#ef4444;color:#ef4444}
.cmw-add-author{background:none;border:none;color:var(--p,#0ea5e9);font-size:.84rem;font-weight:700;cursor:pointer;padding:4px 0}
.cmw-add-author:hover{color:var(--ph,#0284c7);text-decoration:underline}
.cmw-dynamic{margin-bottom:4px}
.cmw-generate{width:100%;background:var(--p,#0ea5e9);color:#fff;border:none;padding:13px;border-radius:9px;font-weight:800;font-size:.98rem;cursor:pointer;margin-top:6px}
.cmw-generate:hover{background:var(--ph,#0284c7)}
.cmw-output{margin-top:22px;padding-top:20px;border-top:1.5px solid var(--border,#e2e8f0)}
.cmw-output-zone{background:var(--pl,#e0f2fe);border-radius:10px;padding:16px 18px;margin-bottom:12px;position:relative}
.cmw-output-label{display:block;font-size:.72rem;font-weight:800;text-transform:uppercase;letter-spacing:.05em;color:var(--ph,#0284c7);margin-bottom:8px}
.cmw-output-text{font-family:Georgia,serif;font-size:.94rem;line-height:1.65;color:var(--dk,#0c1a2e);padding-right:70px}
.cmw-copy{position:absolute;top:14px;right:14px;background:#fff;border:1.5px solid var(--border,#e2e8f0);color:var(--dk,#0c1a2e);font-size:.78rem;font-weight:700;padding:5px 12px;border-radius:7px;cursor:pointer}
.cmw-copy:hover{border-color:var(--p,#0ea5e9);color:var(--p,#0ea5e9)}
.cmw-upgrade{font-size:.84rem;color:var(--gray,#6b7280);margin:18px 0 0;text-align:center}
.cmw-upgrade a{color:var(--p,#0ea5e9);font-weight:700}
@media(max-width:480px){.cmw{padding:20px}.cmw-output-text{padding-right:0;padding-bottom:36px}.cmw-copy{top:auto;bottom:14px;right:14px}}
