body {
    /*font-size: 1em;*/
    /*word-wrap: break-word;
    word-break: break-all;*/
}
/*.ml-2 a:visited {
  color: blue !important;
}
a:visited {
  color: purple !important;
}*/

p, li {
    word-wrap: normal;
    word-break: normal;
    hyphens: auto;
    max-width: 100%;
}

p {
    margin-bottom: 1em;
}

p + ul {
    margin-top: -1em; /* компенсация */
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}
	
.form--AVIry{
    position: relative;
}
.textarea--y1T0E {
    border-radius: 15px;
    height: 120px;
    padding: 10px 10px 80px;
}
.textarea--y1T0E {
    background-color: rgb(var(--background-secondary));
    border: 1px solid rgb(var(--outline-faint));
    border-radius: 10px;
    box-sizing: border-box;
    color: rgb(var(--outline-secondary));
    display: block;
    height: 100px;
    outline: none;
    overflow: hidden;
    padding: 10px 30px 60px 10px;
    resize: none;
    width: 100%;
}
.commentsContainer--BPfUd {
    font-family: Graphik, sans-serif;
    position: relative;
}
@media (min-width: 760px){
.container---q7obg2 {
    --item-padding: 30px;
    max-width: 700px;
}
@media (min-width: 768px) {
    p, li, h1, h2, h3, h4, h5, h6, .content-block {
        max-width: 900px;
        margin-left: auto;
        margin-right: auto;
    }
img, iframe {
	display: block;
        max-width: 900px; /* или 100% */
        margin-left: auto;
        margin-right: auto;
    }
}

.container---q7obg2 {
    --item-padding: 20px;
    box-sizing: border-box;
    margin: 0 auto;
    width: 100%;
}
.icon--CvjMy[data-size=m] {
    height: 25px;
    width: 25px;
}
.icon--CvjMy {
    display: inline-flex;
    vertical-align: top;
}
.upload--BYuhK {
    color: rgb(var(--outline-placeholder));
    cursor: pointer;
    height: 25px;
    margin-right: 10px;
}
.upload--BYuhK input[type=file] {
    display: none;
}
input[type="file" i] {
    appearance: none;
    background-color: initial;
    cursor: default;
    align-items: baseline;
    color: inherit;
    text-overflow: ellipsis;
    text-align: start !important;
    padding: initial;
    border: initial;
    white-space: pre;
    overflow: hidden !important;
}
.feedback-form-container {
    background: white;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    box-sizing: border-box;
}

.feedback-textarea {
    width: 100%;
    height: 150px;
    padding: 10px;
    margin-bottom: 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
    resize: none !important;
}

.file-upload-wrapper {
    position: relative;
    width: 100%;
    text-align: right;
}

#file-input {
    display: none;
}

.file-upload-icon {
    cursor: pointer;
    position: absolute;
    bottom: 20px;
    right: 10px;
    font-size: 24px;
    color: #555;
}

.feedback-button {
    display: block;
    width: 100%;
    padding: 10px;
    border: none;
    background-color: #007BFF;
    color: white;
    border-radius: 4px;
    font-size: 16px;
    cursor: pointer;
}

.feedback-button:hover {
    background-color: #0056b3;
}
@media screen and (max-width: 1000px) {
    body {
        font-size: 1.3em;
    }
}
@media screen and (orientation:portrait) {
    body {
        font-size: 1.3em;
    }
}
@media (max-width: 767px) {
    body {
        font-size: 1.1em !important;
    }
}