.day24-evidence {
  margin: 0;
  padding: 64px 24px;
  color: #17211d;
  background: #f7f9f8;
  border-top: 1px solid #d9e1dd;
  border-bottom: 1px solid #d9e1dd;
}

.day24-evidence__inner {
  width: min(1180px, 100%);
  margin: 0 auto;
}

.day24-evidence__meta {
  margin: 0 0 12px;
  color: #346253;
  font-size: 14px;
  font-weight: 700;
}

.day24-evidence h2 {
  margin: 0;
  color: #13251f;
  font-size: 32px;
  line-height: 1.3;
  letter-spacing: 0;
}

.day24-evidence h3 {
  margin: 0 0 10px;
  color: #183f33;
  font-size: 19px;
  line-height: 1.45;
  letter-spacing: 0;
}

.day24-evidence p,
.day24-evidence li,
.day24-evidence th,
.day24-evidence td {
  font-size: 16px;
  line-height: 1.75;
  letter-spacing: 0;
}

.day24-evidence__answer {
  margin: 24px 0 28px;
  padding: 20px 22px;
  background: #ffffff;
  border-left: 4px solid #167452;
  box-shadow: 0 8px 24px rgba(25, 51, 42, 0.07);
}

.day24-evidence__answer p {
  margin: 0;
}

.day24-evidence__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  margin: 0 0 32px;
}

.day24-evidence__card {
  min-height: 132px;
  padding: 20px;
  background: #ffffff;
  border: 1px solid #d8e2dd;
  border-radius: 8px;
}

.day24-evidence__card p {
  margin: 0;
  color: #42534c;
}

.day24-evidence__table-wrap {
  margin: 16px 0 24px;
  overflow-x: auto;
  border: 1px solid #d8e2dd;
  background: #ffffff;
}

.day24-evidence__table {
  width: 100%;
  min-width: 680px;
  border-collapse: collapse;
}

.day24-evidence__table th,
.day24-evidence__table td {
  padding: 14px 16px;
  text-align: left;
  vertical-align: top;
  border-bottom: 1px solid #e2e8e5;
}

.day24-evidence__table th {
  color: #ffffff;
  background: #215f4c;
  font-weight: 700;
}

.day24-evidence__table tr:last-child td {
  border-bottom: 0;
}

.day24-evidence__boundary {
  margin: 24px 0 0;
  padding: 18px 20px;
  color: #4f3b11;
  background: #fff7df;
  border: 1px solid #e8c86e;
  border-radius: 6px;
}

.day24-evidence__boundary strong {
  display: block;
  margin-bottom: 4px;
}

.day24-evidence__faq {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  margin-top: 28px;
}

.day24-evidence__faq article {
  padding: 18px 20px;
  background: #eef5f2;
  border: 1px solid #d4e2dc;
  border-radius: 8px;
}

.day24-evidence__faq p {
  margin: 0;
}

.day24-evidence__links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 22px;
  margin: 26px 0 0;
  padding: 18px 0 0;
  border-top: 1px solid #d8e2dd;
}

.day24-evidence__links a {
  color: #0b6246;
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.day24-evidence__links a:hover,
.day24-evidence__links a:focus-visible {
  color: #8b4b16;
}

@media (max-width: 760px) {
  .day24-evidence {
    padding: 44px 16px;
  }

  .day24-evidence h2 {
    font-size: 26px;
  }

  .day24-evidence__grid,
  .day24-evidence__faq {
    grid-template-columns: 1fr;
  }

  .day24-evidence__answer,
  .day24-evidence__card,
  .day24-evidence__faq article {
    padding: 16px;
  }
}
