.sge-gauge-container {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
    direction: rtl; /* راست به چپ */
    font-family: 'Vazir', sans-serif;
}

.sge-gauge-wrapper {
    text-align: center;
}

.sge-gauge {
    width: 200px !important;
    height: 200px !important;
    margin: 0 10px;
}

.sge-info {
    margin: 10px 0;
    font-family: 'Vazir', sans-serif;
    font-size: 14px;
}

.sge-custom-items {
    margin-top: 20px;
    direction: rtl;
    font-family: 'Vazir', sans-serif;
}

.sge-custom-item {
    margin-bottom: 15px;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 5px;
}

.sge-custom-item h4 {
    margin: 0 0 10px;
    font-size: 16px;
    font-weight: bold;
}

@media (max-width: 600px) {
    .sge-gauge-container {
        flex-direction: column;
        align-items: center;
    }
    .sge-gauge {
        margin: 10px 0;
    }
}