.social.bg-color li a.tiktok {
    width: 44px;
    height: 44px;
    color: #fff;
    background-color: #000;
}

.social.bg-color li a.tiktok:hover,
.social.bg-color li a.tiktok:focus {
    color: #fff;
    background-color: #222;
}

.social.bg-color li a.tiktok .icon {
    width: 20px;
    height: 20px;
    display: block;
}
 

/*google button */

.gps-btn {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    padding: 10px 20px;
    border-radius: 24px;
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
    font-family: sans-serif;
    background: #fff;
    color: #3c4043;
    box-shadow: 0 1px 4px rgba(0,0,0,.2), 0 0 0 .5px rgba(0,0,0,.08);
    margin-right: 10px;
}

@media (max-width: 480px) {
    .gps-btn {
        padding: 8px 12px;
        font-size: 12px;
        gap: 6px;
        top: 4px;
    }

        .gps-btn svg {
            width: 25px;
            height: 25px;
        }

        .gps-btn .btn-text {
            display: none;
        }
}
