/* Scoped to the Google cards: no global header/menu or Instagram selectors. */
.mm-google-reviews[data-mm-google-cards] .mm-google-reviews__grid {
    align-items: start;
}
.mm-google-reviews[data-mm-google-cards] .mm-google-card {
    box-sizing: border-box;
    scroll-margin-top: 135px;
}
.mm-google-reviews[data-mm-google-cards] .mm-google-review__head {
    position: static;
    min-height: 48px;
    width: auto;
}
.mm-google-reviews[data-mm-google-cards] .mm-google-card__author {
    display: block;
    max-width: 100%;
    color: inherit;
    text-decoration: none;
    text-underline-offset: 3px;
}
.mm-google-reviews[data-mm-google-cards] .mm-google-card__author:hover,
.mm-google-reviews[data-mm-google-cards] .mm-google-card__author:focus {
    text-decoration: underline;
}
.mm-google-reviews[data-mm-google-cards] .mm-google-card > .mm-google-card__text {
    display: block;
    margin: 0;
    height: auto;
    max-height: none;
    overflow: visible;
    -webkit-line-clamp: unset;
    color: #496572;
    font-size: 15px;
    line-height: 1.65;
    white-space: pre-line;
    overflow-wrap: anywhere;
}
.mm-google-reviews[data-mm-google-cards] .mm-google-card.is-collapsed > .mm-google-card__text {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 6;
    height: 9.9em;
    max-height: 9.9em;
    overflow: hidden;
}
.mm-google-reviews[data-mm-google-cards] .mm-google-card__actions {
    min-height: 44px;
    margin-top: 10px;
}
.mm-google-reviews[data-mm-google-cards] .mm-google-card__toggle {
    display: inline-flex;
    align-items: center;
    min-height: 44px;
    margin: 0;
    padding: 6px 0;
    border: 0;
    border-radius: 4px;
    background: transparent;
    box-shadow: none;
    color: #087baa;
    font-family: inherit;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.4;
    cursor: pointer;
    text-decoration: underline;
    text-underline-offset: 3px;
}
.mm-google-reviews[data-mm-google-cards] [hidden] { display: none !important; }
.mm-google-reviews[data-mm-google-cards] .mm-google-card__toggle:focus-visible,
.mm-google-reviews[data-mm-google-cards] .mm-google-card__author:focus-visible {
    outline: 2px solid #087baa;
    outline-offset: 3px;
}
.mm-google-reviews[data-mm-google-cards] .mm-google-card:target {
    border-color: #0b95cf;
    box-shadow: 0 0 0 2px rgba(11,149,207,.18), 0 10px 30px rgba(21,52,71,.07);
}
@media (max-width: 620px) {
    .mm-google-reviews[data-mm-google-cards] .mm-google-card { scroll-margin-top: 105px; }
}
@media print {
    .mm-google-reviews[data-mm-google-cards] .mm-google-card.is-collapsed > .mm-google-card__text {
        display: block;
        height: auto;
        max-height: none;
        overflow: visible;
        -webkit-line-clamp: unset;
    }
    .mm-google-reviews[data-mm-google-cards] .mm-google-card__actions { display: none; }
}
