.google-follow-link {
    display: flex;
    justify-content: flex-end;
    margin: 0 0 1rem;
}

.google-follow-link[data-source="article-header"] {
    margin: 0 0 0 auto;
}

.google-button {
    align-items: center;
    background: #3c4043;
    border-radius: 999px;
    color: #fff !important;
    display: inline-flex;
    font-size: 0.875rem;
    font-weight: 700;
    gap: 0.5rem;
    line-height: 1.2;
    padding: 0.5rem 0.8rem 0.5rem 0.55rem;
    text-decoration: none !important;
    transition: background-color 160ms ease, transform 160ms ease;
    width: fit-content;
}

.google-button:hover,
.google-button:focus-visible {
    background: #202124;
    transform: translateY(-1px);
}

.google-icon {
    display: block;
    flex: 0 0 auto;
    height: 1.25rem;
    width: 1.25rem;
}

.google-link {
    white-space: normal;
}

@media (max-width: 640px) {
    .google-follow-link {
        justify-content: flex-start;
    }
}
