.navbar {
  border-bottom: 1px solid #3D4044;
}

.home-content {
  color: #fff;
}

.post-breadcrumbs a {
  text-decoration: none;
}

.home-content h1,
.home-content h2,
.home-content h3,
.home-content h4,
.home-content h5,
.home-content h6 {
  color: #fdff73;
}
.home-content li {
  margin-top: 5px;
}

.text-truncate-1-lines {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.text-truncate-2-lines {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.max-tag-width {
  display: inline-block;
  max-width: 150px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-decoration: none;
  font-size: 12px;
  line-height: 1;
  background: #ff05053b !important;
  color: #ffffff !important;
}

.post-list .post-list-item a {
  text-decoration: none;
}
.post-list-item-content {
  border-radius: 8px;
  background-color: #70153D;
}

.faq-container {
  padding: 0 12px;
}

.faq-item {
  border: 1px solid #ddd;
  border-radius: 8px;
  margin-bottom: 0.8rem;
  padding: 0.45rem 0.5rem;
  background-color: #f9f9f9;
}

.faq-item summary {
  cursor: pointer;
  list-style: none;
  display: flex;
  align-items: center;
  font-weight: 600;
  font-size: 1.05rem;
}

.faq-item summary::-webkit-details-marker {
  display: none;
}

.faq-toggle-icon {
  display: inline-block;
  width: 1rem;
  height: 1rem;
  margin-right: 0.5rem;
  transition: transform 0.3s ease;
  position: relative;
}

.faq-toggle-icon::before {
  content: "+";
  font-size: 1.25rem;
  color: #333;
  display: block;
  transition: transform 0.3s ease;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.faq-title {
  color: #000;
}

.faq-item[open] .faq-toggle-icon::before {
  content: "−";
}

.faq-content {
  margin-top: 0.75rem;
  padding-left: 1.5rem;
  color: #444;
}

.blog-dwl-btn {
  background-color: #3C4EEC;
  padding: 10px 20px;
  border-radius: 8px;
  font-size: 20px;
  text-transform: uppercase;
}

@media screen and (max-width: 768px) {
  .blog-desc {
    font-size: 14px;
  }
}