/*
 * DO NOT EDIT THIS FILE.
 * It's generated automatically by 'yarn build' command.
 * @preserve
 */

.m-table {
  width: 100%;
  border-collapse: collapse;
}

.m-table caption {
  padding-top: 2rem;
  caption-side: bottom;
  text-align: start;
}

@media (min-width: 1025px) {
  .m-table caption {
    padding-top: 2.75rem;
  }
}

.m-table th,
.m-table thead td {
  padding: 0 1rem 0.75rem;
  text-align: start;
  color: var(--color-text-stroke-primary);
  font-weight: var(--font-weight-700);
}

.m-table tbody td {
  padding: 0 1rem;
}
