#settingsPage{padding:20px;box-sizing:border-box;width:100%;overflow-x:hidden}#settingsPage h1{margin-bottom:20px}#settingsPage h2{font-weight:900;margin-bottom:10px}#settingsPage .page-card>section{display:grid;grid-template-columns:1fr 1fr;grid-column-gap:20px}#settingsPage #apiInfo,#settingsPage #currentCredentials{border:1px solid #e6e6e6;border-radius:10px;padding:20px;box-sizing:border-box;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;margin-bottom:20px}#settingsPage #apiInfo .api-info-wrapper,#settingsPage #apiInfo .credential-wrapper,#settingsPage #currentCredentials .api-info-wrapper,#settingsPage #currentCredentials .credential-wrapper{width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;line-height:25px;display:grid;grid-template-columns:1fr auto;grid-column-gap:10px}#settingsPage #apiInfo .api-info-wrapper img,#settingsPage #apiInfo .credential-wrapper img,#settingsPage #currentCredentials .api-info-wrapper img,#settingsPage #currentCredentials .credential-wrapper img{width:13px}#settingsPage #apiInfo .api-info-wrapper b,#settingsPage #apiInfo .credential-wrapper b,#settingsPage #currentCredentials .api-info-wrapper b,#settingsPage #currentCredentials .credential-wrapper b{margin-right:10px}#settingsPage #apiInfo .api-info-wrapper,#settingsPage #currentCredentials .api-info-wrapper{grid-template-columns:180px auto}#settingsPage #settingsForm{max-width:500px}#settingsPage #settingsForm p{margin:10px 0 20px;line-height:20px}#settingsPage #settingsForm input{width:100%}#settingsPage #settingsForm #submitBtn{margin-top:20px;border-radius:25px;box-sizing:border-box;line-height:25px}@media (max-width:600px){#settingsPage{padding:0;height:100%}}