.shopino-rating-box {
    text-align: center;
    margin: 20px auto;
    padding: 16px 8px 24px 8px;
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: fit-content;
}
.shopino-rating-stars {
    display: flex;
    flex-direction: row-reverse;
    justify-content: center;
    gap: 8px;
    margin-bottom: 16px;
    padding: 0 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #E0E4E8;
    max-width: fit-content;
}
.shopino-star svg{
    width: 32px;
    height: 32px;
    min-width: 32px;
}
.shopino-star {
    font-size: 32px;
    color: #e0e4e8;
    cursor: pointer;
    transition: color 0.2s;
    border-radius: 10px;
    border: 1.5px solid #e0e4e8;
    max-width: 69px;
    max-height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding:  12px 18.5px;
}

@media (max-width: 600px) {
    .shopino-star {
        padding: 12px;
    }
}

.shopino-star.selected {
    color: #ffb400;
    border-color: #ffb400;
    background: #fffbe6;
}
.shopino-rating-submit {
    background: #09B563;
    color: #fff;
    border: none;
    border-radius: 8px;
    padding: 8px 0;
    margin: 0 20px;
    width: 100%;
    font-size: 16px;
    cursor: pointer;
    transition: background 0.2s;

    font-family: IRANSansX;
    font-weight: 500;
    font-style: Medium;
    font-size: 14px;
    leading-trim: NONE;
    line-height: 20px;
    letter-spacing: -0.6%;
    vertical-align: middle;

}
.shopino-rating-submit:hover {
    background: #13a86b;
}
.shopino-rating-message {
    margin-top: 8px;
    font-size: 15px;
}
.shopino-rating-info {
    margin-top: 10px;
    font-size: 18px;
    color: #333;
    font-weight: bold;
} 

.shopino-carousel-track{
    font-family: IRANSansX;
}