@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;
}

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

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

.btn.btn-outline-secondary {
    color: rgb(var(--secondary_color)) !important;
    border-color: rgb(var(--secondary_color)) !important;
}

.btn.btn-outline-secondary:active,
.btn.btn-outline-secondary:focus,
.btn.btn-outline-secondary:hover {
    background-color: rgb(var(--secondary_color));
    color: #fff !important;
}

.btn[class*="outline"]:hover {
    opacity: 1 !important;
}

.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;
}

.widget-reviews-feed,
.widget-testimonial {
    max-width: 360px;
}

.widget.widget-tp {
    max-width: 380px;
}

.widget-section {
    max-width: 100%;
    width: 100%;
    box-sizing: border-box;
    margin: 0 auto;
    border-radius: 12px;
    border: 1px solid rgb(var(--border_color));
    background: #ffffff;
}

.widget-section-inner {
    padding: clamp(1.25rem, 3vw, 2rem);
}

.widget-section-head {
    display: grid;
    gap: 1rem;
    align-items: center;
    margin-bottom: 1.5rem;
}

@media (min-width: 640px) {
    .widget-section-head {
        grid-template-columns: 1fr auto auto;
        gap: 1.25rem;
    }
}

.widget-section-title {
    font-size: clamp(1.25rem, 2.5vw, 1.5rem);
    font-weight: 800;
    color: rgb(var(--text_color));
    margin: 0 0 0.25rem;
    letter-spacing: -0.02em;
}

.widget-section-sub {
    font-size: 0.95rem;
    color: rgb(var(--text_muted_color));
}

.widget-section-head-rating {
    text-align: center;
}

@media (min-width: 640px) {
    .widget-section-head-rating {
        text-align: center;
        padding: 0 0.5rem;
        border-inline: 1px solid rgb(var(--border_color));
    }
}

.widget-section-score {
    font-size: 2rem;
    font-weight: 800;
    line-height: 1;
    color: rgb(var(--star_fill_color));
}

.widget-section-stars {
    height: 22px;
    width: auto;
    margin: 0.35rem auto 0;
    display: block;
}

.widget-section-count {
    display: inline-block;
    margin-top: 0.35rem;
    font-size: 0.85rem;
    font-weight: 600;
    color: rgb(var(--text_color));
    text-decoration: none;
}

.widget-section-count:hover {
    text-decoration: underline;
}

.widget-section-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    justify-content: center;
}

@media (min-width: 640px) {
    .widget-section-actions {
        justify-content: flex-end;
    }
}

.widget-section-empty {
    text-align: center;
    font-size: 0.95rem;
    color: rgb(var(--text_muted_color));
    padding: 1rem 0;
}

.widget-section-grid {
    display: grid;
    gap: 1rem;
    grid-template-columns: 1fr;
}

@media (min-width: 520px) {
    .widget-section-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (min-width: 900px) {
    .widget-section-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

.widget-section-card {
    display: block;
    padding: 1rem;
    border-radius: 10px;
    text-decoration: none;
    color: inherit;
    background: #fff;
    border: 1px solid rgb(var(--border_color));
    transition: border-color .2s ease, box-shadow .2s ease;
    height: 100%;
    box-sizing: border-box;
}

.widget-section-card:hover {
    border-color: rgb(var(--primary_color));
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
}

.widget-section-card-top {
    display: flex;
    align-items: flex-start;
    gap: 0.65rem;
    margin-bottom: 0.65rem;
}

.widget-section-card-avatar {
    border-radius: 50%;
    object-fit: cover;
    flex-shrink: 0;
}

.widget-section-card-name {
    font-size: 0.95rem;
    font-weight: 700;
    color: rgb(var(--text_color));
}

.widget-section-card-time {
    font-size: 0.78rem;
    color: rgb(var(--text_muted_color));
}

.widget-section-card-stars {
    height: 16px;
    width: auto;
    margin-left: auto;
}

[dir=rtl] .widget-section-card-stars {
    margin-left: 0;
    margin-right: auto;
}

.widget-section-card-title {
    font-size: 0.95rem;
    font-weight: 700;
    color: rgb(var(--text_color));
    margin-bottom: 0.35rem;
}

.widget-section-card-body {
    font-size: 0.9rem;
    line-height: 1.55;
    color: rgb(var(--text_muted_color));
    margin: 0;
}

.widget-tp-header {
    background: linear-gradient(180deg, rgba(var(--primary_color), 0.08) 0%, transparent 100%);
}

.widget-tp-brand-logo {
    height: 26px;
    width: auto;
    object-fit: contain;
}

.widget-tp-business {
    font-size: 0.8rem;
    font-weight: 600;
    color: rgb(var(--text_muted_color));
    margin-bottom: 0.35rem;
}

.widget-tp-score {
    font-size: 2.75rem;
    font-weight: 800;
    line-height: 1.05;
    letter-spacing: -0.03em;
    color: rgb(var(--text_color));
}

.widget-tp-label {
    font-size: 1.05rem;
    font-weight: 700;
    color: rgb(var(--star_fill_color));
    margin-bottom: 0.25rem;
}

.widget-tp-stars-row {
    margin: 0.35rem 0 0.5rem;
}

.widget-tp-stars-lg {
    height: 28px;
    width: auto;
}

.widget-tp-count {
    font-size: 0.85rem;
    font-weight: 600;
    color: rgb(var(--text_color));
    text-decoration: none;
}

.widget-tp-count:hover {
    text-decoration: underline;
}

.widget-tp-empty-head {
    font-size: 0.95rem;
    color: rgb(var(--text_muted_color));
}

.widget-tp-viewport {
    overflow: hidden;
    width: 100%;
    border-radius: 10px;
    direction: ltr;
    unicode-bidi: isolate;
}

.widget-tp-track {
    display: flex;
    transition: transform 0.45s ease;
}

.widget-tp-slide {
    flex: 0 0 100%;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    padding: 0 2px;
}

.widget-tp-card {
    display: block;
    height: 100%;
    padding: 1rem;
    border-radius: 10px;
    text-decoration: none;
    color: inherit;
    background: rgba(var(--star_color), 0.35);
    border: 1px solid rgb(var(--border_color));
    transition: border-color 0.2s ease, background-color 0.2s ease;
}

.widget-tp-card:hover {
    border-color: rgb(var(--primary_color));
    background: rgba(var(--primary_color), 0.06);
}

.widget-tp-card-top {
    display: flex;
    align-items: center;
    gap: 0.65rem;
    margin-bottom: 0.65rem;
}

.widget-tp-card-avatar {
    border-radius: 50%;
    object-fit: cover;
    flex-shrink: 0;
}

.widget-tp-card-name {
    font-size: 0.9rem;
    font-weight: 700;
    color: rgb(var(--text_color));
}

.widget-tp-card-time {
    font-size: 0.72rem;
    color: rgb(var(--text_muted_color));
}

.widget-tp-card-stars {
    height: 14px;
    width: auto;
    margin-left: auto;
}

[dir=rtl] .widget-tp-card-stars {
    margin-left: 0;
    margin-right: auto;
}

.widget-tp-card-title {
    font-size: 0.95rem;
    font-weight: 700;
    color: rgb(var(--text_color));
    margin-bottom: 0.35rem;
}

.widget-tp-card-text {
    font-size: 0.82rem;
    line-height: 1.5;
    color: rgb(var(--text_muted_color));
    margin: 0;
}

.widget-tp-nav {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.75rem;
    margin-top: 0.75rem;
}

.widget-tp-btn {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    border: 1px solid rgb(var(--border_color));
    background: #fff;
    color: rgb(var(--text_color));
    font-size: 1.35rem;
    line-height: 1;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    transition: background 0.15s ease, border-color 0.15s ease;
}

.widget-tp-btn:hover {
    background: rgba(var(--primary_color), 0.08);
    border-color: rgb(var(--primary_color));
}

.widget-tp-dots {
    display: flex;
    gap: 6px;
    align-items: center;
}

.widget-tp-dot {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    border: none;
    padding: 0;
    background: rgb(var(--border_color));
    cursor: pointer;
    transition: background 0.2s ease, transform 0.2s ease;
}

.widget-tp-dot.is-active {
    background: rgb(var(--primary_color));
    transform: scale(1.2);
}

.widget-tp-footer-link {
    font-size: 0.85rem;
    font-weight: 600;
    color: rgb(var(--primary_color));
    text-decoration: none;
}

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

.widget-v5-heading {
    font-size: 15px;
    font-weight: 700;
    color: rgb(var(--text_color));
}

.widget-v5-sub {
    font-size: 13px;
    color: rgb(var(--text_muted_color));
}

.widget-v5-see-all {
    font-size: 13px;
    font-weight: 500;
    color: rgb(var(--primary_color));
}

.widget-v5-see-all:hover {
    text-decoration: underline;
}

.widget-v5-empty {
    font-size: 14px;
    color: rgb(var(--text_muted_color));
    margin: 0;
}

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

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

.widget-v5-list {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.widget-v5-item {
    display: flex;
    gap: 10px;
    padding: 10px;
    margin: 0 -10px;
    border-radius: 8px;
    text-decoration: none;
    color: inherit;
    border: 1px solid transparent;
    transition: background-color .15s ease, border-color .15s ease;
}

.widget-v5-item:hover {
    background: rgba(var(--primary_color), 0.06);
    border-color: rgb(var(--border_color));
}

.widget-v5-avatar {
    border-radius: 50%;
    object-fit: cover;
    flex-shrink: 0;
}

.widget-v5-name {
    font-size: 14px;
    font-weight: 600;
    color: rgb(var(--text_color));
}

.widget-v5-time {
    font-size: 11px;
    color: rgb(var(--text_muted_color));
}

.widget-v5-stars {
    height: 14px;
    width: auto;
    display: block;
}

.widget-v5-review-title {
    font-size: 13px;
    font-weight: 600;
    color: rgb(var(--text_color));
}

.widget-v5-excerpt {
    font-size: 13px;
    line-height: 1.45;
    color: rgb(var(--text_muted_color));
}

.widget-v6-label {
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .04em;
    color: rgb(var(--text_muted_color));
}

.widget-v6-brand {
    display: flex;
    align-items: center;
}

.widget-v6-logo {
    height: 22px;
    width: auto;
    object-fit: contain;
}

.widget-v6-quote {
    display: flex;
    gap: 12px;
    align-items: flex-start;
}

.widget-v6-avatar {
    border-radius: 50%;
    object-fit: cover;
    flex-shrink: 0;
}

.widget-v6-name {
    font-size: 15px;
    font-weight: 600;
    color: rgb(var(--text_color));
}

.widget-v6-stars {
    height: 16px;
    width: auto;
}

.widget-v6-title {
    font-size: 15px;
    font-weight: 600;
    color: rgb(var(--text_color));
    margin-bottom: 6px;
}

.widget-v6-text {
    font-size: 14px;
    line-height: 1.5;
    color: rgb(var(--text_muted_color));
}

.widget-v8-header-stars {
    height: 18px;
    width: auto;
}

.widget-v8-snippet-list {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.widget-v8-snippet {
    display: block;
    padding: 10px;
    margin: 0 -10px;
    border-radius: 8px;
    text-decoration: none;
    color: inherit;
    border: 1px solid rgb(var(--border_color));
    background: rgba(var(--star_color), 0.35);
}

.widget-v8-snippet:hover {
    border-color: rgb(var(--primary_color));
}

.widget-v8-snippet-avatar {
    border-radius: 50%;
    object-fit: cover;
}

.widget-v8-snippet-name {
    font-size: 13px;
    font-weight: 600;
    color: rgb(var(--text_color));
}

.widget-v8-snippet-stars {
    height: 12px;
    width: auto;
}

.widget-v8-snippet-text {
    font-size: 12px;
    line-height: 1.45;
    color: rgb(var(--text_muted_color));
}

.widget.widget-s10 {
    max-width: 100%;
    background: transparent;
    border: none;
    box-shadow: none;
    border-radius: 0;
}

.widget-s10-inner {
    padding: 0.5rem clamp(0.5rem, 2vw, 1rem) 1rem;
    box-sizing: border-box;
}

.widget-s10-head {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 0.6rem 1rem;
    width: 100%;
    text-align: start;
}

.widget-s10-hero-title {
    font-size: clamp(1.2rem, 3vw, 1.5rem);
    font-weight: 800;
    letter-spacing: -0.03em;
    line-height: 1.2;
    margin: 0;
    color: rgb(var(--text_color));
    flex: 0 1 auto;
}

.widget-s10-head-right {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
    gap: 0.25rem 0.35rem;
    flex: 1 1 200px;
    min-width: 0;
    font-size: 0.875rem;
    line-height: 1.35;
    color: rgb(var(--text_muted_color));
}

[dir=rtl] .widget-s10-head-right {
    justify-content: flex-start;
}

@media (max-width: 520px) {
    .widget-s10-head-right {
        flex-basis: 100%;
        justify-content: flex-start;
    }

    [dir=rtl] .widget-s10-head-right {
        justify-content: flex-end;
    }
}

.widget-s10-head-business {
    max-width: 100%;
    font-weight: 700;
    color: rgb(var(--text_color));
    text-decoration: none;
}

.widget-s10-head-business:hover {
    color: rgb(var(--primary_color));
}

.widget-s10-head-sep {
    color: rgb(var(--text_muted_color));
    opacity: 0.65;
    user-select: none;
}

.widget-s10-head-stars {
    height: 18px;
    width: auto;
    display: block;
    flex-shrink: 0;
}

.widget-s10-head-avg {
    font-weight: 800;
    color: rgb(var(--star_fill_color));
    letter-spacing: -0.02em;
}

.widget-s10-head-out {
    font-weight: 500;
    color: rgb(var(--text_muted_color));
}

.widget-s10-head-write {
    font-weight: 700;
    color: rgb(var(--primary_color));
    text-decoration: none;
    white-space: nowrap;
}

.widget-s10-head-write:hover {
    text-decoration: underline;
    text-underline-offset: 2px;
}

.widget-s10-viewall {
    text-align: center;
    margin-top: 1rem;
    padding-top: 0.85rem;
    border-top: 1px solid rgb(var(--border_color));
}

.widget-s10-viewall-link {
    font-size: 0.875rem;
    font-weight: 600;
    color: rgb(var(--text_color));
    text-decoration: none;
}

.widget-s10-viewall-link:hover {
    color: rgb(var(--primary_color));
    text-decoration: underline;
    text-underline-offset: 2px;
}

.widget-s10-viewall-count {
    font-weight: 700;
    color: rgb(var(--text_muted_color));
    margin-inline-start: 0.25rem;
}

.widget-s10-empty {
    font-size: 0.95rem;
    color: rgb(var(--text_muted_color));
    text-align: center;
    margin-top: 0.5rem;
}

.widget-s10-body {
    margin-top: 1rem;
    padding-top: 1rem;
    border-top: 1px solid rgb(var(--border_color));
}

.widget-s10-carousel {
    display: flex;
    align-items: stretch;
    gap: 0.4rem;
}

.widget-s10-carousel[data-s10-single-slide] {
    gap: 0;
}

.widget-s10-arrow {
    flex-shrink: 0;
    align-self: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 1px solid rgb(var(--border_color));
    background: #fff;
    color: rgb(var(--text_color));
    font-size: 1.35rem;
    line-height: 1;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    transition: border-color 0.15s ease, color 0.15s ease, background-color 0.15s ease;
}

.widget-s10-arrow:hover {
    border-color: rgb(var(--primary_color));
    color: rgb(var(--primary_color));
    background-color: #fff;
}

.widget-s10-arrow:active {
    transform: scale(0.97);
}

.widget-s10-viewport {
    flex: 1;
    min-width: 0;
    overflow: hidden;
    border-radius: 0;
    direction: ltr;
    unicode-bidi: isolate;
    background: transparent;
}

.widget-s10-track {
    display: flex;
    transition: transform 0.45s ease;
}

.widget-s10-slide {
    flex: 0 0 100%;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    padding: 0 4px;
}

.widget-s10-slide-grid {
    display: grid;
    gap: 1rem;
    grid-template-columns: 1fr;
    align-items: stretch;
}

@media (min-width: 520px) {
    .widget-s10-slide-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (min-width: 900px) {
    .widget-s10-slide-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

.widget-s10-card {
    display: flex;
    flex-direction: column;
    height: 100%;
    padding: 1rem;
    text-decoration: none;
    color: inherit;
    background: #fff;
    border: 1px solid rgb(var(--border_color));
    border-radius: 8px;
    box-sizing: border-box;
    box-shadow: none;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.widget-s10-card:hover {
    border-color: rgb(var(--primary_color));
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
}

.widget-s10-card-meta-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.5rem;
    margin-bottom: 0.65rem;
}

.widget-s10-card-stars-inline {
    height: 16px;
    width: auto;
    display: block;
}

.widget-s10-card-date {
    font-size: 0.75rem;
    font-weight: 500;
    color: rgb(var(--text_muted_color));
    flex-shrink: 0;
}

.widget-s10-card-quote {
    flex: 1;
    min-height: 0;
}

.widget-s10-card-quote-title {
    font-size: 0.9375rem;
    font-weight: 700;
    line-height: 1.35;
    color: rgb(var(--text_color));
}

.widget-s10-card-quote-body {
    font-size: 0.875rem;
    line-height: 1.5;
    color: rgb(var(--text_muted_color));
}

.widget-s10-card-author {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    margin-top: 0.75rem;
    padding-top: 0.65rem;
    border-top: 1px solid rgb(var(--border_color));
}

.widget-s10-card-avatar {
    border-radius: 50%;
    object-fit: cover;
    flex-shrink: 0;
}

.widget-s10-card-name {
    font-size: 0.8125rem;
    font-weight: 700;
    color: rgb(var(--text_color));
}

.widget-s10-dots-row {
    display: flex;
    justify-content: center;
    margin-top: 1rem;
}

.widget-s10-dots {
    display: flex;
    gap: 8px;
    align-items: center;
}

.widget-s10-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    border: none;
    padding: 0;
    background: rgb(var(--border_color));
    cursor: pointer;
    transition: background 0.2s ease, transform 0.2s ease;
}

.widget-s10-dot.is-active {
    background: rgb(var(--primary_color));
    transform: scale(1.2);
}

@media (max-width: 400px) {
    .widget-s10-arrow {
        width: 38px;
        height: 38px;
        font-size: 1.35rem;
    }

    .widget-s10-carousel {
        gap: 0.35rem;
    }
}

.min-w-0 {
    min-width: 0;
}