.bp-google-drive-btn {
    display: inline-flex;
    align-items: center;
    background: #4285f4;
    color: white;
    font-weight: 500;
    padding: 10px 18px;
    border-radius: 6px;
    cursor: pointer;
    transition: background 0.2s ease-in-out;
    font-family: inherit;
}
.bp-google-drive-btn:hover {
    background: #3367d6;
}
.bp-google-drive-btn img {
    height: 20px;
    margin-right: 10px;
}
