/*
Theme Name: Dr Marwah's Clinic
Author: Healthus.ai
Author URI: https://www.healthus.ai/
Version: 1.0
 */
.post-meta {
  font-size: 14px;
  color: #666;
  margin-bottom: 10px;
}

.post-meta span {
  display: inline-block;
  margin-right: 10px;
}

.post-meta a {
  color: #007bff;
  text-decoration: none;
}


.post-meta {
  font-size: 14px;
  color: #777;
  margin-bottom: 15px;
}

.post-meta .meta-item {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-right: 15px;
}

.post-meta .meta-item i {
  color: #481e0b; /* niche accent color */
  font-size: 14px;
}

.post-meta a {
  color: #555;
  text-decoration: none;
}

.post-meta a:hover {
  color: #481e0b;
}

.case-study-entry a {
	color:#481e0b;
}

/* Blog Content Styling */
.single-post .post-content {
  font-family: "Segoe UI", Roboto, Arial, sans-serif;
  font-size: 1rem;
  line-height: 1.7;
  color: #333;
  max-width: 100%;
  word-wrap: break-word;
}

/* Headings */
.single-post .post-content h1,
.single-post .post-content h2,
.single-post .post-content h3,
.single-post .post-content h4,
.single-post .post-content h5,
.single-post .post-content h6 {
  font-weight: 600;
  line-height: 1.3;
  margin: 1.5em 0 0.5em;
  color: #111;
}

.single-post .post-content h1 { font-size: 2rem; }
.single-post .post-content h2 { font-size: 1.75rem; }
.single-post .post-content h3 { font-size: 1.5rem; }
.single-post .post-content h4 { font-size: 1.25rem; }
.single-post .post-content h5 { font-size: 1.1rem; }
.single-post .post-content h6 { font-size: 1rem; }

/* Paragraphs */
.single-post .post-content p {
  margin: 1em 0;
}

/* Lists */
.single-post .post-content ul,
.single-post .post-content ol {
  margin: 1em 0 1em 1.5em;
  padding: 0;
}

.single-post .post-content ul li {
  list-style: disc;
  margin-bottom: 0.5em;
}

.single-post .post-content ol li {
  list-style: decimal;
  margin-bottom: 0.5em;
}

/* Tables */
.single-post .post-content table {
  width: 100%;
  border-collapse: collapse;
  margin: 1.5em 0;
  border: 1px solid #ddd;
}

.single-post .post-content table th,
.single-post .post-content table td {
  border: 1px solid #ddd;
  padding: 0.75em;
  text-align: left;
}

.single-post .post-content table th {
  background: #f7f7f7;
  font-weight: 600;
}

/* Images */
.single-post .post-content img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 1em auto;
  border-radius: 6px;
}

/* Blockquotes */
.single-post .post-content blockquote {
  margin: 1.5em 0;
  padding: 1em 1.5em;
  background: #f9f9f9;
  border-left: 4px solid #0073aa;
  font-style: italic;
  color: #555;
}

/* Code Blocks */
.single-post .post-content pre {
  background: #272822;
  color: #f8f8f2;
  padding: 1em;
  overflow-x: auto;
  border-radius: 5px;
}

.single-post .post-content code {
  background: #f4f4f4;
  padding: 0.2em 0.4em;
  border-radius: 3px;
  font-family: monospace;
  font-size: 0.95em;
}

/* Links */
.single-post .post-content a {
  color: #0073aa;
  text-decoration: underline;
  transition: color 0.2s ease;
}
.single-post .post-content a:hover {
  color: #005f8d;
}

/* Horizontal Rule */
.single-post .post-content hr {
  border: 0;
  border-top: 1px solid #ddd;
  margin: 2em 0;
}

/* Responsive Tables */
@media (max-width: 768px) {
  .single-post .post-content table {
    display: block;
    overflow-x: auto;
    white-space: nowrap;
  }
}
