/* Dante Testa <https://dantetesta.com.br> — 2026-09-09 13:50 -0300. */
.gcep-drive-embed{display:block;margin:24px 0;max-width:100%;min-width:0;border:1px solid #dbe2ec;border-radius:12px;overflow:hidden;background:#f8fafc}
.gcep-drive-embed>iframe{height:var(--gcep-drive-height,600px);background:#fff}
.gcep-drive-embed>figcaption{display:block;padding:12px 16px;font:14px/1.6 system-ui,sans-serif;overflow-wrap:anywhere;color:#475569;background:#f8fafc}
.gcep-drive-embed>figcaption>a{color:#1d4ed8;text-decoration:underline}
/* Dante Testa <https://dantetesta.com.br> — 2026-09-09 14:25 -0300: ícone centralizado junto ao texto. */
.gcep-drive-button{display:inline-flex!important;align-items:center;justify-content:center;gap:6px;vertical-align:top}
.gcep-drive-button .gcep-drive-button-icon{display:block;flex:0 0 18px;width:18px;height:18px;margin:0;padding:0}
.gcep-drive-dialog{box-sizing:border-box;position:fixed;inset:0;width:calc(100% - 24px);max-width:900px;max-height:calc(100dvh - 32px);margin:auto;padding:24px;border:1px solid #dbe2ec;border-radius:16px;color:#1e293b;background:#fff;overflow:auto;box-shadow:0 24px 70px #0f172a40;font:15px/1.6 system-ui,sans-serif;z-index:100050}
.gcep-drive-dialog::backdrop{background:#0f172a99}
.gcep-drive-dialog *{box-sizing:border-box}
.gcep-drive-dialog-heading{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;margin-bottom:20px}
.gcep-drive-dialog h2{font-size:24px;font-weight:750;line-height:1.3;margin:0 0 8px}
.gcep-drive-dialog p{margin:8px 0 16px}
.gcep-drive-dialog label{display:block;font-weight:650;margin:12px 0 6px}
.gcep-drive-dialog input,.gcep-drive-dialog select{display:block;width:100%;min-width:0;min-height:44px;border:1px solid #94a3b8;border-radius:8px;padding:10px 12px;font:inherit;color:#1e293b;background:#fff}
.gcep-drive-dialog input:focus-visible,.gcep-drive-dialog select:focus-visible,.gcep-drive-dialog button:focus-visible{outline:3px solid #2563eb;outline-offset:2px}
.gcep-drive-dialog .gcep-drive-help{font-size:13px;color:#64748b;line-height:1.6}
.gcep-drive-fields{display:grid;grid-template-columns:minmax(0,1fr);gap:4px 20px}
.gcep-drive-actions{display:flex;gap:10px;flex-wrap:wrap;margin-top:20px}
.gcep-drive-dialog .button,.gcep-drive-close{min-height:44px;min-width:44px;border:1px solid #cbd5e1;border-radius:8px;padding:9px 16px;background:#fff;color:#1e293b;cursor:pointer;font:600 14px/1.5 system-ui,sans-serif}
.gcep-drive-dialog .button-primary{background:#1d4ed8;color:#fff;border-color:#1d4ed8}
.gcep-drive-dialog .button:disabled{opacity:.5;cursor:not-allowed}
.gcep-drive-close{font-size:26px;padding:0;flex-shrink:0}
.gcep-drive-dialog [hidden]{display:none!important}
.gcep-drive-dialog .gcep-drive-preview{margin:18px 0;min-width:0}
.gcep-drive-dialog .gcep-drive-embed{margin:0}
#gcep-drive-feedback{color:#475569}
#gcep-drive-feedback.is-error{color:#b91c1c}
@media(min-width:640px){.gcep-drive-fields{grid-template-columns:minmax(0,1fr) 240px}.gcep-drive-dialog{padding:28px}}
