/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Feb 04 2026 | 11:05:16 */

.single-head{
  margin-bottom: 18px;
}

.single-title{
  margin: 0 0 10px;
  font-size: 32px;
  line-height: 1.2;
  font-weight: 700;
}

.single-meta{
  display: flex;
  gap: 8px;
  font-size: 13px;
  color: var(--muted);
  margin-bottom: 14px;
  flex-wrap: wrap;
}

.single-meta a{
  color: inherit;
  text-decoration: none;
}

.single-meta a:hover{
  text-decoration: underline;
}

.single-meta-dot{
  opacity: 0.7;
}

.single-thumb img{
  width: 100%;
  height: auto;
  border-radius: 14px;
  display: block;
}

/* ===== Content typography ===== */
.single-content{
  font-size: 16px;
  line-height: 1.7;
}

.single-content p{
  margin: 0 0 14px;
}

.single-content h2,
.single-content h3,
.single-content h4{
  margin: 24px 0 10px;
  line-height: 1.3;
  font-weight: 700;
}

.single-content ul,
.single-content ol{
  margin: 0 0 14px 18px;
}

.single-content li{
  margin-bottom: 6px;
}

.single-content a{
  color: var(--btn);
  text-decoration: underline;
}

.single-content img{
  max-width: 100%;
  height: auto;
  border-radius: 10px;
}

/* ===== Related posts ===== */
.related-posts{
  margin-top: 34px;
}

.related-title{
  margin: 0 0 16px;
  font-size: 22px;
  font-weight: 700;
}

/* Responsive */
@media (max-width: 560px){
  .single-title{
    font-size: 24px;
  }

  .single-post{
    max-width: 100%;
  }
}

