.ti-widget-wrapper-15e0c5c7 {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
    padding: 15px;
}

.ti-header-bar-15e0c5c7 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #f8f9fa;
    border-radius: 8px;
    padding: 15px 20px;
    margin-bottom: 25px;
    border: 1px solid #e9ecef;
}

.ti-header-logo-15e0c5c7 {
    display: flex;
    flex-direction: column;
}

.ti-brand-google-15e0c5c7 {
    font-weight: 700;
    font-size: 18px;
    color: #4285f4;
}

.ti-brand-sub-15e0c5c7 {
    font-size: 12px;
    color: #6c757d;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.ti-header-stars-15e0c5c7 {
    display: flex;
    align-items: center;
    gap: 10px;
}

.ti-rating-num-15e0c5c7 {
    font-weight: bold;
    font-size: 20px;
    color: #212529;
}

.ti-stars-group-15e0c5c7 {
    color: #fbbc05;
    font-size: 18px;
}

.ti-rating-total-15e0c5c7 {
    font-size: 13px;
    color: #495057;
}

.ti-reviews-grid-15e0c5c7 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 20px;
}

.ti-review-card-15e0c5c7 {
    background-color: #ffffff;
    border-radius: 10px;
    padding: 20px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.05);
    border: 1px solid #eef0f2;
    transition: transform 0.2s ease;
}

.ti-review-card-15e0c5c7:hover {
    transform: translateY(-2px);
}

.ti-review-header-15e0c5c7 {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 15px;
    position: relative;
}

.ti-reviewer-avatar-15e0c5c7 {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    object-fit: cover;
}

.ti-reviewer-info-15e0c5c7 {
    display: flex;
    flex-direction: column;
}

.ti-reviewer-name-15e0c5c7 {
    margin: 0;
    font-size: 15px;
    font-weight: 600;
}

.ti-review-date-15e0c5c7 {
    font-size: 12px;
    color: #888;
}

.ti-g-source-icon-15e0c5c7 {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    background-color: #4285f4;
    color: white;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 12px;
}

.ti-stars-row-15e0c5c7 {
    margin-bottom: 12px;
}

.ti-star-15e0c5c7 {
    font-size: 16px;
}

.ti-star-15e0c5c7.active {
    color: #fbbc05;
}

.ti-star-15e0c5c7.inactive {
    color: #e0e0e0;
}

.ti-review-text-15e0c5c7 {
    font-size: 14px;
    line-height: 1.5;
    font-style: italic;
}

.ti-placeholder-15e0c5c7 {
    padding: 30px;
    text-align: center;
    background-color: #f8f9fa;
    border: 2px dashed #ccc;
    border-radius: 8px;
    font-size: 14px;
    color: #666;
}
