﻿.article-header {
  padding: 80px 0;
  background-position: center center;
  background-size: cover;
  position: relative;
}

.article-background-artintel {
  background: url("../assets/img/articlebackgrounds/ArtIntelWide.jpg") no-repeat;
}

.article-background-cryptoblock {
  background: url("../assets/img/articlebackgrounds/CryptoBlockWide.jpg") no-repeat;
}

.article-background-cybsec {
  background: url("../assets/img/articlebackgrounds/CybSecWide.jpg") no-repeat;
}

.article-background-devmgmt {
  background: url("../assets/img/articlebackgrounds/DevMgmtWide.jpg") no-repeat;
}

.article-background-emerging {
  background: url("../assets/img/articlebackgrounds/EmergingWide.jpg") no-repeat;
}

.article-background-programming {
  background: url("../assets/img/articlebackgrounds/ProgrammingWide.jpg") no-repeat;
}

.article-background-projmgmt {
  background: url("../assets/img/articlebackgrounds/ProjMgmtWide.jpg") no-repeat;
}

.article-header h1 {
  font-weight: 700;
  font-size: 50px;
  color: #ffffff;
  margin-bottom: 30px;
}

.article-header h2 {
  font-weight: 700;
  font-size: 26px;
  color: #ffffff;
}

/*--------------------------------------------------------------
# Blog Details Section
--------------------------------------------------------------*/
.blog-details {
  padding-bottom: 30px;
}

.blog-details .article {
  background-color: #FAFAFA;
  padding: 30px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

.blog-details .content {
  margin-top: 20px;
  font-size: 20px;
  line-height: 1.8;
}

.blog-details .content h3 {
  font-size: 22px;
  margin-top: 30px;
  font-weight: bold;
}

.blog-details .content blockquote {
  overflow: hidden;
  background-color: #f9eae4;
  padding: 60px;
  position: relative;
  text-align: center;
  margin: 20px 0;
}

.blog-details .content blockquote p {
  color: #000000;
  line-height: 1.6;
  margin-bottom: 0;
  font-style: italic;
  font-weight: 500;
  font-size: 22px;
}

.blog-details .content blockquote:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 3px;
  background-color: #fff9f7;
  margin-top: 20px;
  margin-bottom: 20px;
}

.blog-details .meta-top {
  margin-top: 20px;
  color: #333333;
}

.blog-details .meta-top ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  align-items: center;
  padding: 0;
  margin: 0;
}

.blog-details .meta-top ul li+li {
  padding-left: 20px;
}

.blog-details .meta-top i {
  font-size: 16px;
  margin-right: 8px;
  line-height: 0;
  color: #e58767;
}

.blog-details .meta-top a {
  color: #e58767;
  font-size: 14px;
  display: inline-block;
  line-height: 1;
}

.blog-details .meta-bottom {
  padding-top: 10px;
  border-top: 1px solid #CCCCCC;
}

.blog-details .meta-bottom i {
  color: #333333;
  display: inline;
}

.blog-details .meta-bottom a {
  color: #333333;
  transition: 0.3s;
}

.blog-details .meta-bottom a:hover {
  color: var(--accent-color);
}

.blog-details .meta-bottom .cats {
  list-style: none;
  display: inline;
  padding: 0 20px 0 0;
  font-size: 14px;
}

.blog-details .meta-bottom .cats li {
  display: inline-block;
}

.blog-details .meta-bottom .tags {
  list-style: none;
  display: inline;
  padding: 0;
  font-size: 14px;
}

.blog-details .meta-bottom .tags li {
  display: inline-block;
}

.blog-details .meta-bottom .tags li+li::before {
  padding-right: 6px;
  color: var(--default-color);
  content: ",";
}

.blog-details .meta-bottom .share {
  font-size: 16px;
}

.blog-details .meta-bottom .share i {
  padding-left: 5px;
}