.sermon-card {
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease-in-out;
}

.sermon-card:hover {
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
  transform: translateY(-5px);
}

.featured-banner {
  color: white;
  padding: 60px 30px;
  border-radius: 12px;
  text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.6);
  margin-bottom: 40px;
  background-size: cover;
  background-position: center;
}

.social-icons a {
  text-decoration: none;
  margin-right: 10px;
  color: #555;
}

.social-icons a:hover {
  color: #0d6efd;
}

.card-body {
  min-height: 200px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.fb-video {
  max-height: 350px;
  overflow: hidden;
}
