        .testimonials-left img {
            float: left;
            margin-right: 10px;
            border-radius: 50%;
        }

        .testimonialname {
            font-size: 20px;
        }

        .post-content {
            padding-bottom: 1em;
            border-bottom: 1px solid #ccc;
            margin-bottom: 1em;
        }

        .testimonial-block {
            font-size: 16px;
            line-height: 28px;
        }

        .testimonial-block, .testimonial-block p {
            font-size: 16px;
            line-height: 28px;
        }

        .testimonialcompany, .testimoniallocation {
            display: block;
        }

        .testimonial-block img {
            border-radius: 6px;
            display: inline-block;
            width: 150px;
            height: 150px;
            object-fit: cover;
            object-position: center;
            margin-right: 10px;
            margin-bottom: 10px;
        }

        #main .gallery img {
            border: none;
        }

        .gallery .gallery-item {
            max-width: 160px;
        }

        .testimonial-block .wp-caption-text {
            display: none;
        }

        #main .testimonials {
            min-height: 80px;
            padding-bottom: 10px;
        }

        .testimonialrating::before {
            font-size: 18px;
        }

        .lightbox-gallery {
            display: flex;
            overflow-x: auto;
            white-space: nowrap;
            gap: 5px; /* Spacing between images */
        }

        .lightbox-gallery a {
            flex: 0 0 auto;
            display: inline-block;
            position: relative;
        }

        .lightbox-gallery img {
            max-width: 100%;
            height: auto;
            display: block;
            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); /* Optional: Adds a subtle shadow to the images */
        }

        /* Hide scrollbar but still allow scrolling */
        .lightbox-gallery::-webkit-scrollbar {
            display: none;
        }

        .lightbox-gallery {
            -ms-overflow-style: none;
            scrollbar-width: none;
        }

        @media only screen and (max-width: 450px) {
            .testimonials-left, .testimonials-right {
                text-align: left;
            }

            .testimonial-block img {
                margin-bottom: 10px;
            }
        }