body {
    overflow-x: hidden;
}

.container {
    width: 100%;
    max-width: 100%;
    padding: 0 12px;
    box-sizing: border-box;
}

.page-head {
    flex-direction: column;
    align-items: stretch;
    gap: 12px;
}

.post {
    display: block;
}

.post-user {
    width: 100%;
    border-right: 0;
    border-bottom: 1px solid rgba(255,255,255,.08);
    margin-bottom: 12px;
}

.post-content {
    width: 100%;
}

.messages-layout {
    grid-template-columns: 1fr !important;
}

.forum-row,
.thread-row {
    grid-template-columns: 1fr !important;
}

input,
textarea,
select {
    font-size: 16px;
    max-width: 100%;
}

textarea {
    width: 100%;
}

table {
    display: block;
    overflow-x: auto;
    width: 100%;
}