.gcg-cpf-select{position:relative;max-width:480px}
.gcg-cpf-select input[type=text]{width:100%;padding:.5rem .75rem;border:1px solid #d0d7de;border-radius:.5rem}
.gcg-cpf-results{position:absolute;z-index:1000;background:#fff;border:1px solid #d0d7de;border-top:none;width:100%;max-height:220px;overflow:auto;border-bottom-left-radius:.5rem;border-bottom-right-radius:.5rem;display:none}
.gcg-cpf-item{padding:.5rem .75rem;cursor:pointer}
.gcg-cpf-item:hover{background:#f6f8fa}
.gcg-otp-wrap{display:flex;gap:.5rem;align-items:center;margin-top:.5rem}
.gcg-otp-wrap input[type=text]{width:150px;padding:.5rem .75rem;border:1px solid #d0d7de;border-radius:.5rem}
.gcg-otp-wrap button{padding:.5rem .75rem;border:1px solid #d0d7de;border-radius:.5rem;background:#f6f8fa;cursor:pointer}
.gcg-otp-wrap button[disabled]{opacity:.5;cursor:not-allowed}
.gcg-hint{font-size:.875rem;color:#57606a;margin-top:.25rem}