.gml_4G_footer{align-items:center;gap:var(--space-6);padding:var(--space-8)var(--space-4)var(--space-8)var(--space-4);box-sizing:border-box;width:100%;display:flex}.gml_4G_button{width:var(--control-height-24);height:var(--control-height-24);border-radius:var(--radius-full);border:var(--border-hairline)solid var(--border-3);background:var(--bg-base);color:var(--text-secondary);cursor:pointer;flex-shrink:0;justify-content:center;align-items:center;transition:background-color .12s,border-color .12s;display:inline-flex;position:relative}.gml_4G_button:hover{background:var(--bg-surface-2)}.gml_4G_button:focus-visible{outline:2px solid var(--focus-ring);outline-offset:2px}.gml_4G_dot{width:var(--space-6);height:var(--space-6);border-radius:var(--radius-half);background:var(--feedback-error);position:absolute;top:-1px;right:-1px}