.table {
  --bs-table-striped-bg: var(--blue-03);
}

.table-shadow {
  position: relative;
}

.main-table {
  overflow: auto;
}

.main-table .table {
  margin-bottom: 0;
  display: table;
}
.table {
  position: relative;
}

tbody,
td,
tfoot,
th,
thead,
tr {
  border: none;
}

.table>:not(caption)>*>* {
  padding: 20px 12px;
}
.view-article-detail .table-striped caption {
  text-align: center;
}
@media (min-width: 767px) {
  .main-table .table {
    font-size: 16px;
  }

  .table>:not(caption)>*>* {
    padding: 24px;
  }
}

@media (min-width:1024px) {
  .table:before {
    content: none;
  }
}
