.ccbc-input {
    background: #2a2450;
    border: 1.5px solid #3a3560;
    border-radius: 8px;
    padding: 10px 14px;
    font-size: 14px;
    color: #fff;
    font-family: 'DM Sans', system-ui, sans-serif;
    outline: none;
    width: 100%;
    box-sizing: border-box;
}
.ccbc-input::placeholder { color: #a09cb8; }
.ccbc-input:focus { border-color: #89bd23; }
