.sk-ww-google-reviews {
    --font-family: "Inter", sans-serif;
    --details-font-size: 16px;
    --title-font-size: 24px;
    --title-all-caps: none;
    --details-all-caps: none;
    --widget-bg-color: #fff;
    --widget-font-color: #000;
    --widget-link-color: #000;

    --item-content-padding: 32px;
    --post-height: 450px;
    --details-bg-color: #fff;
    --details-font-color: #000;
    --reviewer-name-color: #000;
    --details-link-color: #000;
    --details-link-hover-color: #000;
    --details-secondary-font-color: #12141db3;
    --title-background-color: #fff;
    --show-circular-main-picture: 50%;
    --show-box-shadow: 0px 4px 14px rgba(67, 89, 124, 0.20);
    --item-border-radius: 1rem;

    --pop-up-bg-color: #fff;
    --pop-up-font-color: #12141d;
    --pop-up-link-color: #374151;

    --button-bg-color: #025dfa;
    --button-text-color: #fff;
    --button-hover-text-color: #fff;
    --button-hover-bg-color: #3153c6;
    --button-padding-top-bottom: 16px;
    --button-padding-left-right: 24px;

    --tab-bg-color: #fff;
    --tab-text-color: #667085;
    --tab-padding-top-bottom: 8px;
    --tab-padding-left-right: 12px;

    --arrow-color: #373a45;
    --arrow-background-color: #fff;
    --arrow-hover-color: #fff;
    --arrow-opacity: 0.7;

    --transition: all 0.2s ease-out;

    --star-color: #fbbc04;
    --review-rating-star-color: #fbbc04;
    --badge-font-color: #fff;
    --badge-bg-color: #5b93fc;
    --write-a-review-button-text-color: #fff;
    --write-a-review-button-text-color: #12141d;

    container-type: inline-size;
    container-name: widget;
}

body .sk-ww-google-reviews {
    display: block !important;
}

.sk-ww-google-reviews * {
    margin: 0;
    padding: 0;
    box-sizing: inherit;
}

body .sk-ww-google-reviews .sk-scrollbar-custom::-webkit-scrollbar {
    width: 8px;
}

body .sk-ww-google-reviews .sk-scrollbar-custom::-webkit-scrollbar-thumb {
    background-color: rgba(136, 136, 136, 0.6);
}

body .sk-ww-google-reviews .sk-scrollbar-custom::-webkit-scrollbar-thumb:hover {
    background-color: rgba(85, 85, 85, 0.6);
}

body .sk-ww-google-reviews .sk-scrollbar-custom::-webkit-scrollbar-track {
    background-color: transparent;
}

@supports (-moz-appearance: none) {
    body .sk-ww-google-reviews .sk-scrollbar-custom {
        scrollbar-width: thin;
        scrollbar-color: rgba(136, 136, 136, 0.6) transparent;
    }
}

body .sk-ww-google-reviews {
    background-color: var(--widget-bg-color);
    color: var(--widget-font-color);
    font-family: var(--font-family);
    font-size: var(--details-font-size);
    text-transform: var(--details-all-caps);
    box-sizing: border-box;
    padding: 16px;
}

body .sk-ww-google-reviews:has(.sk-load-more-btn),
body .sk-ww-google-reviews:has(.sk-wrapper.masonry) {
    padding-bottom: 0px;
}

@supports (-webkit-hyphens: none) and (not (-ms-ime-align: auto)) {
    /* Darken box shadow on Safari Devices */
    body .sk-ww-google-reviews {
        padding-bottom: 0;
    }
}

body .sk-post-modal {
    font-family: var(--font-family);
}

body .sk-post-modal button,
body .sk-ww-google-reviews button {
    border: none;
}

body .sk-post-modal button:focus,
body .sk-ww-google-reviews button:focus {
    outline: none;
}

body .sk-post-modal h1,
body .sk-ww-google-reviews h1 {
    font-size: 48px;
}

body .sk-post-modal h2,
body .sk-ww-google-reviews h2 {
    font-size: 32px;
}

body .sk-post-modal h3,
body .sk-ww-google-reviews .sk-posts-container h3 {
    font-size: 16px !important;
    font-family: inherit;
}

body .sk-post-modal h4,
body .sk-ww-google-reviews h4 {
    font-size: 14px;
}

body .sk-post-modal h5,
body .sk-ww-google-reviews h5 {
    font-size: 12px;
}

body .sk-post-modal h6,
body .sk-ww-google-reviews h6 {
    font-size: 10px;
}

body .sk-post-modal a,
body .sk-ww-google-reviews a {
    color: var(--details-link-color) !important;
}

body .sk-post-modal button,
body .sk-ww-google-reviews button {
    font: inherit;
    background-color: var(--button-bg-color);
    color: var(--button-text-color);
    border: none;
    cursor: pointer;
    font-size: inherit !important;
    transition: var(--transition);
    border: 1px solid transparent;
}

body .sk-ww-google-reviews button p {
    font-size: inherit !important;
}

body .sk-post-modal button:hover,
body .sk-ww-google-reviews button:hover,
body .sk-ww-google-reviews button:focus {
    outline: none;
}

body .sk-ww-google-reviews .sk-content-aggregator {
    max-width: 1240px;
    margin: 0 auto;
}

body .sk-ww-google-reviews .sk-wrapper {
    display: grid;
    grid-template-columns: repeat(var(--column-count), 1fr);
    gap: 1.875rem;
    position: relative;
}

@media (max-width: 1023px) {
    body .sk-ww-google-reviews .sk-wrapper {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 767px) {
    body .sk-ww-google-reviews .sk-wrapper {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 575px) {
    body .sk-ww-google-reviews .sk-wrapper {
        grid-template-columns: 1fr;
    }
}

body .sk-ww-google-reviews .sk-posts-container {
    visibility: hidden;
}

body .sk-ww-google-reviews .sk-posts-container .sk-carousel {
    height: var(--post-height);
}

body .sk-ww-google-reviews .sk-post {
    background-color: var(--details-bg-color);
    color: var(--details-font-color);
    -webkit-box-shadow: var(--show-box-shadow);
    box-shadow: var(--show-box-shadow);
    border-radius: var(--item-border-radius);
    display: flex;
    flex-direction: column;
}

@supports (-webkit-touch-callout: none) {
    body .sk-ww-google-reviews .sk-post {
        -webkit-box-shadow: 0px 4px 14px rgba(67, 89, 124, 0.45);;
        box-shadow: 0px 4px 14px rgba(67, 89, 124, 0.45);;
    }
}

body .sk-ww-google-reviews .sk-post.disabled-link a {
    pointer-events: none;
    text-decoration: none;
}

body .sk-ww-google-reviews .sk-post .sk-carousel {
    height: calc(var(--post-height) + 15px);
}

body .sk-ww-google-reviews .sk-post .sk-carousel {
    height: var(--post-height);
}

body .sk-ww-google-reviews .sk-post__header {
    border-radius: 1rem 1rem 0 0;
    display: flex;
    align-items: center;
    padding: var(--item-content-padding) 1.5rem 1rem;
    padding: var(--item-content-padding) var(--item-content-padding) 10px;
    border-bottom: 0.5px solid rgb(189, 213, 255, 0.2);
    gap: 1em;
    flex-wrap: wrap;
}

body .sk-ww-google-reviews .sk-post__user-image-container {
    max-width: 60px;
    max-height: 60px;
    height: 60px;
    width: 60px;
    min-width: 60px;
    min-height: 60px;
    border-radius: var(--show-circular-main-picture);
    overflow: hidden;
    flex: 1 1 60px;
}

body .sk-ww-google-reviews .sk-post__user-image {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

body .sk-ww-google-reviews .sk-post__head-details {
    flex: 1 1 90px;
    min-width: 90px;
    display: flex;
    flex-direction: column;
    gap: 6px;
}

body .sk-ww-google-reviews .sk-post__user-name {
    font-size: var(--details-font-size);
    font-weight: 600;
    margin: 0;
    line-height: normal !important;
}

body .sk-ww-google-reviews .sk-post__user-name .sk-post__user-link {
    text-decoration: none;
}

body .sk-ww-google-reviews .sk-post__user-link {
    text-decoration: none;
    color: var(--reviewer-name-color) !important;
    word-break: break-word;
}

body .sk-ww-google-reviews .sk-post__date {
    font-size: 0.9em;
}

body .sk-ww-google-reviews .sk-post__rating-icon {
    height: calc(var(--details-font-size) - 2px);
    width: calc(var(--details-font-size) - 2px);
    fill: var(--review-rating-star-color) !important;
}

body .sk-ww-google-reviews .sk-post__rating-icon path {
    fill: var(--review-rating-star-color) !important;
}

body .sk-ww-google-reviews .sk-post__rating,
body .sk-ww-google-reviews .sk-badge__stars,
.sk-post-modal__rating {
    display: flex !important;
}

body .sk-ww-google-reviews .sk-post__body {
    flex: 1;
    cursor: pointer;
    margin: .5em var(--item-content-padding);
    overflow-y: hidden;
    scrollbar-gutter: stable;
    transition: var(--transition);
}

body .sk-ww-google-reviews .sk-post__body:hover {
    overflow-y: scroll;
}

@media (max-width: 767px) {
    body .sk-ww-google-reviews .sk-post__body {
        overflow: auto;
    }
}

body .sk-ww-google-reviews .sk-post__body a {
    color: var(--details-link-color);
    transition: var(--transition);
}

body .sk-ww-google-reviews .sk-post__body a:hover {
    color: var(--details-link-hover-color);
}

body .sk-ww-google-reviews .sk-post__text-content {
    display: inline;
    max-width: 100%;
    white-space: normal;
    word-wrap: break-word;
}

body .sk-ww-google-reviews .sk-post__text-content img {
    width: 100%;
    object-fit: cover;
}

body .sk-ww-google-reviews .sk-post__text-content img[width][height] {
    width: auto;
    height: auto;
    object-fit: initial;
}

body .sk-ww-google-reviews .sk-post__inline-iframe {
    margin: 10px 0;
    max-height: min-content;
    width: 100%;
}

body .sk-ww-google-reviews .sk-post__counts {
    opacity: 0.85;
    padding: 10px 0 5px;
    display: flex;
    align-items: center;
    gap: 15px;
}

body .sk-ww-google-reviews .sk-post__count-container {
    display: flex;
    align-items: center;
    gap: 10px;
}

body .sk-ww-google-reviews .sk-post__count-icon {
    height: 15px;
    width: 15px;
    fill: var(--details-font-color);
}

body .sk-ww-google-reviews .sk-post__footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px var(--item-content-padding) var(--item-content-padding);
}

body .sk-ww-google-reviews .sk-post__social-icon-container {
    height: 30px;
    width: 30px;
}

body .sk-ww-google-reviews .sk-post__social-icon {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

body .sk-ww-google-reviews .sk-post__button {
    box-sizing: border-box;
    border-radius: 50rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: transparent;
    gap: 1em;
}

body .sk-ww-google-reviews .sk-post__button p {
    color: var(--details-font-color);
}

body .sk-ww-google-reviews .sk-post__button:hover {
    background-color: rgba(247, 248, 252, 0.6);
}

body .sk-ww-google-reviews .sk-post__button-icon {
    height: 20px;
    width: 20px;
    fill: var(--details-link-color);
}

body .sk-ww-google-reviews .sk-post__button:hover .sk-post__button-icon {
    fill: var(--details-link-hover-color);
}

body .sk-ww-google-reviews .sk-image-gallery {
    margin: 5px 0;
    margin-top: 1em;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
    height: 300px;
    overflow: hidden;
    position: relative;
}

body .sk-ww-google-reviews .sk-image-container {
    height: 100%;
    border-radius: 3px;
    overflow: hidden;
    position: relative;
}

body .sk-ww-google-reviews .sk-image-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transition: var(--transition);
}

body .sk-ww-google-reviews .sk-image-gallery-single img {
    height: unset;
}

body .sk-ww-google-reviews .sk-image-gallery-single {
    height: auto !important;
}

body .sk-ww-google-reviews .sk-image-container img:hover {
    transform: scale(1.01);
    filter: brightness(1.1);
}

@media (max-width: 600px) {
    body .sk-ww-google-reviews .sk-image-gallery {
        grid-template-columns: 1fr 1fr;
        height: 400px;
    }
    body .sk-ww-google-reviews .sk-image-gallery.--odd .sk-image-container:last-child {
        grid-column: 1 / 3;
        max-height: 200px;
    }
}

body .sk-ww-google-reviews .sk-image-gallery .sk-image-container:nth-child(1):only-child,
body .sk-ww-google-reviews .sk-image-gallery .sk-image-container:nth-child(2):only-child {
    grid-column: span 2;
}

body .sk-ww-google-reviews .sk-more-images-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    z-index: 1;
    pointer-events: none;
}

body .sk-ww-google-reviews .sk-post__thumbnail-container {
    margin: 10px 0 0;
    border-radius: 5px;
    overflow: hidden;
}

body .sk-ww-google-reviews .sk-post__thumbnail-container:hover .sk-post__thumbnail-overlay {
    opacity: 0;
}

body .sk-ww-google-reviews .sk-post__thumbnail-container:hover .sk-post__thumbnail {
    transform: scale(1.01);
}

body .sk-ww-google-reviews .sk-post__thumbnail-overlay {
    background-color: #000;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 5;
    opacity: 0.25;
    transition: var(--transition);
}

body .sk-ww-google-reviews .sk-post__thumbnail-container--portrait-3-4 {
    height: 0;
    padding-bottom: 133.33%;
    position: relative;
}

body .sk-ww-google-reviews .sk-post__thumbnail-container--portrait-9-16 {
    height: 0;
    padding-bottom: 177.78%;
    position: relative;
}

body .sk-ww-google-reviews .sk-post__thumbnail-container--landscape-4-3 {
    height: 0;
    padding-bottom: 75%;
    position: relative;
}

body .sk-ww-google-reviews .sk-post__thumbnail-container--landscape-16-9 {
    height: 0;
    padding-bottom: 56.25%;
    position: relative;
}

body .sk-ww-google-reviews .sk-post__play-btn {
    background-color: transparent;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 10;
}

body .sk-ww-google-reviews .sk-post__play-btn-icon {
    width: 50px;
    height: 50px;
    fill: #fff;
}

body .sk-ww-google-reviews .sk-post__thumbnail {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transition: var(--transition);
}

body .sk-ww-google-reviews .sk-post__video-container {
    background-color: #000;
    margin: 10px 0 0;
    position: relative;
    padding-bottom: 56.25%;
    /* 16:9 aspect ratio */
    height: 0;
    border-radius: 5px;
    overflow: hidden;
}

body .sk-ww-google-reviews .sk-post__video-container:hover .sk-post__video-overlay {
    opacity: 0;
}

body .sk-ww-google-reviews .sk-post__video-container:hover .sk-post__video {
    transform: scale(1.01);
}

body .sk-ww-google-reviews .sk-post__video-overlay {
    background-color: #000;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 5;
    opacity: 0.25;
    transition: var(--transition);
}

body .sk-ww-google-reviews .sk-post__video {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: var(--transition);
}

body .sk-ww-google-reviews .sk-post__video-play-btn {
    background-color: transparent;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 10;
}

body .sk-ww-google-reviews .sk-post__video-play-btn-icon {
    width: 50px;
    height: 50px;
    fill: #fff;
}

body .sk-ww-google-reviews .sk-article {
    display: inline-block;
    width: 100%;
    margin: 10px 0;
}

body .sk-ww-google-reviews .sk-article:hover img {
    transform: scale(1.01);
    filter: brightness(1.1);
}

body .sk-ww-google-reviews .sk-article__image-container {
    height: 150px;
    border-radius: 3px;
    overflow: hidden;
    position: relative;
}

body .sk-ww-google-reviews .sk-article__image-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transition: var(--transition);
}

body .sk-ww-google-reviews .sk-article__body {
    background-color: #eee;
    padding: 8px;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
}

body .sk-post-modal-overlay {
    z-index: 999;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(24, 24, 27, 0.98);
    visibility: hidden;
    opacity: 0;
    transition: var(--transition);
}

body .sk-post-modal-overlay--active {
    visibility: visible;
    opacity: 1;
    backdrop-filter: blur(2px);
}

body .sk-post-modal__btn-close {
    height: 60px;
    width: 60px;
    border-radius: 50%;
    box-shadow: 0px 4px 26px 0px rgba(0, 0, 0, 0.15);
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(255, 205, 205, 0.17);
    position: fixed;
    top: 10px;
    right: 20px;
    z-index: 1050;
    visibility: hidden;
    opacity: 0;
    transition: var(--transition);
    border: none;
}

body .sk-post-modal__btn-close:hover {
    opacity: 1;
    background-color: rgba(255, 205, 205, 0.17);
}

body .sk-post-modal__btn-close--active {
    visibility: visible;
    opacity: 0.75;
}

body .sk-post-modal__btn-close-icon {
    width: 35px;
    height: 35px;
    fill: #c0494b;
}

body .sk-post-modal {
    max-height: 90vh;
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 900px;
    z-index: 1000;
    background-color: var(--pop-up-bg-color);
    color: var(--pop-up-font-color);
    border-radius: 23px;
    padding: 35px;
    position: fixed;
    top: 55%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0.95);
    box-shadow: 0px 0px 104.002px 0px rgba(28, 107, 244, 0.1);
    visibility: hidden;
    opacity: 0;
    filter: brightness(0.5);
    transition: var(--transition);
    box-sizing: border-box;
}

@media (max-width: 1000px) {
    body .sk-post-modal {
        max-width: none;
        width: 60vw;
        padding: 25px;
    }
}

@media (max-width: 767px) {
    body .sk-post-modal {
        max-width: 600px;
        padding: 15px;
    }

    body .sk-post-modal__header .sk-post-modal__head-details {
        margin-left: 14px;
    }

    body .sk-post-modal__head-details .sk-post-modal__rating {
        margin-top: 4px !important;
    }

}

@media (max-width: 575px) {
    body .sk-post-modal {
        width: 90vw;
        height: 60vh;
    }
}
body .sk-post-modal.sk-disabled-link a {
    pointer-events: none;
    text-decoration: none;
}

body .sk-post-modal--active {
    visibility: visible;
    opacity: 1;
    top: 50%;
    filter: brightness(1);
    transform: translate(-50%, -50%) scale(1);
}

body .sk-post-modal__header {
    display: flex;
    align-items: center;
    padding-bottom: 23px;
    border-bottom: 1px solid rgb(189, 213, 255, 0.2);
}

body .sk-post-modal__header>*+* {
    margin-left: 24px;
}

body .sk-post-modal__user-image-container {
    width: 60px;
    height: 60px;
    min-width: 60px;
    min-height: 60px;
    border-radius: var(--show-circular-main-picture);
    overflow: hidden;
}

body .sk-post-modal__user-image {
    width: 100%;
    height: 100%;
    max-width: 100%;
    max-height: 100%;
    object-fit: cover;
    object-position: center;
}

body .sk-post-modal__head-details>*+* {
    margin-top: 8px;
}

body .sk-post-modal__header .sk-post-modal__user-name, 
body .sk-post-modal__header .sk-post-modal__reviewer-name {
    font-size: var(--details-font-size) !important;
    margin: 0;
    line-height: normal !important;
}

body .sk-post-modal__header .sk-post-modal__reviewer-name {
    color: var(--reviewer-name-color) !important;
    font-weight: bold;
}

@media (max-width: 1000px) {
    body .sk-post-modal__header .sk-post-modal__user-name {
        font-size: var(--details-font-size) !important;
        line-height: normal !important;
    }
}

body .sk-post-modal__user-name span {
    font-weight: normal;
}

body .sk-post-modal__user-name a {
    text-decoration: none;
}

@media (max-width: 1000px) {
    body .sk-post-modal__user-name {
        font-size: 18px;
    }
}

body .sk-post-modal__rating>*+* {
    margin-left: 4px;
}

body .sk-post-modal__rating-icon {
    width: 15px;
    height: 15px;
    fill: var(--review-rating-star-color) !important;
}

body .sk-post-modal__rating-icon path {
    fill: var(--review-rating-star-color) !important;
}

body .sk-post-modal__social-icon-container {
    background-color: transparent;
    margin-left: auto;
    width: 40px;
    height: 40px;
    min-width: 40px;
    min-height: 40px;
}

body .sk-post-modal__social-icon {
    width: 100%;
    height: 100%;
    object-fit: cotain;
}

body .sk-post-modal__body {
    flex: 1;
    display: flex;
    gap: 24px;
    scrollbar-gutter: stable;
    max-height: 400px;
    padding-top: 1em;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}

/* Desktop/laptop only */
@media (hover: hover) and (pointer: fine) {
    body .sk-post-modal__body {
        scrollbar-width: thin;
        scrollbar-color: transparent transparent;
    }
    body .sk-post-modal__body::-webkit-scrollbar {
        width: 8px;
        height: 8px;
    }
    body .sk-post-modal__body::-webkit-scrollbar-thumb {
        background: transparent;
        border-radius: 8px;
    }
    body .sk-post-modal:hover .sk-post-modal__body,
    body .sk-post-modal__body:focus-visible {
        scrollbar-color: rgba(136, 136, 136, 0.6) transparent;
    }
    body .sk-post-modal:hover .sk-post-modal__body::-webkit-scrollbar-thumb,
    body .sk-post-modal__body:focus-visible::-webkit-scrollbar-thumb {
        background-color: rgba(136, 136, 136, 0.6);
        background: rgba(136, 136, 136, 0.6);
    }
}

@media (max-width: 767px) {
    body .sk-post-modal__body {
        flex-direction: column;
        overflow-y: scroll;
    }

    body .sk-post-modal__body:hover {
        overflow-y: scroll;
    }
}

body .sk-post-modal__text-container {
    flex: 1;
}

body .sk-post-modal__text {
    font-size: var(--details-font-size) !important;
    overflow-y: hidden;
    max-height: 480px;
    scrollbar-gutter: stable;
    transition: var(--transition);
    display: inline-block;
    max-width: 100%;
    white-space: normal;
    word-wrap: break-word;
    line-height: initial;
}

@media (max-width: 1300px) {
    body .sk-post-modal__text {
        font-size: 22px;
    }
}

@media (max-width: 1000px) {
    body .sk-post-modal__text {
        font-size: 18px;
    }
}

@media (max-width: 767px) {
    body .sk-post-modal__text {
        font-size: 16px;
        max-height: initial;
        overflow-y: visible;
        overflow-x: hidden;
        scrollbar-gutter: initial;
    }
}

body .sk-post-modal__response {
    margin-top: 1em;
    padding-left: 2em;
    border-left: 4px solid rgba(0, 0, 0, 0.1);
}

body .sk-ww-google-reviews .sk-post__owners-title {
    margin-bottom: 1.25em;
}

body .sk-ww-google-reviews .sk-post__owners-title {
    margin-bottom: 1.25em;
}

body .sk-post-modal__response-title {
    font-size: var(--details-font-size) !important;
    font-weight: bold;
    margin-top: 0;
}

body .sk-post-modal__response-text {
    font-size: var(--details-font-size) !important;
    margin-top: 1em;
}

@media (max-width: 1000px) {
    body .sk-post-modal__response-text {
        font-size: 18px;
    }
}

/* WebKit Browsers (Chrome, Safari) */

/* Track */
body .sk-post-modal__text::-webkit-scrollbar {
    width: 10px;
}

body .sk-post-modal__media {
    height: 385px;
    width: 40%;
    border-radius: 15px;
    overflow: hidden;
    position: relative;
}

@media (max-width: 767px) {
    body .sk-post-modal__media {
        flex-shrink: 0;
        width: 100%;
        overflow-y: visible;
    }
}

body .sk-post-modal__media .sk-dots {
    bottom: 5%;
}

body .sk-post-modal__media .sk-slider {
    height: 100% !important;
}

body .sk-post-modal__media .sk-slide {
    height: 100% !important;
}

body .sk-post-modal__media .sk-dots__dot {
    background-color: #fff;
    box-shadow: 0 0.6rem 1.5rem rgba(0, 0, 0, 0.7);
}

body .sk-post-modal__media .sk-slide>img {
    height: 100%;
    width: 100%;
    object-fit: contain;
}

body .sk-post-modal__media .sk-slide>video {
    height: 100%;
    width: 100%;
    object-fit: contain;
}

body .sk-post-modal__media .sk-slide {
    background-color: #000;
}

body .sk-post-modal__iframe-container {
    width: 40%;
    height: 480px;
    border-radius: 15px;
    overflow: hidden;
    position: relative;
    background-color: #f0f0f0;
}

@media (max-width: 767px) {
    body .sk-post-modal__iframe-container {
        width: 100%;
        flex-shrink: 0;
    }
}

body .sk-post-modal__iframe-loader {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(255, 255, 255, 0.8);
    z-index: 1;
}

body .sk-post-modal__iframe-loader::before {
    content: "";
    width: 40px;
    height: 40px;
    border: 5px solid #ccc;
    border-top-color: #333;
    border-radius: 50%;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    to {
        transform: rotate(360deg);
    }
}

body .sk-post-modal__iframe {
    height: 100%;
    max-height: min-content;
    width: 100%;
}

body .sk-post-modal__footer {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    min-height: 50px;
    margin-top: 1em;
}

body .sk-post-modal__date {
    font-size: var(--details-font-size) !important;
}

@media (max-width: 1000px) {
    body .sk-post-modal__date {
        font-size: 18px;
    }
}

body .sk-post-modal__btn-share {
    background-color: transparent !important;
}

body .sk-post-modal__btn-share:hover {
    background: transparent !important;
}

body .sk-post-modal__btn-share-icon {
    width: 33px;
    height: 33px;
    fill: var(--pop-up-link-color);
}

body .sk-post-modal__btn {
    background-color: #fff;
    height: 60px;
    width: 60px;
    border-radius: 50%;
    box-shadow: 0px 4px 26px 0px rgba(0, 0, 0, 0.15);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s ease-out;
}

body .sk-post-modal__btn--close {
    background-color: rgba(255, 205, 205, 0.17);
    position: fixed;
    top: 20px;
    right: 20px;
    z-index: 1000;
    opacity: 0.75;
}

body .sk-post-modal__btn--close:hover {
    opacity: 1;
}

body .sk-post-modal__btn--direction {
    display: none;
}

@media (min-width: 575px) {
    body .sk-post-modal__btn--direction {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        z-index: 5;
        display: block;
    }
}

body .sk-post-modal__btn--direction:hover {
    background-color: var(--button-hover-bg-color);
    color: var(--button-hover-text-color);
}

body .sk-post-modal__btn--direction:hover .sk-post-modal__btn-icon {
    fill: var(--button-hover-text-color);
}

/* .post-modal__btn--direction:focus {
  background-color: var(--button-hover-bg-color);
}

.post-modal__btn--direction:focus {
  background-color: var(--button-hover-bg-color);
} */

body .sk-post-modal__btn--left {
    left: -90px;
}

body .sk-post-modal__btn--right {
    right: -90px;
}

@media (max-width: 575px) {
    body .sk-post-modal__btn--left {
        left: -15px;
        opacity: 0.8;
    }

    body .sk-post-modal__btn--right {
        right: -15px;
        opacity: 0.8;
    }
}

body .sk-post-modal__btn-icon {
    width: 35px;
    height: 35px;
    fill: #373a45;
}

body .sk-post-modal__btn-icon--close {
    fill: #c0494b;
}

body .sk-tab {
    background-color: var(--tab-bg-color);
    color: var(--tab-text-color);
    margin-bottom: 30px;
    border-bottom: 1px solid rgba(215, 216, 219, 0.7);
}

body .sk-tab__list {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    padding: 0;
}

body .sk-tab__list>*+* {
    margin-left: 8px;
}

body .sk-tab__item {
    opacity: 0.9;
    cursor: pointer;
    display: flex;
    align-items: center;
    padding: var(--tab-padding-top-bottom) var(--tab-padding-left-right);
}

body .sk-tab__item p {
    margin-top: 0;
    margin-bottom: 0;
}

body .sk-tab__item>*+* {
    margin-left: 10px;
}

body .sk-tab__item--active {
    background-color: #e5efff;
    border-bottom: 2px solid var(--button-bg-color);
}

body .sk-tab__item--active .sk-tab__name {
    color: var(--button-bg-color);
}

body .sk-tab__item--active .sk-tab__count {
    color: var(--button-bg-color);
    background-color: #bfd7ff;
}

body .sk-tab__count {
    font-size: 12px;
    background-color: #f2f4f7;
    border-radius: 16px;
    padding: 6px 10px;
}

/* Grid */

body .sk-ww-google-reviews .sk-grid {
    display: grid;
    grid-template-columns: repeat(var(--column-count, auto), minmax(200px, 1fr));
    grid-auto-rows: var(--post-height);
    gap: 16px;
    align-items: stretch;
}

@container widget (max-width: 767px) {
    body .sk-ww-google-reviews .sk-grid {
        grid-template-columns: repeat(2, minmax(200px, 1fr));
    }
}

@container widget (max-width: 575px) {
    body .sk-ww-google-reviews .sk-grid {
        grid-template-columns: repeat(1, minmax(200px, 1fr));
    }
}

body .sk-ww-google-reviews .sk-grid-item {
    animation: scaleIn 0.4s ease-in-out;
}

body .sk-ww-google-reviews .sk-grid-item>* {
    flex: 1;
    height: 100%;
}

@keyframes scaleIn {
    from {
        transform: scale(0.8);
        opacity: 0;
    }

    to {
        transform: scale(1);
        opacity: 1;
    }
}

/* Carousel */

body .sk-ww-google-reviews .sk-carousel {
    max-width: 100rem;
    margin: 0 auto;
    height: var(--post-height);
    position: relative;
    padding: 0 80px;
}

@media (max-width: 767px) {
    body .sk-ww-google-reviews .sk-carousel {
        padding: 0 24px;
    }
}

@media (max-width: 575px) {
    body .sk-ww-google-reviews .sk-carousel {
        padding: 0 15px;
    }
}

body .sk-ww-google-reviews .sk-carousel .sk-dots {
    display: none;
}

body .sk-ww-google-reviews .sk-slider,
body .sk-post-modal .sk-slider {
    margin: 0 auto;
    height: var(--post-height);
    position: relative;
    overflow: hidden;
    padding: 10px 0;
    box-sizing: border-box;
}

body .sk-ww-google-reviews .sk-slider *,
body .sk-post-modal .sk-slider * {
    box-sizing: border-box;
}

body .sk-ww-google-reviews .sk-slide,
body .sk-post-modal .sk-slide {
    position: absolute;
    top: 0;
    width: 100%;
    height: var(--post-height);
    display: flex;
    justify-content: flex-start;
    align-items: center;
    transition: transform 1s ease-in-out;
    flex: 0 0 100%;
    width: 100%;
}

body .sk-ww-google-reviews .sk-slide {
    padding-top: 1em;
    padding-bottom: 1em;
}

body .sk-ww-google-reviews .sk-slide-item,
body .sk-post-modal .sk-slide-item {
    flex-grow: 1;
    flex: 0 0 calc(100% / var(--column-count));
    height: 100%;
}

body .sk-ww-google-reviews .sk-slide-item>*,
body .sk-post-modal .sk-slide-item>* {
    height: 100%;
    margin: 0 15px;
}

body .sk-ww-google-reviews .sk-slide>img,
body .sk-post-modal .sk-slide>img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

body .sk-ww-google-reviews .sk-slider__btn,
body .sk-post-modal .sk-slider__btn {
    position: absolute;
    top: 50%;
    z-index: 10;
    background-color: #fff;
    color: #333;
    border: none;
    height: 60px;
    width: 60px;
    border-radius: 50%;
    box-shadow: 0px 4px 26px 0px rgba(0, 0, 0, 0.15);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s ease-out;
    opacity: var(--arrow-opacity);
}

@media screen and (max-width: 520px) {
    body .sk-ww-google-reviews .sk-slider__btn,
    body .sk-post-modal .sk-slider__btn {
        height: 32px;
        width: 32px;
    }
}

body .sk-ww-google-reviews .sk-slider .popup-image-slider__btn,
body .sk-post-modal .sk-slider .popup-image-slider__btn {
    background-color: #ffffff;
    height: 30px;
    width: 30px;
}

body .sk-ww-google-reviews .sk-slider__btn,
body .sk-post-modal .sk-slider__btn {
    background-color: var(--arrow-background-color);
}

body .sk-ww-google-reviews .sk-slider__btn:hover .sk-slider__btn-icon,
body .sk-post-modal .sk-slider__btn:hover .sk-slider__btn-icon {
    fill: var(--arrow-hover-color);
}

body .sk-ww-google-reviews .sk-slider__btn-icon,
body .sk-post-modal .sk-slider__btn-icon {
    width: 35px;
    height: 35px;
    fill: var(--arrow-color);
}

body .sk-ww-google-reviews .sk-slider__btn--left,
body .sk-post-modal .sk-slider__btn--left {
    left: 4%;
    transform: translate(-50%, -50%);
    padding: 0px !important;
}

body .sk-ww-google-reviews .sk-slider__btn--right,
body .sk-post-modal .sk-slider__btn--right {
    right: 4%;
    transform: translate(50%, -50%);
    padding: 0px !important;
}

body .sk-ww-google-reviews .sk-dots,
body .sk-post-modal .sk-dots {
    position: absolute;
    bottom: 8px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    flex-wrap: wrap;
    row-gap: 0.5rem;
}

body .sk-ww-google-reviews .sk-dots__dot,
body .sk-post-modal .sk-dots__dot {
    border: none;
    background-color: #b9b9b9;
    opacity: 0.7;
    height: 10px;
    width: 10px;
    border-radius: 50%;
    margin-right: 16px;
    cursor: pointer;
    transition: all 0.5s;
}

body .sk-ww-google-reviews .sk-dots__dot:last-child,
body .sk-post-modal .sk-dots__dot:last-child {
    margin: 0;
}

body .sk-ww-google-reviews .sk-dots__dot--active,
body .sk-post-modal .sk-dots__dot--active {
    background-color: #888;
    opacity: 1;
}

/* Masonry */

body .sk-ww-google-reviews .sk-masonry {
    position: relative;
}

body .sk-ww-google-reviews .sk-masonry-item {
    position: absolute;
    width: calc(100% / var(--column-count) - 10px);
    margin-bottom: 16px;
    border-radius: 8px;
    transition: all 0.5s cubic-bezier(0.42, 0, 0.58, 1);
}

@media screen and (max-width: 520px) {
    body .sk-ww-google-reviews .sk-masonry-item {
        width: calc(100% / var(--column-count));
    }
}


body .sk-ww-google-reviews .sk-load-more-btn-container {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

body .sk-ww-google-reviews .sk-button {
    padding: var(--button-padding-top-bottom) var(--button-padding-left-right);
    font-weight: 700;
    border-radius: 16px;
    background-color: var(--button-bg-color);
    color: var(--button-text-color);
    transition: all 0.2s ease-out;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin-top: 1em;
}

@media (min-width: 575px) {
    body .sk-ww-google-reviews .sk-button {
        width: fit-content;
        margin-top: 0;
    }
}

body .sk-ww-google-reviews .sk-button>*+* {
    margin-left: 10px;
}

body .sk-ww-google-reviews .sk-button:hover {
    background-color: var(--button-hover-bg-color);
    color: var(--button-hover-text-color);
}

body .sk-ww-google-reviews .sk-button__icon {
    width: var(--details-font-size);
    height: var(--details-font-size);
    fill: var(--button-hover-text-color);
}

body .sk-ww-google-reviews .sk-load-more-btn {
    padding: 16px 24px;
}

body .sk-ww-google-reviews .sk-load-more-btn{
    margin-bottom: 16px;
}

/* Tooltip */

body .sk-ww-google-reviews .sk-tooltip {
    position: fixed;
    background-color: var(--details-bg-color);
    color: var(--details-font-color);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    padding: 8px 12px;
    border-radius: 4px;
    font-size: 14px;
    white-space: nowrap;
    display: none;
    z-index: 1100;
    transition: opacity 0.3s ease, transform 0.3s ease;
    opacity: 0;
}

body .sk-ww-google-reviews .sk-tooltip--active {
    display: block;
    opacity: 1;
}

body .sk-ww-google-reviews .sk-search-container {
    position: relative;
}

body .sk-ww-google-reviews .sk-search-input {
    width: 100%;
    font: inherit;
    font-weight: 600;
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.05);
    border: 1px solid #d1d5db;
    border-radius: 16px;
    padding: var(--button-padding-top-bottom) var(--button-padding-left-right);
}

body .sk-ww-google-reviews .sk-search-input:focus {
    outline: none;
    border: 1px solid var(--button-bg-color);
}

body .sk-ww-google-reviews .sk-search-input__icon {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
}

body .sk-ww-google-reviews .sk-search-input__icon--search {
    right: 20px;
    fill: #888;
}

body .sk-ww-google-reviews .sk-search-input__icon--clear {
    right: 10px;
    fill: #888;
    display: none;
    cursor: pointer;
}

body .sk-ww-google-reviews .sk-action-panel {
    display: flex;
    justify-content: right;
    align-items: center;
    flex-wrap: wrap;
    margin: 15px 0;
}

body .sk-ww-google-reviews .sk-action-panel>* {
    margin-bottom: 5px;
}

body .sk-ww-google-reviews .sk-action-panel>*+* {
    margin-left: 10px;
}

@media (max-width: 575px) {
    body .sk-ww-google-reviews .sk-action-panel>* {
        width: 100%;
        margin-left: 0;
    }
}

body .sk-ww-google-reviews .sk-read-more,
body .sk-ww-google-reviews .sk-hide-text {
    font-family: inherit;
    font-weight: 500;
    background-color: transparent;
    color: var(--details-link-color);
}

body .sk-ww-google-reviews .sk-read-more:hover,
body .sk-ww-google-reviews .sk-hide-text:hover {
    color: var(--details-link-hover-color);
}

body .sk-ww-google-reviews .sk-popup {
    max-height: 90vh;
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 1200px;
    z-index: 1000;
    background-color: var(--pop-up-bg-color);
    color: var(--pop-up-font-color);
    border-radius: 23px;
    padding: 35px;
    position: fixed;
    top: 55%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0.95);
    box-shadow: 0px 0px 104.002px 0px rgba(28, 107, 244, 0.1);
    visibility: hidden;
    opacity: 0;
    filter: brightness(0.5);
    transition: var(--transition);
}

@media (max-width: 1300px) {
    body .sk-ww-google-reviews .sk-popup {
        max-width: 95vw;
    }
}

@media (max-width: 767px) {
    body .sk-ww-google-reviews .sk-popup {
        max-width: 90vw;
        padding: 30px;
    }
}

body .sk-ww-google-reviews .sk-popup.show {
    visibility: visible;
    opacity: 1;
    top: 50%;
    filter: brightness(1);
    transform: translate(-50%, -50%) scale(1);
}

body .sk-ww-google-reviews .sk-popup__header {
    display: flex;
    align-items: center;
    padding-bottom: 23px;
    border-bottom: 1px solid rgb(189, 213, 255, 0.2);
}

body .sk-ww-google-reviews .sk-popup__title {
    font-size: 23px;
}

body .sk-ww-google-reviews .sk-popup__body {
    padding: 23px 0 23px;
    overflow-y: hidden;
    scrollbar-gutter: stable;
    transition: var(--transition);
}

@media (max-width: 767px) {
    body .sk-ww-google-reviews .sk-popup__body {
        overflow-y: scroll;
    }
}

body .sk-ww-google-reviews .sk-popup__body:hover {
    overflow-y: scroll;
}

body .sk-ww-google-reviews .sk-popup__body::-webkit-scrollbar {
    width: 10px;
}

body .sk-ww-google-reviews .sk-popup__content>*+* {
    margin-top: 20px;
}

body .sk-ww-google-reviews .sk-popup-overlay {
    z-index: 999;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(24, 24, 27, 0.98);
    visibility: hidden;
    opacity: 0;
    transition: var(--transition);
}

body .sk-ww-google-reviews .sk-popup-overlay.show {
    visibility: visible;
    opacity: 1;
    backdrop-filter: blur(2px);
}

body .sk-ww-google-reviews .sk-popup-close {
    height: 60px;
    width: 60px;
    border-radius: 50%;
    box-shadow: 0px 4px 26px 0px rgba(0, 0, 0, 0.15);
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(255, 205, 205, 0.17);
    position: fixed;
    top: 20px;
    right: 20px;
    z-index: 1100;
    visibility: hidden;
    opacity: 0;
    transition: var(--transition);
}

body .sk-ww-google-reviews .sk-popup-close__icon {
    width: 35px;
    height: 35px;
    fill: #c0494b;
}

body .sk-ww-google-reviews .sk-popup-close:hover {
    opacity: 1;
}

body .sk-ww-google-reviews .sk-popup-close.show {
    visibility: visible;
    opacity: 0.75;
}

body .sk-ww-google-reviews .sk-popup-actions {
    display: flex;
}

body .sk-ww-google-reviews .sk-popup-actions>*+* {
    margin-left: 5px;
}

body .sk-ww-google-reviews .sk-popup-question {
    font-size: 29px;
}

body .sk-ww-google-reviews .sk-form-group {
    margin-bottom: 15px;
}

body .sk-ww-google-reviews .sk-form-group label {
    display: block;
    margin-bottom: 5px;
    font-weight: bold;
}

body .sk-ww-google-reviews .sk-form-group .sk-form-control {
    font: inherit;
    width: 100%;
    padding: 10px;
    border: 1px solid #d1d5db;
    border-radius: 16px;
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.05);
    padding: var(--button-padding-top-bottom) var(--button-padding-left-right);
}

body .sk-ww-google-reviews .sk-form-group textarea.sk-form-control {
    resize: vertical;
}

body .sk-ww-google-reviews .sk-form-video {
    border-radius: 16px;
    background-color: #000;
}

body .sk-ww-google-reviews .sk-rating {
    display: flex;
    gap: 5px;
}

body .sk-ww-google-reviews .sk-star {
    font-size: 30px;
    color: #ddd;
    cursor: pointer;
    transition: var(--transition);
}

body .sk-ww-google-reviews .sk-star.active {
    color: #f39c12;
}

body .sk-ww-google-reviews .sk-submit-content-video__recording-container {
    position: relative;
}

body .sk-ww-google-reviews .sk-submit-content-video__duration {
    position: absolute;
    top: 10px;
    left: 50%;
    transform: translateX(-50%);
    background-color: rgba(0, 0, 0, 0.5);
    color: #fff;
    padding: 2.5px 5px;
    border-radius: 2px;
}

body .sk-ww-google-reviews .sk-submit-content-video__preview,
body .sk-ww-google-reviews .sk-submit-content-video__recording {
    width: 100%;
    height: 500px;
    background-color: #000;
    border-radius: 10px;
}

@media (max-width: 768px) {
    body .sk-ww-google-reviews .sk-submit-content-video__preview,
    body .sk-ww-google-reviews .sk-submit-content-video__recording {
        height: 400px;
    }
}

body .sk-ww-google-reviews button.sk-submit-content-video__start-btn {
    border: 3px solid #fff;
    position: absolute;
    bottom: 15px;
    left: 50%;
    transform: translateX(-50%);
    height: 50px;
    width: 50px;
    background-color: transparent;
    border-radius: 50%;
    transition: var(--transition);
}

body .sk-ww-google-reviews .sk-submit-content-video__hint {
    position: absolute;
    bottom: 120%;
    left: 50%;
    transform: translateX(-50%) scale(0.8);
    width: 250px;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 2px;
    padding: 10px 15px;
    visibility: hidden;
    opacity: 0;
    transition: var(--transition);
}

body .sk-ww-google-reviews .sk-submit-content-video__hint--active {
    visibility: visible;
    opacity: 1;
    transform: translateX(-50%) scale(1);
}

body .sk-ww-google-reviews .sk-submit-content-video__start-btn-icon {
    width: 40px;
    height: 40px;
    background-color: #fd736b;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    transition: var(--transition);
}

body .sk-ww-google-reviews .sk-submit-content-video__start-btn--active .sk-submit-content-video__start-btn-icon {
    border-radius: 10px;
    transform: translate(-50%, -50%) scale(0.5);
}

body .sk-ww-google-reviews .sk-submit-content-video__proceed-btn {
    position: absolute;
    right: 10px;
    top: 10px;
    animation: pumping 1.5s infinite;
}

@keyframes pumping {

    0%,
    100% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.025);
    }
}

body .sk-ww-google-reviews .sk-share-popup {
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);

    position: fixed;
    visibility: hidden;
    opacity: 0;
    background-color: var(--details-bg-color);
    color: #fff;
    padding: 8px 12px;
    border-radius: 4px;
    font-size: 14px;
    z-index: 1150;
    transition: var(--transition);
}

body .sk-ww-google-reviews .sk-share-popup:hover {
    transform: scale(1.025);
}

body .sk-ww-google-reviews .sk-share-popup::before {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 100%;
    transform: translateX(-50%);
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid var(--details-bg-color);
    display: none;
}

body .sk-ww-google-reviews .sk-share-popup::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 100%;
    transform: translateX(-50%);
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid var(--details-bg-color);
}

body .sk-ww-google-reviews .sk-share-popup--bottom::before {
    top: 100%;
    bottom: auto;
    border-bottom: none;
    border-top: 10px solid var(--details-bg-color);
}

body .sk-ww-google-reviews .sk-share-popup--bottom::after {
    top: auto;
    bottom: 100%;
    border-top: none;
    border-bottom: 10px solid var(--details-bg-color);
}

body .sk-ww-google-reviews .sk-share-popup--active {
    visibility: visible;
    opacity: 1;
}

body .sk-ww-google-reviews .sk-share-popup__content {
    display: flex;
}

body .sk-ww-google-reviews .sk-share-popup__content>*+* {
    margin-left: 8px;
}

body .sk-ww-google-reviews .sk-share-popup__link {
    display: flex;
    align-items: center;
    justify-content: center;
}

body .sk-ww-google-reviews .sk-share-popup__icon {
    width: 30px;
    height: 30px;
    fill: var(--details-link-color);
    transition: var(--transition);
}

body .sk-ww-google-reviews .sk-share-popup__icon:hover {
    color: var(--details-link-hover-color);
    transform: scale(1.025) translateY(-1px) rotate(-2.5deg);
}

body .sk-ww-google-reviews .sk-image-error {
    background-color: rgba(249, 249, 249, 0.7);
    text-align: center;
    color: #666;
    line-height: 1.4;
    position: relative;
}

body .sk-ww-google-reviews .sk-image-error>img {
    display: none;
}

body .sk-ww-google-reviews .sk-image-error>.post__play-btn {
    display: none;
}

body .sk-ww-google-reviews .sk-image-error::before {
    content: "Content not available";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 10px;
    word-break: break-all;
    hyphens: auto;
}

/* fix for removing unnecessary encoded data */

.speechify-ignore.ab {
    display: none;
}

body .sk-post-modal-xsarrows {
    position: absolute;
    top: 100%;
    left: 0;
    margin-top: 2em;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-sizing: border-box;
}

@media (min-width: 575px) {
    body .sk-post-modal-xsarrows {
        display: none;
    }
}

body .sk-post-modal-xsarrows button {
    all: unset;
    filter: opacity(0.7);
    width: 32px;
    height: 32px;
}

body .sk-post-modal-xsarrows button svg {
    width: 100%;
    height: 100%;
}

body .sk-post-modal-xsarrows button path {
    fill: white;
}

body .sk-post-modal-xsarrows button:hover {
    filter: opacity(1);
    cursor: pointer;
}

body .sk-ww-google-reviews .sk-form-grid {
    display: grid;
    grid-template-columns: 1fr;
}

@media (min-width: 525px) {
    body .sk-ww-google-reviews .sk-form-grid {
        grid-template-columns: 1fr 1fr;
        gap: 1.5em;
    }
}

body .sk-ww-google-reviews .sk-form-column {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

body .sk-ww-google-reviews .sk-posts-container__loader {
    display: flex;
    justify-content: center;
    align-items: center;
}

body .sk-ww-google-reviews .sk-post__owners {
    margin-top: 1.5em;
    padding-left: 1em;
    border-left: 2px solid rgba(0, 0, 0, 0.1);
}

body .sk-ww-google-reviews .sk-post__owners .post__owners-title {
    margin-bottom: 0.4em;
}

body .sk-ww-google-reviews .sk-post__owners-title {
    margin-bottom: 1em;
    font-weight: bold !important;
}

body .sk-ww-google-reviews .sk-badge {
    box-shadow: var(--show-box-shadow);
    background-color: var(--badge-bg-color);
    color: var(--details-font-color);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    padding: var(--item-content-padding);
    border-radius: var(--item-border-radius);
    gap: 1em;
    color: var(--badge-font-color);
    text-align: center;
    cursor: pointer;
    transition: 0.5s ease-out;
    overflow: hidden;
    scrollbar-gutter: stable;
}

body .sk-ww-google-reviews .sk-badge:hover {
    filter: brightness(0.97);
    transition: 0.5s ease-in;
    overflow: auto;
}

@supports (-webkit-touch-callout: none) {
    body .sk-ww-google-reviews .sk-badge {
        -webkit-box-shadow: 0px 4px 14px rgba(67, 89, 124, 0.45);
        box-shadow: 0px 4px 14px rgba(67, 89, 124, 0.45);
    }
}

body .sk-ww-google-reviews .sk-badge__value {
    font-size: 2em;
    font-weight: bold;
}

body .sk-ww-google-reviews .sk-badge__stars svg {
    width: 2em;
    height: 2em;
}

body .sk-ww-google-reviews .sk-badge__stars path {
    fill: var(--star-color) !important;
}

body .sk-ww-google-reviews.sk-d-block {
    display: block !important;
}

body .sk-ww-google-reviews .sk-badge__title,
body .sk-ww-google-reviews .sk-badge__name {
    font-size: var(--title-font-size);
    font-weight: bold;
}

body .sk-ww-google-reviews .sk-badge__name,
body .sk-ww-google-reviews .sk-badge__value {
    color: var(--badge-font-color) !important;
}

body .sk-ww-google-reviews .sk-badge__count {
    cursor: pointer !important;
    text-decoration: none !important;
    color: var(--badge-font-color) !important;
    font-size: 16px !important;
}

body .sk-ww-google-reviews .sk-badge__write {
    background-color: var(--write-a-review-button-background-color);
    color: var(--write-a-review-button-text-color) !important;
    width: 80%;
    height: 42px;
    border-radius: 12px;
    margin-top: 1em;
    text-decoration: none !important;
    display: flex;
    align-items: center;
    justify-content: center;
}

body .sk-ww-google-reviews .sk-badge__rating {
    display: flex;
    align-items: center;
    gap: 1rem;
    font-size: 16px;
}

body .sk-ww-google-reviews .sk-badge__overall {
    font-size: 16px;
    font-weight: bold;
}

body .sk-ww-google-reviews .sk-badge__logo {
    display: flex;
    align-items: center;
    height: 36px;
}

body .sk-ww-google-reviews .sk-badge__logo img {
    width: auto;
    height: 100%;
    border-radius: 0;
}

body .sk-ww-google-reviews .sk-badge__stars .sk-star-empty path {
    fill: rgba(0, 0, 0, 0.1) !important;
}