body.post-type-archive-podcast #nectar-nav{
  background-color: transparent !important;
}

.loader-icon {
  display: inline-block;
  width: 16px;
  height: 16px;
  border: 2px solid #fff;
  border-top: 2px solid #000; /* your brand orange maybe */
  border-radius: 50%;
  margin-left: 8px;
  animation: spin 0.8s linear infinite;
  vertical-align: middle;
}

@keyframes spin {
  to { transform: rotate(360deg); }
}

div#block-vV9nFnzsaV {
    background-image: url(https://smoother-goshawk-93acbb.instawp.xyz/wp-content/uploads/2025/08/Blur-3.png) !important;
    background-position: top;
    background-repeat: no-repeat;
    position: relative;
}

.post-type-archive-podcast .podcast-listing {
  display: grid;
  gap: 16px;
}

.post-type-archive-podcast .podcast-card {
  display: flex;
  align-items: center;
  gap: 32px;
  padding: 26px 16px 26px 32px;
  border: 1px solid #eee;
  border-radius: 12px;
  background: #fff;
}

.post-type-archive-podcast .podcast-image img {
  width: 180px;
  height: 180px;
  height: auto;
  border-radius: 8px;
}

.post-type-archive-podcast .podcast-content {
  flex: 1;
}

.post-type-archive-podcast .podcast-title {
  font-size: 24px;
  font-weight: 500;
  line-height: 32px;
  font-family: inherit;
  color: #14151A;
  margin-bottom: 8px;
}

.post-type-archive-podcast .podcast-date {
  display: block;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  color: #0F132480;
  margin-bottom: 24px;
}

.post-type-archive-podcast .episode-btn {
  display: inline-block;
  padding: 10px 12px;
  background: transparent;
  color: #14151A;
  border-radius: 12px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  text-decoration: none;
  border: 1px solid #DEE0E3;
}
.post-type-archive-podcast .podcast-content a img {
    margin-left: 8px;
}

.post-type-archive-podcast .listen-links img {
  width: 40px;
  height: 40px;
}
.post-type-archive-podcast .podcast-content .view-link-icon {
    display: flex;
    gap:24px;
    align-items:center;
}
.post-type-archive-podcast .podcast-image {
    max-height: 180px !important;
}
.post-type-archive-podcast button.load-more {
    background-color: #0BAF88;
    color: #fff;
    padding: 12px 20px;
    border: none;
    border-radius: 8px !important;
    font-size: 16px;
    font-family: inherit;
    font-weight: 500;
    line-height: 24px;
    margin-top: 40px;
}

@media screen and (max-width:425px){
    .post-type-archive-podcast .podcast-card {
    display: flex;
    flex-flow: column-reverse;
    align-items: flex-start !important;
    text-align: left;
    padding: 16px !important;
  }
  .post-type-archive-podcast .podcast-title{
    font-size: 20px;
    line-height: 28px;
  }
  .post-type-archive-podcast .episode-btn{
    padding: 10px 20px !important;
  }
  .post-type-archive-podcast .podcast-content .view-link-icon{
    display: flex;
    gap: 16px !important;
  }
  .post-type-archive-podcast .listen-links {
    display: flex;
    gap: 10px;
  }
  .post-type-archive-podcast .podcast-content a img{
    margin-left: 5px !important;
  }
   .podcast-listing-banner .nectar-blocks-column__wrapper {
    margin-bottom: 44px;
  }
}

@media screen and (max-width:375px){
  .post-type-archive-podcast .episode-btn {
        padding: 10px 15px !important;
    }
  .post-type-archive-podcast .listen-links img{
    height: 30px !important;
    width: 30px !important;
  }
}

