/* V2_gconect_regioes.css */
.gr-local { margin:0 0 18px; padding:14px 16px; border:1px solid #d9e7f4; border-radius:16px; background:#fff; color:#16334d; }
.gr-local summary { cursor:pointer; display:flex; align-items:center; justify-content:space-between; gap:14px; list-style:none; }
.gr-local summary::-webkit-details-marker { display:none; }
.gr-local summary strong { display:block; font-size:1rem; overflow-wrap:anywhere; }
.gr-local summary small { display:block; color:#64748b; margin-top:3px; font-size:.78rem; }
.gr-local summary span:last-child { color:#0b5cab; font-size:.82rem; flex-shrink:0; }
.gr-local[open] summary { padding-bottom:13px; border-bottom:1px solid #e4edf5; }
.gr-opcoes { display:grid; gap:7px; margin-top:12px; }
.gr-opcoes button { text-align:left; border:1px solid #e0eaf2; border-radius:11px; background:#f8fbff; padding:11px 12px; font:inherit; color:#16334d; cursor:pointer; min-height:44px; }
.gr-opcoes button[aria-pressed="true"] { border-color:#0b5cab; background:#eaf4ff; }
.gr-opcoes button small { display:block; color:#64748b; font-size:.78rem; margin-top:2px; }
.gr-local input[type="search"] { width:100%; box-sizing:border-box; border:1px solid #cbdbea; border-radius:10px; padding:12px; font:inherit; margin-top:12px; }
.gr-lista { max-height:280px; overflow:auto; }
.gr-local [hidden], .gr-opcoes [hidden] { display:none!important; }
.gr-local p { font-size:.79rem; color:#64748b; line-height:1.5; margin-bottom:0; }
.gr-local button:focus-visible, .gr-local summary:focus-visible { outline:3px solid #67b6ff; outline-offset:3px; }
.gr-admin { display:grid; gap:18px; }
.gr-admin-lista { display:grid; grid-template-columns:repeat(auto-fit,minmax(min(260px,100%),1fr)); gap:12px; }
.gr-admin-lista p { margin:8px 0; }
.gr-form { display:grid; gap:12px; max-width:760px; }
.gr-form label { display:grid; gap:6px; font-weight:600; }
.gr-form input,.gr-form select,.gr-form textarea { width:100%; min-width:0; box-sizing:border-box; padding:11px 12px; border:1px solid #cbdbea; border-radius:10px; font:inherit; background:#fff; color:#16334d; }
.gr-form .gr-check { display:flex; align-items:center; font-weight:500; }
.gr-form .gr-check input { width:18px; height:18px; }
.gr-form small { color:#64748b; line-height:1.45; }
.gr-colunas { display:grid; grid-template-columns:100px 1fr; gap:12px; }
.gr-admin .v2-gconect-painel { min-width:0; overflow-wrap:anywhere; }
@media(max-width:600px) { .gr-local{padding:12px}.gr-local summary{gap:8px}.gr-local summary strong{font-size:.9rem}.gr-colunas{grid-template-columns:80px minmax(0,1fr)}.gr-form input,.gr-form select,.gr-form textarea{font-size:16px}.gr-admin .v2-gconect-painel{padding:16px}.gr-local input[type="search"]{font-size:16px} }
