.text-4 {
  color: #4a4a4a;
}
th,
td {
  text-align: center;
  padding-block: 12px;
}
thead th:first-child,
tbody td:first-child {
  text-align: left;
  padding-inline: 24px;
}

.table-striped > thead > tr:nth-of-type(odd) > * {
  --bs-table-bg-type: #f2f2f2 !important;
}

.table-striped > tbody > tr:nth-of-type(odd) > * {
  --bs-table-bg-type: white !important;
}

.table-striped > tbody > tr:nth-of-type(even) > * {
  --bs-table-bg-type: #f2f2f2 !important;
}

.text-limited {
  color: #969696 !important;
  font-weight: 400 !important;
}

.layanan-bulanan {
  display: inline-block;
}

.subtitle {
  vertical-align: super; /* Position the subtitle as superscript */
  margin-left: 3px; /* Space between title and subtitle */
}

.temukan {
  background-color: #fbe9eb;
}
.temukan-content {
  width: 80%;
  margin: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
}

.btn-hub {
  min-width: 138px;
}

@media (max-width: 991px) {
  .temukan-content {
    width: 100%;
    padding-inline: 5%;
    flex-direction: column;
    text-align: center;
  }
  .btn-hub {
    min-width: 138px;
  }
}
