.blog_details {
  font-size: 16px;
  line-height: 1.7;
  color: #333;
  max-width: 800px;
  margin: 0 auto;
}

.blog_details h1,
.blog_details h2,
.blog_details h3,
.blog_details h4,
.blog_details h5,
.blog_details h6 {
  font-weight: 600;
  line-height: 1.3;
  margin: 1.5em 0 0.6em;
  color: #111;
}

.blog_details h1 { font-size: 2em; }
.blog_details h2 { font-size: 1.75em; }
.blog_details h3 { font-size: 1.5em; }
.blog_details h4 { font-size: 1.25em; }
.blog_details h5 { font-size: 1.1em; }
.blog_details h6 { font-size: 1em; color: #555; }

.blog_details p {
  margin: 1em 0;
}

.blog_details a {
  color: #0066cc;
  text-decoration: none;
}
.blog_details a:hover {
  text-decoration: underline;
}

.blog_details li {
  margin: 0.3em 0 0 2em;
}

.blog_details ul li {
  padding-left: 0;
}

.blog_details ul, .blog_details ul li {
    list-style: square;
}

.blog_details ol {
    margin-left: 0;
    padding-left: 0;
}

.blog_details ol li {
    list-style-type: decimal;
}

.blog_details blockquote {
  border-left: 4px solid #ccc;
  margin: 1.5em 0;
  padding: 0.5em 1em;
  color: #555;
  font-style: italic;
  background: #f9f9f9;
}

.blog_details code {
  background: #f5f5f5;
  padding: 0.2em 0.4em;
  border-radius: 4px;
  font-size: 0.95em;
}

.blog_details pre {
  background: #2d2d2d;
  color: #f8f8f2;
  padding: 1em;
  overflow-x: auto;
  border-radius: 6px;
  margin: 1.5em 0;
}
.blog_details pre code {
  background: none;
  color: inherit;
  padding: 0;
  font-size: 0.9em;
}

.blog_details table {
  border-collapse: collapse;
  width: 100%;
  margin: 1.5em 0;
  font-size: 0.95em;
}
.blog_details th,
.blog_details td {
  border: 1px solid #ddd;
  padding: 0.6em 0.8em;
  text-align: left;
}
.blog_details th {
  background: #f2f2f2;
  font-weight: 600;
}

.blog_details hr {
  border: none;
  border-top: 1px solid #ddd;
  margin: 2em 0;
}

#text-logo a {
  color: #000;
  font-size: 2em;
}

#text-logo a span {
  font-weight: bold;
  color: #407043;
}

.footer-logo #text-logo a, .sticky-logo #text-logo a {
  color: #fff;
}

.sticky-logo #text-logo a span {
  color: #a4e075;
}

.preloader-img img {
  position: relative;
  top: -2px;
  left: 1px;
}