.host {
  padding-bottom: 28px;
}
.host-heading {
  --mb: 20px;
}
.host-list {
  --gap: 12px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: var(--gap);
}
.host-item {
  --gap: 6px;
  --avatar-size: 44px;
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: var(--gap);
}
@media screen and (min-width: 768px) {
  .host-item {
    --gap: 7px;
    --avatar-size: 64px;
  }
}
.host-avatar {
  width: var(--avatar-size);
  height: var(--avatar-size);
  border-radius: 100rem;
  display: flex;
  align-items: flex-end;
  flex-direction: row;
  justify-content: center;
  gap: 0;
  overflow: hidden;
  background-color: var(--color);
  box-shadow: 0 0 0 2px white, 0 0 0 3px var(--color);
}
.host-name {
  font-size: 14px;
  color: #5e6064;
}
@media screen and (max-width: 740px) {
  .host {
    padding-bottom: 0;
  }
}
@container mainContainer (max-width: 740px) {
  .host-heading {
    --mb: 12px;
  }
  .host-list {
    display: grid;
    grid-auto-columns: 55px;
    grid-auto-flow: column;
    overflow-x: auto;
    overflow-y: hidden;
    scroll-snap-type: x mandatory;
    scroll-snap-stop: always;
    padding: 10px 0;
  }
  .host-list::-webkit-scrollbar {
    display: none;
    width: 0;
  }
  .host-list > * {
    scroll-snap-align: start;
  }
}

.trending {
  padding: 55px 0 36px;
  container-type: inline-size;
  container-name: trending;
}
.trending-heading {
  --mb: 11px;
}
.trending-banner {
  padding: 20px;
  border-radius: 10px;
  display: flex;
  align-items: flex-start;
  flex-direction: row;
  gap: 0;
  background-color: #f8f8f8;
  position: relative;
}
.trending-content {
  flex: 0 0 310px;
}
.trending-title {
  font-size: 22px;
  line-height: 1.45;
  margin-bottom: 11px;
}
.trending-title span {
  color: transparent;
  background-clip: text;
  -webkit-background-clip: text;
  background-image: linear-gradient(92.29deg, #415ef4 0.33%, #7141ef 28.14%);
}
.trending-podcast {
  font-size: 14px;
  color: #676a6f;
  margin-bottom: 4px;
}
.trending-author {
  font-size: 14px;
  color: #232333;
  margin-bottom: 20px;
}
.trending-author span {
  color: #676a6f;
}
.trending-image {
  position: absolute;
  right: 0;
  max-width: 332px;
  bottom: 0;
  right: 15px;
}
.trending-vector, .trending-circle {
  position: absolute;
}
.trending-vector {
  width: 32px;
  right: 5%;
  top: 5%;
}
.trending-circle {
  width: 140px;
  right: 35%;
  bottom: 0;
}
@media screen and (max-width: 740px) {
  .trending {
    padding: 35px 0 25px;
  }
  .trending-circle {
    right: 15px;
  }
}
@container trending (max-width: 740px) {
  .trending-image {
    display: none;
  }
  .trending-content {
    flex: 1;
  }
}

.feed-header {
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
  gap: 0;
  container-type: inline-size;
  container-name: feedHeader;
  margin-bottom: 40px;
}
.feed-tab {
  display: flex;
  white-space: nowrap;
}
.feed-tab-item {
  cursor: pointer;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.43;
  color: #5e6064;
  padding: 10px;
  border-bottom: 1px solid #373a43;
}
.feed-tab-item.is-active {
  color: #6c5dd3;
  border-bottom-color: currentColor;
  font-weight: 600;
}
.feed-toggle {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #5e6064;
  font-size: 14px;
  font-weight: 500;
}
@container feedHeader (max-width: 470px) {
  .feed-toggle p {
    display: none;
  }
}
.feed-main {
  container-type: inline-size;
  container-name: feedMain;
}
.feed-item {
  border: 1px solid #f0f3f6;
  border-radius: 10px;
  margin-bottom: 30px;
}
.feed-item > * {
  padding: 20px;
}
.feed-item-header {
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
  gap: 0;
}
.feed-item-main {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 20px;
  border-top: 1px solid #f0f3f6;
  border-bottom: 1px solid #f0f3f6;
}
.feed-item-footer {
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
  gap: 0;
}
.feed-item-footer .button {
  font-size: 14px;
}
.feed-item-podcast {
  color: #a6a7b2;
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: 6px;
  font-size: 14px;
}
.feed-item-heading {
  line-height: 1.5;
  font-size: 14px;
}
.feed-item-desc {
  line-height: 1.5;
  font-weight: 400;
  font-size: 13px;
  margin-top: 16px;
}
.feed-image {
  flex: 0 0 152px;
  overflow: hidden;
  aspect-ratio: 1;
  width: 100%;
}
.feed-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}
.feed-author {
  display: flex;
  align-items: center;
  flex-direction: row;
  gap: 16px;
}
.feed-author-verify {
  position: absolute;
  z-index: 2;
  bottom: 0;
  right: 0;
}
.feed-author-avatar {
  width: 48px;
  height: 48px;
  flex: 0 0 48px;
  position: relative;
}
.feed-author-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 100rem;
}
.feed-author-rating {
  display: flex;
  align-items: center;
  flex-direction: row;
  gap: 4px;
  margin-top: 2px;
  margin-bottom: 4px;
  color: #a6a7b2;
}
.feed-author-rating img {
  width: 72px;
}
.feed-date {
  color: #a6a7b2;
  font-weight: 400;
}
.feed-actions {
  display: flex;
  align-items: center;
  gap: 20px;
}
@container feedMain (min-width: 500px) {
  .feed-item-main {
    flex-direction: row;
  }
  .feed-author-header {
    display: flex;
    align-items: center;
    flex-direction: row;
    gap: 4px;
    margin-bottom: 4px;
  }
  .feed-author-rating {
    gap: 10px;
    margin: 0;
  }
}

.top-podcast-images {
  gap: 12px;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.top-podcast-images img {
  aspect-ratio: 1;
  object-fit: cover;
  border-radius: 10px;
}

.follow {
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
  gap: 0;
}
.follow-list {
  display: flex;
  align-items: false;
  flex-direction: column;
  gap: 20px;
}
.follow-user {
  display: flex;
  align-items: center;
  flex-direction: false;
  gap: 12px;
}
.follow-user-username {
  color: #a6a7b2;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.5;
  margin-top: 4px;
}
.follow-user-avatar {
  flex: 0 0 46px;
  aspect-ratio: 1;
  border-radius: 8px;
  box-shadow: 0 0 0 2px #ffd0e0, 0 0 0 3px pink;
}
.follow-user-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: inherit;
}

.listen {
  display: flex;
  align-items: center;
  flex-direction: row;
  gap: 10px;
}
.listen-list {
  display: flex;
  align-items: false;
  flex-direction: column;
  gap: 18px;
}
.listen-meta {
  display: flex;
  align-items: center;
  flex-direction: row;
  gap: 16px;
}
.listen-meta-item {
  display: flex;
  align-items: center;
  flex-direction: row;
  gap: 6px;
  color: #a6a7b2;
}
.listen-title {
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 4px;
  margin-top: 4px;
}
.listen-image {
  flex: 0 0 109px;
  height: 67px;
  width: 100%;
}
.listen-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}
.listen-info {
  flex: 1;
}

.topic {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}
.topic-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-gap: 12px 22px;
}
.topic-image {
  width: 100%;
  height: 86px;
  object-fit: cover;
  border-radius: inherit;
}
.topic-content {
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background-color: hsla(0, 0%, 0%, 0.7);
  color: white;
  padding: 10px;
  display: flex;
  align-items: false;
  flex-direction: column;
  justify-content: flex-end;
}
.topic-title {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
}
.topic-podcast {
  line-height: 1.5;
  font-size: 13px;
}

@container mainContainer (min-width: 740px) {
  .home-wrapper {
    display: grid;
    grid-template-columns: minmax(0, 2fr) minmax(0, 1fr);
    gap: 60px;
  }
}

/*# sourceMappingURL=home.css.map */
