.prsubs-section {
    background: #F8F8F8 url(/snippet-template/E0871611-5975-49CC-997B-F40EEA8A38E7/images/line-bg.png) no-repeat;
        background-size: 100% 100%;
    background-position: center;
    padding: 115px 0 142px;
}

.prsubs-container {
    width: 100%;
    max-width: 1312px;
    margin: 0 auto;
    padding: 0 40px;
}
/* ── Header ── */
.prsubs-header {
  text-align: center;
  margin-bottom: 52px;
}

.prsubs-label {
  display: block;
  font-size: 12px;
  font-weight: 500;
    line-height: 28px;
  letter-spacing: 0.1em;
  color: rgba(0, 0, 0, 0.80);
  text-transform: uppercase;
  margin-bottom: 6px;
}

.prsubs-title {
  font-size: 38px;
  font-weight: 600;
  color: #000000;
  margin: 0 auto 6px;
  line-height: 48px;
    max-width: 594px;
    width: 100%;
}

.prsubs-desc {
  font-size: 16px;
  color: rgba(0, 0, 0, 0.80);
  max-width: 712px;
  margin: 0 auto;
  line-height: 29px;
    font-weight: 400;
}

/* ── Info card ── */
.prsubs-card {
  background: #ffffff;
    border: 1px solid rgba(229, 231, 235, 1);
  border-radius: 10px;
  padding: 22px 34px;
  margin-bottom: 52px;
}

.prsubs-card__line p {
    font-size: 16px;
    color: #000000;
    line-height: 30px;
    font-weight: 400;
    margin: 0;
    padding: 5px 0;
}
.prsubs-card__line p strong {
  font-weight: 600;
}

.prsubs-table-heading {
    text-align: center;
    font-size: 17px;
    font-weight: 700;
    color: #33475B;
    margin: 0 0 20px;
    line-height: 21px;
}

/* ── Table scroll container ── */
.prsubs-table-scroll {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  border-radius: 16px;
    backdrop-filter: blur(7px);
    box-shadow: 0px 0px 3px 2px rgba(0, 0, 0, 0.05);
}

/* ── Table ── */
.prsubs-table {
  min-width: 600px;
  border: 1px solid #e5e7eb;
  border-radius: 10px;
  overflow: hidden;
  background: #ffffff;
}

.prsubs-row {
  display: grid;
  grid-template-columns: 2fr 2fr 1.6fr;
}
.prsubs-row.prsubs-row--head{
    border-bottom: 2px solid rgba(226, 232, 240, 1);
}
.prsubs-row:not(.prsubs-row--head):nth-child(odd) .prsubs-cell {
    background: #F9FAFB;
    border-bottom: 1px solid #F3F4F6;
}
/* ── Cells ── */
.prsubs-cell {
    padding: 18px 24px;
    font-size: 15px;
    color: rgba(0, 0, 0, 0.80);
    display: flex;
    align-items: center;
    background: #ffffff;
    border-right: 1px dashed rgba(0, 0, 0, 0.2);
    font-weight: 400;
    line-height: 23px;
}
.prsubs-row:not(.prsubs-row--head) .prsubs-cell {
    border-bottom: 1px solid #F3F4F6;
}
.prsubs-cell:first-child {
    font-weight: 500;
    border-bottom: 0;
}

.prsubs-cell:last-child {
  border-right: none;
}

/* Header row */
.prsubs-row--head .prsubs-cell {
    font-weight: 500;
    font-size: 16px;
    color: #374151;
    background: #F9FAFB;
    line-height: 21px;
    padding: 16px;
}

/* Hykmah Cost column header (blue) */
.prsubs-row--head .prsubs-cell--col3 span {
  color: #0D5AFF;
  font-weight: 700;
}

/* ── Footer tagline ── */
.prsubs-tagline {
    margin: 24px 0 0 0;
}
.prsubs-tagline p {
  text-align: center;
  font-size: 16px;
  color: #374151;
    font-weight: 500;
    line-height: 26px;
  margin: 0;
  font-style: italic;
}

@media (max-width: 768px) {
  .prsubs-section {
    padding: 60px 16px 48px;
  }

  .prsubs-card {
    padding: 20px 20px;
  }

  .prsubs-card__line {
    font-size: 14px;
  }
}

@media (max-width: 560px) {
  .prsubs-scroll-hint {
    display: block;
  }

  .prsubs-table {
    min-width: 520px;
  }

  .prsubs-cell {
    padding: 14px 16px;
    font-size: 13px;
  }

  .prsubs-row--head .prsubs-cell {
    font-size: 13px;
  }

  .prsubs-card {
    padding: 18px 16px;
  }

  .prsubs-table-heading {
    font-size: 15px;
  }
}
.widget-snippet .prsubs-table-scroll {
    backdrop-filter: none;
}
