/* ====== LAYOUT ====== */
#blogLanding {
  max-width: 960px;
  margin: 0 auto;
}

.blog-body {
  padding-bottom: 80px;
}

.blog-header h1 {
  font-size: 32px;
  margin-bottom: 32px;
}

/* Custom CSS added by HG */

.blog-container {
    --text-color: #1F1F1F;
    --m1-orange: #FF9E1B;
    --bold-font: 'DIN Round Pro Bold', arial, sans-serif !important;
    
    /*width: 100%;*/
    /*max-width: 558px;*/
    margin: 0 auto;
}

.blog-content a:link,
.blog-content a:visited {
    color: var(--text-color);
    text-decoration: underline;
}
.blog-header {
    font-family: var(--bold-font);
    font-size: 38px;
    font-style: normal;
    font-weight: 700;
    line-height: 40px; /* 105.263% */
    letter-spacing: -0.38px;
    color: var(--text-color);
    margin: 56px auto;
}

.back-link:link,
.back-link:visited{
    text-align: center;
    font-family: var(--bold-font);
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px; /* 150% */
    color: var(--m1-orange) !important;
    text-decoration: none;
}

.more-link {
    margin-left: 16px;
}

.spacer-xl {
    height:80px;
}
.spacer-lg {
    height:56px;
}
.spacer-md {
    height:32px;
}
.spacer-sm {
    height:16px;
}

/* ====== BLOG CARD ====== */
.blog-card {
  display: flex;
  gap: 24px;
  margin-bottom: 32px;
  align-items: center;
}

.blog-card__image {
  flex: 0 0 240px;
}

.blog-card__image img {
  width: 100%;
  height: 160px;
  object-fit: cover;
  border-radius: 16px;
}

.blog-card__content {
  flex: 1;
}

.blog-card__title {
  font-size: 20px;
  line-height: 1.4;
  margin-bottom: 12px;
}

/* ====== LINK ====== */
.blog-card__link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-weight: 600;
  color: #ff8a00;
  text-decoration: none;
}

.blog-card__link:hover {
  text-decoration: underline;
}

/* ====== LOAD MORE ====== */
.load-more-wrapper {
  text-align: center;
  margin-top: 40px;
}

.load-more-btn {
  background: #ff8a00;
  color: #fff;
  border: none;
  padding: 14px 32px;
  border-radius: 12px;
  font-size: 16px;
  cursor: pointer;
}

.load-more-btn:hover {
  background: #e67700;
}

/* ====== FADE IN ====== */
.fade-item {
  opacity: 1;
  transition: opacity .4s ease, transform .4s ease;
}

.fade-item.hidden {
  opacity: 0;
  transform: translateY(16px);
}

.blog-img {
    width: 100%;
    display: flex;
    justify-content: center;
}

.blog-img img {
    width: 100%;
    border-radius: 16px;
}

.blog-caption {
    font-size: 14px;
    line-height: 16px;
    margin-top: 16px;
    text-align: center;
}
    
.section-title, h2.section-title {
    font-family: var(--bold-font);
    font-style: normal;
    font-weight: 700;
    font-size: 28px !important;
    line-height: 32px !important;
}

.sub-section-title, h3.sub-section-title, 
.sub-section-header, h3.sub-section-header {
    font-family: var(--bold-font);
    font-style: normal;
    font-weight: 700;
    font-size: 21px !important;
    line-height: 24px !important;
}
.blog-content p, .blog-content ul, .blog-content ol {
    font-size: 16px;
    line-height: 24px;
}

.blog-table {
    border-radius: 16px;
    border-collapse: separate !important;
    border-spacing: 0;
    color: var(--text-color);
    font-size: 14px;
    border: 1px solid #D5D5D5;
}
.blog-table p {
    color: var(--text-color);
    font-size: 14px;
}

.blog-table ul, .blog-table ol {
    color: var(--text-color);
    font-size: 14px;
    line-height: 16px;
}

.blog-table p:first-child {
    margin-top: 0;
}
.table-responsive {
    padding-left:0;
    padding-right: 0;
}

.blog-table th {
    border-top: 0px solid #D5D5D5 !important;
    border-bottom: 2px solid #767676 !important;
    background-color: #D5D5D5;
    font-family: var(--bold-font);
}
.blog-table th:first-child  {
    border-left: 0px solid #D5D5D5;
    border-radius: 16px 0 0 0;
}
.blog-table th:last-child  {
    border-right: 0px solid #D5D5D5;
    border-radius: 0 16px 0 0;
}

.blog-table td, .blog-table th {
    padding: 1rem;
}
.blog-table td:first-child  {
    border-left: 0px solid #D5D5D5;
}
.blog-table td:last-child  {
    border-right: 0px solid #D5D5D5;
}

.blog-table td.no-border {
    border:none;
}

.text-orange {
    color: var(--m1-orange) !important;
}
.faq-accordion {
    margin-bottom: 24px;
}
.quick-links-container {
    border-top: 1px solid #F1F1F1;
    border-bottom: 1px solid #F1F1F1;
    padding: 24px 12px;
}
.quick-links-container li {
    margin-bottom: 1rem;
}
.quick-links-container li:last-child {
    margin-bottom: 0;
}
.updated-text {
    font-size: 14px;
}


@media (max-width: 768px) {

  .blog-header {
    margin-top: 40px;
    margin-bottom: 0;
  }

  .blog-body {
    padding: 40px 24px;
  }

  /* Card jadi stack (vertical) */
  .blog-card {
    flex-direction: column;
    align-items: center;
    gap: 16px;
    text-align: center;
  }

  /* Image full width */
  .blog-card__image {
    width: 100%;
  }

  .blog-card__image img {
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 9;
    object-fit: cover;
    border-radius: 20px;
  }

  /* Content center */
  .blog-card__content {
    width: 100%;
    padding: 0 8px;
  }

  .blog-card__title {
    font-size: 18px;
    line-height: 1.4;
    margin-bottom: 8px;
  }

  /* CTA center */
  .blog-card__link {
    justify-content: center;
    margin-top: 4px;
    font-size: 14px;
  }

  /* Spacing antar card */
  .blog-card {
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 576px) {

    .spacer-lg {
        height:32px;
    }

}