:root {
  --brown-primary: #4f1a00;
  /*--orange-primary: #ee5512;*/
  --text-color: #676977;
  --vast-background: #f4f5f8;
  --heading-font: "Poppins", sans-serif;
  --paragraph-font: "Barlow", sans-serif;
}

/*===== ARTICLES HERO SECTION =====*/
section.articles-hero {
  padding-top: 180px;
  padding-bottom: 150px;

  color: white;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

section.articles-hero .article-title .container h1 {
  font-size: 48px;
  font-family: var(--heading-font);
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1.2;
  width: 641px;
}

section.articles-hero .container p {
  font-size: 18px;
  letter-spacing: 1px;
}

section.articles-hero .container .article-metaish {
  margin-top: 1.5rem;
  display: flex;
  gap: 1.5rem;
}

section.articles-hero .container .article-metaish .admin-details {
  display: flex;
  gap: 0.5rem;
  align-items: center;
  font-size: 18px;
}

section.articles-hero .container .article-metaish .admin-details .admin-profile-pic {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  overflow: hidden;
}

section.articles-hero .container .article-metaish .admin-details .admin-profile-pic img {
  object-position: -18px -5px;
}

section.articles-hero .container .article-metaish .publish-date {
  display: flex;
  gap: 0.5rem;
  align-items: center;
}

/*===== POST DETAIlS STYLES =====*/
.post-details {
  display: flex;
  justify-content: space-between;
}

.post-details .the-main-post {
  width: 736px;
}

.post-details .the-main-post h2 {
  font-family: var(--heading-font);
  font-size: 2rem;
  line-height: 1.2;
  font-weight: 600;
  color: var(--brown-primary);
  margin-top: 2rem;
  margin-bottom: 1rem;
}

.post-details .the-main-post p {
  font-size: 18px;
  color: var(--text-color);
  line-height: 1.75;
  margin-bottom: 1.5rem;
}

.wp-block-pullquote {
  padding: 45px;
  background: #f4f5f8;
  text-align: start;
  margin-block: 35px;
  position: relative;
}

.wp-block-pullquote:before {
  content: "\f10e";
  font-family: "Font Awesome 5 Free";
  position: absolute;
  right: 40px;
  bottom: 40px;
  font-size: 110px;
  opacity: 0.07;
  line-height: 1;
  color: var(--brown-primary);
  font-weight: 900;
}

.wp-block-pullquote cite {
  color: var(--brown-primary);
  padding-left: 60px;
  display: inline-block;
  position: relative;
}

blockquote cite:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 45px;
  height: 1px;
  border-top: 1px solid;
  border-color: inherit;
  color: var(--brown-primary);
}

h3#reply-title {
  font-family: var(--heading-font);
  font-size: 28px;
  font-weight: 600;
  color: var(--brown-primary);
  line-height: 1.2em;
}

.comment-respond {
  background: #f4f5f8;
  margin-top: 3rem;
  padding: 45px 25px;
}

.comment-respond form {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

.post-details .the-main-post p.comment-form-comment {
  width: 100%;
  margin-bottom: 1rem;
}

.comment-respond form textarea {
  width: 100%;
  max-height: 136px;
}

.comment-respond form textarea,
.comment-respond form input:not([type="submit"]) {
  outline: none;

  padding: 20px;
  height: auto;
  background: #fff;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
  border-radius: 0px;
  display: block;
  width: 100%;
  line-height: 1.5em;
  font-family: "Barlow", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: var(--text-color);
}

.comment-respond form p.comment-form-author,
.comment-respond form p.comment-form-email {
  flex: 0 0 auto;
  width: 50%;
  margin-bottom: 0px;
}

.comment-respond form p.comment-form-author {
  padding-right: calc(1.5em * 0.5);
}

.comment-respond form p.comment-form-email {
  padding-left: calc(1.5em * 0.5);
}

.comment-respond form input[type="submit"] {
  padding: 14px 25px;
  background: var(--brown-primary);
  color: white;
  font-size: 16px;
  font-family: var(--heading-font);
  font-weight: 600;
  line-height: 1.2em;
  border: none;
  margin-top: 1rem;
}

.post-details .the-main-post h2.comments-title {
  font-size: 24px;
  font-weight: 600;
  margin-top: 4rem;
}

ol.comment-list {
  margin-top: 3rem;
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

ol.comment-list li {
  display: flex;
  gap: 2.5rem;
}

ol.comment-list li .comment-author-name {
  display: inline-block;
  font-family: var(--heading-font);
  font-size: 18px;
  color: var(--brown-primary);
  line-height: 1.2em;
  font-weight: 600;
  margin-bottom: 0;
}

ol.comment-list li .comment-metadata {
  color: #676977;
  margin-bottom: 15px;
  font-size: 16px;
  font-weight: 400;
}

.post-details .the-main-post .comment-text p {
  margin-bottom: 0.5rem;
}

.post-details .the-main-post p.unapproved-comment-warning {
  font-style: italic;
  color: #d9534f;
}

aside {
  width: 420px;
}

aside ul li img {
  width: 90px;
}

aside .recent-posts {
  background: #f4f5f8;
  padding: 30px;
  overflow: hidden;
  margin-bottom: 30px;
}

aside .recent-posts h2 {
  padding-bottom: 5px;
  border-bottom: 1px solid #e6eaf6;
  font-size: 20px;
  font-family: var(--heading-font);
  font-weight: 600;
  line-height: 1.75em;
  margin-bottom: 30px;
  color: var(--brown-primary);
}

aside .recent-posts ul {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

aside .recent-posts ul li {
  display: flex;
  gap: 1rem;
  align-items: center;
}

aside .recent-posts ul li a {
  text-decoration: none;
  color: var(--text-color);
  transition: all 0.3s ease;
}

aside .recent-posts ul li a:hover {
  color: var(--brown-primary);
}

aside .info-links {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

aside .info-links a {
  display: inline-block;
  color: var(--brown-primary);
  font-size: 20px;
  text-decoration: none;
  display: flex;
  gap: 0.5rem;
  align-items: center;
  padding-left: 30px;
  padding-block: 13px;
  background-color: #f4f5f8;
}

@media (max-width: 1250px) {
  .post-details .the-main-post {
    width: calc(100% - 452px);
  }

  .post-details .the-main-post .post-main-image img {
    width: 100%;
  }
}

@media (max-width: 910px) {
  aside {
    width: 350px;
  }

  .post-details .the-main-post {
    width: calc(100% - 382px);
  }

  section.articles-hero .article-title .container h1 {
    font-size: 2rem;
  }
}

@media (max-width: 767px) {
  section.articles-hero .article-title .container h1 {
    width: 450px;
  }
  .post-details {
    flex-direction: column;
    gap: 4rem;
  }

  .post-details .the-main-post {
    width: 100%;
  }

  aside {
    width: 100%;
  }
}

@media (max-width: 500px) {
  section.articles-hero .article-title .container h1 {
    width: 100%;
    font-size: 1.5rem;
  }
}
