/*
Theme Name: Theme Name
Version: 1.0.0
Author: nz3
Description: Description
*/

/* Style riêng cho nội dung WordPress */

.article-content h3 {
  font-size: 1.5rem;
  color: #062c1f;
  font-family: "Inter", sans-serif;
  font-weight: 600;
  margin-top: 1.5rem;
  margin-bottom: 0.75rem;
}

.article-content p {
  margin-bottom: 1rem;
  line-height: 1.6;
}

.article-content ul {
  list-style-type: disc;
  margin-left: 1.5rem;
  margin-bottom: 1rem;
}

.article-content ol {
  list-style-type: decimal;
  margin-left: 1.5rem;
  margin-bottom: 1rem;
}

.article-content a {
  color: #2563eb;
  text-decoration: underline;
}

.article-content ul li,
.article-content ol li {
  margin-bottom: 0.5rem;
  line-height: 1.6;
  color: #374151;
}

.article-content blockquote {
  margin: 1.5rem 0;
  padding: 1rem 1.25rem;
  border-left: 4px solid #3b82f6;
  background-color: #f9fafb;
  border-radius: 0.25rem;
  font-style: italic;
  color: #374151;
}

.article-content blockquote p {
  margin: 0;
}

.article-content blockquote cite {
  display: block;
  margin-top: 0.5rem;
  font-size: 0.875rem;
  color: #6b7280;
  text-align: right;
}

.comment-reply-link {
  --tw-text-opacity: 1;
  color: rgb(180 83 9 / var(--tw-text-opacity, 1));
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 10px;
  align-items: center;
  display: flex;
}

.comment-reply-title {
  font-family: "Inter", sans-serif;
  font-weight: bolder;
  font-size: 1.25rem;
  line-height: 1.75rem;
  margin-bottom: 1.5rem;
}

.logged-in-as {
  display: none;
}

.article-content img {
  --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1),
    0 8px 10px -6px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color),
    0 8px 10px -6px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
    var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.article-content figure {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.article-content figure figcaption {
  font-size: 14px;
  margin-top: 0.5rem;
  text-align: center;
  font-style: italic;
}

.pagination-custom {
  display: flex;
  justify-content: center;
}

.pagination-custom ul {
  display: flex;
  align-items: center;
  gap: 10px;
}

.pagination-custom li a,
.pagination-custom li span,
.page-numbers {
  transition-property: color, background-color, border-color,
    text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter,
    backdrop-filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  font-weight: 700;
  font-size: 0.75rem;
  line-height: 1rem;
  justify-content: center;
  align-items: center;
  width: 2.5rem;
  height: 2.5rem;
  display: flex;
  border: 1px solid #eee;
  /* @apply w-10 h-10 border border-gray-200 flex items-center justify-center text-xs font-bold transition; */
}

.pagination-custom li span.current,
.page-numbers.current {
  background-color: #062c1f;
  border-color: #062c1f !important;
  color: white;
}

.pagination-custom li a:hover {
  /* @apply border-amber-600 text-amber-600; */
}

.block-content h1 {
  color: #062c1f;
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 16px;
  font-family: "Inter", sans-serif;
}

.block-content h2 {
  color: #062c1f;
  font-size: 24px;
  font-weight: 600;
  margin-top: 32px;
  margin-bottom: 12px;
  font-family: "Inter", sans-serif;
}

.block-content h3 {
  color: #062c1f;
  font-size: 20px;
  font-weight: 600;
  margin-top: 24px;
  margin-bottom: 10px;
  font-family: "Inter", sans-serif;
}

.block-content p {
  margin-bottom: 16px;
  line-height: 1.8;
}

.block-content ul {
  list-style: disc;
  padding-left: 20px;
  margin-bottom: 16px;
}

.block-content ol {
  list-style: decimal;
  padding-left: 20px;
  margin-bottom: 16px;
}

.block-content li {
  margin-bottom: 8px;
}

.block-content a {
  color: #eab308; /* vàng */
  text-decoration: underline;
}

.block-content strong {
  font-weight: 600;
}
