/* Google Trustindex Badge - Frontend Styles */

.gtb-badge {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    gap: 4px;
    font-family: var(--e-global-typography-primary-font-family, Arial, Helvetica, sans-serif);
    text-align: center;
    line-height: 1.2;
}

a.gtb-badge-link {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    gap: 4px;
    text-decoration: none;
    color: inherit;
}

.gtb-badge-top {
    display: flex;
    align-items: center;
    gap: 6px;
}

.gtb-google-logo {
    width: 72px;
    height: auto;
}

.gtb-stars {
    display: inline-flex;
    gap: 2px;
}

.gtb-star {
    width: 17px;
    height: 17px;
}

.gtb-star.is-filled {
    fill: #FBBC05;
}

.gtb-star.is-empty {
    fill: #E0E0E0;
}

.gtb-rating {
    font-weight: 700;
    font-size: 16px;
    color: #1a1a1a;
    margin-left: 2px;
}

.gtb-heading {
    margin: 2px 0 0;
    font-weight: 700;
    font-size: 15px;
    color: #1a1a1a;
}

.gtb-verified {
    margin: 0;
    display: inline-flex;
    align-items: center;
    gap: 4px;
    font-size: 12px;
    color: #6b6b6b;
}

.gtb-trustindex {
    font-weight: 600;
    color: #6b6b6b;
}

.gtb-info {
    width: 13px;
    height: 13px;
    fill: #bdbdbd;
}
