/* @tailwind base;
@tailwind components;
@tailwind utilities; */
.ql-resize-style-center img {
  margin-left: auto;
  margin-right: auto;
}
.ql-snow .ql-picker.ql-font .ql-picker-label[data-value="sans"]::before,
.ql-snow .ql-picker.ql-font .ql-picker-item[data-value="sans"]::before {
  content: "Sans";
}
.ql-snow .ql-picker.ql-font .ql-picker-label[data-value="serif"]::before,
.ql-snow .ql-picker.ql-font .ql-picker-item[data-value="serif"]::before {
  content: "Serif";
}
.ql-snow .ql-picker.ql-font .ql-picker-label[data-value="mono"]::before,
.ql-snow .ql-picker.ql-font .ql-picker-item[data-value="mono"]::before {
  content: "Monospace";
}
.ql-snow .ql-picker.ql-font .ql-picker-label[data-value="arial"]::before,
.ql-snow .ql-picker.ql-font .ql-picker-item[data-value="arial"]::before {
  content: "Arial";
}
.ql-snow .ql-picker.ql-font .ql-picker-label[data-value="georgia"]::before,
.ql-snow .ql-picker.ql-font .ql-picker-item[data-value="georgia"]::before {
  content: "Georgia";
}
.ql-snow .ql-picker.ql-font .ql-picker-label[data-value="times-new-roman"]::before,
.ql-snow .ql-picker.ql-font .ql-picker-item[data-value="times-new-roman"]::before {
  content: "Times New Roman";
}
.ql-snow .ql-picker.ql-font .ql-picker-label[data-value="courier-new"]::before,
.ql-snow .ql-picker.ql-font .ql-picker-item[data-value="courier-new"]::before {
  content: "Courier New";
}
.ql-snow .ql-picker.ql-font .ql-picker-label[data-value="raleway"]::before,
.ql-snow .ql-picker.ql-font .ql-picker-item[data-value="raleway"]::before {
  content: "Raleway";
}
.ql-font-sans {
  font-family: Arial, Helvetica, sans-serif;
}
.ql-font-serif {
  font-family: Georgia, "Times New Roman", serif;
}
.ql-font-mono {
  font-family: "Courier New", Courier, monospace;
}
.ql-font-arial {
  font-family: Arial, Helvetica, sans-serif;
}
.ql-font-georgia {
  font-family: Georgia, "Times New Roman", serif;
}
.ql-font-times-new-roman {
  font-family: "Times New Roman", Times, serif;
}
.ql-font-courier-new {
  font-family: "Courier New", Courier, monospace;
}
.ql-font-raleway {
  font-family: "Raleway", sans-serif;
}
.quill-preview ol,
.quill-preview ul {
  list-style: revert;
  margin: revert;
  padding: revert;
}
.quill-preview.ql-editor ol>li,
.quill-preview.ql-editor ul>li {
  list-style-type: revert;
}
.quill-preview.ql-editor ol>li::before,
.quill-preview.ql-editor ul>li::before {
  display: none;
}
.quill-preview blockquote {
  border-left: 4px solid #ccc;
  margin-bottom: 5px;
  margin-top: 5px;
  padding-left: 16px;
}
.quill-preview pre {
  background-color: #23241f;
  color: #f8f8f2;
  overflow: visible;
  white-space: pre-wrap;
  margin-bottom: 5px;
  margin-top: 5px;
  padding: 5px 10px;
  border-radius: 3px;
}
.quill-preview p {
  margin: revert;
}
.quill-preview h1,
.quill-preview h2,
.quill-preview h3,
.quill-preview h4,
.quill-preview h5, 
.quill-preview h6 {
  font-size: revert;
  font-weight: revert;
  margin: revert;
}
.ql-editor h1,
.ql-editor h2,
.ql-editor h3,
.ql-editor h4,
.ql-editor h5,
.ql-editor h6,
.quill-editor h1,
.quill-editor h2,
.quill-editor h3,
.quill-editor h4,
.quill-editor h5,
.quill-editor h6 {
  font-weight: bold !important;
}
.quill-preview a {
  color: revert;
  -webkit-text-decoration: revert;
          text-decoration: revert;
}
.quill-preview .ql-align-center {
  text-align: center;
}
.quill-preview .ql-align-right {
  text-align: right;
}
.quill-preview .ql-align-justify {
  text-align: justify;
}
.quill-preview .blog-header.container {
  margin-bottom: 1.5rem;
  padding-right: 1rem;
  padding-bottom: 0.25rem;
}
.quill-preview .blog-header.title {
  margin-bottom: 0.5rem;
  font-size: 2.25rem;
  line-height: 2.5rem;
  font-weight: 700;
}
.quill-preview .blog-header.read-mins,
.quill-preview .blog-header.author,
.quill-preview .blog-header.publish-date {
  margin-bottom: 0.5rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  color: rgb(107 114 128);
}
.quill-preview .blog-header.read-mins,
.quill-preview .blog-header.publish-date {
  float: right;
}
.quill-preview .blog-header.tags {
  display: inline-flex;
  width: 50%;
  margin-top: 0.25rem;
  flex-wrap: wrap;
  gap: 0.5rem;
}
.quill-preview .blog-header.tag {
  display: inline-block;
  border-radius: 9999px;
  background-color: rgb(219 234 254);
  padding: 0.25rem 0.75rem;
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 600;
  color: rgb(30 64 175);
}
.quill-preview .blog-header.header-image {
  width: 100%;
  margin-top: 0.5rem;
  height: 16rem;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0.5rem;
  margin-bottom: 1rem;
}
.ql-editor {
  white-space: normal;
}
.ql-size-large {
  font-weight: normal;
}
.blog-item {
  margin-bottom: 7rem;
}
.ql-font-mono {
  font-weight: normal;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}
.ql-editor ol,
.ql-editor ul {
  padding-left: 1.5em;
}
.ql-editor li>.ql-ui {
  top: 50%;
  transform: translateY(-50%);
}
.ql-editor li>.ql-ui:before {
  line-height: 1;
}
.quill-preview ol,
.quill-preview ul {
  list-style: revert;
}
p {
  min-height: 1.125rem;
}
#main-blog {
  min-height: 90vh;
  word-break: normal;
  overflow-wrap: break-word;
}
.blog-header {
  font-family: "Raleway", sans-serif;
}
#main-blog strong {
  font-weight: bold !important;
}
.ql-editor .ql-size-large {
    font-size: 1.3em !important;
}
/* Ensure blockquotes in both preview rendering and inside ql-editor containers have proper breathing room */
.quill-preview blockquote,
#main-blog blockquote,
.ql-editor blockquote {
  border-left: 4px solid #ccc !important;
  padding-left: 1.5rem !important;
  padding-right: 1rem !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}