.elonlar-area {
  background: #ffffff;
  padding: 52px 0 44px;
}
.el-head {
  display: flex; align-items: center;
  justify-content: space-between;
  margin-bottom: 32px; flex-wrap: wrap; gap: 12px;
}
.el-badge {
  display: inline-flex; align-items: center; gap: 6px;
  background: #E6F1FB; border: 0.5px solid #B5D4F4;
  color: #185FA5; font-size: 11px; font-weight: 500;
  padding: 5px 13px; border-radius: 20px;
}
.el-title {
  font-size: 24px; font-weight: 500;
  color: #0d1b2a; margin-top: 10px;
}
.el-line {
  width: 44px; height: 2px;
  background: #378ADD; margin-top: 10px;
}
.el-btn-all {
  display: inline-flex; align-items: center; gap: 6px;
  font-size: 12px; font-weight: 500; color: #185FA5;
  background: #E6F1FB; border: 0.5px solid #B5D4F4;
  padding: 8px 18px; border-radius: 8px; text-decoration: none;
}
.el-btn-all:hover { background: #B5D4F4; color: #185FA5; }
.el-card {
  background: #fff;
  border: 0.5px solid #e2e8f0;
  border-radius: 12px; padding: 18px;
  display: flex; flex-direction: column; gap: 12px;
  margin-bottom: 16px;
  transition: border-color .2s, box-shadow .2s;
}
.el-card:hover {
  border-color: #B5D4F4;
  box-shadow: 0 0 0 3px #E6F1FB;
}
.el-card-top {
  display: flex; align-items: center; justify-content: space-between;
}
.el-date {
  display: inline-flex; align-items: center; gap: 5px;
  background: #E6F1FB; color: #185FA5;
  font-size: 11px; font-weight: 500;
  padding: 4px 10px; border-radius: 6px;
}
.el-doc-icon {
  width: 34px; height: 34px; border-radius: 8px;
  background: #E6F1FB; border: 0.5px solid #B5D4F4;
  display: flex; align-items: center; justify-content: center;
  color: #378ADD; font-size: 17px;
}
.el-card-text {
  font-size: 13px; color: #444;
  line-height: 1.7; flex: 1;
}
.el-link {
  display: inline-flex; align-items: center; gap: 5px;
  font-size: 12px; font-weight: 500; color: #185FA5;
  padding: 6px 13px; background: #E6F1FB;
  border: 0.5px solid #B5D4F4;
  border-radius: 6px; text-decoration: none; width: fit-content;
}
.el-link:hover { background: #B5D4F4; color: #185FA5; }