@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');
body {
    padding: 0;
    margin: 0;
    background-color: transparent !important;
    font-family: "Roboto", sans-serif;
}

a {
    text-decoration: none;
}

.btn.btn-primary {
    background-color: rgb(var(--primary_color));
    border-color: rgb(var(--primary_color));
}

.btn.btn-primary:active,
.btn.btn-primary:focus,
.btn.btn-primary:hover {
    background-color: rgb(var(--primary_color));
    border-color: rgb(var(--primary_color));
    color: #fff;
}

.widget {
    width: 100%;
    max-width: 320px;
    border-radius: 8px;
    background: #fff;
    border: 1px solid rgb(var(--border_color));
    box-sizing: border-box;
}

.widget-average {
    font-size: 14px;
    color: rgb(var(--text_color));
}

.widget-rating {
    color: rgb(var(--star_fill_color));
    margin-left: .3rem;
}

[dir=rtl] .widget-rating {
    margin-left: 0;
    margin-right: .3rem;
}

.widget-reviews-link {
    color: rgb(var(--text_color));
    text-decoration: none;
    font-weight: bold;
    cursor: pointer;
}

.widget-reviews-link:hover {
    text-decoration: underline;
}

.widget-v1 {
    text-align: center;
    max-width: 300px;
}

.widget-v1-logo {
    height: 30px;
    margin-bottom: 12px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.widget-v1-rating-image {
    height: 50px;
    margin-bottom: 8px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.widget-v2-logo {
    height: 30px;
    margin-right: 10px;
}

[dir=rtl] .widget-v2-logo {
    margin-right: 0;
    margin-left: 10px;
}

.widget-v2-title {
    font-size: 16px;
    font-weight: bold;
    color: rgb(var(--text_color));
}

.widget-v2-rating-img {
    height: 20px;
}

.widget-v2-rating {
    font-size: 14px;
    color: #333;
}

.widget-v2-link {
    font-size: 14px;
    color: rgb(var(--primary_color));
    text-decoration: none;
}

.widget-v2-link:hover {
    text-decoration: underline;
}

.widget-v3-logo {
    height: 30px;
    object-fit: contain;
    max-width: 100%;
}

.widget-v3-rating-img {
    height: 20px;
    object-fit: contain;
    max-width: 100%;
}

.widget-v3-title {
    font-weight: bold;
    font-size: 16px;
    word-wrap: break-word;
}

.widget-v3-reviews {
    font-size: 14px;
    word-wrap: break-word;
}

.widget-v3-star-label {
    width: 40px;
    font-size: 12px;
    color: rgb(var(--text_color));
}

.widget-v3-progress-bg {
    height: 8px;
    background: rgb(var(--star_color));
    border-radius: 4px;
    overflow: hidden;
}

.widget-v3-progress-bar {
    background-color: rgb(var(--primary_color));
    border-radius: 4px;
}

.widget-v3-star-count {
    font-size: 12px;
    color: rgb(var(--text_muted_color));
}

.widget-v3-link {
    font-size: 13px;
    font-weight: 500;
    color: rgb(var(--primary_color));
    text-decoration: none;
}

.widget-v3-link:hover {
    text-decoration: underline;
}

.widget-v4-logo {
    height: 35px;
    margin-right: 10px;
}

[dir=rtl] .widget-v4-logo {
    margin-right: 0;
    margin-left: 10px;
}

.widget-v4-title {
    font-size: 18px;
    font-weight: bold;
    color: rgb(var(--text_color));
}

.widget-v4-rating-img {
    height: 35px;
}

.widget-v4-link {
    width: 100%;
    padding: 10px 0;
    border-radius: 4px;
    text-align: center;
}