.elementor-636 .elementor-element.elementor-element-bfcb543{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:10px;--padding-bottom:10px;--padding-left:10px;--padding-right:10px;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-636 .elementor-element.elementor-element-087ceac{text-align:center;}.elementor-636 .elementor-element.elementor-element-087ceac .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-nvc2 );}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}.elementor-636 .elementor-element.elementor-element-bfece86{text-align:center;color:var( --e-global-color-secondary );}.elementor-636 .elementor-element.elementor-element-e6f79e7{--display:flex;--flex-direction:column;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--justify-content:center;--align-items:center;}.elementor-636 .elementor-element.elementor-element-0e3a1e8{--display:flex;--flex-direction:column;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--align-items:center;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:10px;--padding-bottom:10px;--padding-left:10px;--padding-right:10px;}.elementor-636 .elementor-element.elementor-element-9d85e05{text-align:center;}.elementor-636 .elementor-element.elementor-element-9d85e05 .elementor-heading-title{font-family:"Roboto", Sans-serif;font-size:25px;font-weight:600;color:var( --e-global-color-nvdarkbg );}.elementor-636 .elementor-element.elementor-element-a426d49{width:100%;max-width:100%;margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;}@media(min-width:768px){.elementor-636 .elementor-element.elementor-element-bfcb543{--width:100%;}.elementor-636 .elementor-element.elementor-element-e6f79e7{--content-width:100%;}.elementor-636 .elementor-element.elementor-element-0e3a1e8{--content-width:100%;}}@media(max-width:1024px){.elementor-636 .elementor-element.elementor-element-9d85e05 .elementor-heading-title{font-size:20px;}}@media(max-width:767px){.elementor-636 .elementor-element.elementor-element-9d85e05 .elementor-heading-title{font-size:15px;}}/* Start custom CSS for html, class: .elementor-element-f0ded3d */.whatsapp-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background-color: #07e007 !important;
    color: #fff;
    font-size: 16px !important;
    font-weight: 500 !important;
    border: none;
    border-radius: 10px;
    padding: 10px 22px;
    cursor: pointer;
    transition: all 0.3s ease;
    text-decoration: none;
  }

  .whatsapp-btn i {
    font-size: 20px;
  }

  .whatsapp-btn:hover {
    background-color: #1ebe5d !important;
  }

  /* Tambahan kecil agar tampilan responsive */
  @media (max-width: 600px) {
    .whatsapp-btn {
      font-size: 14px;
      padding: 10px 18px;
    }
    .whatsapp-btn i {
      font-size: 18px;
    }
  }/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-a426d49 *//* ===============================
   WRAPPER
================================= */
.table-wrapper {
  width: 100%;
  max-width: 1200px;
  margin: auto;
  padding: 16px;
  box-sizing: border-box;
  font-family: 'Segoe UI', Arial, sans-serif;
}

/* ===============================
   REGION TITLE
================================= */
.region-title {
  margin: 32px 0 12px;
  padding-left: 12px;
  border-left: 5px solid #d71920; /* Honda Red */
  font-size: 20px;
  font-weight: 700;
  color: #1f2937;
}

/* ===============================
   TABLE BASE
================================= */
.responsive-table {
  width: 100%;
  border-collapse: collapse;
  background: #ffffff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 12px rgba(0,0,0,0.06);
  margin-bottom: 24px;
}

.responsive-table thead {
  background: #d71920;
}

.responsive-table thead th {
  color: #ffffff;
  padding: 14px 12px;
  font-size: 14px;
  text-align: left;
}

.responsive-table tbody td {
  padding: 14px 12px;
  font-size: 14px;
  color: #374151;
  vertical-align: middle;
}

.responsive-table tbody tr:nth-child(even) {
  background-color: #f9fafb;
}

.responsive-table tbody tr:hover {
  background-color: #fef2f2;
}

/* ===============================
   LINK CABANG
================================= */
.responsive-table a {
  color: #d71920;
  text-decoration: none;
  font-weight: 600;
}

.responsive-table a:hover {
  text-decoration: underline;
}

/* ===============================
   BUTTON BROSUR
================================= */
.btn-brosur {
  display: inline-block;
  padding: 10px 16px;
  background: #d71920;
  color: #ffffff !important;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 600;
  text-align: center;
  transition: all 0.25s ease;
}

.btn-brosur:hover {
  background: #b31318;
  transform: translateY(-1px);
}

/* ===============================
   TABLET (≤ 992px)
================================= */
@media (max-width: 992px) {
  .region-title {
    font-size: 18px;
  }

  .responsive-table thead th,
  .responsive-table tbody td {
    font-size: 13px;
    padding: 12px 10px;
  }

  .btn-brosur {
    padding: 10px 14px;
  }
}

/* ===============================
   MOBILE (≤ 768px)
   Card-style table
================================= */
@media (max-width: 768px) {

  .responsive-table {
    box-shadow: none;
    border-radius: 0;
  }

  .responsive-table thead {
    display: none;
  }

  .responsive-table,
  .responsive-table tbody,
  .responsive-table tr,
  .responsive-table td {
    display: block;
    width: 100%;
  }

  .responsive-table tr {
    background: #ffffff;
    margin-bottom: 16px;
    border-radius: 14px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.08);
    padding: 12px;
  }

  .responsive-table td {
    padding: 10px 0;
    font-size: 14px;
  }

  /* Nomor */
  .responsive-table td:first-child {
    font-size: 13px;
    color: #6b7280;
    font-weight: 600;
  }

  /* Wilayah */
  .responsive-table td:nth-child(2) {
    font-size: 15px;
    font-weight: 600;
    line-height: 1.5;
  }

  /* Aksi */
  .responsive-table td:last-child {
    margin-top: 12px;
  }

  .btn-brosur {
    width: 100%;
    padding: 14px;
    font-size: 15px;
    border-radius: 10px;
  }
}

/* ===============================
   SMALL MOBILE (≤ 480px)
================================= */
@media (max-width: 480px) {
  .region-title {
    font-size: 17px;
  }

  .btn-brosur {
    font-size: 16px;
    padding: 16px;
  }
}/* End custom CSS */