/* Estilos Gerais do Google Reviews Pro (a10ee0cc) */
.grpro-wrapper {
    font-family: inherit;
    box-sizing: border-box;
    position: relative;
    width: 100%;
}

.grpro-card {
    background: #F7F7F7;
    padding: 24px;
    border-radius: 16px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.03);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    flex: 0 0 auto;
    box-sizing: border-box;
    max-width: 100%;
}

.grpro-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 24px rgba(0,0,0,0.08);
}

.grpro-card__header {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    position: relative;
    width: 100%;
}

.grpro-card__avatar {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    margin-right: 12px;
    object-fit: cover;
    border: 2px solid #fff;
    display: block;
}

.grpro-card__name {
    margin: 0;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.2;
}

.grpro-card__date {
    font-size: 13px;
    color: #666;
    display: block;
    margin-top: 2px;
}

.grpro-g-icon {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    font-weight: bold;
    color: #4285F4;
    font-size: 20px;
}

.grpro-stars {
    color: #F9AB00;
    font-size: 18px;
    margin-bottom: 10px;
    letter-spacing: 2px;
    display: inline-flex;
    align-items: center;
    gap: 4px;
    width: 100%;
}

.grpro-verified-badge {
    background-color: #4285F4;
    color: #fff;
    font-size: 10px;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-left: 5px;
    font-weight: bold;
}

.grpro-card__text {
    font-size: 14px;
    line-height: 1.6;
    margin: 0;
    color: #333;
}

/* CARROSSEL E SLIDES RESPONSIVOS */
.grpro-carousel-active {
    position: relative;
    overflow: hidden;
}

.grpro-carousel-outer {
    position: relative;
    width: 100%;
}

.grpro-carousel-inner {
    display: flex;
    overflow-x: auto;
    scroll-behavior: auto;
    gap: 20px;
    width: 100%;
    padding: 10px 0;
    -ms-overflow-style: none;  /* IE and Edge */
    scrollbar-width: none;  /* Firefox */
}

.grpro-carousel-inner::-webkit-scrollbar {
    display: none; /* Chrome, Safari and Opera */
}

/* Scroll Snap */
.grpro-carousel-active .grpro-carousel-inner {
    scroll-snap-type: x mandatory;
}

.grpro-carousel-active .grpro-card,
.grpro-carousel-active .grpro-bubble-item {
    scroll-snap-align: center;
    scroll-snap-stop: always;
}

/* Layout Grid Estático */
.grpro-grid-layout .grpro-carousel-inner,
.grpro-grid-layout.grpro-grid {
    display: grid;
    gap: 20px;
    overflow-x: visible;
}

/* Setas de navegação geometricamente perfeitas */
.grpro-nav-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: #ffffff;
    border: 1px solid #e2e8f0;
    z-index: 100;
    cursor: pointer;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
    transition: all 0.2s;
    box-sizing: border-box;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    aspect-ratio: 1 / 1 !important;
}

.grpro-nav-arrow i,
.grpro-nav-arrow svg {
    display: block;
    line-height: 1;
}

.grpro-nav-arrow:hover {
    background: #f7fafc;
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
}

.grpro-nav-prev {
    left: 10px;
}

.grpro-nav-next {
    right: 10px;
}

/* Indicadores de pontos do carrossel */
.grpro-carousel-dots {
    display: flex;
    justify-content: center;
    gap: 8px;
    margin-top: 15px;
}

.grpro-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #cbd5e0;
    cursor: pointer;
    transition: background 0.2s;
}

.grpro-dot.active {
    background: #4285F4;
}

/* Layout 01 — Split/Horizontal */
.grpro-layout_01 .grpro-layout-split {
    display: flex;
    gap: 30px;
    align-items: center;
}

.grpro-summary-col {
    flex: 0 0 240px;
    text-align: center;
    background: #fff;
    padding: 30px;
    border-radius: 16px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.05);
}

.grpro-summary-title {
    font-size: 22px;
    font-weight: 700;
    margin: 0 0 10px 0;
    color: #111;
}

.grpro-summary-count {
    font-size: 13px;
    color: #666;
    margin: 5px 0 15px 0;
}

.grpro-g-logo {
    font-weight: bold;
    font-size: 24px;
}

.grpro-carousel-col {
    flex: 1;
    position: relative;
    overflow: hidden;
}

/* Layout 02 — Centered Cards */
.grpro-card--centered {
    text-align: center;
}

.grpro-avatar-badge-wrap {
    position: relative;
    display: inline-block;
    margin-bottom: 10px;
}

.grpro-avatar-badge-wrap .grpro-card__avatar {
    margin: 0;
}

.grpro-g-badge {
    position: absolute;
    bottom: 0;
    right: 0;
    background: #4285F4;
    color: white;
    font-weight: bold;
    font-size: 10px;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #fff;
}

/* Layout 03 — Speech Bubble */
.grpro-bubble {
    position: relative;
    margin-bottom: 15px;
}

.grpro-stars-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.grpro-bubble-g {
    font-weight: bold;
    color: #4285F4;
    font-size: 18px;
}

.grpro-bubble-arrow {
    position: absolute;
    bottom: -10px;
    left: 30px;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #F7F7F7;
}

.grpro-bubble-author {
    display: flex;
    align-items: center;
    padding-left: 15px;
}

/* Layout 04 — Compact Card */
.grpro-compact-card {
    max-width: 500px;
    margin: 0 auto;
}

.grpro-compact-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.grpro-compact-rating-title {
    margin: 0;
    font-size: 18px;
}

.grpro-divider {
    border: 0;
    border-top: 1px solid #ddd;
    margin: 15px 0;
}

.grpro-compact-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 20px;
}

.grpro-compact-nav {
    display: flex;
    gap: 8px;
}

.grpro-nav-btn {
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 50%;
    width: 32px;
    height: 32px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
}

/* Layout 05 — Trust Badge */
.grpro-badge-vertical {
    border: 1px solid #ddd;
    border-radius: 16px;
    max-width: 250px;
    margin: 0 auto;
    text-align: center;
    padding: 20px;
    background: #fff;
    box-shadow: 0 4px 15px rgba(0,0,0,0.05);
}

.grpro-badge-header h4 {
    margin: 0;
    font-size: 12px;
    text-transform: uppercase;
    color: #666;
    letter-spacing: 0.5px;
}

.grpro-badge-header h3 {
    margin: 5px 0 0 0;
    font-size: 18px;
    font-weight: 700;
}

.grpro-badge-body {
    padding: 15px 0;
}

.grpro-badge-g {
    font-size: 32px;
    font-weight: bold;
}

.grpro-badge-num {
    font-size: 28px;
    font-weight: bold;
    margin: 5px 0;
}

.grpro-badge-footer {
    font-size: 11px;
    color: #888;
}

/* Layout 06 — Rating Bar */
.grpro-rating-bar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #fff;
    border: 1px solid #eee;
    border-radius: 50px;
    padding: 12px 24px;
    max-width: 450px;
    margin: 0 auto;
    box-shadow: 0 4px 10px rgba(0,0,0,0.05);
}

.grpro-rating-bar .grpro-stars {
    margin: 0;
}

/* Layout 07 — Avatar Social Proof */
.grpro-avatar-bar {
    display: flex;
    align-items: center;
    gap: 12px;
    background: #fff;
    border: 1px solid #eee;
    border-radius: 50px;
    padding: 10px 20px;
    max-width: 380px;
    margin: 0 auto;
    box-shadow: 0 4px 10px rgba(0,0,0,0.05);
}

.grpro-avatar-overlap {
    display: flex;
}

.grpro-overlap-img {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    border: 2px solid #fff;
    margin-left: -10px;
    object-fit: cover;
}

.grpro-overlap-img:first-child {
    margin-left: 0;
}

.grpro-avatar-info {
    font-size: 13px;
    display: flex;
    align-items: center;
    gap: 5px;
}

.grpro-avatar-star {
    color: #F9AB00;
    font-size: 18px;
}

/* Mobile Breakpoint Adaptations */
@media (max-width: 767px) {
    .grpro-layout_01 .grpro-layout-split {
        flex-direction: column;
        gap: 20px;
    }
    .grpro-summary-col {
        width: 100%;
        box-sizing: border-box;
    }
}
