.cit-wrapper {
    max-width: 600px;
    margin: 20px auto;
    padding: 20px;
    background: #ffffff;
    border-radius: 8px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.06);
    direction: rtl;
    text-align: right;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.cit-form .cit-field {
    margin-bottom: 15px;
}

.cit-form label {
    display: block;
    margin-bottom: 5px;
    font-weight: 600;
}

.cit-form input,
.cit-form select,
.cit-form textarea {
    width: 100%;
    padding: 8px 10px;
    border-radius: 4px;
    border: 1px solid #ccd0d4;
    box-sizing: border-box;
}

.cit-btn {
    background: #2271b1;
    color: #fff;
    border: none;
    padding: 10px 20px;
    border-radius: 4px;
    cursor: pointer;
    font-weight: 600;
}

.cit-btn:hover {
    background: #135e96;
}

.cit-success {
    padding: 10px 15px;
    margin-bottom: 15px;
    background: #e7f5e9;
    border-left: 4px solid #46b450;
}

.cit-result {
    margin-top: 20px;
    padding: 15px;
    background: #f8f9fa;
    border-radius: 6px;
}


