h1, h2, h3 {
    font-family: "Play";
    font-weight: 700;
    color: #EBEBEB;	
}

h1 {
    font-size: 40px;
    line-height: 50px;
    letter-spacing: -0.035em;
    text-transform: uppercase;
    opacity: 0.84;
    width: 100%;
	margin-top: 30px;
	margin-bottom: 30px;
}

h2 {
    font-size: 32px;
    line-height: 37px;
    letter-spacing: -0.03em;
    text-transform: uppercase;
    opacity: 0.84;
    width: 100%;
	margin-top: 24px;
	margin-bottom: 24px;
}

h3 {
    font-size: 24px;
    line-height: 28px;
    letter-spacing: -0.025em;
    text-transform: uppercase;
    margin-top: 18px;
	margin-bottom: 18px;
}


ul, ol {
    margin: 1em 0;
    padding-left: 1.5em;
    list-style-position: outside;
    list-style-type: disc;
    font-size: 1rem;
    line-height: 1.6;
}

ol {
    list-style-type: decimal;
}

ul li, ol li {
    margin-bottom: 0.5em;
}

p {
    margin-bottom: 12px;
}

img {
    margin-top: 12px;
    margin-bottom: 12px;
}

.post-meta {
  font-size: 0.9rem;
  color: #666;
  margin-bottom: 1rem;
}

/* Блоки персон */
.author-box {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  margin-top: 1rem;
  padding: 1rem;
	background-image: url(../../assets/image/cards/background-blue.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.author-box img {
  border-radius: 50%;
  max-width: 80px;
  height: auto;
}

.comments-section {
  margin-top: 4rem;
  padding-top: 2rem;
  border-top: 1px solid #ccc;
}

.post-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: space-between;
}

.blog-preview-item {
  flex: 1 1 calc(33.333% - 20px);
  max-width: calc(33.333% - 20px);
  background: #1c1c1c;
  padding: 20px;
  border-radius: 12px;
  transition: background 0.3s;
}


.blog-preview-item:hover {
  background-color: #282828;
}

.blog-preview-item .thumb-wrap {
  overflow: hidden;
  border-radius: 8px;
  margin-bottom: 12px;
}

.blog-preview-item img {
  width: 100%;
  height: auto;
  display: block;
}

.blog-preview-item .post-title {
  font-size: 20px;
  margin: 10px 0;
  color: #8358ff;
}

.blog-preview-item .meta {
  font-size: 14px;
  color: #aaa;
  margin-bottom: 10px;
}

.blog-preview-item .meta span {
  margin-right: 15px;
}

.blog-preview-item .excerpt {
  font-size: 15px;
  color: #ddd;
}
.comments-section {
  background-color: #1c1c1c;
  border-radius: 12px;
  padding: 30px;
  margin-top: 40px;
  color: #ddd;
}

.comments-title {
  font-size: 24px;
  color: #8358ff;
  margin-bottom: 20px;
  border-bottom: 1px solid #333;
  padding-bottom: 10px;
}

.comments-wrap .comment {
  margin-bottom: 25px;
  padding-bottom: 20px;
  border-bottom: 1px solid #333;
}

.comment-author {
  font-weight: bold;
  color: #fff;
}

.comment-meta {
  font-size: 13px;
  color: #999;
  margin-bottom: 10px;
}

.comment-content {
  font-size: 15px;
  line-height: 1.5;
}

.comment-reply-link {
  display: inline-block;
  margin-top: 10px;
  font-size: 14px;
  color: #8358ff;
}

.comment-reply-link:hover {
  text-decoration: underline;
}

.no-comments-msg {
  color: #aaa;
  font-style: italic;
}

/* Стиль формы комментариев */
#respond {
  margin-top: 30px;
}

#reply-title {
  font-size: 20px;
  color: #8358ff;
  margin-bottom: 15px;
}

#commentform input,
#commentform textarea {
  width: 100%;
  background: #2a2a2a;
  color: #fff;
  border: 1px solid #444;
  padding: 10px;
  margin-bottom: 15px;
  border-radius: 6px;
}

#commentform input:focus,
#commentform textarea:focus {
  border-color: #8358ff;
  outline: none;
}

#commentform input[type="submit"] {
  background-color: #8358ff;
  border: none;
  color: #fff;
  padding: 10px 20px;
  font-weight: bold;
  cursor: pointer;
  border-radius: 6px;
  transition: background 0.3s;
}

#commentform input[type="submit"]:hover {
  background-color: #6e43e8;
}

.table-review {
    border-radius: 8px;
	margin-bottom: 20px;
}

.review-post {
	background:#8358ff;
    border-radius: 8px;
    height: 180px;
    padding: 5px;
}
#reading-progress-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 5px;
  z-index: 9999;
  background: rgba(0, 0, 0, 0.2);
}

#reading-progress-bar {
  height: 100%;
  width: 0;
  background-color: #8358ff;
  transition: width 0.2s ease-out;
}

.post-categories {
  margin-bottom: 20px;
}
.post-categories .category-link {
  background: #8358ff;
  color: white;
  padding: 6px 12px;
  margin-right: 8px;
  border-radius: 4px;
  font-size: 14px;
  text-decoration: none;
}

.post-tags h2 {
  margin-bottom: 10px;
}
.taxonomy-list.tags li {
  display: inline-block;
  margin-right: 10px;
}
.taxonomy-list.tags a {
  background-color: #282828;
  color: #fff;
  padding: 5px 10px;
  border-radius: 3px;
  text-decoration: none;
}

.post-thumbnail {
	text-align: center;
}

/* Адаптация под мобильные */
@media (max-width: 768px) {
  .blog-preview-item {
    flex: 1 1 100%;
    max-width: 100%;
  }
}
