.ud-blog-details-title {
  font-size: 3rem !important;
  font-weight: 700 !important;
  line-height: 1.25 !important;
  margin-bottom: 1.5rem !important;
  margin-bottom: 3rem !important;
}

.fp-post-list .ud-single-blog {
  border-bottom: 1px solid #f1f1f1;
  padding-bottom: 1rem;
}

.fp-post-list .ud-single-blog:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.blog-content p {
  margin-bottom: 1.5rem;
}

.ud-single-blog .ud-blog-date {
  background: #e9e9e9;
  color: #333;
}

.blog-content h1 {
  font-size: 1.3rem;
  font-weight: 600;
  margin-bottom: 0.3rem;
}

.blog-content h1 strong {
  font-weight: inherit;
}

.blog-content ul {
  padding-left: 1.5rem;
  list-style: initial;
}

.blog-content ol {
  list-style: numbered-list;
  padding-left: 1.5rem;
}

.blog-content {
  font-size: 1.2rem;
  color: var(--primary-color);
  overflow-wrap: anywhere;
  max-width: 100%;
  /* overflow: hidden; */
}

.ud-page-banner {
  color: var(--primary-text-color);
  background-color: var(--light-color);
  padding-top: 10rem;
  padding-bottom: 6rem;
}

.ud-single-blog .ud-blog-title {
  margin-bottom: 5px;
}

.ud-page-banner h1 {
  color: var(--primary-text-color);
}

.ud-single-blog {
  margin-bottom: 3rem;
  max-width: 800px;
  margin: 0 auto;
}

.ud-blog-details-action {
  align-items: flex-start;
}

.ud-blog-tags {
  display: flex;
  flex-wrap: wrap;
  flex: 1;
}

.ud-blog-tags li {
  flex-shrink: 0;
  margin-right: 0.5rem;
  margin-bottom: 0.5rem;
}

.ud-blog-share h6 {
  flex-shrink: 0;
}

.ud-newsletter-box {
  --primary-color: #091d5b;
  margin-top: 120px !important;
}

.ud-banner-content h2 {
  font-size: 2rem !important;
  font-weight: 600 !important;
  margin-bottom: 0.85rem !important;
}

.ud-banner-content {
  text-align: left !important;
}

.ud-blog-title {
  font-size: 1.8rem !important;
  line-height: 1.25 !important;
  font-weight: 600 !important;
}

.fp-category-list {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}

.fp-category-list-item {
  border: 2px solid transparent;
  flex: 1;
  color: #333;
  padding: 1.25rem;
  border-radius: 0.75rem;
  font-weight: bold;
  min-height: 7rem;
  background: #ffffff14;
  box-shadow: 0 0 15px 0 rgb(0 0 0 / 10%);
  transition: all 0.3s ease-in-out;
}

.fp-category-list-item.active,
.fp-category-list-item:hover {
  background: #fec42829;
  border-color: var(--light-color) !important;
  box-shadow: 0 0 15px 0 rgb(0 0 0 / 10%);
}

.fp-category-list-item img {
  height: 150px;
}
