#blog h1.page-title {
  font-size: 1.125rem;
  line-height: 1.75rem;
  color: var(--primary-color);
  margin-bottom: 40px !important;
  margin-top: 40px;
}
.blog-sidebar .categories h3 {
  letter-spacing: 3px;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 600;
  text-transform: uppercase;
  color: rgb(34 34 34 / var(--tw-text-opacity, 1));
}
.blog-sidebar .categories .list-group li a {
  font-size: 0.8rem;
}
.blog-sidebar .categories .list-group li a .badge-primary {
  background-color: rgb(89 196 145 / var(--tw-bg-opacity, 1));
  font-size: 0.8rem;
}
.blog-post-item .card-title {
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 500;
  margin-bottom: 0.5rem;
}
.blog-post-box .post-meta {
  color: rgb(173 173 173 / var(--tw-text-opacity, 1));
  font-size: 0.7rem;
}
.blog-post-box .post-meta a {
  color: rgb(89 196 145 / var(--tw-text-opacity, 1));
}
.blog-post-item a.cat-link {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(89 196 145 / var(--tw-bg-opacity, 1));
  font-size: 0.75rem;
  border-radius: 0.25rem;
}
.blog-post-item .blog-post-box .card-text {
  font-size: 0.82rem;
  line-height: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(80 81 87 / var(--tw-text-opacity, 1));
  font-weight: 400;
  text-align: unset !important;
}
.blog-post-item .card-footer a {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 500;
}
.blog-post-item .card-footer a:hover {
  color: rgb(89 196 145 / var(--tw-text-opacity, 1));
}
.blog-post-item .card-title, .blog-post-item .card-footer a, .blog-post-item a{
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.blog-post-item .card-title:hover, .blog-post-item .card-footer a:hover{
  color: rgb(89 196 145 / var(--tw-text-opacity, 1));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.post-categories .cat-link:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(255 97 80 / var(--tw-bg-opacity, 1));
}

.blog-content .page-title {
  line-height: 1;
  font-weight: 700;
  font-size: 1.875rem;
  --tw-text-opacity: 1;
  color: rgb(34 34 34 / var(--tw-text-opacity, 1));
}
.blog-content h1, .blog-content h2, .blog-content h3, .blog-content h4, .blog-content h5, .blog-content h6, .blog-content p, .blog-content li, .blog-content a {
  --tw-text-opacity: 1;
  color: rgb(34 34 34 / var(--tw-text-opacity, 1));
}
.blog-content h1 {
  font-size: 1.9rem;
  line-height: 2.15rem;
  margin-bottom: 0.75rem;
  margin-top: 1rem;
}
.blog-content h2 {
  font-size: 1.75rem;
  line-height: 2rem;
  margin-bottom: 0.75rem;
  margin-top: 1rem;
}
.blog-content h3 {
  font-size: 1.5rem;
  line-height: 2rem;
  margin-bottom: 0.75rem;
  margin-top: 1rem;
}
.blog-content h4 {
  font-size: 1.3rem;
  line-height: 1.5rem;
  margin-bottom: 0.75rem;
  margin-top: 1rem;
}
.blog-content h5 {
  font-size: 1.2rem;
  line-height: 1.5rem;
  margin-bottom: 0.75rem;
  margin-top: 1rem;
}
.blog-content h6 {
  font-size: 1rem;
  line-height: 1.5rem;
  margin-bottom: 0.75rem;
  margin-top: 1rem;
}
.blog-content p {
  font-size: 0.95rem;
  line-height: 1.4rem;
  margin-bottom: 0.5rem;
}
.blog-content ul {
  padding-left: 20px;
  margin-top: 0.5rem;
}
.blog-content ul li {
  font-size: 0.95rem;
  line-height: 1.4rem;
  margin-bottom: 0;
  margin-top: 0.5rem;
  list-style: disc;
  padding-left: 0;
}
.blog-content ol {
  padding-left: 20px;
  margin-top: 0.5rem;
}
.blog-content ol li {
  font-size: 0.95rem;
  line-height: 1.4rem;
  margin-bottom: 0;
  margin-top: 0.5rem;
  list-style: auto;
}
.blog-content p a {
  color: rgb(89 196 145 / var(--tw-text-opacity, 1));
}
.blog-content p a:hover {
  text-decoration: underline;
}
.blog-content table {
  width: 100%;
  border: 1px solid #ccc;
}
.blog-content table tr {
  border: 1px solid #ccc;
}
.blog-content table td, .blog-content table th {
  border: 1px solid #ccc;
  padding: 5px;
  line-height: 0.5rem;
}
.blog-content table p {
  line-height: 1rem;
  font-size: 0.8rem;
  margin: 0.5rem 0;
}
#blog .blog-sidebar .tag-list a {
  background: rgb(89 196 145 / var(--tw-text-opacity, 1));
}