.ck-content {
  font-family: inherit;
  color: #333;
  line-height: 1.6;
  overflow-wrap: break-word;
}

.ck-content p {
  margin: 0 0 1em;
}

.ck-content h2,
.ck-content h3,
.ck-content h4 {
  margin: 1.5em 0 0.5em;
  font-weight: 600;
  line-height: 1.3;
}

.ck-content blockquote {
  border-left: 4px solid darkblue;
  margin: 1em 0;
  padding: 0 1em;
  color: darkblue;
}

.ck-content hr {
  border: none;
  border-top: 1px solid #eee;
  margin: 2em 0;
}

.ck-content code {
  background: #f5f5f5;
  padding: 0.2em 0.4em;
  border-radius: 4px;
  font-family: monospace;
}

.ck-content ul,
.ck-content ol {
  margin: 0 0 1em 1.5em;
  padding-left: 1.5em;
}

.ck-content a {
  color: blue;
  text-decoration: none;
}

.ck-content a:hover {
  text-decoration: underline;
}

.ck-content .media {
  margin: 1em 0;
  width: 100%;
}

.ck-content figure.media {
  clear: both;
  margin: 1em 0;
  width: 100%;
  min-width: 100%;
}

.ck-content .media iframe {
  max-width: 100%;
  width: 100%;
  height: 400px;
  border: none;
}

@media (max-width: 768px) {
  .ck-content .media iframe {
    height: 300px;
  }
}

@media (max-width: 480px) {
  .ck-content .media iframe {
    height: 240px;
  }
}