/* Custom styles for Rubikto Pro theme */

/* Persian text support */
body {
    font-family: 'Tahoma', 'Arial', sans-serif;
    direction: rtl;
    text-align: right;
}

/* Ensure proper display of Persian text */
.hello-elementor-pro-comments-section,
.hello-elementor-pro-comments-section * {
    direction: rtl;
    text-align: right;
}

/* Style for روبیکتو text */
.rubikto-text {
    font-weight: bold;
    color: var(--e-global-color-primary);
}

/* Comment form styling */
.hep-comment-form {
    direction: rtl;
}

.hep-form-field label {
    display: block;
    margin-bottom: 5px;
    font-weight: 500;
}

/* Star rating styling */
.hep-star-rating {
    direction: ltr;
    text-align: left;
}

/* Button styling */
.hep-submit-comment {
    background-color: var(--e-global-color-primary);
    color: white;
    padding: 10px 20px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-size: 14px;
}

.hep-submit-comment:hover {
    background-color: var(--e-global-color-accent);
}
