.tk-detail {
  color: #34473b;
  font-size: 16px;
  line-height: 1.82;
}

.tk-detail__lead {
  border-left: 4px solid #28a745;
  color: #24382c;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.72;
  margin: 0 0 32px;
  padding: 3px 0 3px 23px;
}

.tk-detail__hero-image {
  background: #f1f6f2;
  border-radius: 18px;
  display: block;
  height: auto;
  margin: 4px 0 38px;
  max-height: 470px;
  object-fit: contain;
  width: 100%;
}

.tk-detail h2 {
  color: #162b20;
  font-size: 28px;
  font-weight: 700;
  letter-spacing: -0.025em;
  line-height: 1.3;
  margin: 42px 0 18px;
}

.tk-detail h3 {
  color: #193226;
  font-size: 21px;
  font-weight: 600;
  letter-spacing: -0.015em;
  line-height: 1.45;
  margin: 32px 0 14px;
}

.tk-detail p {
  margin-bottom: 20px;
}

.tk-detail__meta {
  color: #718276;
  display: flex;
  flex-wrap: wrap;
  font-size: 14px;
  font-weight: 500;
  gap: 9px 20px;
  margin: -7px 0 26px;
}

.tk-detail__tag {
  background: rgba(40, 167, 69, 0.1);
  border-radius: 999px;
  color: #166938;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  padding: 5px 12px;
  text-transform: uppercase;
}

.tk-detail__keywords {
  background: #f4f8f5;
  border: 1px solid #e2ece5;
  border-radius: 14px;
  color: #52665a;
  font-size: 14px;
  line-height: 1.7;
  margin: 29px 0 38px;
  padding: 17px 20px;
}

.tk-detail__quote {
  background: #f4f8f5;
  border-radius: 12px;
  color: #173325;
  font-size: 17px;
  font-style: italic;
  font-weight: 500;
  line-height: 1.7;
  margin: 23px 0;
  padding: 20px 25px;
}

.tk-detail__list {
  color: #34473b;
  margin: 0 0 24px;
  padding-left: 22px;
}

.tk-detail__list li {
  margin-bottom: 10px;
  padding-left: 5px;
}

.tk-detail__table-wrap {
  border: 1px solid #e2ebe5;
  border-radius: 13px;
  margin: 22px 0 31px;
  overflow-x: auto;
}

.tk-detail__table {
  border-collapse: collapse;
  font-size: 14px;
  line-height: 1.55;
  margin: 0;
  min-width: 560px;
  width: 100%;
}

.tk-detail__table th {
  background: #1f8a55;
  color: #fff;
  font-weight: 600;
}

.tk-detail__table th,
.tk-detail__table td {
  border-bottom: 1px solid #e7eee9;
  padding: 12px 15px;
  text-align: left;
  vertical-align: top;
}

.tk-detail__table tbody tr:last-child td {
  border-bottom: 0;
}

.tk-detail__table tbody tr:nth-child(even) {
  background: #f8faf8;
}

.tk-detail__note {
  background: #f6f8f7;
  border-radius: 12px;
  color: #566b5e;
  font-size: 14px;
  line-height: 1.7;
  margin-top: 31px;
  padding: 18px 21px;
}

.tk-detail-sidebar__image {
  background: #f3f7f4;
  border-radius: 12px;
  height: auto;
  margin-bottom: 15px;
  width: 100%;
}

.tk-detail-sidebar__link {
  color: #21392d;
  font-weight: 500;
}

.tk-detail-sidebar__link:hover,
.tk-detail-sidebar__link:focus {
  color: #28a745;
}

@media (max-width: 767.98px) {
  .tk-detail {
    font-size: 15px;
    line-height: 1.72;
  }

  .tk-detail__lead {
    font-size: 16px;
    padding-left: 17px;
  }

  .tk-detail h2 {
    font-size: 24px;
    margin-top: 35px;
  }

  .tk-detail h3 {
    font-size: 19px;
  }
}
