.gpt-eyebrow {
  margin-bottom: 12px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--gpt-primary-600);
}

.gpt-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 20px;
  border-radius: 999px;
  border: 1px solid transparent;
  font-size: 15px;
  font-weight: 700;
  transition: transform 0.22s ease, box-shadow 0.22s ease, background-color 0.22s ease, border-color 0.22s ease;
}

.gpt-button--with-icon {
  gap: 8px;
}

.gpt-button--primary {
  background: var(--gpt-accent);
  color: #fff;
  box-shadow: 0 14px 30px rgba(245, 158, 11, 0.28);
}

.gpt-button--primary:hover {
  background: var(--gpt-accent-700);
  transform: translateY(-2px);
  box-shadow: 0 18px 38px rgba(217, 119, 6, 0.35);
}

.gpt-button--secondary {
  border-color: var(--gpt-border);
  background: #fff;
  color: var(--gpt-primary);
}

.gpt-button--secondary:hover {
  transform: translateY(-2px);
  border-color: rgba(0, 119, 163, 0.28);
  box-shadow: 0 14px 28px rgba(16, 32, 51, 0.08);
}

.gpt-button--small {
  min-height: 40px;
  padding: 0 16px;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  background: rgba(255, 255, 255, 0.94);
  backdrop-filter: blur(18px);
  border-bottom: 1px solid rgba(221, 230, 239, 0.8);
}

.site-header__inner {
  padding: 16px 0;
}

.site-header__brand {
  justify-self: start;
}

.site-logo__text {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  color: var(--gpt-primary);
}

.site-logo {
  display: inline-flex;
  align-items: center;
}

.site-logo__image {
  display: block;
  max-height: 68px;
  max-width: 280px;
  width: auto;
  height: auto;
  object-fit: contain;
}

.site-logo--footer .site-logo__image,
.site-logo__image--footer {
  max-height: 64px;
  max-width: 240px;
}

.site-footer__column .site-logo {
  margin-bottom: 10px;
}

.site-header__tagline,
.site-footer__text,
.gpt-section-intro {
  color: var(--gpt-text-soft);
}

.site-nav__menu,
.site-footer__menu,
.gpt-chip-list {
  list-style: none;
}

.site-nav__menu {
  display: flex;
  gap: 20px;
  justify-content: center;
  align-items: center;
}

.site-nav {
  justify-self: center;
}

.site-nav__menu > li {
  position: relative;
  padding-bottom: 12px;
  margin-bottom: -12px;
}

.site-nav__menu .sub-menu {
  position: absolute;
  top: calc(100% + 2px);
  left: 0;
  display: none;
  min-width: 200px;
  padding: 14px;
  list-style: none;
  border: 1px solid var(--gpt-border);
  border-radius: 18px;
  background: #fff;
  box-shadow: var(--gpt-shadow);
}

.site-nav__menu .sub-menu.is-open {
  display: block;
}

.site-nav__menu > li:hover > .sub-menu,
.site-nav__menu > li:focus-within > .sub-menu {
  display: block;
}

.site-nav__menu .sub-menu li + li {
  margin-top: 10px;
}

.site-nav__menu .menu-item-has-children > a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.site-nav__menu .menu-item-has-children > a::after {
  content: "";
  width: 8px;
  height: 8px;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: rotate(45deg) translateY(-1px);
}

.site-header__cta {
  justify-self: end;
}

.site-header__cta .gpt-button {
  min-width: 190px;
  gap: 8px;
}

.site-header__cta .gpt-button svg {
  width: 18px;
  height: 18px;
}

.gpt-whatsapp-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.gpt-whatsapp-icon svg {
  width: 18px;
  height: 18px;
}

.gpt-whatsapp-icon--header {
  color: #ffffff;
}

.gpt-whatsapp-icon--footer {
  color: #25d366;
}

.site-footer {
  padding: 64px 0;
  background:
    radial-gradient(circle at 18% 8%, rgba(0, 168, 224, 0.2), transparent 36%),
    linear-gradient(145deg, #0f3f78 0%, #0b3362 58%, #08284d 100%);
  color: #fff;
}

.site-footer a,
.site-footer__title {
  color: #fff;
}

.site-footer .site-logo__text {
  color: #fff;
}

.site-footer__menu li + li {
  margin-top: 10px;
}

.page-hero {
  position: relative;
  overflow: hidden;
  padding: 108px 0 96px;
  background:
    radial-gradient(circle at 82% 18%, rgba(245, 158, 11, 0.32), transparent 28%),
    linear-gradient(135deg, #0077a3, var(--gpt-primary) 45%, var(--gpt-primary-600));
  color: #fff;
}

.page-hero[style*="background-image"] {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

body.home .page-hero[style*="background-image"] {
  background-attachment: fixed;
}

.page-hero__background-slider {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.page-hero__background-slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  transition: opacity 0.9s ease;
}

.page-hero__background-slide.is-active {
  opacity: 1;
}

.page-hero__map {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
  background: #0b88b6;
  pointer-events: none;
}

.page-hero__map iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 112%;
  height: 112%;
  min-width: 1100px;
  border: 0;
  transform: translate(-50%, -50%) scale(1.08);
  filter: saturate(0.75) contrast(1.08);
}

.page-hero--map-bg-surabaya .page-hero__map iframe {
  width: 108%;
  height: 108%;
  min-width: 980px;
  transform: translate(-50%, -50%) scale(1.02);
}

.page-hero--map-bg-sulawesi .page-hero__map iframe {
  width: 116%;
  height: 112%;
  min-width: 1000px;
  transform: translate(-50%, -50%) scale(1.06);
}

.page-hero--map-bg-kalimantan .page-hero__map iframe {
  width: 118%;
  height: 114%;
  min-width: 1040px;
  transform: translate(-50%, -50%) scale(1.04);
}

.page-hero--map-bg-ntt-ntb .page-hero__map iframe {
  width: 114%;
  height: 112%;
  min-width: 980px;
  transform: translate(-50%, -50%) scale(1.08);
}

.page-hero--map-bg-maluku .page-hero__map iframe {
  width: 118%;
  height: 114%;
  min-width: 1000px;
  transform: translate(-50%, -50%) scale(1.08);
}

.page-hero__map::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 78% 12%, rgba(245, 158, 11, 0.22), transparent 30%),
    linear-gradient(135deg, rgba(0, 119, 163, 0.86), rgba(0, 168, 224, 0.68));
}

.page-hero--map-bg {
  background: linear-gradient(135deg, #0077a3, var(--gpt-primary) 45%, var(--gpt-primary-600));
}

.page-hero--map-bg[style*="background-image"] {
  background-image: none !important;
}

@media (max-width: 900px) {
  .page-hero__map iframe {
    width: 150%;
    height: 120%;
    min-width: 900px;
    transform: translate(-50%, -50%) scale(1.18);
  }

  .page-hero--map-bg-surabaya .page-hero__map iframe {
    width: 132%;
    height: 118%;
    min-width: 860px;
    transform: translate(-50%, -50%) scale(1.1);
  }

  .page-hero--map-bg-sulawesi .page-hero__map iframe {
    width: 142%;
    height: 120%;
    min-width: 880px;
    transform: translate(-50%, -50%) scale(1.14);
  }

  .page-hero--map-bg-kalimantan .page-hero__map iframe {
    width: 146%;
    height: 122%;
    min-width: 900px;
    transform: translate(-50%, -50%) scale(1.12);
  }

  .page-hero--map-bg-ntt-ntb .page-hero__map iframe {
    width: 138%;
    height: 120%;
    min-width: 860px;
    transform: translate(-50%, -50%) scale(1.16);
  }

  .page-hero--map-bg-maluku .page-hero__map iframe {
    width: 146%;
    height: 122%;
    min-width: 880px;
    transform: translate(-50%, -50%) scale(1.16);
  }

  .page-hero--has-mobile-image {
    background-image:
      linear-gradient(135deg, rgba(0, 119, 163, 0.9), rgba(0, 168, 224, 0.68)),
      var(--page-hero-mobile-bg, none) !important;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: scroll;
  }
}

.page-hero::before,
.page-hero::after {
  content: "";
  position: absolute;
  pointer-events: none;
}

.page-hero::before {
  inset: auto -120px -160px auto;
  width: 420px;
  height: 420px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  z-index: 0;
}

.page-hero::after {
  inset: 0;
  background-image: linear-gradient(rgba(255, 255, 255, 0.07) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, 0.07) 1px, transparent 1px);
  background-size: 48px 48px;
  mask-image: linear-gradient(90deg, #000, transparent 72%);
  z-index: 0;
}

.page-hero__inner {
  position: relative;
  z-index: 1;
}

.page-hero__title,
.page-hero .gpt-eyebrow {
  color: #fff;
}

.page-hero__description {
  max-width: 760px;
  color: rgba(255, 255, 255, 0.88);
}

.page-hero__managed-by {
  width: 100%;
  max-width: none;
  margin-top: 18px;
  font-size: 0.9375rem;
  color: rgba(255, 255, 255, 0.82);
}

.page-hero__actions,
.product-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 24px;
}

.gpt-text-block__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 24px;
}

.gpt-text-block__actions--center {
  justify-content: center;
}

.gpt-section--has-bg {
  position: relative;
  overflow: hidden;
  background-image: linear-gradient(135deg, rgba(0, 119, 163, 0.88), rgba(0, 168, 224, 0.56)), var(--gpt-section-bg, none);
  background-size: cover;
  background-position: center center;
}

.gpt-section--has-bg::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(7, 23, 46, 0.18), rgba(7, 23, 46, 0.34));
  pointer-events: none;
}

.gpt-section--has-bg > .gpt-shell {
  position: relative;
  z-index: 1;
}

.gpt-section--has-bg .gpt-eyebrow,
.gpt-section--has-bg h2,
.gpt-section--has-bg .gpt-richtext,
.gpt-section--has-bg .gpt-richtext p {
  color: #fff;
}

.gpt-section--has-bg .gpt-richtext {
  max-width: 860px;
}

@media (min-width: 901px) {
  .gpt-section--parallax {
    background-attachment: fixed;
  }
}

@media (max-width: 900px) {
  .gpt-section--has-bg {
    background-position: center center;
  }

  .gpt-section--parallax {
    background-position: center calc(50% + var(--gpt-mobile-parallax-offset, 0px));
  }
}

.gpt-chip-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 24px;
}

.gpt-chip-list li {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 10px 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.16);
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: inherit;
}

.gpt-chip-list li::before {
  content: "";
  flex: 0 0 8px;
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: #f59e0b;
  opacity: 0.78;
  animation: gpt-chip-light-pulse 1.9s ease-in-out infinite;
  box-shadow: 0 0 0 rgba(245, 158, 11, 0);
}

.gpt-chip-list li:nth-child(2n)::before {
  animation-delay: 0.35s;
}

.gpt-chip-list li:nth-child(3n)::before {
  animation-delay: 0.7s;
}

@keyframes gpt-chip-light-pulse {
  0%,
  100% {
    opacity: 0.42;
    transform: scale(0.82);
    box-shadow: 0 0 0 rgba(245, 158, 11, 0);
  }

  45%,
  60% {
    opacity: 1;
    transform: scale(1.18);
    box-shadow: 0 0 12px rgba(245, 158, 11, 0.95), 0 0 26px rgba(245, 158, 11, 0.58);
  }
}

.gpt-card,
.gpt-cta-block,
.product-card,
.product-specs__item,
.product-gallery__item {
  border: 1px solid var(--gpt-border);
  border-radius: var(--gpt-radius);
  background: #fff;
  box-shadow: var(--gpt-shadow);
}

.gpt-card,
.product-card,
.gpt-cta-block {
  padding: 24px;
}

.gpt-card {
  overflow: hidden;
  position: relative;
  transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
}

.gpt-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 4px;
  background: linear-gradient(90deg, var(--gpt-accent), var(--gpt-primary-600));
  opacity: 0;
  transition: opacity 0.22s ease;
}

.gpt-card:hover,
.product-card:hover {
  transform: translateY(-6px);
  border-color: rgba(0, 168, 224, 0.18);
  box-shadow: 0 28px 60px rgba(16, 32, 51, 0.12);
}

.gpt-card:hover::before {
  opacity: 1;
}

.gpt-card h3 {
  font-size: 21px;
}

.gpt-card p {
  color: var(--gpt-text-soft);
}

.gpt-card__link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 8px;
  font-weight: 700;
  color: var(--gpt-primary-600);
}

.gpt-card__link::after {
  content: "→";
  transition: transform 0.22s ease;
}

.gpt-card__link:hover::after {
  transform: translateX(4px);
}

.gpt-card__media {
  width: calc(100% + 48px);
  height: 210px;
  margin: -24px -24px 20px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.gpt-card__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  margin-bottom: 14px;
  border-radius: 16px;
  background: linear-gradient(135deg, rgba(0, 168, 224, 0.14), rgba(245, 158, 11, 0.2));
  color: var(--gpt-primary);
}

.gpt-card__icon svg {
  width: 26px;
  height: 26px;
}

.gpt-logo-grid__item {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 96px;
  padding: 18px;
  border: 1px solid var(--gpt-border);
  border-radius: 20px;
  background: #fff;
  box-shadow: var(--gpt-shadow);
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.gpt-logo-grid__item img {
  max-height: 54px;
  width: auto;
  filter: grayscale(1) contrast(1.05);
  opacity: 0.92;
  transition: transform 0.2s ease, filter 0.2s ease, opacity 0.2s ease;
}

.gpt-logo-grid__item:hover {
  transform: translateY(-4px);
  border-color: rgba(0, 168, 224, 0.24);
  box-shadow: 0 20px 44px rgba(16, 32, 51, 0.14);
}

.gpt-logo-grid__item:hover img {
  filter: grayscale(0) contrast(1);
  opacity: 1;
  transform: scale(1.04);
}

.gpt-faq__item {
  padding: 0;
  margin-bottom: 14px;
  border: 1px solid var(--gpt-border);
  border-radius: 22px;
  background: #fff;
  box-shadow: var(--gpt-shadow);
}

.gpt-faq__item summary {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 22px 24px;
  font-weight: 700;
  color: var(--gpt-primary);
  list-style: none;
}

.gpt-faq__item summary::-webkit-details-marker {
  display: none;
}

.gpt-faq__item summary::after {
  content: "+";
  font-size: 28px;
  line-height: 1;
  color: var(--gpt-primary-600);
}

.gpt-faq__item[open] summary::after {
  content: "−";
}

.gpt-faq__item > div {
  padding: 0 24px 24px;
  color: var(--gpt-text-soft);
}

.site-header__toggle {
  display: none;
}

.gpt-back-to-top {
  position: fixed;
  right: clamp(18px, 3vw, 30px);
  bottom: clamp(20px, 4vw, 34px);
  z-index: 30;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 58px;
  height: 58px;
  border: 0;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--gpt-primary), var(--gpt-primary-600));
  color: #fff;
  box-shadow: 0 18px 38px rgba(0, 168, 224, 0.34);
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  transform: translateY(14px) scale(0.92);
  transition: opacity 0.22s ease, visibility 0.22s ease, transform 0.22s ease, box-shadow 0.22s ease;
}

.gpt-back-to-top.is-visible {
  opacity: 1;
  visibility: visible;
  transform: translateY(0) scale(1);
}

.gpt-back-to-top:hover,
.gpt-back-to-top:focus-visible {
  transform: translateY(-3px) scale(1.03);
  box-shadow: 0 24px 46px rgba(0, 168, 224, 0.42);
}

.gpt-back-to-top:focus-visible {
  outline: 3px solid rgba(245, 158, 11, 0.5);
  outline-offset: 4px;
}

.gpt-back-to-top svg {
  width: 34px;
  height: 34px;
}

@media (max-width: 900px) {
  .site-logo__image {
    max-height: 52px;
    max-width: 220px;
  }

  .site-logo--footer .site-logo__image,
  .site-logo__image--footer {
    max-height: 52px;
    max-width: 200px;
  }

  .site-header__inner {
    padding: 14px 0 0;
    gap: 16px;
  }

  .site-header__toggle {
    display: inline-flex;
    flex-direction: column;
    gap: 5px;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    padding: 0;
    border: 1px solid var(--gpt-border);
    border-radius: 16px;
    background: #fff;
    justify-self: end;
  }

  .site-header__toggle span {
    width: 18px;
    height: 2px;
    background: var(--gpt-primary);
  }

  .gpt-back-to-top {
    right: 16px;
    bottom: 18px;
    width: 52px;
    height: 52px;
  }

  .gpt-back-to-top svg {
    width: 30px;
    height: 30px;
  }

  .site-nav {
    position: fixed;
    inset: 81px 0 0 0;
    z-index: 19;
    display: block;
    width: 100%;
    height: calc(100dvh - 81px);
    padding: 24px 20px 32px;
    overflow-y: auto;
    background: rgba(255, 255, 255, 0.98);
    transform: translateX(100%);
    transition: transform 0.28s ease;
  }

  .site-nav.is-open {
    transform: translateX(0);
  }

  .site-nav__menu {
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
  }

  .site-nav__menu > li {
    width: 100%;
    border-bottom: 1px solid var(--gpt-border);
  }

  .site-nav__menu > li > a {
    display: flex;
    width: 100%;
    padding: 18px 0;
    justify-content: space-between;
    font-size: 18px;
    font-weight: 600;
    color: var(--gpt-primary);
  }

  .site-nav__menu .sub-menu {
    position: static;
    display: none;
    min-width: 0;
    margin-top: 0;
    padding: 0 0 16px 16px;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
  }

  .site-nav__menu .sub-menu li a {
    display: block;
    padding: 10px 0;
    font-size: 15px;
  }

  .site-header__cta {
    grid-column: 1 / -1;
    display: block;
    width: calc(100% + 32px);
    margin: 2px -16px 0;
    padding: 12px 16px 16px;
    background:
      linear-gradient(180deg, rgba(255, 255, 255, 0), #fff 24%),
      #fff;
    border-top: 1px solid rgba(221, 230, 239, 0.72);
    box-shadow: 0 18px 32px rgba(16, 32, 51, 0.08);
  }

  .site-header__cta .gpt-button {
    width: 100%;
    min-width: 0;
    min-height: 58px;
    padding: 0 22px;
    border-radius: 18px;
    font-size: 17px;
    font-weight: 800;
    letter-spacing: -0.01em;
    box-shadow: 0 14px 28px rgba(245, 158, 11, 0.28);
  }

  .gpt-chip-list {
    flex-wrap: nowrap;
    overflow-x: auto;
    margin-inline: -16px;
    padding: 4px 16px 6px;
    scroll-snap-type: x proximity;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }

  .gpt-chip-list::-webkit-scrollbar {
    display: none;
  }

  .gpt-chip-list li {
    flex: 0 0 auto;
    white-space: nowrap;
    scroll-snap-align: start;
  }

  .gpt-logo-grid-wrap {
    overflow: hidden;
    margin-inline: -16px;
    padding-inline: 16px;
  }

  .gpt-logo-grid[data-mobile-marquee="true"] {
    display: flex;
    gap: 14px;
    width: max-content;
    animation: gpt-logo-marquee 24s linear infinite;
  }

  .gpt-logo-grid[data-mobile-marquee="true"] .gpt-logo-grid__item {
    flex: 0 0 168px;
    min-height: 86px;
  }
}

@keyframes gpt-logo-marquee {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-50%);
  }
}

/* =========================================================
   Gudang Pipa - Responsive Table Style
   Untuk tabel artikel/blog agar rapi di desktop dan mobile
   ========================================================= */

/* Target tabel di area konten artikel WordPress / Divi */
.single-post .entry-content table,
.single-post .et_pb_post_content table,
.single-post .et_pb_text_inner table,
.page .entry-content table,
.page .et_pb_post_content table,
.page .et_pb_text_inner table {
  width: 100%;
  max-width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  margin: 24px 0;
  font-size: 15px;
  line-height: 1.6;
  background: #ffffff;
  border: 1px solid #dce7ef;
  border-radius: 12px;
  overflow: hidden;
}

/* Header tabel */
.single-post .entry-content table thead,
.single-post .et_pb_post_content table thead,
.single-post .et_pb_text_inner table thead,
.page .entry-content table thead,
.page .et_pb_post_content table thead,
.page .et_pb_text_inner table thead {
  background: #00a8e0;
  color: #ffffff;
}

/* Cell umum */
.single-post .entry-content table th,
.single-post .entry-content table td,
.single-post .et_pb_post_content table th,
.single-post .et_pb_post_content table td,
.single-post .et_pb_text_inner table th,
.single-post .et_pb_text_inner table td,
.page .entry-content table th,
.page .entry-content table td,
.page .et_pb_post_content table th,
.page .et_pb_post_content table td,
.page .et_pb_text_inner table th,
.page .et_pb_text_inner table td {
  padding: 14px 16px;
  border-bottom: 1px solid #dce7ef;
  border-right: 1px solid #dce7ef;
  vertical-align: top;
  text-align: left;
}

/* Header cell */
.single-post .entry-content table th,
.single-post .et_pb_post_content table th,
.single-post .et_pb_text_inner table th,
.page .entry-content table th,
.page .et_pb_post_content table th,
.page .et_pb_text_inner table th {
  font-weight: 700;
  color: #ffffff;
}

/* Hilangkan border kanan di kolom terakhir */
.single-post .entry-content table th:last-child,
.single-post .entry-content table td:last-child,
.single-post .et_pb_post_content table th:last-child,
.single-post .et_pb_post_content table td:last-child,
.single-post .et_pb_text_inner table th:last-child,
.single-post .et_pb_text_inner table td:last-child,
.page .entry-content table th:last-child,
.page .entry-content table td:last-child,
.page .et_pb_post_content table th:last-child,
.page .et_pb_post_content table td:last-child,
.page .et_pb_text_inner table th:last-child,
.page .et_pb_text_inner table td:last-child {
  border-right: none;
}

/* Hilangkan border bawah di baris terakhir */
.single-post .entry-content table tr:last-child td,
.single-post .et_pb_post_content table tr:last-child td,
.single-post .et_pb_text_inner table tr:last-child td,
.page .entry-content table tr:last-child td,
.page .et_pb_post_content table tr:last-child td,
.page .et_pb_text_inner table tr:last-child td {
  border-bottom: none;
}

/* Zebra row agar mudah dibaca */
.single-post .entry-content table tbody tr:nth-child(even),
.single-post .et_pb_post_content table tbody tr:nth-child(even),
.single-post .et_pb_text_inner table tbody tr:nth-child(even),
.page .entry-content table tbody tr:nth-child(even),
.page .et_pb_post_content table tbody tr:nth-child(even),
.page .et_pb_text_inner table tbody tr:nth-child(even) {
  background: #f7fbfd;
}

/* Hover desktop */
@media (hover: hover) {
  .single-post .entry-content table tbody tr:hover,
  .single-post .et_pb_post_content table tbody tr:hover,
  .single-post .et_pb_text_inner table tbody tr:hover,
  .page .entry-content table tbody tr:hover,
  .page .et_pb_post_content table tbody tr:hover,
  .page .et_pb_text_inner table tbody tr:hover {
    background: #eef9fd;
  }
}

/* =========================================================
   Mobile Responsive
   Tabel akan scroll horizontal, bukan rusak/menyempit
   ========================================================= */

@media screen and (max-width: 768px) {
  .single-post .entry-content table,
  .single-post .et_pb_post_content table,
  .single-post .et_pb_text_inner table,
  .page .entry-content table,
  .page .et_pb_post_content table,
  .page .et_pb_text_inner table {
    display: block;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    white-space: nowrap;
    border-radius: 10px;
    font-size: 14px;
  }

  .single-post .entry-content table th,
  .single-post .entry-content table td,
  .single-post .et_pb_post_content table th,
  .single-post .et_pb_post_content table td,
  .single-post .et_pb_text_inner table th,
  .single-post .et_pb_text_inner table td,
  .page .entry-content table th,
  .page .entry-content table td,
  .page .et_pb_post_content table th,
  .page .et_pb_post_content table td,
  .page .et_pb_text_inner table th,
  .page .et_pb_text_inner table td {
    padding: 12px 14px;
    min-width: 150px;
  }

  /* Scrollbar tipis agar user tahu tabel bisa digeser */
  .single-post .entry-content table::-webkit-scrollbar,
  .single-post .et_pb_post_content table::-webkit-scrollbar,
  .single-post .et_pb_text_inner table::-webkit-scrollbar,
  .page .entry-content table::-webkit-scrollbar,
  .page .et_pb_post_content table::-webkit-scrollbar,
  .page .et_pb_text_inner table::-webkit-scrollbar {
    height: 6px;
  }

  .single-post .entry-content table::-webkit-scrollbar-track,
  .single-post .et_pb_post_content table::-webkit-scrollbar-track,
  .single-post .et_pb_text_inner table::-webkit-scrollbar-track,
  .page .entry-content table::-webkit-scrollbar-track,
  .page .et_pb_post_content table::-webkit-scrollbar-track,
  .page .et_pb_text_inner table::-webkit-scrollbar-track {
    background: #eef4f7;
    border-radius: 10px;
  }

  .single-post .entry-content table::-webkit-scrollbar-thumb,
  .single-post .et_pb_post_content table::-webkit-scrollbar-thumb,
  .single-post .et_pb_text_inner table::-webkit-scrollbar-thumb,
  .page .entry-content table::-webkit-scrollbar-thumb,
  .page .et_pb_post_content table::-webkit-scrollbar-thumb,
  .page .et_pb_text_inner table::-webkit-scrollbar-thumb {
    background: #00a8e0;
    border-radius: 10px;
  }
}