.main-grid-wrapper {
    margin-left: auto;
    margin-right: auto;
    display: flex;
    min-height: 100vh;
    max-width: 64rem;
    flex-direction: column;
    gap: 1.5rem
}
@media (min-width: 1024px) {
    .main-grid-wrapper {
        display: grid;
        grid-template-columns: repeat(12, minmax(0, 1fr))
    }
}

.navigation-wrapper {
  position: fixed;
  top: 0px;
  z-index: 10;
  min-height: -moz-fit-content;
  min-height: fit-content;
  width: 100%;
  padding-top: 1rem;
  padding-bottom: 1rem;
  background: rgba(255, 255, 255, 0.9);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  border-bottom: 1px solid var(--md-outline);
}
.page-infos {
  grid-column: span 12 / span 12;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  width: 100%;
  max-width: 64rem;
  flex-direction: column;
  justify-content: center;
  gap: 0.75rem;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 5rem;
}
@media (min-width: 640px) {
  @media not all and (min-width: 768px) {
    .page-infos {
      padding-top: 6rem;
    }
  }
}
@media (min-width: 768px) {
  .page-infos {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  @media not all and (min-width: 1280px) {
    .page-infos {
      padding-top: 7rem;
    }
  }
}
@media (min-width: 1280px) {
  @media not all and (min-width: 1536px) {
    .page-infos {
      padding-top: 8rem;
    }
  }
}
@media (min-width: 1536px) {
  .page-infos {
    padding-top: 9rem;
  }
}
.page-infos h1 {
  margin-bottom: 0px;
  font-size: 1.125rem;
  line-height: 1.75rem;
}
@media (min-width: 768px) {
  .page-infos h1 {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}
.page-infos h1::before {
  content: "";
  padding-left: 10px;
  border-left: solid 5px var(--md-primary);
  margin-right: 8px;
}
.page-infos-tags {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 0.5rem;
  padding-top: 0.25rem;
}
/* Bố cục chính nè */
.content-wrapper {
  grid-column: span 8 / span 8;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
@media (min-width: 768px) {
  .content-wrapper {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
.content-wrapper {
  min-width: 0;
}
.sidebar-wrapper {
  grid-column: span 4 / span 4;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  min-width: 0;
}
.full-width-wrapper {
  grid-column: span 12 / span 12;
  min-height: 100vh;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
@media (min-width: 768px) {
  .full-width-wrapper {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

.navigation-content {
    margin-left: auto;
    margin-right: auto;
    max-width: 64rem;
    padding-left: 2rem;
    padding-right: 2rem
}
.navi-web-wrapper {
    display: none;
    flex-direction: row;
    align-items: center;
    justify-content: space-between
}
@media (min-width: 768px) {
    @media not all and (min-width: 1536px) {
        .navi-web-wrapper {
            display: flex
        }
    }
}
@media (min-width: 1536px) {
    .navi-web-wrapper {
        display: flex
    }
}
.navi-mobile-wrapper {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 1rem
}
@media (min-width: 768px) {
    .navi-mobile-wrapper {
        display: none
    }
}
.navi-logo {
    display: flex;
    cursor: pointer;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 0.75rem
}
.navi-icon-mobile {
    display: none;
    cursor: pointer;
    padding-left: 2px;
    padding-right: 2px;
    padding-top: 10px;
    padding-bottom: 10px
}
.navi-icon-mobile:hover {
    --tw-text-opacity: 1;
    color: rgb(0 160 233 / var(--tw-text-opacity))
}
.navi-links-wrapper {
    display: flex;
    flex-direction: row;
    gap: 1rem
}

.footer-wrapper {
    display: flex;
    width: 100%;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.75rem;
    --tw-bg-opacity: 1;
    background-color: rgb(45 55 72 / var(--tw-bg-opacity));
    padding: 1.5rem;
    --tw-text-opacity: 1;
    color: rgb(248 248 248 / var(--tw-text-opacity));
    opacity: 0.9
}


.overlay-wrapper {
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 20;
  height: 100%;
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}
.overlay-content {
  display: grid;
  height: 100%;
  width: 100%;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.mobile-menu-wrapper {
  grid-column: span 1 / span 1;
  height: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(248 248 248 / var(--tw-bg-opacity));
}
.mobile-menu-content {
  display: flex;
  flex-direction: column;
}
.mobile-menu-item {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  border-bottom-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(81 91 105 / var(--tw-border-opacity));
  padding: 1rem;
}
.mobile-menu-item:hover {
  --tw-text-opacity: 1;
  color: rgb(0 160 233 / var(--tw-text-opacity));
}
.mobile-menu-icon-drop {
  position: relative;
  z-index: 40;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.mobile-menu-icons-hide {
  visibility: hidden;
  display: flex;
  display: none;
  width: 100%;
  flex-direction: column;
  opacity: 0;
}
.mobile-menu-icons-hide > * {
  border-bottom-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(248 248 248 / var(--tw-bg-opacity));
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.mobile-menu-icon-hide p {
  margin-left: 1rem;
}
.mobile-menu-item:active + .mobile-menu-icons-hide,
.mobile-menu-item:hover + .mobile-menu-icons-hide,
.mobile-menu-icons-hide:hover {
  visibility: visible;
  display: flex;
  opacity: 1;
}
.nenDenConLai-wrapper {
  grid-column: span 2 / span 2;
  height: 100%;
  cursor: not-allowed;
}
.nenDenConLai-wrapper:hover::after {
  content: "Đóng";
  font-size: 2rem;
  position: absolute;
  top: 1rem;
  right: 0;
  color: gainsboro;
  font-weight: bold;
  padding: 5px 1rem;
  border: 2px solid gainsboro;
  border-radius: 5px;
}

.posts-list-wrapper {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

@media (min-width: 768px) {

  .posts-list-wrapper {
    gap: 1.75rem;
  }
}

.post-card-item {
  min-width: 0;
}

.post-card-link {
  display: block;
}

.post-card-wrapper {
  display: flex;
  height: 100%;
  width: 100%;
  flex-direction: column;
  gap: 0.75rem;
  padding: 1rem;
}

@media (min-width: 768px) {

  .post-card-wrapper {
    padding: 1.25rem;
  }
}

.post-card-wrapper {
  border-radius: var(--md-radius-card);
  border: 1px solid var(--md-outline);
  background: linear-gradient(180deg, #ffffff 0%, #fbfdff 100%);
  box-shadow: 0 10px 22px rgba(40, 60, 95, 0.06);
  content-visibility: auto;
  contain-intrinsic-size: 0 34rem;
  transition:
    transform 0.2s var(--md-easing-standard),
    border-color 0.2s var(--md-easing-standard),
    box-shadow 0.2s var(--md-easing-standard);
}

.post-card-wrapper:hover {
  transform: translateY(-3px);
  border-color: rgba(0, 105, 194, 0.34);
  box-shadow: 0 16px 34px rgba(40, 60, 95, 0.14);
}

.post-card-image-wrapper {
  width: 100%;
  overflow: hidden;
  border-radius: 1rem;
  position: relative;
  aspect-ratio: 16 / 9;
  background: #e8f0ff;
  border: 1px solid var(--md-outline);
}

.thumbnail-overlay {
  position: absolute;
  top: 0.75rem;
  left: 0.75rem;
  right: 0.75rem;
  z-index: 2;
  pointer-events: none;
}

.post-card-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem;
}

.post-card-badge {
  display: inline-flex;
  align-items: center;
  border-radius: var(--md-radius-chip);
  padding: 0.28rem 0.6rem;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
  border: 1px solid transparent;
}

.post-card-badge-primary {
  color: #0f4e87;
  background: rgba(233, 244, 255, 0.92);
  border-color: rgba(0, 105, 194, 0.32);
}

.post-card-badge-success {
  color: #1f6d24;
  background: rgba(221, 247, 226, 0.94);
  border-color: rgba(46, 125, 50, 0.4);
}

.post-card-badge-secondary {
  color: #7d2963;
  background: rgba(248, 230, 242, 0.92);
  border-color: rgba(138, 45, 111, 0.35);
}

.post-card-image-wrapper img {
  transition: transform 0.3s var(--md-easing-standard);
}

.post-card-wrapper:hover .post-card-image-wrapper img {
  transform: scale(1.04);
}

.post-card-content-wrapper {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  min-width: 0;
}

.post-card-title {
  font-size: 1.25rem;
  line-height: 1.75rem;
}

@media (min-width: 768px) {

  .post-card-title {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}

.post-card-title {
  color: #172233;
  transition: color 0.2s var(--md-easing-standard);
}

.post-card-wrapper:hover .post-card-title {
  color: #075ca8;
}

.post-card-meta {
  font-size: 0.9rem;
  font-style: italic;
  color: var(--md-on-surface-variant);
}

.post-card-excerpt {
  color: #344256;
  line-height: 1.6;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

.post-card-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem;
  margin-top: 0.25rem;
}

.post-card-reading-time {
  font-size: 0.82rem;
  color: var(--md-on-surface-variant);
}

.post-card-action {
  display: inline-flex;
  align-items: center;
  gap: 0.25rem;
  color: var(--md-primary);
  font-size: 0.88rem;
  font-weight: 700;
}

/* Phần bài viết chi tiết */
.detail-article-wrapper {
  margin-bottom: 2rem;
  padding: 1rem;
}
@media (min-width: 768px) {

  .detail-article-wrapper {
    padding: 1.5rem;
  }
}
.detail-article-wrapper {
  border-radius: 24px;
  border: 1px solid var(--md-outline);
  background: #ffffff;
  box-shadow: 0 12px 28px rgba(31, 41, 55, 0.08);
}

.detail-post-infos {
  display: flex;
  width: 100%;
  flex-direction: column;
  gap: 0.75rem;
  padding-bottom: 1.25rem;
  border-bottom: 1px solid var(--md-outline);
}

.post-trust-wrapper {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  border-radius: 1rem;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
}

@media (min-width: 768px) {

  .post-trust-wrapper {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

.post-trust-wrapper {
  background: linear-gradient(180deg, #f8fbff 0%, #eef7ff 100%);
  border: 1px solid rgba(0, 105, 194, 0.16);
  color: var(--md-on-surface-variant);
}

.post-author-link {
  color: var(--md-primary);
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.detail-post-content-wrapper {
  margin-bottom: 2.5rem;
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  color: #2f3e53;
}

.detail-post-content-wrapper a {
  color: var(--md-primary);
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

.detail-post-content-wrapper p {
  line-height: 1.8;
}

.detail-post-content-wrapper h2,
.detail-post-content-wrapper h3 {
  margin-top: 0.85rem;
}

.detail-post-content-wrapper ul,
.detail-post-content-wrapper ol {
  padding-left: 1.1rem;
}

.detail-post-content-wrapper li {
  margin-bottom: 0.45rem;
  line-height: 1.65;
}

.detail-post-content-wrapper pre {
  border-radius: 14px;
  border: 1px solid #d4def0;
  background: #f7faff;
  padding: 1rem;
  overflow-x: auto;
}

.detail-post-content-wrapper code {
  background: #eff4ff;
  border-radius: 6px;
  padding: 0.08rem 0.38rem;
  font-size: 0.9em;
}

.detail-post-content-wrapper pre code {
  background: transparent;
  padding: 0;
}

.blog-image-wrapper {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  overflow: hidden;
  border-radius: 16px;
  border: 1px solid var(--md-outline);
  background: #f4f9ff;
}

.blog-image-wrapper p {
  margin-top: 0.6rem;
  color: var(--md-on-surface-variant);
}

.post-content-video-wrapper {
  height: 12rem;
  width: 100%;
  overflow: hidden;
  border-radius: 0.75rem;
}

@media (min-width: 768px) {

  .post-content-video-wrapper {
    height: 25rem;
  }
}

.post-content-video-wrapper {
  border: 1px solid var(--md-outline);
}

.category-hub-wrapper,
.related-posts-wrapper {
  border-radius: 1.5rem;
  padding: 1.25rem;
}

@media (min-width: 768px) {

  .category-hub-wrapper,
.related-posts-wrapper {
    padding: 1.5rem;
  }
}

.category-hub-wrapper,
.related-posts-wrapper {
  border: 1px solid var(--md-outline);
  background:
    radial-gradient(circle at top left, rgba(215, 236, 255, 0.9) 0%, transparent 38%),
    linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
  box-shadow: 0 12px 26px rgba(31, 41, 55, 0.08);
}

.category-hub-wrapper {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}

@media (min-width: 1024px) {

  .category-hub-wrapper {
    display: grid;
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }
}

.category-hub-copy {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

@media (min-width: 1024px) {

  .category-hub-copy {
    grid-column: span 5 / span 5;
  }
}

.category-hub-panel {
  display: grid;
  gap: 1rem;
}

@media (min-width: 1024px) {

  .category-hub-panel {
    grid-column: span 7 / span 7;
  }
}

.category-hub-eyebrow,
.related-posts-eyebrow,
.category-hub-label {
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  color: var(--md-primary);
}

.category-hub-featured {
  margin-top: 0.25rem;
  display: block;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 700;
}

@media (min-width: 768px) {

  .category-hub-featured {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

.category-hub-featured {
  color: #172233;
}

.category-hub-focus-list {
  margin-top: 0.5rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.category-hub-focus-list span {
  border-radius: 9999px;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 600;
  color: #0f4e87;
  background: rgba(215, 236, 255, 0.72);
  border: 1px solid rgba(0, 105, 194, 0.2);
}

.category-hub-latest {
  margin-top: 0.5rem;
  display: flex;
  list-style-type: none;
  flex-direction: column;
  gap: 0.5rem;
  padding: 0px;
}

.category-hub-latest a,
.category-hub-featured:hover {
  color: var(--md-primary);
}

.related-posts-wrapper {
  margin-top: 2rem;
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}

.related-posts-header {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.related-posts-grid {
  display: grid;
  gap: 1rem;
}

@media (min-width: 768px) {

  .related-posts-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

.related-post-card {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  border-radius: 1rem;
  padding: 1rem;
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid rgba(168, 184, 204, 0.75);
  transition:
    transform 0.18s var(--md-easing-standard),
    border-color 0.18s var(--md-easing-standard),
    box-shadow 0.18s var(--md-easing-standard);
}

.related-post-card:hover {
  transform: translateY(-2px);
  border-color: rgba(0, 105, 194, 0.34);
  box-shadow: 0 14px 24px rgba(40, 60, 95, 0.12);
}

.related-post-card h3 {
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 700;
  color: #172233;
}

.related-post-card p {
  color: #344256;
  line-height: 1.55;
}

.related-post-category,
.related-post-meta {
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 700;
  color: var(--md-on-surface-variant);
}

.related-post-category {
  color: var(--md-secondary);
}

.imageContainer {
  width: 100%;
  aspect-ratio: 16 / 9;
  max-height: 60rem;
  overflow: hidden;
  border-radius: 10px;
  border: 1px solid var(--md-outline);
}

@media (max-width: 767px) {
  .post-card-wrapper {
    border-radius: 18px;
    padding: 0.82rem;
  }

  .post-card-title {
    font-size: 1.25rem;
  }

  .post-card-footer {
    flex-wrap: wrap;
  }
}

.pagination-wrapper {
  margin-bottom: 2rem;
  margin-top: 0.5rem;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
}

.pagination-item {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  min-width: 3rem;
  border: 1px solid var(--md-outline-strong);
  background: #ffffff;
  color: var(--md-on-surface);
  font-weight: 600;
  transition:
    transform 0.18s var(--md-easing-standard),
    border-color 0.2s var(--md-easing-standard),
    box-shadow 0.2s var(--md-easing-standard),
    color 0.2s var(--md-easing-standard),
    background-color 0.2s var(--md-easing-standard);
}

.pagination-item:hover {
  transform: translateY(-1px);
  border-color: rgba(0, 105, 194, 0.42);
  color: var(--md-primary);
  box-shadow: 0 8px 16px rgba(31, 41, 55, 0.1);
}

.pagination-actived-item {
  background: var(--md-primary);
  color: #ffffff;
  border-color: var(--md-primary);
  box-shadow: 0 8px 16px rgba(0, 105, 194, 0.24);
}

.info-card-wrapper {
  margin-bottom: 1.5rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
  padding: 1.5rem;
  text-align: center;
  border-radius: 24px;
  border: 1px solid var(--md-outline);
  background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
  box-shadow: 0 10px 22px rgba(40, 60, 95, 0.08)
}
.info-card-image-wrapper {
  height: 5rem;
  width: 5rem;
  cursor: pointer;
  overflow: hidden;
  border-radius: 9999px;
  border-width: 8px;
  border-style: double;
  --tw-border-opacity: 1;
  border-color: rgb(151 222 255 / var(--tw-border-opacity))
}
@media (min-width: 768px) {
  .info-card-image-wrapper {
    height: 10rem;
    width: 10rem
  }
}
.info-card-socials-wrapper {
  display: flex;
  flex-direction: row;
  gap: 1rem
}

.page-tag-chip {
  display: inline-flex;
  align-items: center;
  gap: 0.2rem;
  border-radius: var(--md-radius-chip);
  border: 1px solid var(--md-outline-strong);
  padding: 0.42rem 0.78rem;
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  line-height: 1;
  transition:
    transform 0.18s var(--md-easing-standard),
    box-shadow 0.18s var(--md-easing-standard),
    border-color 0.2s var(--md-easing-standard),
    background-color 0.2s var(--md-easing-standard),
    color 0.2s var(--md-easing-standard);
}

.page-tag-chip-prefix {
  opacity: 0.66;
}

.page-tag-chip-primary {
  background: var(--md-primary-soft);
  border-color: rgba(0, 105, 194, 0.35);
  color: #0f4e87;
}

.page-tag-chip-secondary {
  background: var(--md-secondary-soft);
  border-color: rgba(138, 45, 111, 0.28);
  color: #7d2963;
}

.page-tag-chip:hover {
  transform: translateY(-1px);
  box-shadow: 0 8px 16px rgba(31, 41, 55, 0.08);
}

.page-tag-chip-primary:hover {
  background: #c7e4ff;
  border-color: rgba(0, 105, 194, 0.45);
}

.page-tag-chip-secondary:hover {
  background: #f2d6eb;
  border-color: rgba(138, 45, 111, 0.42);
}

.page-tag-chip-active {
  transform: translateY(-1px);
  box-shadow: 0 8px 16px rgba(31, 41, 55, 0.1);
}

.page-tag-chip-primary.page-tag-chip-active {
  background: #beddff;
  border-color: rgba(0, 105, 194, 0.54);
  color: #0c4a7f;
}

.page-tag-chip-secondary.page-tag-chip-active {
  background: #efcce5;
  border-color: rgba(138, 45, 111, 0.52);
}

/* BreadScrumb */
.breadscrumb-wrapper {
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
  flex-direction: row;
  align-items: center;
  gap: 0.5rem;
  padding-left: 0px;
  padding-right: 0px;
  font-size: 0.875rem;
  line-height: 1.25rem;
  color: var(--md-on-surface-variant);
}

.breadscrumb-wrapper > * {
  border-radius: 0.75rem;
  border-right-width: 2px;
  padding-right: 0.75rem;
}

.breadscrumb-wrapper > *:last-child {
  border-right-width: 0px;
}

.breadscrumb-wrapper > * {
  border-color: var(--md-outline);
  transition: color 0.2s var(--md-easing-standard);
}

.breadscrumb-wrapper > *:hover {
  color: var(--md-primary);
}

.facebook-share-icon {
  display: flex;
  flex-shrink: 0;
  flex-direction: row;
  gap: 0.5rem;
  border-radius: 0.75rem;
  border-width: 1px;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  background: var(--md-primary);
  border-color: var(--md-primary);
  color: #f8fbff;
  transition:
    transform 0.18s var(--md-easing-standard),
    box-shadow 0.2s var(--md-easing-standard),
    background-color 0.2s var(--md-easing-standard),
    color 0.2s var(--md-easing-standard);
}

.facebook-share-icon:hover {
  background: #ffffff;
  color: var(--md-primary);
  box-shadow: 0 10px 20px rgba(0, 105, 194, 0.15);
  transform: translateY(-1px);
}

.heart-share-icon {
  display: flex;
  flex-shrink: 0;
  flex-direction: row;
  gap: 0.5rem;
  border-radius: 0.75rem;
  border-width: 1px;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  background: #ffffff;
  color: var(--md-secondary);
  border-color: rgba(138, 45, 111, 0.35);
}

/* Nút */
.btn {
  width: 100%;
  border-radius: 1rem;
  border-width: 1px;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  text-align: center;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 600;
  transition:
    transform 0.18s var(--md-easing-standard),
    box-shadow 0.2s var(--md-easing-standard),
    background-color 0.2s var(--md-easing-standard),
    color 0.2s var(--md-easing-standard),
    border-color 0.2s var(--md-easing-standard);
}

.btn:hover {
  transform: translateY(-1px);
}

.btn-messenger {
  background: #ffffff;
  color: var(--md-primary);
  border-color: rgba(0, 105, 194, 0.4);
}

.btn-messenger:hover {
  background: var(--md-primary-soft);
  border-color: rgba(0, 105, 194, 0.48);
}

.btn-order {
  background: var(--md-primary);
  color: #ffffff;
  border-color: var(--md-primary);
  box-shadow: 0 10px 22px rgba(0, 105, 194, 0.22);
}

.btn-order:hover {
  background: #045ca7;
  border-color: #045ca7;
  box-shadow: 0 14px 24px rgba(0, 105, 194, 0.26);
}

/* Table of contents */
.toc-wrapper {
  width: 100%;
  border-radius: 1rem;
  padding: 1.25rem;
}
@media (min-width: 768px) {

  .toc-wrapper {
    padding: 1.5rem;
  }
}
.toc-wrapper {
  border: 1px solid var(--md-outline);
  background: linear-gradient(180deg, #fcfdff 0%, #f4f8ff 100%);
}

.toc-head-wrapper {
  margin-bottom: 1rem;
  display: flex;
  flex-shrink: 0;
  flex-direction: row;
  align-items: center;
  gap: 0.75rem;
}

.toc-head-wrapper button {
  border: 1px solid var(--md-outline-strong);
  background: #ffffff;
  color: var(--md-on-surface-variant);
  border-radius: 999px;
  padding: 0.26rem 0.8rem;
  font-size: 0.85rem;
  transition:
    border-color 0.18s var(--md-easing-standard),
    color 0.18s var(--md-easing-standard),
    background-color 0.18s var(--md-easing-standard);
}

.toc-head-wrapper button:hover {
  color: var(--md-primary);
  border-color: rgba(0, 105, 194, 0.4);
  background: #ffffff;
}

.toc-list-wrapper {
  display: flex;
  list-style-type: none;
  flex-direction: column;
  gap: 0.75rem;
  padding: 0px;
}

@media (min-width: 768px) {

  .toc-list-wrapper {
    gap: 0.5rem;
  }
}

.toc-list-item {
  line-height: 1.375;
}

.toc-list-item a {
  color: #374151;
  text-decoration: none;
}

.toc-list-item a:hover {
  color: var(--md-primary);
  text-decoration: underline;
  text-underline-offset: 2px;
}

.toc-list-item-sub {
  padding-left: 1rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  color: var(--md-on-surface-variant);
}

/* Tiêu đề trong markdown */
.deco-heading {
  border-left: 4px solid #9fc8f1;
  padding-left: 0.7rem;
}

@media (max-width: 767px) {
  .page-tag-chip {
    font-size: 0.72rem;
    padding: 0.42rem 0.7rem;
  }
}

.courses-wrapper {
  grid-column: span 12 / span 12;
}

.one-course-wrapper {
  grid-column: span 4 / span 4;
  content-visibility: auto;
  contain-intrinsic-size: 0 32rem;
}

.courses-infos-wrapper {
  margin-bottom: 1rem;
  display: flex;
  flex-shrink: 0;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  border-radius: 1.5rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

@media (min-width: 768px) {

  .courses-infos-wrapper {
    margin-bottom: 2rem;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}

.courses-infos-wrapper {
  border: 1px solid var(--md-outline);
  background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
  box-shadow: 0 12px 24px rgba(35, 58, 94, 0.06);
}

.course-search-input {
  width: min(100%, 36rem);
}

.courses-list-grid {
  margin-bottom: 1rem;
  display: flex;
  width: 100%;
  flex-direction: column;
  gap: 1.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
}

@media (min-width: 1024px) {

  .courses-list-grid {
    display: grid;
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }
}

@media (min-width: 1280px) {

  .courses-list-grid {
    padding-left: 0px;
    padding-right: 0px;
  }
}

.courses-list-grid {
  align-content: start;
}

.course-card-wrapper {
  display: flex;
  height: 100%;
  width: 100%;
  flex-direction: column;
  gap: 0.75rem;
  padding: 1rem;
}

@media (min-width: 768px) {

  .course-card-wrapper {
    padding: 1.25rem;
  }
}

.course-card-wrapper {
  border-radius: var(--md-radius-card);
  border: 1px solid var(--md-outline);
  background: linear-gradient(180deg, #ffffff 0%, #fbfdff 100%);
  box-shadow: 0 10px 22px rgba(40, 60, 95, 0.06);
  min-width: 0;
  transition:
    transform 0.2s var(--md-easing-standard),
    border-color 0.2s var(--md-easing-standard),
    box-shadow 0.2s var(--md-easing-standard);
}

.course-card-wrapper:hover {
  transform: translateY(-3px);
  border-color: rgba(0, 105, 194, 0.34);
  box-shadow: 0 16px 34px rgba(40, 60, 95, 0.14);
}

.course-card-wrapper:hover .post-card-title {
  color: #075ca8;
}

.course-card-wrapper:hover .post-card-image-wrapper img {
  transform: scale(1.04);
}

.course-card-content-wrapper {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  min-width: 0;
}

.course-infos-wrapper {
  display: flex;
  width: 100%;
  flex-direction: column;
  gap: 2rem;
  border-radius: 1rem;
  padding: 1rem;
}

@media (min-width: 768px) {

  .course-infos-wrapper {
    width: 90%;
  }
}

@media (min-width: 1024px) {

  .course-infos-wrapper {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

.course-infos-wrapper {
  border: 1px solid var(--md-outline);
  background: #f8fbff;
}

.course-features {
  grid-column: span 2 / span 2;
  display: flex;
  flex-shrink: 0;
  flex-direction: column;
  gap: 1rem;
  list-style: none;
  padding-left: 0;
}

.course-feature {
  display: flex;
  flex-shrink: 0;
  flex-direction: row;
  align-items: center;
  gap: 1rem;
}

.course-price-item {
  list-style: none;
  margin-top: 0.25rem;
}

.course-feature-price {
  text-align: center;
  font-size: 2.25rem;
  line-height: 2.5rem;
  font-weight: 700;
  color: var(--md-secondary);
}

.course-feature-price-sub {
  text-align: center;
  font-size: 1.5rem;
  line-height: 2rem;
  text-decoration-line: line-through;
  color: var(--md-on-surface-variant);
}

.course-actions {
  grid-column: span 1 / span 1;
  display: flex;
  flex-shrink: 0;
  flex-direction: column;
  justify-content: center;
  gap: 1rem;
}

.course-actions .btn.btn-order {
  background: linear-gradient(135deg, #0c6fc7 0%, #0058a6 100%);
  border-color: #0058a6;
  color: #ffffff !important;
  box-shadow: 0 14px 26px rgba(0, 88, 166, 0.28);
  font-weight: 700;
}

.course-actions .btn.btn-order:hover {
  background: linear-gradient(135deg, #0a64b4 0%, #004d92 100%);
  border-color: #004d92;
  color: #ffffff !important;
  box-shadow: 0 16px 28px rgba(0, 88, 166, 0.32);
}

.course-actions .btn.btn-order span {
  color: inherit;
}

.course-image-wrapper {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  overflow: hidden;
  border-radius: 16px;
  border: 1px solid var(--md-outline);
  background: #f4f9ff;
}

.course-image-wrapper p {
  margin-top: 0.6rem;
  color: var(--md-on-surface-variant);
}

.course-payment-wrapper {
  margin-top: 1.5rem;
  border-radius: 1rem;
  padding: 1rem;
  border: 1px solid var(--md-outline);
  background: #ffffff;
}

.course-payment-grid {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

@media (min-width: 768px) {

  .course-payment-grid {
    display: grid;
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }
}

.course-payment-bank-info {
  grid-column: span 5 / span 5;
  display: flex;
  flex-shrink: 0;
  flex-direction: column;
  gap: 1rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 0px;
  padding-right: 0px;
}

@media (min-width: 768px) {

  .course-payment-bank-info {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

.course-payment-contact {
  grid-column: span 4 / span 4;
  display: flex;
  flex-shrink: 0;
  flex-direction: column;
  gap: 1rem;
  padding-left: 0px;
  padding-right: 0px;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

@media (min-width: 768px) {

  .course-payment-contact {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

.course-payment-contact {
  border-top: 1px solid var(--md-outline);
  border-bottom: 1px solid var(--md-outline);
}

@media (min-width: 768px) {
  .course-payment-contact {
    border-top: 0;
    border-bottom: 0;
    border-left: 1px solid var(--md-outline);
    border-right: 1px solid var(--md-outline);
  }
}

.course-payment-confirm {
  grid-column: span 3 / span 3;
  display: flex;
  flex-shrink: 0;
  flex-direction: column;
  gap: 1rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 0px;
  padding-right: 0px;
}

@media (min-width: 768px) {

  .course-payment-confirm {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

.bank-info-card {
  display: flex;
  flex-shrink: 0;
  flex-direction: column;
  gap: 0.75rem;
  border-radius: 1rem;
  padding: 1rem;
  background: #f8fbff;
  border: 1px solid var(--md-outline);
}

.about-content-wrapper {
  margin-bottom: 1.5rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  border-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding: 0px;
}
@media (min-width: 768px) {
  .about-content-wrapper {
    padding: 1.5rem;
  }
}
.about-content-wrapper a:hover {
  --tw-text-opacity: 1;
  color: rgb(0 160 233 / var(--tw-text-opacity));
}
.about-content-wrapper .avatar-wrapper {
  margin-left: auto;
  margin-right: auto;
  margin-top: 1rem;
  margin-bottom: 1rem;
  width: 9rem;
  overflow: hidden;
  border-radius: 9999px;
  border-width: 4px;
  --tw-border-opacity: 1;
  border-color: rgb(0 160 233 / var(--tw-border-opacity));
}
@media (min-width: 768px) {
  .about-content-wrapper .avatar-wrapper {
    width: 12rem;
  }
}
.about-content-wrapper .avatar-wrapper {
  aspect-ratio: 1 / 1;
}
.about-content-wrapper .image-wrapper {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  overflow: hidden;
  border-radius: 0.375rem;
  border-width: 4px;
  --tw-border-opacity: 1;
  border-color: rgb(0 160 233 / var(--tw-border-opacity));
}
@media (min-width: 768px) {
  .about-content-wrapper .image-wrapper {
    width: 75%;
  }
}
.about-content-wrapper .image-wrapper {
  background-color: #f4f9ff;
}

.about-actions {
  display: flex;
  flex-shrink: 0;
  flex-direction: column;
  align-items: center;
  gap: 0.75rem;
}

.error-page-wrapper {
    display: flex;
    flex-direction: column;
    gap: 0.75rem
}
/*
! tailwindcss v3.3.5 | MIT License | https://tailwindcss.com
*//*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

*,
::before,
::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: currentColor; /* 2 */
}

::before,
::after {
  --tw-content: '';
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
*/

html {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -moz-tab-size: 4; /* 3 */
  -o-tab-size: 4;
     tab-size: 4; /* 3 */
  font-family: Roboto, Arial, Helvetica, sans-serif; /* 4 */
  font-feature-settings: normal; /* 5 */
  font-variation-settings: normal; /* 6 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
  margin: 0; /* 1 */
  line-height: inherit; /* 2 */
}

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/

hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
  border-top-width: 1px; /* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/*
Remove the default font size and weight for headings.
*/

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/

a {
  color: inherit;
  text-decoration: inherit;
}

/*
Add the correct font weight in Edge and Safari.
*/

b,
strong {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font family by default.
2. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/*
Add the correct font size in all browsers.
*/

small {
  font-size: 80%;
}

/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/

table {
  text-indent: 0; /* 1 */
  border-color: inherit; /* 2 */
  border-collapse: collapse; /* 3 */
}

/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-feature-settings: inherit; /* 1 */
  font-variation-settings: inherit; /* 1 */
  font-size: 100%; /* 1 */
  font-weight: inherit; /* 1 */
  line-height: inherit; /* 1 */
  color: inherit; /* 1 */
  margin: 0; /* 2 */
  padding: 0; /* 3 */
}

/*
Remove the inheritance of text transform in Edge and Firefox.
*/

button,
select {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button,
[type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button; /* 1 */
  background-color: transparent; /* 2 */
  background-image: none; /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
  outline: auto;
}

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/

:-moz-ui-invalid {
  box-shadow: none;
}

/*
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
  vertical-align: baseline;
}

/*
Correct the cursor style of increment and decrement buttons in Safari.
*/

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/

[type='search'] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/*
Remove the inner padding in Chrome and Safari on macOS.
*/

::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/*
Add the correct display in Chrome and Safari.
*/

summary {
  display: list-item;
}

/*
Removes the default spacing and border for appropriate elements.
*/

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

/*
Reset default styling for dialogs.
*/
dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}

input::placeholder,
textarea::placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}

/*
Set the default cursor for buttons.
*/

button,
[role="button"] {
  cursor: pointer;
}

/*
Make sure disabled buttons don't get the pointer cursor.
*/
:disabled {
  cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block; /* 1 */
  vertical-align: middle; /* 2 */
}

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/

img,
video {
  max-width: 100%;
  height: auto;
}

/* Make elements with the HTML hidden attribute stay hidden by default */
[hidden] {
  display: none;
}

*, ::before, ::after {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}

::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}
.flex {
  display: flex;
}
.shrink-0 {
  flex-shrink: 0;
}
.cursor-pointer {
  cursor: pointer;
}
.flex-row {
  flex-direction: row;
}
.flex-col {
  flex-direction: column;
}
.items-center {
  align-items: center;
}
.justify-center {
  justify-content: center;
}
.gap-2 {
  gap: 0.5rem;
}
.gap-3 {
  gap: 0.75rem;
}
.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.pt-4 {
  padding-top: 1rem;
}
.text-center {
  text-align: center;
}
.font-semibold {
  font-weight: 600;
}
.uppercase {
  text-transform: uppercase;
}
.italic {
  font-style: italic;
}
.text-mau2light {
  --tw-text-opacity: 1;
  color: rgb(233 102 160 / var(--tw-text-opacity));
}
.text-mauTextPhu {
  --tw-text-opacity: 1;
  color: rgb(113 128 150 / var(--tw-text-opacity));
}
.underline {
  text-decoration-line: underline;
}
.blur {
  --tw-blur: blur(8px);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.filter {
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

@font-face {
  font-family: "Roboto";
  src: url("/fonts/roboto/Roboto-Variable.ttf") format("truetype");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Roboto";
  src: url("/fonts/roboto/Roboto-Italic-Variable.ttf") format("truetype");
  font-weight: 100 900;
  font-style: italic;
  font-display: swap;
}

:root {
  --md-surface: #f6f8ff;
  --md-surface-container: #ffffff;
  --md-surface-container-soft: #f4f7ff;
  --md-primary: #0069c2;
  --md-primary-soft: #d7ecff;
  --md-secondary: #8a2d6f;
  --md-secondary-soft: #f8e6f2;
  --md-outline: #c8d4e4;
  --md-outline-strong: #a8b8cc;
  --md-success: #2e7d32;
  --md-warning: #b36800;
  --md-error: #b3261e;
  --md-on-surface: #334155;
  --md-on-surface-variant: #5b6778;
  --md-radius-card: 22px;
  --md-radius-chip: 999px;
  --md-easing-standard: cubic-bezier(0.2, 0, 0, 1);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: Roboto, Arial, Helvetica, sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
}

@media (min-width: 768px) {

  body {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}

body {
  background:
    radial-gradient(circle at top right, #e9f4ff 0%, transparent 38%),
    radial-gradient(circle at bottom left, #fff2fb 0%, transparent 30%),
    var(--md-surface);
  color: var(--md-on-surface);
}

h2 {
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 700;
}

@media (min-width: 768px) {

  h2 {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}

h2 {
  color: #1f2937;
  line-height: 1.3;
}

h1 {
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 700;
}

@media (min-width: 768px) {

  h1 {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}

h1 {
  color: #111827;
  line-height: 1.2;
}

.text-note {
  font-size: 1rem;
  line-height: 1.5rem;
  font-style: italic;
  color: var(--md-on-surface-variant);
}

.link-item {
  text-decoration-line: underline;
  color: var(--md-on-surface);
  text-underline-offset: 3px;
  transition: color 0.2s var(--md-easing-standard);
}

.link-item:hover {
  color: var(--md-primary);
}

a {
  color: inherit;
  transition:
    color 0.2s var(--md-easing-standard),
    opacity 0.2s var(--md-easing-standard);
}

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border-color: var(--md-outline);
  opacity: 0.85;
}

button,
input,
textarea,
select {
  font: inherit;
}

input {
  width: min(100%, 36rem);
  border: 1px solid var(--md-outline-strong);
  border-radius: 16px;
  background: var(--md-surface-container);
  color: var(--md-on-surface);
  padding: 0.68rem 1rem;
  outline: none;
  transition:
    border-color 0.2s var(--md-easing-standard),
    box-shadow 0.2s var(--md-easing-standard),
    background-color 0.2s var(--md-easing-standard);
}

input::-moz-placeholder {
  color: #7f8a9e;
}

input::placeholder {
  color: #7f8a9e;
}

input:hover {
  border-color: #97abc3;
  background: var(--md-surface-container-soft);
}

input:focus-visible {
  border-color: var(--md-primary);
  box-shadow: 0 0 0 3px rgba(0, 105, 194, 0.2);
  background: #ffffff;
}

button {
  cursor: pointer;
}

button:focus-visible,
a:focus-visible {
  outline: 3px solid rgba(0, 105, 194, 0.28);
  outline-offset: 2px;
  border-radius: 12px;
}

* {
  box-sizing: border-box;
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}

blockquote {
  padding: 1rem;
  font-style: italic;
  background: #eef5ff;
  border-left: 4px solid var(--md-primary);
  border-radius: 12px;
}

ul {
  list-style-type: disc;
  padding-left: 1rem;
}

strong {
  font-weight: 800;
  color: #111827;
}

::-moz-selection {
  background: #cfe7ff;
  color: #0b2b54;
}

::selection {
  background: #cfe7ff;
  color: #0b2b54;
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}

@media (min-width: 1024px) {

  .lg\:px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}

.yt-lite {
  background-color: #000;
  position: relative;
  display: block;
  contain: content;
  background-position: 50%;
  background-size: cover;
  cursor: pointer;
}

.yt-lite.lyt-activated::before {
  content: "";
  box-sizing: content-box;
  display: block;
  position: absolute;
  top: 0;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAADGCAYAAAAT+OqFAAAAdklEQVQoz42QQQ7AIAgEF/T/D+kbq/RWAlnQyyazA4aoAB4FsBSA/bFjuF1EOL7VbrIrBuusmrt4ZZORfb6ehbWdnRHEIiITaEUKa5EJqUakRSaEYBJSCY2dEstQY7AuxahwXFrvZmWl2rh4JZ07z9dLtesfNj5q0FU3A5ObbwAAAABJRU5ErkJggg==);
  background-position: top;
  background-repeat: repeat-x;
  height: 60px;
  padding-bottom: 50px;
  width: 100%;
  transition: all 0.2s cubic-bezier(0, 0, 0.2, 1);
}
.yt-lite::after {
  content: "";
  display: block;
  padding-bottom: var(--aspect-ratio);
}
.yt-lite > iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.yt-lite > .lty-playbtn {
  width: 70px;
  height: 46px;
  background-color: #212121;
  z-index: 1;
  opacity: 0.8;
  border-radius: 14%;
  transition: all 0.2s cubic-bezier(0, 0, 0.2, 1);
}
.yt-lite:hover > .lty-playbtn {
  background-color: red;
  opacity: 1;
}
.yt-lite > .lty-playbtn::before {
  content: "";
  border-color: transparent transparent transparent #fff;
  border-style: solid;
  border-width: 11px 0 11px 19px;
}
.yt-lite > .lty-playbtn,
.yt-lite > .lty-playbtn::before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
}
.yt-lite.lyt-activated {
  cursor: unset;
}
.yt-lite.lyt-activated::before,
.yt-lite.lyt-activated > .lty-playbtn {
  opacity: 0;
  pointer-events: none;
}

