  .sej-body {
    font-size: 15px;
    line-height: 1.9;
    color: var(--text-mid);
  }

  .sej-body p {
    margin-bottom: 16px;
  }

  .sej-body h3 {
    font-family: 'Playfair Display';
    font-size: 17px;
    font-weight: 800;
    color: var(--text);
    margin: 24px 0 10px;
    border-left: 4px solid var(--blue-light);
    padding-left: 14px;
  }

  .sej-tl {
    display: flex;
    flex-direction: column;
    gap: 0;
    margin-top: 28px;
  }

  .sej-tl-item {
    display: flex;
    gap: 20px;
    padding-bottom: 28px;
  }

  .sej-tl-item:last-child {
    padding-bottom: 0;
  }

  .sej-tl-left {
    display: flex;
    flex-direction: column;
    align-items: center;
    flex-shrink: 0;
    width: 48px;
  }

  .sej-tl-dot {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--blue), var(--blue-mid));
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    color: white;
    box-shadow: 0 4px 12px rgba(26, 58, 107, .25);
  }

  .sej-tl-line {
    flex: 1;
    width: 2px;
    background: var(--border);
    margin-top: 4px;
  }

  .sej-tl-item:last-child .sej-tl-line {
    display: none;
  }

  .sej-tl-right {
    flex: 1;
    padding-top: 10px;
  }

  .sej-tl-year {
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    color: var(--blue-light);
    margin-bottom: 4px;
  }

  .sej-tl-title {
    font-size: 15px;
    font-weight: 700;
    color: var(--text);
    margin-bottom: 6px;
  }

  .sej-tl-desc {
    font-size: 13px;
    color: var(--text-soft);
    line-height: 1.65;
  }
