.external-providers {
    width: 100%;
}

.external-provider-button {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 10px !important;

    width: 100%;
    min-height: 45px;
    padding: 0 20px;

    background: #ffffff !important;
    color: #5e5e5e !important;
    border: 1px solid #d1d1d1 !important;
    border-radius: 6px;

    font-family: "Segoe UI", Arial, sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 1;

    text-align: center;
    text-decoration: none;
    box-sizing: border-box;
}

.external-provider-button:hover,
.external-provider-button:focus {
    background: #f7f7f7 !important;
    color: #333333 !important;
    text-decoration: none;
}

.external-provider-button svg {
    width: 20px;
    height: 20px;
    flex: 0 0 20px;
    display: inline-block;
}

.external-provider-button .btn-caption {
    display: inline-block !important;
    line-height: 1;
    vertical-align: middle;
}