/**
 * Reviews.io CarouselWidget custom CSS variables.
 *
 * This file replaces the inline `styles` object in the carouselInlineWidget config,
 * which would otherwise generate a blocked `data:text/css` URI (CSP violation).
 */
.CarouselWidget-prefix .CarouselWidget {
    --base-font-size: 18px;
    --base-maxwidth: 768px;

    --reviewsio-logo-style: var(--logo-normal);

    --common-star-color: #0E1311;
    --common-star-disabled-color: rgba(0, 0, 0, 0.25);
    --medium-star-size: 28px;
    --small-star-size: 19px;
    --x-small-star-size: 22px;
    --x-small-star-display: inline-flex;

    --header-order: 1;
    --header-width: 160px;
    --header-bg-start-color: transparent;
    --header-bg-end-color: transparent;
    --header-gradient-direction: 135deg;
    --header-padding: 0.5em;
    --header-border-width: 0px;
    --header-border-color: rgba(0, 0, 0, 0.1);
    --header-border-radius: 0px;
    --header-shadow-size: 0px;
    --header-shadow-color: rgba(0, 0, 0, 0.1);

    --header-star-color: inherit;
    --header-disabled-star-color: inherit;
    --header-heading-text-color: inherit;
    --header-heading-font-size: 1.3em;
    --header-heading-font-weight: inherit;
    --header-heading-line-height: inherit;
    --header-heading-text-transform: inherit;
    --header-subheading-text-color: inherit;
    --header-subheading-font-size: inherit;
    --header-subheading-font-weight: inherit;
    --header-subheading-line-height: inherit;
    --header-subheading-text-transform: inherit;

    --item-maximum-columns: 1;
    --item-background-start-color: transparent;
    --item-background-end-color: transparent;
    --item-gradient-direction: 135deg;
    --item-padding: 0.5em;
    --item-border-width: 0px;
    --item-border-color: rgba(0, 0, 0, 0.1);
    --item-border-radius: 0px;
    --item-shadow-size: 0px;
    --item-shadow-color: rgba(0, 0, 0, 0.1);

    --heading-text-color: #0E1311;
    --heading-text-font-weight: 600;
    --heading-text-font-family: inherit;
    --heading-text-line-height: 1.4;
    --heading-text-letter-spacing: 0;
    --heading-text-transform: none;

    --body-text-color: #0E1311;
    --body-text-font-weight: 400;
    --body-text-font-family: inherit;
    --body-text-line-height: 1.4;
    --body-text-letter-spacing: 0;
    --body-text-transform: none;

    --scroll-button-icon-color: #0E1311;
    --scroll-button-icon-size: 24px;
    --scroll-button-bg-color: transparent;
    --scroll-button-border-width: 0px;
    --scroll-button-border-color: rgba(0, 0, 0, 0.1);
    --scroll-button-border-radius: 60px;
    --scroll-button-shadow-size: 0px;
    --scroll-button-shadow-color: rgba(0, 0, 0, 0.1);
    --scroll-button-horizontal-position: 0px;
    --scroll-button-vertical-position: 0px;

    --badge-icon-color: #0E1311;
    --badge-icon-font-size: 20px;
    --badge-text-color: #0E1311;
    --badge-text-font-size: 1.2em;
    --badge-text-letter-spacing: inherit;
    --badge-text-transform: inherit;

    --author-font-size: 1.2em;
    --author-font-weight: inherit;
    --author-text-transform: inherit;

    --photo-video-thumbnail-size: 60px;
    --photo-video-thumbnail-border-radius: 0px;

    --popup-backdrop-color: rgba(0, 0, 0, 0.75);
    --popup-color: #ffffff;
    --popup-star-color: inherit;
    --popup-disabled-star-color: inherit;
    --popup-heading-text-color: inherit;
    --popup-body-text-color: inherit;
    --popup-badge-icon-color: inherit;
    --popup-badge-icon-font-size: 19px;
    --popup-badge-text-color: inherit;
    --popup-badge-text-font-size: 14px;
    --popup-border-width: 0px;
    --popup-border-color: rgba(0, 0, 0, 0.1);
    --popup-border-radius: 0px;
    --popup-shadow-size: 0px;
    --popup-shadow-color: rgba(0, 0, 0, 0.1);
    --popup-icon-color: #0E1311;

    --tooltip-bg-color: #0E1311;
    --tooltip-text-color: #ffffff;
}
