.cf-d22629ce-wrapper {
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
}

.cf-d22629ce-form {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}

.cf-d22629ce-field-group {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.cf-d22629ce-field-group.cf-d22629ce-half {
    width: calc(50% - 7.5px);
}

@media (max-width: 767px) {
    .cf-d22629ce-field-group.cf-d22629ce-half {
        width: 100%;
    }
}

.cf-d22629ce-label {
    margin-bottom: 5px;
    font-weight: 600;
    font-size: 14px;
}

.cf-d22629ce-label .required {
    color: #ff4d4d;
}

.cf-d22629ce-input {
    padding: 10px 15px;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-size: 14px;
    width: 100%;
    box-sizing: border-box;
}

.cf-d22629ce-input:focus {
    outline: none;
    border-color: #333;
}

.cf-d22629ce-submit-wrapper {
    width: 100%;
}

.cf-d22629ce-submit {
    padding: 12px 24px;
    background-color: #333;
    color: #fff;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-size: 16px;
    font-weight: bold;
    transition: background-color 0.3s;
}

.cf-d22629ce-submit:hover {
    background-color: #555;
}

.cf-d22629ce-submit.loading {
    opacity: 0.7;
    cursor: not-allowed;
}

.cf-d22629ce-response-message {
    width: 100%;
    padding: 12px;
    margin-top: 15px;
    border-radius: 4px;
    font-weight: 600;
}

.cf-d22629ce-response-message.success {
    background-color: #e6f7ed;
    color: #1e7e34;
    border: 1px solid #c3e6cb;
}

.cf-d22629ce-response-message.error {
    background-color: #fce8e6;
    color: #c53030;
    border: 1px solid #f5c6cb;
}
