/* --- Block Testimonials -------------------------------------------------------- */ .wp-block-clients-testimonial, .wp-block-clients-testimonial-default { .wp-block-group-content { position: relative; &:before { color: var(--wp--preset--color--primary); font-family: "Arial"; content: "\201C"; display: block; float: left; font-size: 96px; font-style: normal; font-weight: 700; height: 0; line-height: 1; position: absolute; right: auto; left: 50%; top: -14px; transform: translateX(-50%); } .wp-block-image { border: 1px solid var(--wp--preset--color--border-color); border-radius: 50%; padding: 10px; } .wp-block-separator.has-background:not(.is-style-wide):not(.is-style-dots) { height: 1px; width: 35px; } } .wp-block-group-content-container { .swiper-pagination-bullet { background-color: transparent; opacity: 1; width: 8px; height: 8px; outline: 1px solid var(--wp--preset--color--foreground); outline-offset: 2px; opacity: 0.4; } .swiper-pagination-bullet.swiper-pagination-bullet-active { background-color: var(--wp--preset--color--foreground); } } } .wp-block-clients-testimonial-default { .wp-block-group-content { position: relative; &:before { font-family: "arial"; font-size: 150px; left: var(--wp--preset--spacing--40); top: 28px; transform: none; } } } .wp-block-clients-testimonial-default { .wp-block-group-content { background-color: var(--wp--preset--color--secondary); box-shadow: 5px 8.7px 15px 0 rgba(0, 0, 0, 0.1); } } .wp-block-section:nth-child(2n+1).wp-block-clients-testimonial-default { .wp-block-group-content { background-color: var(--wp--preset--color--background); } }