.card {
  border: none;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  margin-bottom: 16px;
}

.card-img-top {
  position: relative;
  overflow: hidden;
  height: 200px;
  border-radius: 8px 8px 0 0;
}

.card-body {
  padding: 20px;
}

.card-title {
  font-weight: bold;
  margin-bottom: 8px;
}

.text-secondary {
  font-size: 14px;
}

.rounded-circle {
  width: 40px;
  height: 40px;
  object-fit: cover;
}

.ms-auto .text-danger {
  font-size: 18px;
}
