/* src/styles/main.scss */
.preke-template-default .featured-media-under-header__meta-wrap.nectar-link-underline-effect {
  display: none !important;
}
.preke-template-default .featured-media-under-header__featured-media {
  display: none !important;
}
.preke-template-default .entry-title {
  text-align: center;
}
.preke-sidebar-content {
  background: #fcfbf4;
  padding: 2rem;
  border-radius: 5px;
}
.preke-sidebar-content .preek-playlist-header {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 1rem;
  margin-bottom: 1.5rem;
}
.preke-sidebar-content .preek-playlist-header .preek-reeks-thumb {
  position: relative;
}
.preke-sidebar-content .preek-playlist-header .preek-reeks-thumb img {
  width: 250px !important;
  height: 250px !important;
  object-fit: cover;
  object-position: center center;
  margin-bottom: 0;
}
.preke-sidebar-content .preek-playlist-header .preek-reeks-thumb .preek-reeks-title {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  height: fit-content;
  width: calc(100% - 2rem);
  font-size: 24px;
  color: #FFFFFF;
  font-weight: 600;
  z-index: 2;
}
.preke-sidebar-content .preek-playlist-header .preek-reeks-thumb:after {
  content: "";
  height: 100%;
  width: 100%;
  background: black;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  background:
    linear-gradient(
      to top,
      #a21d21 0%,
      rgba(255, 255, 255, 0.17) 100%);
}
.preke-sidebar-content .preek-playlist-header .ah-playlist-actions button.preek-playlist-action {
  margin-top: 0.5rem;
  cursor: pointer;
}
.preke-sidebar-content .preek-playlist-header .ah-playlist-actions button.preek-playlist-action i {
  font-size: 20px;
  color: #a21d21;
  transition: color 0.5s ease;
}
.preke-sidebar-content .preek-playlist-header .ah-playlist-actions button.preek-playlist-action:hover i {
  color: #f1b41c;
}
.preke-sidebar-content .preek-playlist-header .playlist-preek-meta .active-preek {
  display: flex;
  flex-direction: column;
}
.preke-sidebar-content .preek-playlist-header .playlist-preek-meta .active-preek .divider {
  display: none;
}
.preke-sidebar-content .preek-playlist-header .playlist-preek-meta .active-preek span.artist {
  font-weight: 600;
  color: #a21d21;
}
#preekPlaylist.loading .ah-playlist-actions #preekPlaylistPause {
  display: none;
}
#preekPlaylist.loading .ah-playlist-actions #preekPlaylistPlay {
  display: block;
}
#preekPlaylist.ready .ah-playlist-actions #preekPlaylistPause {
  display: none;
}
#preekPlaylist.ready .ah-playlist-actions #preekPlaylistPlay {
  display: block;
}
#preekPlaylist.playing .ah-playlist-actions #preekPlaylistPause {
  display: block;
}
#preekPlaylist.playing .ah-playlist-actions #preekPlaylistPlay {
  display: none;
}
#preekPlaylist.paused .ah-playlist-actions #preekPlaylistPlay {
  display: block;
}
#preekPlaylist.paused .ah-playlist-actions #preekPlaylistPause {
  display: none;
}
#preekPlaylist .ah-playlist-actions {
  display: flex;
  flex-direction: row;
}
#preekPlaylist .ah-playlist-actions button {
  border: none;
  box-shadow: none;
  background: none;
}
#preekPlaylist .preek {
  cursor: pointer;
  display: flex;
  flex-direction: row;
  gap: 0.5rem;
  align-items: center;
  margin-bottom: 0.5rem;
}
#preekPlaylist .preek:last-child {
  margin-bottom: 0;
}
#preekPlaylist .preek.loading .loader {
  display: block;
}
#preekPlaylist .preek.loading i {
  display: none;
}
#preekPlaylist .preek.loading span.paused,
#preekPlaylist .preek.loading span.playing {
  display: none;
}
#preekPlaylist .preek.playing .artist {
  color: #f1b41c;
}
#preekPlaylist .preek.playing span.paused {
  display: none;
}
#preekPlaylist .preek.playing span.playing {
  display: block;
}
#preekPlaylist .preek.paused span.paused {
  display: block;
}
#preekPlaylist .preek.paused span.playing {
  display: none;
}
#preekPlaylist .preek .loader {
  display: none;
}
#preekPlaylist .preek .play-state {
  height: fit-content;
  line-height: 16px;
  width: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
}
#preekPlaylist .preek .play-state i {
  color: #a21d21;
}
#preekPlaylist .preek .artist {
  font-weight: 600;
  color: #a21d21;
}
.video-reeks-contahner {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.video-reeks-contahner h2 {
  text-align: center;
  margin: 2rem;
}
.video-reeks-contahner iframe {
  width: 70% !important;
  height: 670px !important;
  margin: auto;
}
.loader {
  width: 50px;
  padding: 8px;
  aspect-ratio: 1;
  border-radius: 50%;
  background: #25b09b;
  --_m: conic-gradient(#0000 10%,#000), linear-gradient(#000 0 0) content-box;
  -webkit-mask: var(--_m);
  mask: var(--_m);
  -webkit-mask-composite: source-out;
  mask-composite: subtract;
  animation: l3 1s infinite linear;
}
@keyframes l3 {
  to {
    transform: rotate(1turn);
  }
}
.ah-preek-archive .ah-single-preek-header {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 1rem;
  margin-bottom: 1rem;
}
.ah-preek-archive .ah-single-preek-header h3 {
  color: #a21d21;
}
.ah-preek-archive .ah-single-preek-playlist {
  margin-bottom: 4rem;
}
.ah-preek-archive .ah-single-preek-playlist .preek-playlist-container {
  border: 1px solid rgba(0, 0, 0, 0.5);
}
.ah-preek-archive .ah-single-preek-playlist .preek-playlist-header {
  display: flex;
  align-items: center;
  gap: 2rem;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center 52%;
  padding: 1rem !important;
  margin-bottom: 1rem;
  position: relative;
}
.ah-preek-archive .ah-single-preek-playlist .preek-playlist-header .preek-playlist-action {
  cursor: pointer;
}
.ah-preek-archive .ah-single-preek-playlist .preek-playlist-header:after {
  content: "";
  height: 100%;
  width: 100%;
  background: color-mix(in srgb, var(--preekColor) 30%, transparent);
  position: absolute;
  top: 0;
  left: 0;
}
.ah-preek-archive .ah-single-preek-playlist .preek-playlist-header .preek-reeks-thumb {
  z-index: 2;
}
.ah-preek-archive .ah-single-preek-playlist .preek-playlist-header .preek-reeks-thumb img {
  height: 150px;
  width: auto;
}
.ah-preek-archive .ah-single-preek-playlist .preek-playlist-header .playlist-preek-meta {
  z-index: 2;
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 1rem;
}
.ah-preek-archive .ah-single-preek-playlist .preek-playlist-header .playlist-preek-meta .preek-seekbar {
  width: 100%;
}
.ah-preek-archive .ah-single-preek-playlist .preek-playlist-header .playlist-preek-meta .active-preek .artist {
  color: white;
}
.ah-preek-archive .ah-single-preek-playlist .preek-playlist-header .playlist-preek-meta .active-preek .title {
  color: white;
}
.ah-preek-archive .ah-single-preek-playlist .preek-playlist-header .playlist-preek-meta .active-preek .divider {
  color: white;
}
.ah-preek-archive .ah-single-preek-playlist .preek-playlist-header .playlist-preek-meta .active-preek .date {
  color: white;
  font-size: 14px;
}
.ah-preek-archive .ah-single-preek-playlist .preek-playlist-header .playlist-preek-meta .duration {
  color: white;
}
.ah-preek-archive .ah-single-preek-playlist .preek-playlist-header .playlist-preek-meta .duration span {
  color: white;
}
.ah-preek-archive .ah-single-preek-playlist .preek-playlist-header .playlist-preek-meta .ah-playlist-actions i {
  color: white;
}
.ah-preek-archive .preek {
  display: flex;
  justify-content: space-between;
  padding: 1rem;
}
.ah-preek-archive .preek:not(:last-child) {
  border-bottom: 1px solid rgba(0, 0, 0, 0.5);
}
.ah-preek-archive .preek .play-state {
  width: fit-content !important;
  min-width: 100px;
  display: flex;
  gap: 0.5rem;
}
.ah-preek-archive .preek .play-state .meta-duration {
  opacity: 0.8;
  font-size: 14px;
}
.ah-preek-archive .preek .preek-meta {
  display: flex;
  flex-direction: column;
}
.ah-preek-archive .preek .preek-meta .date {
  font-size: 14px;
}
.ah-preek-archive .preek .preek-meta .divider {
  display: none;
}
.youtube-playlist-container {
  margin-bottom: 4rem;
}
.youtube-playlist-container .playlist-header {
  display: flex;
  justify-content: center;
  align-items: center;
}
.youtube-playlist-container .playlist-header h3.playlist-title {
  color: #a21d21;
  margin-bottom: 2rem;
}
.youtube-playlist-container .playlist-content {
  display: flex;
  flex-direction: row;
  height: 600px;
  gap: 20px;
}
.youtube-playlist-container .playlist-content .active-iframe {
  flex: 2;
  height: 100%;
}
.youtube-playlist-container .playlist-content .active-iframe iframe {
  width: 100% !important;
  height: 100% !important;
}
.youtube-playlist-container .playlist-content .playlist-videos {
  flex: 0.8;
  height: 100%;
  overflow: auto;
  scrollbar-width: thin;
  display: flex;
  flex-direction: column;
  row-gap: 15px;
}
.youtube-playlist-container .playlist-content .playlist-videos .single-youtube-video {
  display: flex;
  flex-direction: row;
  cursor: pointer;
  column-gap: 0.5rem;
}
.youtube-playlist-container .playlist-content .playlist-videos .single-youtube-video:hover .single-video-title,
.youtube-playlist-container .playlist-content .playlist-videos .single-youtube-video:hover .single-video-date,
.youtube-playlist-container .playlist-content .playlist-videos .single-youtube-video:hover .single-video-artist {
  color: #f3b41c !important;
  opacity: 0.8;
}
.youtube-playlist-container .playlist-content .playlist-videos .single-youtube-video.active {
  pointer-events: none;
}
.youtube-playlist-container .playlist-content .playlist-videos .single-youtube-video.active .single-video-title,
.youtube-playlist-container .playlist-content .playlist-videos .single-youtube-video.active .single-video-date,
.youtube-playlist-container .playlist-content .playlist-videos .single-youtube-video.active .single-video-artist {
  color: #f3b41c !important;
  opacity: 0.8;
}
.youtube-playlist-container .playlist-content .playlist-videos .single-youtube-video .single-video-thumbnail {
  flex: 0.5;
  border-radius: 5px;
  overflow: hidden;
}
.youtube-playlist-container .playlist-content .playlist-videos .single-youtube-video .single-video-thumbnail img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.youtube-playlist-container .playlist-content .playlist-videos .single-youtube-video .single-video-meta {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.youtube-playlist-container .playlist-content .playlist-videos .single-youtube-video .single-video-meta .single-video-title {
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.2;
  margin-bottom: 0;
  height: fit-content;
  color: #a21d21;
}
.youtube-playlist-container .playlist-content .playlist-videos .single-youtube-video .single-video-meta .single-video-date,
.youtube-playlist-container .playlist-content .playlist-videos .single-youtube-video .single-video-meta .single-video-artist {
  font-size: 14px;
}
