.podcast-more {
  padding: 212px 0 100px 0;
  background-color: #ffffff;
}
.podcast-more .more-container {
  max-width: 1480px;
  margin: 0 auto;
  padding: 0 20px;
}
.podcast-more .more-title {
  font-size: 76px;
  font-weight: 900;
  line-height: 96%;
  text-align: center;
  margin-bottom: 24px;
  color: #3f3f3a;
}
.podcast-more .more-items {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.podcast-more .more-card {
  background: #F8F9F8;
  border-radius: 80px;
  overflow: hidden;
  border: none;
  width: 100%;
}
.podcast-more .card-link {
  display: flex;
  align-items: stretch;
  color: inherit;
  text-decoration: none;
}
.podcast-more .card-image {
  width: 46.74%;
  overflow: hidden;
  background: #f8f9f8;
}
.podcast-more .card-image iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.podcast-more .card-content {
  width: 53.26%;
  padding: 22px 68px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  row-gap: 19px;
}
.podcast-more .card-topic {
  padding: 8px 16px;
  border-radius: 16px;
  font-size: 12.8px;
  font-weight: 700;
  line-height: 137.5%;
  letter-spacing: -0.09px;
  color: #3f3f3a;
  border: 1.6px solid #dadada;
  display: flex;
  align-items: center;
  gap: 6px;
  height: 34px;
}
.podcast-more .card-content-top-box {
  display: flex;
  gap: 12px;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
}
.podcast-more .card-content-date-post {
  color: #2b2b2b;
  font-size: 14px;
  font-weight: 500;
  line-height: 142.857%;
  letter-spacing: -0.084px;
}
.podcast-more .card-tag-img-box {
  width: 26px;
  height: auto;
}
.podcast-more .card-title {
  font-size: 22px;
  font-weight: 700;
  line-height: normal;
  color: #2b2b2b;
}
.podcast-more .card-excerpt {
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
  color: #2b2b2b;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
}
.podcast-more .card-badge {
  display: flex;
  padding: 3px 16px;
  justify-content: center;
  align-items: center;
  border-radius: 16px;
  background: #D9D9D9;
  color: #3F3F3A;
  font-size: 12.8px;
  font-weight: 700;
  line-height: 137.5%;
  letter-spacing: -0.09px;
}
.podcast-more .card-meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 8px;
  width: 100%;
}
.podcast-more .card-authors {
  display: flex;
  align-items: flex-start;
}
.podcast-more .card-authors-list {
  display: flex;
  align-items: center;
  gap: 32px;
}
.podcast-more .card-author {
  display: flex;
  align-items: center;
  gap: 8px;
}
.podcast-more .card-author-info {
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.podcast-more .card-author-name {
  font-size: 14px;
  font-weight: 700;
  line-height: 142.857%;
  letter-spacing: -0.084px;
  color: #3F3F3A;
}
.podcast-more .card-author-job {
  font-size: 14px;
  font-weight: 400;
  line-height: 142.857%;
  letter-spacing: -0.084px;
  color: #A7A7A7;
}
.podcast-more .card-authors-inline {
  display: none;
}
.podcast-more .card-authors-avatars {
  display: flex;
  margin-right: -8px;
}
.podcast-more .card-author-avatar {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  overflow: hidden;
  margin-right: -10px;
}
.podcast-more .card-author-avatar:first-child {
  margin-right: 0;
}
.podcast-more .card-author-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.podcast-more .card-authors-names {
  font-size: 14px;
  font-weight: 700;
  line-height: 142.857%;
  letter-spacing: -0.084px;
  color: #3F3F3A;
}
.podcast-more .card-arrow-box {
  width: 15.138px;
  height: auto;
  align-self: flex-end;
  overflow: hidden;
}
.podcast-more .card-arrow-box .card-arrow {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.podcast-more .slider-nav {
  display: none;
}

@media (max-width: 1440px) and (min-width: 769px) {
  .podcast-more {
    padding: clamp(152px, 14.7222222222vw, 212px) 0 clamp(60px, 6.9444444444vw, 100px) 0;
  }
  .podcast-more .more-container {
    padding: 0 clamp(16px, 1.3888888889vw, 20px);
  }
  .podcast-more .more-title {
    font-size: clamp(56px, 5.2777777778vw, 76px);
    margin-bottom: clamp(16px, 1.6666666667vw, 24px);
  }
  .podcast-more .more-items {
    gap: clamp(16px, 2.2222222222vw, 32px);
  }
  .podcast-more .more-card {
    border-radius: clamp(40px, 5.5555555556vw, 80px);
  }
  .podcast-more .card-content {
    padding: clamp(18px, 1.5277777778vw, 22px) clamp(24px, 4.7222222222vw, 68px);
    row-gap: clamp(14px, 1.3194444444vw, 19px);
  }
  .podcast-more .card-topic {
    padding: clamp(6px, 0.5555555556vw, 8px) clamp(12px, 1.1111111111vw, 16px);
    border-radius: clamp(12px, 1.1111111111vw, 16px);
    font-size: clamp(12px, 0.8888888889vw, 12.8px);
    gap: clamp(4px, 0.4166666667vw, 6px);
    height: clamp(28px, 2.3611111111vw, 34px);
  }
  .podcast-more .card-content-date-post {
    font-size: clamp(13px, 0.9722222222vw, 14px);
  }
  .podcast-more .card-tag-img-box {
    width: clamp(18px, 1.8055555556vw, 26px);
  }
  .podcast-more .card-title {
    font-size: clamp(18px, 1.5277777778vw, 22px);
  }
  .podcast-more .card-excerpt {
    font-size: clamp(14px, 1.1111111111vw, 16px);
  }
  .podcast-more .card-badge {
    padding: clamp(2px, 0.2083333333vw, 3px) clamp(12px, 1.1111111111vw, 16px);
    border-radius: clamp(12px, 1.1111111111vw, 16px);
    font-size: clamp(12px, 0.8888888889vw, 12.8px);
  }
  .podcast-more .card-meta {
    gap: clamp(6px, 0.5555555556vw, 8px);
  }
  .podcast-more .card-authors-list {
    gap: clamp(16px, 2.2222222222vw, 32px);
  }
  .podcast-more .card-author {
    gap: clamp(6px, 0.5555555556vw, 8px);
  }
  .podcast-more .card-author-info {
    gap: 2px;
  }
  .podcast-more .card-author-name {
    font-size: clamp(13px, 0.9722222222vw, 14px);
  }
  .podcast-more .card-author-job {
    font-size: clamp(13px, 0.9722222222vw, 14px);
  }
  .podcast-more .card-authors-avatars {
    margin-right: clamp(-6px, -0.5555555556vw, -8px);
  }
  .podcast-more .card-author-avatar {
    width: clamp(32px, 2.7777777778vw, 40px);
    height: clamp(32px, 2.7777777778vw, 40px);
    margin-right: clamp(-8px, -0.6944444444vw, -10px);
  }
  .podcast-more .card-authors-names {
    font-size: clamp(13px, 0.9722222222vw, 14px);
  }
  .podcast-more .card-arrow-box {
    width: clamp(12px, 1.05125vw, 15.138px);
  }
}
@media (max-width: 768px) {
  .podcast-more {
    padding: 115px 0 30px 0;
  }
  .podcast-more .more-container {
    padding: 0 16px;
  }
  .podcast-more .more-title {
    font-size: 40px;
    line-height: 98%;
    margin-bottom: 26px;
  }
  .podcast-more .more-items {
    gap: 32px;
    flex-direction: column;
  }
  .podcast-more .more-card {
    border-radius: 16px;
    width: 100%;
  }
  .podcast-more .card-link {
    flex-direction: column;
  }
  .podcast-more .card-image {
    height: 52.9262086514vw;
    width: 100%;
  }
  .podcast-more .card-content {
    padding: 16px;
    row-gap: 10px;
    width: 100%;
  }
  .podcast-more .card-topic {
    padding: 8px 16px;
    border-radius: 16px;
    font-size: 12.8px;
    letter-spacing: -0.09px;
  }
  .podcast-more .card-content-date-post {
    font-size: 12px;
  }
  .podcast-more .card-title {
    font-size: 18px;
  }
  .podcast-more .card-excerpt {
    font-size: 16px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    min-width: 0;
    max-width: 100%;
  }
  .podcast-more .card-badge {
    background: #F3F3F3;
    padding: 3px 16px;
    border-radius: 16px;
    font-size: 12.8px;
    letter-spacing: -0.09px;
  }
  .podcast-more .card-meta {
    gap: 6px;
  }
  .podcast-more .card-authors-list {
    display: none;
  }
  .podcast-more .card-authors-inline {
    display: flex;
    align-items: center;
    gap: 8px;
  }
  .podcast-more .card-authors-avatars {
    display: flex;
    margin-right: -8px;
  }
  .podcast-more .card-author-avatar {
    width: 32px;
    height: 32px;
    margin-right: -8px;
  }
  .podcast-more .card-authors-names {
    font-size: 14px;
    font-weight: 700;
    line-height: 142.857%;
    letter-spacing: -0.084px;
    color: #3F3F3A;
  }
  .podcast-more .card-author-job {
    display: none;
  }
}

/*# sourceMappingURL=podcast-archive.css.map */
