/**
 * Loulou66
 * LpsGMyBusiness module for Prestashop
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Academic Free License (AFL 3.0)
 * that is bundled with this package in the file LICENSE.txt.
 * It is also available through the world-wide-web at this URL:
 * http://opensource.org/licenses/afl-3.0.php*
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade PrestaShop to newer
 * versions in the future. If you wish to customize PrestaShop for your
 * needs please refer to http://www.prestashop.com for more information.
 *
 *  @author    Loulou66.fr <contact@loulou66.fr>
 *  @copyright loulou66.fr
 *  @license   http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
 */
#lpsgmybusiness {
	padding: 0;
	display: flex;
	margin-bottom: 10px;
	position: relative;
    width: 100%;
}
.lpsgmybusiness_left {
	justify-content: flex-start;
}
.lpsgmybusiness_right {
	justify-content: flex-end;
}
.lpsgmybusiness_center {
	justify-content: center;
}
.lpsgmybusiness_badge {
	background: #fff;
	box-shadow: 0 2px 5px 0 #00000042;
	line-height: 18px;
	padding: 0;
}
.lpsgmybusiness_badge:hover {
	background: #f3f3f5;
}
.lpsgmybusiness_badge a {
	display: flex;
    align-items: center;
    outline: none;
    z-index: 9999;
    cursor: pointer;
    text-decoration: none!important;
}
.lpsgmybusiness_badge .lpsgmybusiness_badge_right {
	margin-left: 10px;
	outline: none;
}
.lpsgmybusiness_badge .lpsgmybusiness_badge_top {
    color: #333 !important;
    font-size: 14px;
    font-family: Arial, Helvetica, sans-serif;
    line-height: 18px;
    margin-bottom: 2px;
    text-align: center;
}
.lpsgmybusiness_badge .lpsgmybusiness_badge_reviews {
	display: flex;
	align-items: center;
	min-height: 25px;
}
.lpsgmybusiness_badge .lpsgmybusiness_badge_note {
	color: #e7711b;
    font-size: 20px;
    font-family: Arial, Helvetica, sans-serif;
    line-height: 18px;
    margin-right: 3px;
}
.lpsgmybusiness_badge .lpsgmybusiness_badge_count {
	color: #777 !important;
    font-size: 13px;
    font-family: Arial, Helvetica, sans-serif;
    line-height: 18px;
    text-align: center;
}
/* floating badge */
#lpsgmybusiness_floating {
	position: fixed;
	z-index: 1040;
}
#lpsgmybusiness_floating.topleft {
	top: 20px;
	left: 20px;
}
#lpsgmybusiness_floating.topright {
	top: 20px;
	right: 20px;
}
#lpsgmybusiness_floating.bottomleft {
	bottom: 20px;
	left: 20px;
}
#lpsgmybusiness_floating.bottomright {
	bottom: 20px;
	right: 20px;
}
/* footer badge */
.lpsgmybusiness_footer {
	float: left;
}
/* horizontal badge */
.lpsgmybusiness_badge .lpsgmybusiness_horizontal {
	padding: 10px;
}
/* vertical badge */
.lpsgmybusiness_vertical {
    text-align: center;
    width: 100px !important;
    padding: 7px !important;
}
.lpsgmybusiness_vertical a {
    display: block !important;
}
.lpsgmybusiness_vertical .lpsgmybusiness_badge_left {
    text-align: center;
    margin-bottom: 5px;
}
.lpsgmybusiness_vertical .lpsgmybusiness_badge_left svg {
    width: 35px !important;
    height: 35px !important;
}
.lpsgmybusiness_vertical .lpsgmybusiness_badge_right {
    margin-left: 0 !important;
}
.lpsgmybusiness_vertical .lpsgmybusiness_badge_top {
    font-size: 13px !important;
    line-height: 15px !important;
    margin-bottom: 7px !important;
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 7px;
}
.lpsgmybusiness_vertical .lpsgmybusiness_badge_note {
    font-size: 18px !important;
    margin-right: 0 !important;
}
.lpsgmybusiness_vertical .lpsgmybusiness_badge_reviews {
    display: block !important;
    min-height: 39px !important;
}
.lpsgmybusiness_vertical .lpsgmybusiness_badge_reviews .jq-star {
    width: 15px !important;
    height: 15px !important;
}
.lpsgmybusiness_vertical .lpsgmybusiness_badge_count {
    line-height: 15px !important;
    font-size: 12px !important;
}
/* modal reviews */
#lpsgmybusiness_modal {
    z-index: 1060 !important;
}
#lpsgmybusiness_modal .modal-dialog {
    pointer-events: none;
}
#lpsgmybusiness_modal .modal-content {
    pointer-events: auto;
    border-radius: 8px;
    border: none;
    box-shadow: 0 5px 30px rgba(0, 0, 0, 0.2);
    min-width: 100%;
}
#lpsgmybusiness_modal_reviews {
    background: #fff;
}
#lpsgmybusiness_modal .modal-body {
    padding: 0;
    max-height: 70vh;
    overflow-y: auto;
}
#lpsgmybusiness_modal .modal-body .lpsgmybusiness_google {
    position: sticky;
    top: 0;
    z-index: 5;
    border-bottom: 1px solid #e5e5e5;
}
#lpsgmybusiness_modal .modal-body .lpsgmybusiness_allreviews {
    padding-bottom: 10px;
}
#lpsgmybusiness_modal_reviews .lpsgmybusiness_google {
	background: #fafafa;
	margin-bottom: 15px;
	padding: 20px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
#lpsgmybusiness_modal_reviews .lpsgmybusiness_google_logo {
	display: flex;
	align-items: center;
    margin-bottom: 10px;
}
#lpsgmybusiness_modal_reviews .lpsgmybusiness_google_logo .lpsgmybusiness_customer {
    color: #111;
    font-size: 16px;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
    line-height: 18px;
    word-break: break-word;
    overflow-wrap: break-word;
}
#lpsgmybusiness_modal_reviews .lpsgmybusiness_google_left {
    flex: 1 1 auto;
    min-width: 0;
    margin-right: 15px;
}
#lpsgmybusiness_modal_reviews .lpsgmybusiness_google_right {
    flex-shrink: 0;
}
#lpsgmybusiness_modal_reviews .lpsgmybusiness_google_reviews {
	display: flex;
	align-items: center;
}
#lpsgmybusiness_modal_reviews .lpsgmybusiness_google_note {
	color: #e7711b;
    font-size: 20px;
    font-family: Arial, Helvetica, sans-serif;
    line-height: 18px;
	margin-right: 5px;
}
#lpsgmybusiness_modal_reviews .lpsgmybusiness_rating {
	margin-right: 10px;
	line-height: 16px;
}
.lpsgmybusiness_google_count {
    color: #11111180;
    font-size: 13px;
    font-family: Arial, Helvetica, sans-serif;
    line-height: 18px;
}
#lpsgmybusiness_modal_reviews .lpsgmybusiness_reviews {
	background: #fafafa;
	margin-bottom: 15px;
	padding: 20px;
}
#lpsgmybusiness_modal_reviews .lpsgmybusiness_reviews_content {
	display: flex;
	align-items: center;
}
#lpsgmybusiness_modal_reviews .lpsgmybusiness_reviews_avatar {
    width: 44px;
    height: 44px;
}
#lpsgmybusiness_modal_reviews .lpsgmybusiness_reviews_right {
	margin-left: 15px;
}
#lpsgmybusiness_modal_reviews .lpsgmybusiness_reviews_name {
    color: #111;
	font-size: 13px;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
    line-height: 18px;
    margin-bottom: 2px;
    text-align: left;
}
#lpsgmybusiness_modal_reviews .lpsgmybusiness_reviews_ratings {
	display: flex;
}
#lpsgmybusiness_modal_reviews .lpsgmybusiness_reviews_rating {
	margin-right: 10px;
}
#lpsgmybusiness_modal_reviews .lpsgmybusiness_reviews_date {
	color: #11111180;
    font-size: 13px;
    font-family: Arial, Helvetica, sans-serif;
    line-height: 18px;
}
#lpsgmybusiness_modal_reviews .lpsgmybusiness_comment {
	color: #444;
	font-size: 13px;
    font-family: Arial, Helvetica, sans-serif;
    line-height: 18px;
    text-align: left;
    margin-top: 15px;
}
#lpsgmybusiness_modal_reviews .lpsgmybusiness_allreviews {
	margin: 20px 0;
	text-align: center;
}
/* responsive */
@media only screen and (max-width: 767px) {
    #lpsgmybusiness_modal .modal-content {
        min-width: auto;
    }
    #lpsgmybusiness_modal_reviews .lpsgmybusiness_google {
        display: block;
        text-align: center;
    }
    #lpsgmybusiness_modal_reviews .lpsgmybusiness_google_logo,
    #lpsgmybusiness_modal_reviews .lpsgmybusiness_google_reviews {
        display: block;
    }
    .lpsgmybusiness_google_left, .lpsgmybusiness_google_right {
        width: 100%;
    }
    .lpsgmybusiness_google_left {
        margin-bottom: 20px;
    }
}
@media only screen and (max-width: 575px) {
    #lpsgmybusiness {
        position: fixed;
        bottom: 20px;
        left: 20px;
        margin: 0;
        z-index: 1040;
        width: 70px;
        display: block;
        text-align: center;
    }
    #lpsgmybusiness_floating {
        top: auto !important;
        bottom: 20px !important;
        left: 20px !important;
        right: auto !important;
    }
    .lpsgmybusiness_vertical {
        width: auto !important;
    }
    .lpsgmybusiness_badge a {
        display: block;
    }
    .lpsgmybusiness_badge .lpsgmybusiness_badge_right {
        margin: 10px 0 0 0;
    }
    .lpsgmybusiness_badge .lpsgmybusiness_badge_top,
    .lpsgmybusiness_badge .lpsgmybusiness_badge_count {
        display: none;
    }
    .lpsgmybusiness_badge .lpsgmybusiness_badge_reviews {
        display: block;
    }
    .lpsgmybusiness_badge .lpsgmybusiness_badge_reviews .lpsgmybusiness_badge_note {
        display: block;
    }
    .lpsgmybusiness_badge .lpsgmybusiness_badge_reviews .jq-star {
        width: 10px !important;
        height: 10px !important;
    }
}

/* showcase reviews design */
#lpsgmybusiness.lpsgmybusiness--showcase {
    display: block;
    float: none;
    width: 100%;
    max-width: none;
    margin: 0;
    padding: 0;
    position: relative;
    text-align: initial;
}

.lpsgmybusiness_showcase,
.lpsgmybusiness_showcase * {
    box-sizing: border-box;
}

.lpsgmybusiness_showcase {
    --lps-showcase-blue: #1a73e8;
    --lps-showcase-yellow: #fbbc04;
    --lps-showcase-muted: #b8b8b8;
    --lps-showcase-bg: #000;
    --lps-showcase-text: #fff;
    --lps-showcase-comment-lines: 7;
    width: 100%;
    min-height: 390px;
    padding: 54px clamp(26px, 4.4vw, 76px);
    display: grid;
    grid-template-columns: minmax(240px, 0.8fr) minmax(0, 2.2fr);
    align-items: center;
    gap: clamp(38px, 5vw, 82px);
    overflow: hidden;
    background: var(--lps-showcase-bg);
    color: var(--lps-showcase-text);
    font-family: Arial, Helvetica, sans-serif;
}

.lpsgmybusiness_showcase_summary {
    min-width: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.lpsgmybusiness_showcase_score {
    position: relative;
    width: 122px;
    height: 122px;
    margin-bottom: 16px;
    padding: 10px;
    display: grid;
    place-items: center;
    isolation: isolate;
    border-radius: 50%;
    background: conic-gradient(
        from -47deg,
        #ea4335 0 22%,
        var(--lps-showcase-bg) 22% 24%,
        #4285f4 24% 47%,
        var(--lps-showcase-bg) 47% 49%,
        #34a853 49% 74%,
        var(--lps-showcase-bg) 74% 76%,
        #fbbc05 76% 98%,
        var(--lps-showcase-bg) 98% 100%
    );
}

.lpsgmybusiness_showcase_score::before {
    content: "";
    position: absolute;
    inset: 10px;
    z-index: -1;
    border-radius: 50%;
    background: var(--lps-showcase-bg);
}

.lpsgmybusiness_showcase_score span {
    color: var(--lps-showcase-blue);
    font-size: 52px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: -2px;
}

.lpsgmybusiness_showcase_stars {
    min-height: 27px;
    margin-bottom: 12px;
    line-height: 1;
}

.lpsgmybusiness_showcase .lpsgmybusiness_showcase_rating .jq-star {
    width: 24px !important;
    height: 24px !important;
}

.lpsgmybusiness_showcase_caption {
    max-width: 260px;
    margin: 0 0 22px;
    color: var(--lps-showcase-text);
    font-size: 16px;
    line-height: 1.45;
}

.lpsgmybusiness_showcase_actions {
    width: 100%;
    max-width: 220px;
    display: grid;
    gap: 12px;
}

.lpsgmybusiness_showcase_button {
    width: 100%;
    min-height: 38px;
    padding: 9px 14px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--lps-showcase-blue);
    border-radius: 4px;
    background: var(--lps-showcase-blue);
    color: #fff !important;
    font-size: 13px;
    font-weight: 600;
    line-height: 1.2;
    text-decoration: none !important;
    transition: background-color .2s ease, border-color .2s ease, transform .2s ease;
}

.lpsgmybusiness_showcase_button:hover,
.lpsgmybusiness_showcase_button:focus {
    border-color: var(--lps-showcase-blue);
    background: var(--lps-showcase-blue);
    color: #fff !important;
    filter: brightness(1.1);
    transform: translateY(-1px);
}

.lpsgmybusiness_showcase_button:focus-visible,
.lpsgmybusiness_showcase_arrow:focus-visible,
.lpsgmybusiness_showcase_dot:focus-visible {
    outline: 3px solid rgba(66, 133, 244, .55);
    outline-offset: 3px;
}

.lpsgmybusiness_showcase_carousel {
    position: relative;
    min-width: 0;
    padding: 8px 28px 34px;
}

.lpsgmybusiness_showcase_viewport {
    width: 100%;
    overflow: hidden;
    touch-action: pan-y;
}

.lpsgmybusiness_showcase_track {
    display: flex;
    align-items: stretch;
    gap: clamp(24px, 2.6vw, 42px);
    will-change: transform;
    transition: transform .42s cubic-bezier(.22, .61, .36, 1);
}

.lpsgmybusiness_showcase_review {
    flex: 0 0 auto;
    min-width: 0;
    min-height: 260px;
    padding: 8px 3px;
    display: flex;
    flex-direction: column;
    background: transparent;
    color: var(--lps-showcase-text);
}

.lpsgmybusiness_showcase_review_header {
    display: flex;
    align-items: center;
    gap: 12px;
    min-width: 0;
    margin-bottom: 14px;
}

.lpsgmybusiness_showcase_avatar {
    position: relative;
    width: 42px;
    height: 42px;
    flex: 0 0 42px;
    display: inline-grid;
    place-items: center;
    overflow: hidden;
    border-radius: 50%;
    background: #3730a3;
    color: #fff;
}

.lpsgmybusiness_showcase_avatar img {
    position: relative;
    z-index: 2;
    width: 100%;
    height: 100%;
    display: block;
    border-radius: inherit;
    object-fit: cover;
}

.lpsgmybusiness_showcase_avatar_icon {
    position: absolute;
    inset: 9px;
    z-index: 1;
    width: 24px;
    height: 24px;
    fill: currentColor;
    opacity: 0;
}

.lpsgmybusiness_showcase_avatar--fallback .lpsgmybusiness_showcase_avatar_icon {
    opacity: 1;
}

.lpsgmybusiness_showcase_reviewer {
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: 3px;
}

.lpsgmybusiness_showcase_reviewer strong {
    overflow: hidden;
    color: var(--lps-showcase-text);
    font-size: 15px;
    font-weight: 700;
    line-height: 1.3;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.lpsgmybusiness_showcase_reviewer small {
    color: var(--lps-showcase-muted);
    font-size: 13px;
    line-height: 1.3;
}

.lpsgmybusiness_showcase_review_stars {
    min-height: 21px;
    margin: 0 0 14px 54px;
    line-height: 1;
}

.lpsgmybusiness_showcase .lpsgmybusiness_showcase_review_rating .jq-star {
    width: 19px !important;
    height: 19px !important;
}

.lpsgmybusiness_showcase_comment {
    display: -webkit-box;
    overflow: hidden;
    margin: 0;
    color: var(--lps-showcase-muted);
    font-size: 15px;
    line-height: 1.58;
    text-align: left;
    overflow-wrap: anywhere;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: var(--lps-showcase-comment-lines);
}

.lpsgmybusiness_showcase_arrow {
    position: absolute;
    top: 45%;
    z-index: 3;
    width: 34px;
    height: 42px;
    margin: 0;
    padding: 0;
    display: grid;
    place-items: center;
    transform: translateY(-50%);
    border: 0;
    border-radius: 4px;
    background: rgba(255, 255, 255, .04);
    color: var(--lps-showcase-text);
    cursor: pointer;
    transition: background-color .2s ease, opacity .2s ease;
}

.lpsgmybusiness_showcase_arrow:hover:not(:disabled) {
    background: rgba(255, 255, 255, .13);
}

.lpsgmybusiness_showcase_arrow:disabled {
    opacity: .22;
    cursor: default;
}

.lpsgmybusiness_showcase_arrow svg {
    width: 22px;
    height: 22px;
    fill: none;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 2;
}

.lpsgmybusiness_showcase_arrow--prev {
    left: -8px;
}

.lpsgmybusiness_showcase_arrow--next {
    right: -8px;
}

.lpsgmybusiness_showcase_dots {
    position: absolute;
    right: 28px;
    bottom: 2px;
    left: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
}

.lpsgmybusiness_showcase_dots[hidden] {
    display: none !important;
}

.lpsgmybusiness_showcase_dot {
    width: 10px;
    height: 10px;
    margin: 0;
    padding: 0;
    border: 0;
    border-radius: 50%;
    background: var(--lps-showcase-muted);
    cursor: pointer;
    opacity: .72;
    transition: transform .2s ease, background-color .2s ease, opacity .2s ease;
}

.lpsgmybusiness_showcase_dot.is-active {
    background: var(--lps-showcase-blue);
    opacity: 1;
    transform: scale(1.1);
}

@media only screen and (max-width: 1100px) {
    .lpsgmybusiness_showcase {
        grid-template-columns: minmax(220px, .72fr) minmax(0, 2.28fr);
        gap: 34px;
        padding-right: 30px;
        padding-left: 30px;
    }

    .lpsgmybusiness_showcase_carousel {
        padding-right: 24px;
        padding-left: 24px;
    }
}

@media only screen and (max-width: 820px) {
    .lpsgmybusiness_showcase {
        min-height: 0;
        padding: 42px 24px 38px;
        grid-template-columns: minmax(0, 1fr);
        gap: 38px;
    }

    .lpsgmybusiness_showcase_summary {
        width: 100%;
    }

    .lpsgmybusiness_showcase_caption {
        max-width: 320px;
    }

    .lpsgmybusiness_showcase_actions {
        max-width: 280px;
    }

    .lpsgmybusiness_showcase_review {
        min-height: 230px;
    }

}

@media only screen and (max-width: 575px) {
    #lpsgmybusiness.lpsgmybusiness--showcase {
        position: relative;
        inset: auto;
        z-index: auto;
        width: 100%;
        margin: 0;
        display: block;
        text-align: initial;
    }

    .lpsgmybusiness_showcase {
        padding: 36px 16px 32px;
    }

    .lpsgmybusiness_showcase_score {
        width: 108px;
        height: 108px;
    }

    .lpsgmybusiness_showcase_score span {
        font-size: 46px;
    }

    .lpsgmybusiness_showcase_carousel {
        padding-right: 22px;
        padding-bottom: 38px;
        padding-left: 22px;
    }

    .lpsgmybusiness_showcase_track {
        gap: 20px;
    }

    .lpsgmybusiness_showcase_review {
        min-height: 245px;
        padding-right: 2px;
        padding-left: 2px;
    }

    .lpsgmybusiness_showcase_review_stars {
        margin-left: 0;
    }

    .lpsgmybusiness_showcase_comment {
        font-size: 14px;
        line-height: 1.6;
    }

    .lpsgmybusiness_showcase_arrow {
        top: 43%;
        width: 30px;
        height: 38px;
    }

    .lpsgmybusiness_showcase_arrow--prev {
        left: -9px;
    }

    .lpsgmybusiness_showcase_arrow--next {
        right: -9px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .lpsgmybusiness_showcase_track,
    .lpsgmybusiness_showcase_button,
    .lpsgmybusiness_showcase_arrow,
    .lpsgmybusiness_showcase_dot {
        transition: none !important;
    }
}

.lpsgmybusiness_showcase_reviewer--no-avatar{margin-left:0!important}.lpsgmybusiness_showcase_review--no-avatar .lpsgmybusiness_showcase_review_stars{margin-left:0}

/* 9.4.2 advanced showcase options
 * Theme classes control the layout treatment only. The colors saved in the
 * back office remain the source of truth and are injected as inline CSS
 * variables in the front-office template.
 */
.lpsgmybusiness_showcase {
    max-width: var(--lps-showcase-max-width, 1900px);
    margin: var(--lps-showcase-margin-top, 0) auto var(--lps-showcase-margin-bottom, 0);
    border-radius: var(--lps-showcase-radius, 0);
}
.lpsgmybusiness_showcase--dark {
    box-shadow: none;
}
.lpsgmybusiness_showcase--light {
    box-shadow: 0 10px 32px rgba(32, 33, 36, .12);
}
.lpsgmybusiness_showcase--transparent {
    background: transparent !important;
    box-shadow: none;
}
.lpsgmybusiness_showcase--light .lpsgmybusiness_showcase_score {
    background: conic-gradient(
        from -47deg,
        #ea4335 0 22%,
        var(--lps-showcase-bg) 22% 24%,
        #4285f4 24% 47%,
        var(--lps-showcase-bg) 47% 49%,
        #34a853 49% 74%,
        var(--lps-showcase-bg) 74% 76%,
        #fbbc05 76% 98%,
        var(--lps-showcase-bg) 98% 100%
    );
}
.lpsgmybusiness_showcase--transparent .lpsgmybusiness_showcase_score::before {
    background: var(--lps-showcase-bg);
}
.lpsgmybusiness_showcase_title {
    margin: 0 0 6px;
    color: var(--lps-showcase-text);
    font-size: clamp(20px, 2vw, 30px);
    line-height: 1.15;
}
.lpsgmybusiness_showcase_subtitle,
.lpsgmybusiness_showcase_business {
    margin: 0 0 10px;
    color: var(--lps-showcase-muted);
    font-size: 14px;
    line-height: 1.4;
}
.lpsgmybusiness_showcase_business {
    font-weight: 700;
}
.lpsgmybusiness_showcase_review {
    position: relative;
}
.lpsgmybusiness_showcase_review.is-pinned {
    border-radius: calc(var(--lps-showcase-radius, 0px) / 2);
}
.lpsgmybusiness_showcase_pinned {
    position: absolute;
    top: 2px;
    right: 2px;
    color: var(--lps-showcase-yellow);
    font-size: 15px;
}
.lpsgmybusiness_showcase_review.is-expanded .lpsgmybusiness_showcase_comment {
    display: block;
    overflow: visible;
    -webkit-line-clamp: initial;
}
.lpsgmybusiness_showcase_read_more {
    align-self: flex-start;
    margin-top: 8px;
    padding: 0;
    border: 0;
    background: transparent;
    color: var(--lps-showcase-blue);
    font: inherit;
    font-size: 13px;
    font-weight: 700;
    cursor: pointer;
}
.lpsgmybusiness_showcase_read_more:focus-visible {
    outline: 2px solid var(--lps-showcase-blue);
    outline-offset: 3px;
}
.lpsgmybusiness_showcase_read_more[hidden] {
    display: none !important;
}
.lpsgmybusiness_modal_close {
    position: absolute;
    top: 8px;
    right: 10px;
    z-index: 20;
    width: 38px;
    height: 38px;
    padding: 0;
    border: 0;
    border-radius: 50%;
    background: rgba(0,0,0,.06);
    color: #222;
    font-size: 28px;
    line-height: 36px;
    cursor: pointer;
}
.lpsgmybusiness_reviews_avatar_wrap {
    position: relative;
    width: 44px;
    height: 44px;
    flex: 0 0 44px;
    display: inline-grid;
    place-items: center;
    overflow: hidden;
    border-radius: 50%;
    background: #eef1f5;
}
.lpsgmybusiness_reviews_avatar_wrap .lpsgmybusiness_reviews_avatar {
    position: relative;
    z-index: 2;
    width: 44px;
    height: 44px;
    object-fit: cover;
}
.lpsgmybusiness_reviews_avatar_fallback {
    position: absolute;
    width: 25px;
    height: 25px;
    fill: #6b7280;
}
.lpsgmybusiness_reviews_avatar_wrap:not(.is-fallback) .lpsgmybusiness_reviews_avatar + .lpsgmybusiness_reviews_avatar_fallback {
    opacity: 0;
}
