.single-post .single-post-header {
  width: 100%;
  height: 300px;
  position: relative;
}
.single-post .single-post-header .single-post-bg {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: 90% 20%;
  /* You may adjust the blur value as needed */
}
.single-post .single-post-header .single-post-bg::after {
  content: "";
  position: absolute;
  filter: blur(8px);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1;
}
.single-post .single-post-header .single-post-bg .single-post-content {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-right: 1rem;
  align-items: center;
  height: 100%;
  z-index: 2;
  color: #fff;
}
.single-post .single-post-header .single-post-bg .single-post-content .post-title {
  font-size: 3rem;
  margin: 20px 0;
  font-weight: bold;
  position: relative;
  z-index: 3;
  color: #fff;
}
.single-post .single-post-header .single-post-bg .single-post-content .post-title::after {
  content: "";
  position: absolute;
  width: 40%;
  height: 3px;
  border-radius: 0 50px 50px 0;
  background-color: rgb(94, 138, 185);
  bottom: -8px;
  left: 50%;
  transform: translateX(-50%);
}
.single-post .single-post-header .single-post-bg .single-post-content h1 {
  font-size: 2.5rem;
  margin-bottom: 10px;
}
.single-post .single-post-header .single-post-bg .single-post-content p {
  font-size: 1.2rem;
  margin-bottom: 20px;
}
.single-post .single-post-header .single-post-bg .single-post-content .single-post-breadcrumb {
  position: absolute;
  top: 20px;
  right: 15px;
}
.single-post .single-post-header .single-post-bg .single-post-content .single-post-breadcrumb ol {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.single-post .single-post-header .single-post-bg .single-post-content .single-post-breadcrumb ol li {
  margin: 0 5px;
}
.single-post .single-post-header .single-post-bg .single-post-content .single-post-breadcrumb ol li:hover {
  text-decoration: underline;
}
.single-post .single-post-header .single-post-bg .single-post-content .single-post-breadcrumb ol li:last-child {
  font-weight: bold;
  text-decoration: none;
}
.single-post .single-post-header .single-post-bg .single-post-content .single-post-breadcrumb ol li a {
  color: #fff;
  text-decoration: none;
}
.single-post .single-post-header .single-post-bg .single-post-content .single-post-breadcrumb ol li a:hover {
  text-decoration: underline;
}
.single-post .single-post-main {
  max-width: 800px;
  margin: 40px auto;
  border-radius: 16px;
  padding: 32px 24px;
  direction: rtl;
  font-family: "Tajawal", Arial, sans-serif;
}
.single-post .single-post-main .single-post-article {
  margin-bottom: 40px;
}
.single-post .single-post-main .single-post-article .single-post-content {
  font-size: 1.15rem;
  color: #222;
  line-height: 2;
}
.single-post .single-post-main .single-post-article .single-post-content hr {
  border: none;
  border-top: 1px solid #ddd;
  margin: 20px 0;
}
.single-post .single-post-main .single-post-article .single-post-content .post-thumbnail {
  width: 100%;
  height: auto;
  border-radius: 8px;
}
.single-post .single-post-main .single-post-article .single-post-content .post-thumbnail img {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  margin-bottom: 0px;
}
.single-post .single-post-main .single-post-article .single-post-content .post-title {
  font-size: 2rem;
  margin-top: 0;
  margin-bottom: -16px;
  color: #333;
}
.single-post .single-post-main .single-post-article .single-post-content .post-meta {
  font-size: 0.9rem;
  color: #666;
  margin-bottom: 0px;
  display: flex;
  gap: 12px;
  align-items: center;
}
.single-post .single-post-main .single-post-article .single-post-content .post-meta span {
  font-size: 0.9rem;
  color: #333;
}
.single-post .single-post-main .single-post-article .single-post-content .post-meta span svg {
  margin-left: 5px;
}
.single-post .single-post-main .single-post-article .single-post-content .post-meta span:not(:last-child) {
  margin-right: 8px;
}
.single-post .single-post-main .single-post-article .single-post-content .post-meta span:not(:last-child)::after {
  content: "|";
  margin-left: 8px;
  color: #ccc;
}
.single-post .single-post-main .single-post-article .single-post-content img {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  margin-bottom: 20px;
}
.single-post .single-post-main .single-post-article .single-post-content p {
  margin-bottom: 20px;
}
.single-post .single-post-main .single-post-article .single-post-content .post-tags {
  margin-top: 20px;
  font-size: 0.9rem;
  color: #666;
}
.single-post .single-post-main .single-post-article .single-post-content .post-tags a {
  color: #0073aa;
  text-decoration: none;
}
.single-post .single-post-main .single-post-article .single-post-content .post-tags a:hover {
  text-decoration: underline;
}
.single-post .single-post-main .single-post-article .single-post-content .post-shares {
  margin-top: 20px;
  font-size: 0.9rem;
  color: #666;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
}
.single-post .single-post-main .single-post-article .single-post-content .post-shares .share-buttons {
  display: flex;
  gap: 10px;
}
.single-post .single-post-main .single-post-article .single-post-content .post-shares .share-buttons a {
  text-decoration: none;
  color: #000;
  padding: 8px 12px;
  border-radius: 4px;
  transition: background-color 0.3s;
}
.single-post .single-post-main .single-post-article .single-post-content .post-shares .share-buttons a:hover {
  color: white;
  background-color: #0000ff;
}
.single-post .single-post-main .single-post-article .single-post-content .post-navigation {
  margin-top: 40px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.single-post .single-post-main .single-post-article .single-post-content .post-navigation .nav-previous,
.single-post .single-post-main .single-post-article .single-post-content .post-navigation .nav-next {
  font-size: 0.9rem;
  color: #666;
}
.single-post .single-post-main .single-post-article .single-post-content .post-navigation .nav-previous a,
.single-post .single-post-main .single-post-article .single-post-content .post-navigation .nav-next a {
  color: #0073aa;
  text-decoration: none;
}
.single-post .single-post-main .single-post-article .single-post-content .post-navigation .nav-previous a:hover,
.single-post .single-post-main .single-post-article .single-post-content .post-navigation .nav-next a:hover {
  text-decoration: underline;
}
.single-post .single-post-main .related-posts {
  margin-top: 40px;
}
.single-post .single-post-main .related-posts .related-posts-list {
  display: flex;
  justify-content: space-between;
}
.single-post .single-post-main .related-posts h3 {
  font-size: 1.5rem;
  margin-bottom: 28px;
  color: #333;
}
.single-post .single-post-main .related-posts .related-post-item {
  margin-bottom: 20px;
  background-color: #fff;
  padding: 16px 8px;
  border-radius: 1rem;
}
.single-post .single-post-main .related-posts .related-post-item a {
  text-decoration: none;
  display: flex;
  flex-direction: column;
  color: #333;
}
.single-post .single-post-main .related-posts .related-post-item a img {
  max-width: 100%;
  height: 100px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
  margin-bottom: 10px;
}
.single-post .single-post-main .related-posts .related-post-item a span {
  font-size: 1rem;
  font-weight: bold;
  padding-bottom: 5px;
}
.single-post .single-post-main .related-posts .related-post-item a:hover {
  color: #005177;
}/*# sourceMappingURL=single.css.map */