.sec-post-table:last-child,
.sec-post-table:has(+ .sec-card-v2.list) {
  margin-bottom: 12rem;
}
.post-table {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.post-table:last-child {
  margin-bottom: 0;
}
.post-table table {
  width: 100%;
  min-width: 60rem;
  font-size: 2rem;
  line-height: 3.2rem;
}
.post-table table th,
.post-table table td {
  padding: 1.6rem 2.4rem;
  border: 1px solid;
  text-align: left;
  font-weight: bold;
}
.green .post-table table th,
.green .post-table table td {
  border-color: var(--green-60);
}
.green .post-table table th,
.green .post-table tbody tr:nth-child(even) {
  background: var(--green-10);
}
.green .post-table tbody tr:nth-child(odd) {
  background: var(--green-20);
}
.pink .post-table table th,
.pink .post-table table td {
  border-color: var(--pink-60);
}
.pink .post-table table th,
.pink .post-table tbody tr:nth-child(even) {
  background: var(--pink-10);
}
.pink .post-table tbody tr:nth-child(odd) {
  background: var(--pink-20);
}
.blue .post-table table th,
.blue .post-table table td {
  border-color: var(--blue-60);
}
.blue .post-table table th,
.blue .post-table tbody tr:nth-child(even) {
  background: var(--blue-10);
}
.blue .post-table tbody tr:nth-child(odd) {
  background: var(--blue-20);
}
.post-table table td {
  border-top: 0;
}
.post-table table td {
  font-weight: normal;
  vertical-align: top;
}
.post-table-text p {
  color: rgba(31,31,31,0.75);
}
@media (min-width: 1460px) and (max-width: 1499.98px) {
  .sec-post-table:last-child,
  .sec-post-table:has(+ .sec-card-v2.list) {
    margin-bottom: 10rem;
  }
  .post-table table {
    font-size: 1.9rem;
    line-height: 3.1rem;
  }
  .post-table table th, 
  .post-table table td {
    padding: 1.4rem 2rem;
  }
}
@media(min-width:1360px) and (max-width:1459.98px) {
  .sec-post-table:last-child,
  .sec-post-table:has(+ .sec-card-v2.list) {
    margin-bottom: 8rem;
  }
  .post-table table {
    font-size: 1.7rem;
    line-height: 2.8rem;
  }
  .post-table table th, 
  .post-table table td {
    padding: 1.4rem 2rem;
  }
}
@media(min-width:1200px) and (max-width:1359.98px) {
  .sec-post-table:last-child,
  .sec-post-table:has(+ .sec-card-v2.list) {
    margin-bottom: 8rem;
  }
  .post-table table {
    font-size: 1.6rem;
    line-height: 2.8rem;
  }
  .post-table table th, 
  .post-table table td {
    padding: 1.2rem 1.6rem;
  }
}
@media(min-width:992px) and (max-width:1199.98px) {
  .sec-post-table:last-child,
  .sec-post-table:has(+ .sec-card-v2.list) {
    margin-bottom: 8rem;
  }
  .post-table table {
    font-size: 1.6rem;
    line-height: 2.8rem;
  }
  .post-table table th, 
  .post-table table td {
    padding: 1.2rem 1.6rem;
  }
}
@media(min-width:768px) and (max-width:991.98px) {
  .sec-post-table:last-child,
  .sec-post-table:has(+ .sec-card-v2.list) {
    margin-bottom: 8rem;
  }
  .post-table table {
    font-size: 1.5rem;
    line-height: 2.6rem;
  }
  .post-table table th, 
  .post-table table td {
    padding: 1.2rem;
  }
}
@media(max-width:767.98px) {
  .sec-post-table:last-child,
  .sec-post-table:has(+ .sec-card-v2.list) {
    margin-bottom: 5.6rem;
  }
  .post-table table {
    min-width: 50rem;
    font-size: 1.5rem;
    line-height: 2.4rem;
  }
  .post-table table th, 
  .post-table table td {
    padding: 1.2rem 0.8rem;
  }
}