.white-background
{
    background: #fff;
}

.idp-icon
{
    background-size: cover !important;
}

.idp-picker-container
{
    display: flex;
    gap: 10px 35px;
    flex-wrap: wrap;
}

.gov-bottom-help__contacts
{
    display: flex;
    flex-direction: row;
    gap: 0 100px;
}

.gov-bottom-help__contacts>h4>span.gov-icon~span
{
    white-space: nowrap
}

h4
{
    padding: 0 !important;
}

@media only screen and (max-width: 700px)
{
    .gov-bottom-help__contacts
    {
        flex-direction: column;
    }
}

body.gov-theme-app .gov-footer__upper .gov-footer__col .gov-list--plain a.gov-link
{
    padding-left: unset;

    font-family: Roboto;
    font-style: normal;
    font-weight: 700;
    font-size: 12px;
    line-height: 16px;
}

body.gov-theme-app .gov-footer__upper .gov-footer__col a:has(.gov-icon-custom.gov-icon-custom--twitter),
body.gov-theme-app .gov-footer__upper .gov-footer__col a:has(.gov-icon-custom.gov-icon-custom--youtube),
body.gov-theme-app .gov-footer__upper .gov-footer__col a:has(.gov-icon-custom.gov-icon-custom--facebook),
body.gov-theme-app .gov-footer__upper .gov-footer__col a:has(.gov-icon.gov-icon--twitter),
body.gov-theme-app .gov-footer__upper .gov-footer__col a:has(.gov-icon.gov-icon--youtube),
body.gov-theme-app .gov-footer__upper .gov-footer__col a:has(.gov-icon.gov-icon--facebook)
{
    text-decoration-line: unset;
    margin-right: 1.5rem;
}

body.gov-theme-app .gov-footer__upper .gov-footer__col span.gov-icon
{
    font-size: 1.2rem;
}

body.gov-theme-app .gov-bottom-help__content .gov-bottom-help__content--text:before
{
    display: none;
}

body.gov-theme-app .gov-bottom-help__content .gov-bottom-help__content--text h2
{
    margin-bottom: 1.25rem;
}

body.gov-theme-app .gov-bottom-help {
    max-width: unset;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
}

body.gov-theme-app .gov-bottom-help .gov-bottom-help__content {
    margin-left: auto;
    margin-right: auto;
    max-width: 70rem;
}

body.gov-theme-app .gov-bottom-help .gov-bottom-help__content h2
{
    max-width: unset;
}

body.gov-theme-app .gov-bottom-help__content .gov-bottom-help__content--text:before
{
    display: none;
}

body.gov-theme-app .gov-bottom-help__content .gov-bottom-help__content--text .gov-bottom-help__contacts h4
{
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    gap: 0.75rem;
}