.link {
  color: #333;
  padding: 12px 10px;
  display: flex;
  align-items: center;
  gap: 10px;
  border-radius: 6px;
  text-decoration: none;
  transition: 0.3s;
  font-weight: 500;
}

.sidebar {
  /* background: #fff; */
  /* padding: 20px; */
  /* border-radius: 10px; */
  /* min-height: 100vh; */
  /* border: 1px solid #eee; */
}

.link {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 12px 16px;
  border-radius: 8px;
  color: #333;
  font-weight: 500;
  text-decoration: none;
  transition: 0.2s;
}

.active {
  background: #00447c;
  color: #fff !important;
  font-weight: 600;
}

.wrapper {
  padding: 30px;
}

.headerRow {
  font-weight: 600;
  color: #4d6fbf;
  border-bottom: 1px solid #e8e8e8;
  padding-bottom: 14px;
  margin-bottom: 20px;
}

.courseRow {
  padding: 18px 0;
  border-bottom: 1px solid #eaeaea;
  display: flex;
  align-items: center;
}

.imageCol {
  display: flex;
  flex-direction: column;
}

.courseImage {
  width: 100px;
  height: 52px;
  object-fit: cover;
}

.courseTitle {
  font-size: 14px;
  color: #1f5b9f;
  font-weight: 600;
  line-height: 1.4;
}

.textCol {
  color: #555;
  font-size: 15px;
}

.descCol {
  font-size: 14px;
  color: #777;
}

.actionsCol {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.viewBtn {
  background: #385dff;
  border: none;
  padding: 5px 1.2em;
  margin: 0 0 5px 5px;
  font-size: 13px;
  max-width: 100px;
  font-weight: 500;
  border-radius: 100px;
}

.cartBtn {
  background: #385dff;
  border: none;
  border-radius: 100px;
  padding: 5px 1.2em;
  margin: 0 0 5px 5px;
  font-size: 13px;
  max-width: 100px;
}
