button.cl-button {
    background: #02E069 !important;
    color: #fff !important;
    border: none;
    width: 100%;
}
.clf-row.clf-consent input[type="checkbox"] {
    width: 10px;
}
.clf-wrapper {
    max-width: 420px;
    margin: 20px auto;
    font-family: Arial, sans-serif;
}

.clf-row {
    margin-bottom: 14px;
}

.clf-row input,
.clf-row select {
    width: 100%;
    padding: 10px 12px;
    border-radius: 6px;
    border: 1px solid #ccc;
    font-size: 14px;
}

.clf-phone {
    display: flex;
    gap: 6px;
}

.clf-phone select {
    width: 35%;
}

.clf-phone input {
    width: 65%;
}

.clf-consent {
    font-size: 13px;
}

button {
    width: 100%;
    background: #4f46e5;
    color: #fff;
    border: none;
    padding: 12px;
    border-radius: 6px;
    font-size: 15px;
    cursor: pointer;
}

button:hover {
    background: #4338ca;
}

.clf-error {
    color: red;
    font-size: 12px;
}

#clfMessage {
    margin-top: 10px;
    font-size: 14px;
}
