.artica-table table {
  border-collapse: collapse;
}

.artica-table td, .artica-table th {
  border-bottom: 1px solid var(--wp--preset--color--gelo) !important;
  text-align: left;
  padding: 0 16px;
  font-weight: 400;
  height: 104px;
}

.artica-table th {
  color: var(--wp--preset--color--rocha);
}

.artica-table tbody tr {
  color: var(--wp--preset--color--noite);
}

.artica-table--first-element-emphasis tbody tr {
  color: var(--wp--preset--color--rocha);
}

.artica-table--first-element-emphasis tbody tr:nth-child(1) {
  color: var(--wp--preset--color--noite);
}

.artica-simple-table table {
  border-collapse: collapse;
}

.artica-simple-table table tr {
  border-top: 1px solid var(--wp--preset--color--artica-oceano) !important;
}

.artica-simple-table table tr:last-child {
  padding-bottom: 32px;
  border-bottom: 1px solid var(--wp--preset--color--artica-oceano) !important;
}

.artica-simple-table table td {
  border-top: none !important;
  color: var(--wp--preset--color--artica-oceano);
  padding: 40px 0;
  line-height: 28px;
}

.artica-simple-table tbody td:nth-child(1) {
  font-size: 24px;
}

.artica-simple-table.ac-simple-table tbody td:nth-child(1) {
  vertical-align: baseline;
}

.artica-simple-table tbody td:nth-child(2) {
  font-size: 16;
  color: var(--wp--preset--color--rocha);
  font-weight: 300;
  letter-spacing: -.25px;
}

/* Change position table */

@media (max-width: 1023px) {
  .artica-table thead,
  .artica-table thead tr {
    flex-grow: 1;
  }

  .artica-table tbody,
  .artica-table tbody tr {
    flex-grow: 3;
  }

  .artica-table thead th {
    color: var(--wp--preset--color--rocha);
    display: flex;
    align-items: center;
    justify-content: end;
  }

  .artica-table table {
    display: flex;
    flex-direction: row;
    justify-content: center;
    min-width: fit-content;
  }

  .artica-table table thead,
  .artica-table table tbody {
    display: flex;
  }

  .artica-table table tr {
    display: flex;
    white-space: nowrap;
    flex-direction: column;
    border: 1px solid #ccc;
  }

  .artica-table table td {
    border: 1px solid #ccc;
    display: flex;
    align-items: center;
  }

  .artica-table table td:first-child {
    font-weight: bold;
    background: #f9f9f9;
  }

}


@media (max-width: 768px) {
  .artica-simple-table table tr {
    display: flex;
    flex-direction: column;
  }

  .artica-simple-table table tr {
    padding: 24px 0;
  }

  .artica-simple-table table td {
    padding: 8px 0;
  }

  .artica-simple-table tbody td:nth-child(1) {
    font-size: 20px;
    font-weight: 300;
  }

  .artica-simple-table tbody td:nth-child(2) {
    font-size: 14;
  }

  .artica-simple-table table tr:last-child {
    border-bottom: none !important;
  }

  .artica-simple-table table tr:last-child td:last-child {
    padding-bottom: 32px;
    border-bottom: 1px solid var(--wp--preset--color--artica-oceano) !important;
  }
}
