.table-block__cell-trigger {
  background: none;
  border: none;
  padding: 0;
  color: inherit;
  font: inherit;
  cursor: pointer;
  text-decoration: underline;
  text-underline-offset: 2px; }
.table-block__modal {
  position: fixed;
  inset: 0;
  z-index: 99999;
  display: flex;
  align-items: center;
  justify-content: center; }
  .table-block__modal[hidden] {
    display: none; }
.table-block__modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
  cursor: pointer; }
.table-block__modal-content {
  position: relative;
  z-index: 1;
  background: #fff;
  border-radius: 4px;
  padding: 67px;
  max-width: 90vw;
  max-height: 90vh;
  overflow: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px; }
  @media (max-width: 991.98px) {
    .table-block__modal-content {
      padding: 43px; } }
.table-block__modal-close {
  position: absolute;
  top: 12px;
  right: 12px;
  background: none;
  border: none;
  font-size: 24px;
  line-height: 1;
  cursor: pointer;
  padding: 4px 8px;
  color: #333; }
.table-block__modal-image {
  max-width: 100%;
  max-height: 70vh;
  width: auto;
  height: auto;
  display: block; }
.table-block__modal-caption {
  margin: 0;
  font-size: 14px;
  color: #666;
  text-align: center; }

/*# sourceMappingURL=table.css.map */
