/* Custom CSS for the given Tailwind classes */

.nc-Card15Podcast {
  position: relative;
  display: flex;
  align-items: center;
  padding: 0.75rem;
  border-radius: 1.5rem;
  border: 1px solid #e5e7eb;
  background-color: #ffffff;
  height: 100%;
}

.nc-Card15Podcast {
  flex-shrink: 0;
}

.nc-Card15Podcast a {
  display: block;
  height: 0;
  position: relative;
  border-radius: 50%;
  overflow: hidden;
  box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.1);
}

.nc-Card15Podcast a img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.nc-Card15Podcast .flex-col {
  flex-grow: 1;
  margin-left: 1rem;
}

.nc-Card15Podcast h2.nc-card-title {
  display: block;
  font-weight: 600;
  font-size: 0.875rem;
}

.nc-Card15Podcast h2.nc-card-title a {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1.25rem;
}

.nc-Card15Podcast .text-xs {
  font-size: 0.75rem;
}

.nc-Card15Podcast .text-neutral-500 {
  color: #a0aec0;
}

.nc-ButtonPlayMusicPlayer {
  user-select: none;
}

.nc-ButtonPlayMusicPlayer .inline-flex {
  display: inline-flex;
  align-items: center;
  /* margin-top: 0.75rem; */
  padding-end: 1rem;
  padding-top: 0.125rem;
  padding-bottom: 0.125rem;
  cursor: pointer;
  border-radius: 9999px;
  transition: all 0.3s ease;
}

.nc-ButtonPlayMusicPlayer .inline-flex:hover {
  padding-start: 0.5rem;
  padding-end: 0.5rem;
  background-color: #d6e1ff;
}

.nc-ButtonPlayMusicPlayer .inline-flex .w-8 {
  width: 2rem;
  height: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #d6e1ff;
  color: #3b82f6;
}

.nc-ButtonPlayMusicPlayer .inline-flex svg {
  width: 1.25rem;
  height: 1.25rem;
}

/* Dark mode styles */

.nc-Card15Podcast.dark {
  border-color: #4b5563;
  background-color: #1f2937;
}

.nc-Card15Podcast.dark h2.nc-card-title a {
  color: #f9fafb;
}

.nc-Card15Podcast.dark .text-neutral-500 {
  color: #9ca3af;
}

.nc-ButtonPlayMusicPlayer.dark .inline-flex:hover {
  background-color: #2d3748;
}

.nc-ButtonPlayMusicPlayer.dark .inline-flex .w-8 {
  background-color: #2d3748;
  color: #6b7280;
}

/* ///////////////////////// */
