/* Container alignment */
.google-follow-wrapper {
    margin: 20px 0;
    text-align: center;
}

/* The Button Styling */
.google-follow-btn-modern {
    display: inline-flex;
    align-items: center;
    background-color: #ffffff;
    color: #3c4043;
    padding: 8px 18px;
    border: 1px solid #dadce0;
    border-radius: 24px;
    text-decoration: none !important;
    font-family: 'Google Sans', Roboto, Arial, sans-serif;
    font-size: 15px;
    transition: all 0.3s ease;
    box-shadow: 0 1px 3px rgba(60,64,67, 0.1), 0 1px 2px rgba(60,64,67, 0.2);
}

/* Hover Effects */
.google-follow-btn-modern:hover {
    background-color: #f8f9fa;
    box-shadow: 0 4px 6px rgba(60,64,67, 0.15), 0 1px 3px rgba(60,64,67, 0.3);
    transform: translateY(-1px);
    color: #174ea6;
}

/* Logo Styling */
.google-btn-icon {
    width: 18px;
    height: 18px;
    margin-right: 12px;
    display: block;
}

/* Bold the Site Name specifically */
.google-btn-text strong {
    font-weight: 600;
    margin-left: 3px;
}