.text-sans-serif {
  font-family: "Inter", Open Sans;
}

html[lang="vi"] .blog-title {
  font-size: 2.6rem;
}

html[lang="vi"] .blog-subtitle {
  font-size: 0.97rem;
}

.post-thumb {
  width: 100%;
  height: 350px;
  object-fit: cover;
}

.post-header-thumb {
  height: 100%;
  max-width: 100%;
}

.post-header-thumb-video {
  position: relative;
  display: inline-block;
  width: 100%;
  background: #000;
  border-radius: 16px;
  overflow: hidden;
}

.post-header-thumb-video video {
  width: 100%;
  display: block;
  border-radius: 16px;
}

.search-input:focus {
  box-shadow: none;
}

.post-content img {
  max-width: 100%;
  padding: 0%;
}

.post-content p img {
  align-content: center;
}

.post-content h2 {
  font-size: 30px;
}

.post-content h3 {
  font-size: 24px;
}

.post-content h4 {
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 34px;
  color: #232324;
}

.post-content p {
  font-size: 16px !important;
  font-weight: 400 !important;
  color: #464647 !important;
}

.post-content ul {
  list-style-type: disc;
}

.post-content li {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 27px;
  color: #464647;
}

.post-content p > img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.post-content img {
  border-radius: 12px;
}

.post-content a {
  text-decoration-line: underline;
  color: #1570ef;
}

.post-content blockquote {
  padding: 24px;
  border-radius: 12px;
  background-color: #fafafa;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.post-content blockquote h4 {
  width: fit-content;
  display: flex;
  align-items: center;
  padding: 6px 12px;
  gap: 8px;
  background: #ffffff;
  box-shadow: 0px 0px 1px 1px rgba(0, 0, 0, 0.08),
    inset 4px 4px 4px rgba(255, 255, 255, 0.25);
  border-radius: 40px;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 16px;
  color: #0057ff;
  margin: 0 !important;
}

.post-content blockquote h4::before {
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  background: url("/assets/icons/category-icon.svg") no-repeat center/contain;
  vertical-align: middle;
}

.post-content blockquote ol {
  padding-left: 16px;
  border-left: 2px solid #0057ff;
  margin: 0 !important;
  gap: 2px;
  display: flex;
  flex-direction: column;
  list-style-type: none !important;
}

.post-content ol {
  list-style-type: decimal;
}

.post-content blockquote ol a {
  text-decoration: none !important;
  font-size: 16px;
  font-weight: 600;
  color: #464647 !important;
}

.post-content table {
  width: 100%;
}

.post-content table td {
  list-style-type: circle !important;
}

.post-content th {
  font-weight: normal;
  padding-left: 130px;
}

.text-custom {
  color: #47578b;
}

.text-header {
  color: #404060;
}

.text-content {
  color: #67748e;
}

.text-hint-content {
  color: #888888;
}

a {
  scroll-margin-top: 100px;
}

a.no-hover:hover {
  color: #344767 !important;
  text-decoration: none !important;
  background: none !important;
}

@media (max-width: 700px) {
  .post-content th {
    padding-left: 5px;
  }

  .post-content table img {
    width: 180px;
    height: 170px;
  }

  a {
    scroll-margin-top: 60px;
  }
}

.blog-filter-actions .blog-filter-btn {
  background-color: #f7f7f7;
  padding: 8px 12px;
  border-radius: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  color: #232324;
}
.blog-filter-actions .blog-filter-btn .btn-text {
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  color: #232324;
}
.blog-filter-btn.active {
  background-color: #0057ff !important;
}

.blog-filter-btn.active .btn-text {
  color: #ffffff !important;
}
