.progress-container {
  position: fixed;
  top: 76px;
  left: 0;
  right: 0;
  height: 4px;
  background: transparent;
  z-index: 999;
}
.progress-bar-scroll {
  height: 100%;
  width: 0%;
  background: var(--primary);
  transition: width 0.1s;
}

.title-reading-post { padding: 2.625rem 0 5.625rem; }
.title-reading-post .tag-labels {
  display: inline-block;
  margin-bottom: 1.25rem;
}
.title-reading-post h1 {
  font-family: 'Merriweather', serif;
  font-size: 2rem;
  line-height: 1.5;
  font-weight: 900;
  margin: 0;
}
.title-reading-post h1 small {
  display: block;
  font-size: 1.25rem;
  color: #808080;
  margin-top: 0.9375rem;
  line-height: 1.5;
  font-weight: 400;
}

.author-title-reading-post {
  display: inline-flex;
  align-items: center;
  margin-top: 20px;
}
.author-title-reading-post img {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  margin: 0;
}
.author-title-reading-post p {
  margin: 0 0 0 10px;
  font-size: 14px;
  color: var(--gray-600);
}
.author-title-reading-post p a {
  color: var(--gray-900);
  font-weight: 600;
}

.showcase-reading-post img {
  display: block;
  width: 100%;
  max-width: 900px;
  height: 400px;
  margin: 0 auto;
  border-radius: 4px;
  background-color: var(--primary);
  object-fit: cover;
  object-position: center top;
}

.content-reading-post {
  font-family: 'Merriweather', serif;
  padding: 90px 0 60px;
}
.content-reading-post p {
  font-size: 1rem;
  line-height: 1.9;
  color: #323232;
  margin-bottom: 1.25rem;
}
.content-reading-post h2 {
  font-size: 2rem;
  font-weight: 700;
  margin-top: 3.75rem;
  margin-bottom: 1.875rem;
  font-family: 'Open Sans', sans-serif;
  color: #212529;
}
.content-reading-post h2 a {
  color: inherit;
  text-decoration: none;
}
.content-reading-post h2 a:hover {
  color: var(--primary);
  text-decoration: underline;
}
.content-reading-post h3 {
  font-size: 1.5rem;
  font-weight: 700;
  margin-top: 2.5rem;
  margin-bottom: 1.25rem;
  font-family: 'Open Sans', sans-serif;
}
.content-reading-post h3 a {
  color: inherit;
  text-decoration: none;
}
.content-reading-post h3 a:hover {
  color: var(--primary);
  text-decoration: underline;
}
.content-reading-post h4 {
  font-size: 1.125rem;
  font-weight: 700;
  margin-top: 2.5rem;
  margin-bottom: 1.25rem;
  font-family: 'Open Sans', sans-serif;
}
.content-reading-post h4 a {
  color: inherit;
  text-decoration: none;
}
.content-reading-post h4 a:hover {
  color: var(--primary);
  text-decoration: underline;
}
.content-reading-post ul {
  margin-bottom: 1.25rem;
  padding-left: 1.5rem;
}
.content-reading-post ul li {
  font-size: 1rem;
  line-height: 1.9;
  color: #323232;
}
.content-reading-post a {
  color: var(--primary);
  text-decoration: underline;
}

.content-reading-post table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 30px;
  font-size: 0.95rem;
}
.content-reading-post table th,
.content-reading-post table td {
  border: 1px solid #dee2e6;
  padding: 10px 14px;
  text-align: left;
  vertical-align: top;
  line-height: 170%;
  color: #323232;
}
.content-reading-post table thead th {
  background-color: var(--primary);
  color: #fff;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  border-color: #e04e1e;
}
.content-reading-post table tbody tr:nth-child(even) {
  background-color: #f8f9fa;
}

.footer-reading-post { padding: 40px 0 20px; }

.read-too { margin-bottom: 80px; }
.read-too h2 {
  font-size: 20px;
  margin-bottom: 20px;
  font-weight: 700;
  font-family: 'Open Sans', sans-serif;
}

.container-post-recommendation img {
  display: block;
  width: 100%;
  height: 120px;
  border-radius: 4px;
  background-color: var(--primary);
  object-fit: cover;
  object-position: center top;
}
.container-post-recommendation a {
  text-decoration: none;
  color: var(--gray-900);
  display: block;
  transition: transform 0.2s;
}
.container-post-recommendation a:hover { transform: translateY(-3px); }
.container-post-recommendation p {
  padding: 15px 5px;
  color: var(--gray-900);
  margin: 0;
  font-size: 14px;
  line-height: 1.5;
  font-weight: 600;
}

@media (max-width: 991.98px) {
  .title-reading-post { padding: 2rem 0 3rem; }
  .title-reading-post h1 { font-size: 1.5rem; }
  .showcase-reading-post img { height: 240px; }
  .content-reading-post { padding: 40px 0; }
  .content-reading-post h2 { font-size: 1.5rem; margin-top: 2.5rem; }
}
