/* =========================================
   CarHamro Gutenberg Typography (Marketplace Style)
   ========================================= */

.entry-content {
  font-family: "Outfit", sans-serif;
  font-size: 14px;
  line-height: 1.7;
  color: #64748b;
}

/* Headings */

.entry-content h1 {
  font-size: 26px;
  font-weight: 800;
  margin-bottom: 12px;
}

.entry-content h2 {
  font-size: 15px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .4px;
  color: #334155;
  margin-top: 22px;
  margin-bottom: 8px;
}

.entry-content h3 {
  font-size: 14px;
  font-weight: 700;
  margin-top: 18px;
  margin-bottom: 6px;
}

/* Paragraph */

.entry-content p {
  font-size: 14px;
  color: #64748b;
  margin-bottom: 12px;
}

/* Lists */

.entry-content ul,
.entry-content ol {
  padding-left: 18px;
  margin-bottom: 12px;
}

.entry-content li {
  margin-bottom: 8px;
  font-size: 14px;
  color: #64748b;
}

/* Links */

.entry-content a {
  color: #f59e0b;
  font-weight: 600;
  text-decoration: none;
}

.entry-content a:hover {
  text-decoration: underline;
}

/* Strong text */

.entry-content strong {
  color: #334155;
  font-weight: 700;
}

/* Images */

.entry-content img {
  border-radius: 10px;
  max-width: 100%;
}

/* Table */

.entry-content table {
  width: 100%;
  border-collapse: collapse;
  margin: 16px 0;
}

.entry-content th,
.entry-content td {
  border-bottom: 1px solid #e2e8f0;
  padding: 8px;
  text-align: left;
}