.tc-wrap-3a8d8778 {
  max-width: 980px;
  margin: 0 auto;
  font-family: Arial, sans-serif;
  color: #22311b;
}

.tc-card-3a8d8778 {
  background: #fff;
  border: 1px solid #dfe9d8;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 10px 28px rgba(0, 0, 0, .06);
  animation: tc_fadeUp_3a8d8778 .8s ease both;
}

.tc-title-3a8d8778 {
  background: linear-gradient(90deg, #bfecac, #d9f3cf, #bfecac);
  background-size: 200% 100%;
  color: #214016;
  padding: 18px 22px;
  font-size: 26px;
  font-weight: 700;
  text-align: center;
  animation: tc_bgMove_3a8d8778 5s linear infinite;
}

.tc-card-3a8d8778 table {
  width: 100%;
  border-collapse: collapse;
}

.tc-card-3a8d8778 th, 
.tc-card-3a8d8778 td {
  padding: 16px 18px;
  border-top: 1px solid #e7efe1;
  border-right: 1px solid #e7efe1;
  vertical-align: top;
  font-size: 15px;
  line-height: 1.5;
}

.tc-card-3a8d8778 th:last-child, 
.tc-card-3a8d8778 td:last-child {
  border-right: none;
}

.tc-card-3a8d8778 thead th {
  background: #eaf7e2;
  color: #234016;
  font-size: 16px;
  text-align: left;
  position: sticky;
  top: 0;
  z-index: 1;
}

.tc-card-3a8d8778 tbody tr {
  animation: tc_rowIn_3a8d8778 .6s ease both;
  transition: transform .25s ease, box-shadow .25s ease, background .25s ease;
}

.tc-card-3a8d8778 tbody tr:hover {
  transform: translateY(-3px) scale(1.01);
  background: #f8fcf5;
  box-shadow: 0 8px 18px rgba(0, 0, 0, .06);
}

.tc-card-3a8d8778 tbody tr:nth-child(even) td {
  background: #fbfdf9;
}

.tc-card-3a8d8778 tbody tr:nth-child(odd) td {
  background: #fff;
}

.tc-col-1-3a8d8778 {
  width: 30%;
  font-weight: 700;
  color: #2c4322;
}

.tc-col-2-3a8d8778 {
  width: 70%;
  color: #314027;
}

.tc-tag-3a8d8778 {
  display: inline-block;
  padding: 4px 10px;
  border-radius: 999px;
  background: #bfecac;
  color: #214016;
  font-size: 12px;
  font-weight: 700;
  margin-bottom: 6px;
}

.tc-note-3a8d8778 {
  padding: 14px 18px 18px;
  font-size: 12px;
  color: #6c7b64;
  text-align: center;
  border-top: 1px solid #e7efe1;
  animation: tc_float_3a8d8778 3s ease-in-out infinite;
}

@keyframes tc_fadeUp_3a8d8778 {
  from { opacity: 0; transform: translateY(18px); }
  to { opacity: 1; transform: translateY(0); }
}

@keyframes tc_rowIn_3a8d8778 {
  from { opacity: 0; transform: translateY(10px); }
  to { opacity: 1; transform: translateY(0); }
}

@keyframes tc_bgMove_3a8d8778 {
  0% { background-position: 0% 50%; }
  100% { background-position: 200% 50%; }
}

@keyframes tc_float_3a8d8778 {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-4px); }
}

@media (max-width: 700px) {
  .tc-card-3a8d8778 th, 
  .tc-card-3a8d8778 td {
    padding: 14px 12px;
    font-size: 14px;
  }
  .tc-title-3a8d8778 {
    font-size: 22px;
  }
  .tc-col-1-3a8d8778, 
  .tc-col-2-3a8d8778 {
    width: auto;
  }
}
