/* Стили для отображения контента Froala Editor */
.fr-view {
  line-height: 1.6;
}

.fr-view p {
  margin-bottom: 1rem;
}

.fr-view h1,
.fr-view h2,
.fr-view h3,
.fr-view h4,
.fr-view h5,
.fr-view h6 {
  margin-top: 1.5rem;
  margin-bottom: 1rem;
  font-weight: bold;
}

.fr-view h1 {
  font-size: 2rem;
}

.fr-view h2 {
  font-size: 1.75rem;
}

.fr-view h3 {
  font-size: 1.5rem;
}

.fr-view h4 {
  font-size: 1.25rem;
}

.fr-view h5 {
  font-size: 1.1rem;
}

.fr-view h6 {
  font-size: 1rem;
}

.fr-view ul,
.fr-view ol {
  margin-bottom: 1rem;
  padding-left: 2rem;
}

.fr-view li {
  margin-bottom: 0.5rem;
}

.fr-view blockquote {
  border-left: 4px solid #ccc;
  padding-left: 1rem;
  margin: 1rem 0;
  font-style: italic;
  color: #666;
}

.fr-view a {
  color: #007bff;
  text-decoration: underline;
}

.fr-view a:hover {
  color: #0056b3;
}

.fr-view img {
  max-width: 100%;
  height: auto;
}

.fr-view table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 1rem;
}

.fr-view table th,
.fr-view table td {
  border: 1px solid #ddd;
  padding: 0.5rem;
  text-align: left;
}

.fr-view table th {
  background-color: #f8f9fa;
  font-weight: bold;
}

.fr-view strong,
.fr-view b {
  font-weight: bold;
}

.fr-view em,
.fr-view i {
  font-style: italic;
}

.fr-view u {
  text-decoration: underline;
}
