 .content {
            max-width: 800px;
            margin: 0 auto;
            background: white;
            padding: 40px;
            border-radius: 8px;
            margin-bottom: 200px;
        }

        /* Google Reviews Widget */
        .google-reviews-widget {
            position: fixed;
            bottom: 20px !important;
            left: 20px;
            background: white;
            border-radius: 8px;
            box-shadow: 0 1px 6px rgba(32,33,36,.28);
            width: 194px;
            z-index: 1000;
            
            border: 1px solid #dadce0;
            cursor: pointer;
        }

        .widget-content {
            padding: 16px;
            text-align: center;
        }

        .google-logo {
            width: 24px;
            height: 24px;
            margin: 0 auto 12px auto;
            background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path fill="%234285f4" d="M22.56 12.25c0-.78-.07-1.53-.2-2.25H12v4.26h5.92c-.26 1.37-1.04 2.53-2.21 3.31v2.77h3.57c2.08-1.92 3.28-4.74 3.28-8.09z"/><path fill="%2334a853" d="M12 23c2.97 0 5.46-.98 7.28-2.66l-3.57-2.77c-.98.66-2.23 1.06-3.71 1.06-2.86 0-5.29-1.93-6.16-4.53H2.18v2.84C3.99 20.53 7.7 23 12 23z"/><path fill="%23fbbc05" d="M5.84 14.09c-.22-.66-.35-1.36-.35-2.09s.13-1.43.35-2.09V7.07H2.18C1.43 8.55 1 10.22 1 12s.43 3.45 1.18 4.93l2.85-2.22.81-.62z"/><path fill="%23ea4335" d="M12 5.38c1.62 0 3.06.56 4.21 1.64l3.15-3.15C17.45 2.09 14.97 1 12 1 7.7 1 3.99 3.47 2.18 7.07l3.66 2.84c.87-2.6 3.3-4.53 6.16-4.53z"/></svg>');
            background-size: contain;
            background-repeat: no-repeat;
            background-position: center;
        }

        .rating-number {
            font-size: 32px;
            font-weight: 400;
            color: #3c4043;
            line-height: 1;
            margin-bottom: 8px;
        }

        .review-link {
            color: #1a73e8;
            text-decoration: underline;
            font-size: 14px;
            cursor: pointer;
            display: block;
            margin-bottom: 0;
        }
             .panel-title {
            display: flex;
            align-items: center;
            margin-bottom: 8px;
            justify-content: center
        }

        .review-link:hover {
            text-decoration: none;
        }

        .widget-stars {
            display: flex;
            justify-content: center;
            margin: 4px 0;
        }

        .star-rating {
            display: inline-block;
            font-size: 22px;
            position: relative;
            unicode-bidi: bidi-override;
            direction: ltr;
        }

        .star-rating .stars {
            color: lightgray;
        }

        .star-rating::before {
            content: '★★★★★';
            color: gold;
            position: absolute;
            top: 0;
            left: 0;
            overflow: hidden;
            width: calc(var(--rating) / 5 * 100%);
            white-space: nowrap;
        }

        /* Reviews Panel */
        .reviews-panel {
            position: fixed;
            top: 0;
            left: -500px;
            width: 500px;
            height: 100vh;
            background: white;
            box-shadow: 2px 0 10px rgba(0,0,0,0.1);
            z-index: 1001;
            transition: left 0.3s ease;
            overflow-y: auto;
        }

        .reviews-panel.open {
            left: 0;
        }

        .panel-header {
            padding: 20px;
            border-bottom: 1px solid #e0e0e0;
            position: relative;
                display: flex;
            flex-direction: column;
             align-items: center
        }

        /* FİX: Close button stilleri */
        .close-btn {
            position: absolute;
            top: 15px;
            right: 15px;
            background: none;
            border: none;
            font-size: 24px;
            font-weight: normal;
            cursor: pointer;
            color: #5f6368;
            width: 40px;
            height: 40px;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            line-height: 1;
            transition: background-color 0.2s ease;
            /* Tıklanabilirliği artırmak için */
            z-index: 1002;
            user-select: none;
        }

        .close-btn:hover {
            background-color: #f1f3f4;
        }

        .close-btn:active {
            background-color: #e8eaed;
        }

        /* Alternatif close icon */
        .close-btn::before {
            content: '✕';
            font-size: 18px;
            font-weight: bold;
        }

        .panel-title {
            display: flex;
            align-items: center;
            margin-bottom: 8px;
            margin-top: 20px;
        }

        .google-logo-panel {
            width: 50px;
            height: 50px;
            margin-right: 10px;
            background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path fill="%234285f4" d="M22.56 12.25c0-.78-.07-1.53-.2-2.25H12v4.26h5.92c-.26 1.37-1.04 2.53-2.21 3.31v2.77h3.57c2.08-1.92 3.28-4.74 3.28-8.09z"/><path fill="%2334a853" d="M12 23c2.97 0 5.46-.98 7.28-2.66l-3.57-2.77c-.98.66-2.23 1.06-3.71 1.06-2.86 0-5.29-1.93-6.16-4.53H2.18v2.84C3.99 20.53 7.7 23 12 23z"/><path fill="%23fbbc05" d="M5.84 14.09c-.22-.66-.35-1.36-.35-2.09s.13-1.43.35-2.09V7.07H2.18C1.43 8.55 1 10.22 1 12s.43 3.45 1.18 4.93l2.85-2.22.81-.62z"/><path fill="%23ea4335" d="M12 5.38c1.62 0 3.06.56 4.21 1.64l3.15-3.15C17.45 2.09 14.97 1 12 1 7.7 1 3.99 3.47 2.18 7.07l3.66 2.84c.87-2.6 3.3-4.53 6.16-4.53z"/></svg>');
            background-size: contain;
            background-repeat: no-repeat;
        }

        .panel-title h2 {
            font-weight: 700;
            font-size: 30px;
            line-height: 26px;
            color: rgb(17, 17, 17);
            margin: 0;
        }

        #panel-rating {
            font-weight: 700;
            font-size: 15px;
            line-height: 19px;
            color: rgb(17, 17, 17);
            word-break: normal !important;
        }

        .review-btn {
            background: #4285f4;
            color: white;
            border: none;
            padding: 10px 24px;
            border-radius: 20px;
            font-size: 14px;
            font-weight: 500;
            cursor: pointer;
            margin-top: 16px;
             display: block ;
             margin: 8px 5px
        }

        .review-btn:hover {
            background: #3367d6;
        }

        /* Reviews List */
        .reviews-list {
            padding: 20px;
        }

        .review-item {
            border-bottom: 1px solid #e0e0e0;
            padding: 20px 0;
            transition: background-color 0.1s;
            background-color: transparent;
            border-radius: 8px;
            margin-bottom: 25px;
            border: 1px solid rgba(17, 17, 17, 0.1);
            padding: 24px;
        }

        .review-header {
            display: flex;
            align-items: center;
            margin-bottom: 15px;
        }

        .review-avatar-container {
            position: relative;
            margin-right: 12px;
        }

        .review-avatar {
            width: 40px;
            height: 40px;
            border-radius: 50%;
            background: #4285f4;
            color: white;
            display: flex;
            align-items: center;
            justify-content: center;
            font-weight: 500;
            font-size: 16px;
        }

         .review-avatar-img {
            width: 40px;
            height: 40px;
            border-radius: 50%;
            object-fit: cover;
            object-position: center;
            display: block;
            border: 2px solid #fff;
            box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
            background-color: #f8f9fa;
            transition: transform 0.2s ease, box-shadow 0.2s ease;
        }

        .review-avatar-img:hover {
            transform: scale(1.05);
            box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
        }

        .google-badge {
            position: absolute;
            bottom: -2px;
            right: 2px;
            width: 18px;
            height: 18px;
            background: white;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            box-shadow: 0 1px 3px rgba(0,0,0,0.2);
        }

        .google-badge-icon {
            width: 14px;
            height: 14px;
            background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" fill="%234285f4" viewBox="0 0 24 24"><path d="M22.56 12.25c0-.78-.07-1.53-.2-2.25H12v4.26h5.92c-.26 1.37-1.04 2.53-2.21 3.31v2.77h3.57c2.08-1.92 3.28-4.74 3.28-8.09z"/><path fill="%2334a853" d="M12 23c2.97 0 5.46-.98 7.28-2.66l-3.57-2.77c-.98.66-2.23 1.06-3.71 1.06-2.86 0-5.29-1.93-6.16-4.53H2.18v2.84C3.99 20.53 7.7 23 12 23z"/><path fill="%23fbbc05" d="M5.84 14.09c-.22-.66-.35-1.36-.35-2.09s.13-1.43.35-2.09V7.07H2.18C1.43 8.55 1 10.22 1 12s.43 3.45 1.18 4.93l2.85-2.22.81-.62z"/><path fill="%23ea4335" d="M12 5.38c1.62 0 3.06.56 4.21 1.64l3.15-3.15C17.45 2.09 14.97 1 12 1 7.7 1 3.99 3.47 2.18 7.07l3.66 2.84c.87-2.6 3.3-4.53 6.16-4.53z"/></svg>');
            background-size: contain;
            background-repeat: no-repeat;
            background-position: center;
        }

        .review-info h4 {
            margin: 0 0 4px 0;
            font-size: 15px;
            line-height: 18px;
            font-weight: 600;
            overflow: hidden;
            white-space: nowrap;
            text-overflow: ellipsis;
            max-width: 100%;
            color: rgb(17, 17, 17) !important;
        }

        .review-date {
            font-size: 12px;
            color: #5f6368;
        }

        .review-text {
            font-size: 14px;
            line-height: 23px;
            color: #3c4043;
            margin-bottom: 12px;
        }

        /* Overlay */
        .overlay {
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: rgba(0,0,0,0.3);
            z-index: 1000;
            opacity: 0;
            visibility: hidden;
            transition: opacity 0.3s ease, visibility 0.3s ease;
        }

        .overlay.show {
            opacity: 1;
            visibility: visible;
        }

        /* Responsive */
        @media (max-width: 480px) {
            .google-reviews-widget {
                left: 10px;
                bottom: 10px;
                width: 180px;
            }
            
            .reviews-panel {
                width: 100%;
                left: -100%;
            }
        }

        /* Demo content */
        .demo-content {
            background: white;
            padding: 40px;
            border-radius: 8px;
            margin-bottom: 100px;
        }
		
		@media (max-width:991px){
    .google-reviews-widget {
        bottom: 75px;
    }
}