.ees-tec-view {
  --ees-navy: #0b2e4a;
  --ees-blue: #1070b8;
  --ees-gold: #f7ca18;
  margin: 0 0 24px;
}
.ees-tec-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.ees-tec-list__item {
  margin: 0 0 16px;
  padding: 18px 20px;
  background: #fff;
  border: 1px solid rgba(11, 46, 74, 0.1);
  border-radius: 10px;
  box-shadow: 0 8px 24px rgba(11, 46, 74, 0.06);
}
.ees-tec-list__date {
  margin: 0 0 6px;
  color: #c82028;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.ees-tec-list__title {
  margin: 0 0 8px;
  font-size: 20px;
  line-height: 1.3;
}
.ees-tec-list__title a {
  color: var(--ees-navy);
  text-decoration: none;
}
.ees-tec-list__title a:hover {
  color: var(--ees-blue);
}
.ees-tec-list__excerpt {
  margin: 0;
  color: #3a4a58;
  font-size: 15px;
  line-height: 1.5;
}
.ees-tec-more {
  margin: 8px 0 0;
}
.ees-tec-more a {
  display: inline-flex;
  padding: 10px 16px;
  background: var(--ees-gold);
  color: var(--ees-navy);
  font-weight: 700;
  text-decoration: none;
  border-radius: 4px;
}
.ees-tec-empty,
.ees-tec-missing {
  color: #3a4a58;
}
