.google-pref-box {
    margin: 0 auto 30px auto !important;
    max-width: 580px;
}

.google-pref-box a.google-pref-link {
    align-items: center;
    background: rgba(2, 48, 89, 0.05) !important;
    border-radius: 8px;
    box-sizing: border-box;
    color: #001f3a;
    display: flex;
    font-family: "raptor-semibold";
    gap: 0 12px;
    justify-content: flex-start;
    padding: 15px 20px;
    text-decoration: none;
    width: 100%;
}

.google-pref-box a.google-pref-link:hover {
    background: rgba(2, 48, 89, 0.1) !important;
}

.google-pref-box img.google-pref-img {
    height: 26px;
    width: 26px;
}
