.elementor-16436 .elementor-element.elementor-element-1e9f095{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}/* Start custom CSS for shortcode, class: .elementor-element-7a43cbd */.car-info-table th:nth-child(1),
.car-info-table td:nth-child(1),
.car-info-table th:nth-child(2),
.car-info-table td:nth-child(2),
.car-info-table th:nth-child(3),
.car-info-table td:nth-child(3) {
    width: 100px; /* عرض کمتر برای تاریخ و کیلومتر */
    text-align: center; /* تنظیم متن وسط */
}

.car-info-table th:nth-child(4),
.car-info-table td:nth-child(4) {
    width: auto; /* عرض انعطاف‌پذیر برای اقدامات انجام‌شده */
}

.error-message {
    color: red;
    font-size: 0.875em;
    margin-top: 4px;
    display: none;
}
.input-wrapper {
    position: relative;
}

.status-icon {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 18px;
    display: none;
}

.status-icon.success {
    color: green;
    display: inline;
    content: "✔";
}

.status-icon.error {
    color: red;
    display: inline;
    content: "✖";
}

.form-error {
    color: red;
    display: none;
    font-size: 0.85em;
    margin-top: 4px;
}
.input-status.success {
    color: green;
    font-weight: bold;
}

.input-status.error {
    color: red;
    font-weight: bold;
}/* End custom CSS */