.mdui-toolbar .mdui-typo-title {
    font-weight: 600;
}

.page-shell {
    max-width: 860px;
    margin: 0 auto;
}

.page-shell .mdui-typo h2 {
    margin-top: 0;
}

.form-split {
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
}

.form-split .mdui-textfield {
    flex: 1 1 280px;
    margin-top: 0;
}

.footer-badges {
    display: flex;
    justify-content: center;
    gap: 8px;
    flex-wrap: wrap;
    margin-top: 16px;
}

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

.URL {
    cursor: pointer;
    word-break: break-all;
}

@media (max-width: 768px) {
    .mdui-container {
        width: auto;
    }

    .page-shell {
        padding-left: 8px;
        padding-right: 8px;
    }
}
