.bridgerpay-settings-tabs {
    margin: 2em 0 2em;
}
.bridgerpay-settings-tabs a {
    text-decoration: none;
    padding: 0.5em 1em;
    margin-right: 0.5em;
    background: #f1f1f1;
    border: 1px solid #ccc;
    border-bottom: none;
}
.bridgerpay-settings-tabs a.active {
    background: #fff;
    border-bottom: 1px solid #fff;
    margin-bottom: -1px;
}
.bridgerpay-settings-tab-content {
    display: none;
}
.bridgerpay-settings-tab-content.active {
    display: block;
}


#google-pay-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    /* font-weight: bold; */
    border: none;
    cursor: pointer;
    padding: 0 16px;
    transition: all 0.3s ease;
}

#google-pay-button:hover {
    opacity: 0.8 !important; /* Reduce opacity on hover */
}