.gpsb-badge {
    clear: both !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 16px;
    width: 100% !important;
    margin: 8px auto 14px;
    text-align: center;
}
.gpsb-badge-clear {
    clear: both !important;
    height: 0 !important;
    overflow: hidden !important;
}
.gpsb-badge__text {
    margin: 0;
    margin-bottom: 0!important; /* pour éviter la marge sur Minutes Maison*/
    color: #101528;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.2;
    white-space: nowrap;
}
.gpsb-badge__link {
    display: inline-grid !important;
    align-items: center;
    grid-template-columns: 28px 1fr;
    gap: 9px;
    min-height: 40px;
    padding: 10px 14px;
    border: 1px solid #101528;
    border-radius: 10px;
    background: #fff;
    box-shadow: 3px 2px 3px rgba(16, 21, 40, 0.25);
    color: #101528;
    text-decoration: none;
}
.gpsb-badge__link:hover,
.gpsb-badge__link:focus {
    color: #101528;
    text-decoration: none;
}
.gpsb-badge__google-mark {
    display: block;
    align-self: center;
    justify-self: center;
    width: 31px;
    height: 40px;
    background-image: var(--gpsb-google-logo);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 300%;
}
.gpsb-badge__button-text {
    display: block;
    font-size: 15px;
    margin-left: 10px;
    text-align: left;
    white-space: nowrap;
    color: black;
    font-weight: normal !important;
}
.gpsb-badge__link.no-adv {
    text-decoration: none !important;
}
p:has(> a.gpsb-badge__link.no-adv) {
    margin-bottom: 0 !important; /* marge JDS */
}

@media (max-width: 600px) {
    .gpsb-badge { gap: 10px; }
    .gpsb-badge__text {
        width: 100%;
        font-size: 17px;
    }
    .gpsb-badge__link {
        max-width: calc(100vw - 32px);
    }
}
