/* Base styles for the PublicMobile.master mobile friendly public pages */

*,
*::before,
*::after {
    box-sizing: border-box;
}

html {
    -webkit-text-size-adjust: 100%;
}

body {
    margin: 0;
    font-family: 'Roboto', Arial, sans-serif;
    font-size: 16px;
    line-height: 1.4;
    color: #1c1c28;
    background-color: #f4f6fa;
}

img {
    max-width: 100%;
    height: auto;
}

a {
    color: #403afc;
}

button,
input,
select {
    font-family: inherit;
    font-size: inherit;
}

.pm-footer {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 12px;
    padding: 16px;
    background-color: #ffffff;
    border-top: 1px solid #eaedf3;
}

.pm-footer__logo {
    max-height: 48px;
    width: auto;
}

.pm-footer__text {
    font-size: 14px;
    text-align: center;
}
