:root {
  --podcast-shadow: 0 10px 32px rgba(18, 48, 99, .08);
  --podcast-purple: #7545bd;
}

.podcast-page {
  background: #f8fafd;
  color: #46536a;
  font-size: 16px;
}

.podcast-hero,
.podcast-detail-hero {
  padding: 24px 0 36px;
  overflow: hidden;
  border-bottom: 1px solid var(--line);
  background:
    radial-gradient(circle at 87% 25%, rgba(75, 145, 229, .14), transparent 18%),
    linear-gradient(135deg, #f2f7ff, #fbfdff);
}

.podcast-hero-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 25px;
}

.podcast-hero-row>div:first-child>span {
  color: var(--blue2);
  font-size: 14px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.podcast-hero h1 {
  margin: 8px 0;
  color: var(--blue);
  font-size: clamp(29px, 3vw, 42px);
  font-weight: 800;
}

.podcast-hero p {
  max-width: 820px;
  margin: 0;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.75;
}

.podcast-platforms {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 14px;
}

.podcast-platforms a {
  padding: 7px 10px;
  border: 1px solid #d8e3f1;
  border-radius: 17px;
  background: #fff;
  color: #5f6d83;
  font-size: 10px;
  font-weight: 650;
}

.podcast-platforms i {
  margin-right: 4px;
  color: var(--blue);
}

.podcast-hero-visual {
  position: relative;
  display: grid;
  width: 195px;
  height: 125px;
  flex: 0 0 195px;
  place-items: center;
}

.podcast-hero-visual>i {
  color: #c9ddf5;
  font-size: 86px;
}

.hero-wave {
  position: absolute;
  bottom: 8px;
  display: flex;
  height: 40px;
  align-items: center;
  gap: 5px;
}

.hero-wave span {
  width: 5px;
  border-radius: 4px;
  background: var(--blue2);
}

.hero-wave span:nth-child(1),
.hero-wave span:nth-child(7) {
  height: 13px;
}

.hero-wave span:nth-child(2),
.hero-wave span:nth-child(6) {
  height: 24px;
}

.hero-wave span:nth-child(3),
.hero-wave span:nth-child(5) {
  height: 34px;
}

.hero-wave span:nth-child(4) {
  height: 40px;
}

.podcast-stats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
  margin-bottom: 18px;
}

.podcast-stats article {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 15px 17px;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: #fff;
}

.podcast-stats i {
  display: grid;
  width: 44px;
  height: 44px;
  flex: 0 0 44px;
  place-items: center;
  border-radius: 9px;
  background: #edf4ff;
  color: var(--blue);
  font-size: 20px;
}

.podcast-stats article div {
  display: grid;
}

.podcast-stats strong {
  color: #2f3d55;
  font-size: 22px;
}

.podcast-stats span {
  color: #7c899d;
  font-size: 13px;
}

.podcast-featured {
  display: grid;
  grid-template-columns: 44% minmax(0, 1fr);
  overflow: hidden;
  margin-bottom: 20px;
  border-radius: 12px;
  background: linear-gradient(135deg, #082b62, #06458f);
  box-shadow: 0 14px 38px rgba(6, 41, 92, .2);
}

.podcast-featured-image {
  position: relative;
  min-height: 400px;
  overflow: hidden;
}

.podcast-featured-image::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(4, 31, 71, .05), rgba(5, 48, 106, .38));
  content: "";
}

.podcast-featured-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.podcast-featured-image>span {
  position: absolute;
  z-index: 2;
  top: 16px;
  left: 16px;
  padding: 6px 9px;
  border-radius: 13px;
  background: #ffcd3d;
  color: #654300;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .05em;
}

.podcast-featured-image>button {
  position: absolute;
  z-index: 3;
  top: 50%;
  left: 50%;
  display: grid;
  width: 70px;
  height: 70px;
  place-items: center;
  transform: translate(-50%, -50%);
  border: 5px solid rgba(255, 255, 255, .45);
  border-radius: 50%;
  background: #fff;
  color: var(--blue);
  font-size: 28px;
  box-shadow: 0 10px 27px rgba(0, 0, 0, .2);
}

.podcast-featured-body {
  padding: 27px 30px;
  color: #fff;
}

.podcast-featured-body>span {
  color: #91c7ff;
  font-size: 10px;
  font-weight: 750;
  letter-spacing: .08em;
}

.podcast-featured h2 {
  margin: 8px 0 10px;
  color: #fff;
  font-size: clamp(21px, 2.2vw, 30px);
  font-weight: 800;
  line-height: 1.45;
}

.podcast-featured-body>p {
  color: #c9dcf3;
  font-size: 13px;
  line-height: 1.7;
}

.podcast-featured-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 17px;
  color: #b9d2ed;
  font-size: 10px;
}

.podcast-featured-meta i {
  margin-right: 4px;
  color: #fff;
}

.podcast-speaker {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 11px;
  margin: 16px 0;
  border: 1px solid rgba(255, 255, 255, .14);
  border-radius: 8px;
  background: rgba(255, 255, 255, .08);
}

.podcast-speaker>span {
  display: grid;
  width: 43px;
  height: 43px;
  flex: 0 0 43px;
  place-items: center;
  border-radius: 50%;
  background: #fff;
  color: var(--blue);
  font-size: 11px;
  font-weight: 800;
}

.podcast-speaker div {
  display: grid;
}

.podcast-speaker small {
  color: #9fc5ee;
  font-size: 9px;
}

.podcast-speaker strong {
  font-size: 12px;
}

.podcast-speaker p {
  margin: 0;
  color: #c5d9ef;
  font-size: 9px;
}

.podcast-featured-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.podcast-featured-actions :is(a, button) {
  display: flex;
  height: 40px;
  align-items: center;
  gap: 6px;
  padding: 0 14px;
  border: 1px solid rgba(255, 255, 255, .45);
  border-radius: 7px;
  background: transparent;
  color: #fff;
  font-size: 11px;
  font-weight: 700;
}

.podcast-featured-actions button {
  border-color: #fff;
  background: #fff;
  color: var(--blue);
}

.podcast-toolbar {
  padding: 18px;
  margin-bottom: 21px;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: #fff;
  box-shadow: var(--podcast-shadow);
}

.podcast-search-box {
  display: flex;
  height: 48px;
  align-items: center;
  overflow: hidden;
  border: 1px solid #dce3ee;
  border-radius: 8px;
}

.podcast-search-box>i {
  margin-left: 14px;
  color: var(--blue2);
}

.podcast-search-box input {
  min-width: 0;
  height: 100%;
  flex: 1;
  padding: 0 12px;
  border: 0;
  outline: 0;
  font-size: 15px;
}

.podcast-search-box button {
  align-self: stretch;
  padding: 0 21px;
  border: 0;
  background: var(--blue);
  color: #fff;
  font-size: 14px;
  font-weight: 700;
}

.podcast-filter-grid {
  display: grid;
  grid-template-columns: 1.2fr .8fr .9fr auto;
  gap: 11px;
  align-items: end;
  margin-top: 13px;
}

.podcast-filter-grid label {
  display: grid;
  gap: 6px;
  min-width: 0;
}

.podcast-filter-grid label>span {
  color: #657188;
  font-size: 13px;
  font-weight: 650;
}

.podcast-filter-grid select {
  width: 100%;
  height: 42px;
  padding: 0 10px;
  border: 1px solid var(--line);
  border-radius: 7px;
  background: #fff;
  color: #526078;
  font-size: 14px;
}

.podcast-filter-grid>button {
  height: 42px;
  padding: 0 13px;
  border: 1px solid var(--line);
  border-radius: 7px;
  background: #fff;
  color: var(--blue2);
  font-size: 13px;
}

.podcast-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 265px;
  gap: 20px;
  align-items: start;
}

.podcast-main {
  min-width: 0;
}

.podcast-result-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 12px;
  border-bottom: 2px solid var(--blue);
  margin-bottom: 15px;
}

.podcast-result-head>div {
  display: grid;
  gap: 3px;
}

.podcast-result-head span {
  color: var(--blue2);
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
}

.podcast-result-head h2 {
  margin: 0;
  color: #354259;
  font-size: 20px;
}

.podcast-result-head select {
  height: 38px;
  padding: 0 9px;
  border: 1px solid var(--line);
  border-radius: 7px;
  background: #fff;
  font-size: 12px;
}

.podcast-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
}

.podcast-card {
  position: relative;
  display: grid;
  grid-template-columns: 250px minmax(0, 1fr);
  min-height: 210px;
  min-width: 0;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 7px 24px rgba(18, 48, 99, .07);
  transition: transform .22s, box-shadow .22s, border-color .22s;
}

.podcast-card:hover {
  transform: translateY(-3px);
  border-color: #bdd4ef;
  box-shadow: 0 14px 35px rgba(18, 48, 99, .13);
}

.podcast-card-image {
  position: relative;
  min-height: 210px;
  overflow: hidden;
  background:
    linear-gradient(135deg, rgba(8, 62, 131, .92), rgba(15, 128, 190, .78)),
    #0b4d94;
}

.podcast-card-image::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 40%, rgba(5, 32, 72, .55));
  content: "";
}

.podcast-card-image img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 210px;
  object-fit: cover;
  transition: transform .35s;
}

.podcast-card:hover .podcast-card-image img {
  transform: scale(1.035);
}

.podcast-card-image button,
.related-podcast-grid article>div:first-child button {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  display: grid;
  width: 48px;
  height: 48px;
  place-items: center;
  transform: translate(-50%, -50%);
  border: 3px solid rgba(255, 255, 255, .55);
  border-radius: 50%;
  background: #fff;
  color: var(--blue);
  font-size: 20px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, .17);
  transition: transform .2s, background .2s, color .2s;
}

.podcast-card-image button:hover {
  transform: translate(-50%, -50%) scale(1.08);
  background: var(--blue);
  color: #fff;
}

.podcast-card-image>span {
  position: absolute;
  z-index: 2;
  right: 10px;
  bottom: 9px;
  padding: 5px 9px;
  border: 1px solid rgba(255, 255, 255, .2);
  border-radius: 15px;
  background: rgba(3, 25, 58, .74);
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  backdrop-filter: blur(4px);
}

.podcast-card-body {
  display: flex;
  min-width: 0;
  flex-direction: column;
  padding: 20px 22px 17px;
}

.podcast-series {
  color: var(--blue2);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .035em;
  text-transform: uppercase;
}

.series-purple {
  color: var(--podcast-purple);
}

.series-green {
  color: #087a57;
}

.series-orange {
  color: #b76708;
}

.podcast-card h3 {
  margin: 8px 0 9px;
  color: #253550;
  font-size: 18px;
  font-weight: 780;
  line-height: 1.45;
}

.podcast-card h3 a:hover {
  color: var(--blue2);
}

.podcast-card-body>p {
  display: -webkit-box;
  overflow: hidden;
  margin-bottom: 13px;
  color: #718095;
  font-size: 13px;
  line-height: 1.7;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.podcast-card-body>div {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 18px;
  align-items: center;
  margin-top: auto;
  padding-top: 10px;
  border-top: 1px dashed var(--line);
  color: #8390a3;
  font-size: 11px;
}

.podcast-card-body>div>a {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  margin-left: auto;
  color: var(--blue2);
  font-weight: 700;
}

.podcast-empty {
  display: grid;
  place-items: center;
  gap: 7px;
  padding: 55px;
  border: 1px dashed #c9d5e6;
  border-radius: 10px;
  color: #8190a5;
}

.podcast-empty i {
  font-size: 34px;
}

.podcast-empty h3 {
  margin: 0;
  font-size: 18px;
}

.podcast-empty p {
  margin: 0;
  font-size: 14px;
}

/* Nút "Xem thêm" thật thay cho phân trang giả của mockup — đúng khuôn .load-more-photos của
   Thư viện ảnh (gallery.css), không phải mockup gốc vì mockup dùng .podcast-pagination giả. */
.load-more-podcasts {
  display: block;
  margin: 28px auto 0px;
  height: 41px;
  padding: 0px 17px;
  border: 1px solid var(--line);
  border-radius: 20px;
  background: rgb(255, 255, 255);
  color: var(--blue);
  font-size: 12px;
  font-weight: 650;
}

.load-more-podcasts:disabled {
  color: rgb(141, 151, 168);
}

.podcast-sidebar,
.podcast-detail-sidebar {
  position: sticky;
  top: 15px;
  display: grid;
  gap: 14px;
}

.podcast-sidebar>section,
.podcast-info-card,
.podcast-guest-card {
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: #fff;
  box-shadow: var(--podcast-shadow);
}

.podcast-sidebar h2,
.podcast-info-card h2 {
  display: flex;
  align-items: center;
  gap: 8px;
  padding-bottom: 12px;
  border-bottom: 1px solid var(--line);
  color: var(--blue);
  font-size: 16px;
  font-weight: 800;
}

.podcast-series-list {
  display: grid;
}

.podcast-series-list button {
  display: grid;
  grid-template-columns: 33px 1fr auto;
  gap: 8px;
  align-items: center;
  padding: 10px 0;
  border: 0;
  border-bottom: 1px dashed var(--line);
  background: transparent;
  color: #536078;
  text-align: left;
}

.podcast-series-list button:last-child {
  border: 0;
}

.podcast-series-list button>i {
  display: grid;
  width: 32px;
  height: 32px;
  place-items: center;
  border-radius: 7px;
  background: #edf4ff;
  color: var(--blue);
}

.podcast-series-list button span {
  display: grid;
  font-size: 11px;
  font-weight: 650;
}

.podcast-series-list small {
  color: #909aac;
  font-size: 9px;
  font-weight: 400;
}

.podcast-series-list b {
  color: var(--blue2);
  font-size: 10px;
}

.podcast-subscribe {
  text-align: center;
}

.podcast-subscribe>i {
  color: var(--blue2);
  font-size: 34px;
}

.podcast-sidebar .podcast-subscribe>h2 {
  display: block;
  padding: 0;
  margin: 7px 0;
  border: 0;
}

.podcast-subscribe p {
  color: #738095;
  font-size: 11px;
}

.podcast-subscribe form {
  display: grid;
  gap: 6px;
}

.podcast-subscribe input {
  height: 37px;
  padding: 0 10px;
  border: 1px solid var(--line);
  border-radius: 6px;
  font-size: 10px;
}

.podcast-subscribe button {
  height: 37px;
  border: 0;
  border-radius: 6px;
  background: var(--blue);
  color: #fff;
  font-size: 10px;
  font-weight: 700;
}

/* Mini player */
.podcast-mini-player {
  position: fixed;
  z-index: 1080;
  right: 18px;
  bottom: 18px;
  left: 18px;
  display: grid;
  grid-template-columns: 54px minmax(170px, 1.2fr) 35px 48px 35px minmax(240px, 2fr) 120px;
  gap: 10px;
  align-items: center;
  max-width: 1180px;
  padding: 12px 17px;
  margin: 0 auto;
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 12px;
  background: #091c3b;
  color: #fff;
  box-shadow: 0 17px 45px rgba(2, 16, 39, .35);
}

.podcast-mini-player[hidden] {
  display: none;
}

.podcast-mini-player>img {
  width: 52px;
  height: 52px;
  border-radius: 8px;
  object-fit: cover;
  background: #1c3459;
}

.mini-track-info {
  display: grid;
  min-width: 0;
}

.mini-track-info small {
  color: #7eb8f5;
  font-size: 8px;
  font-weight: 750;
}

.mini-track-info strong {
  overflow: hidden;
  font-size: 11px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.mini-play {
  display: grid;
  width: 46px;
  height: 46px;
  place-items: center;
  border: 0;
  border-radius: 50%;
  background: #fff;
  color: var(--blue);
  font-size: 21px;
}

.mini-skip {
  position: relative;
  display: grid;
  border: 0;
  background: transparent;
  color: #d5e3f4;
}

.mini-skip i {
  font-size: 22px;
}

.mini-skip span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 7px;
  line-height: 1;
}

.mini-progress {
  display: grid;
  grid-template-columns: 35px 1fr 35px;
  gap: 7px;
  align-items: center;
  color: #aac0da;
  font-size: 8px;
}

.podcast-mini-player input[type="range"],
.podcast-detail-player input[type="range"] {
  width: 100%;
  accent-color: #4c9cf0;
}

.mini-volume {
  display: grid;
  grid-template-columns: 18px 1fr;
  gap: 5px;
  align-items: center;
}

.mini-volume i {
  color: #bdcee1;
}

.mini-close {
  position: absolute;
  top: -9px;
  right: -7px;
  display: grid;
  width: 25px;
  height: 25px;
  place-items: center;
  border: 2px solid #fff;
  border-radius: 50%;
  background: #17355f;
  color: #fff;
  font-size: 9px;
}

/* Detail */
.podcast-detail-showcase {
  display: grid;
  grid-template-columns: 260px minmax(0, 1fr);
  gap: 28px;
  align-items: center;
  margin-top: 15px;
}

.podcast-detail-art {
  position: relative;
  width: 240px;
  aspect-ratio: 1;
  overflow: hidden;
  border-radius: 14px;
  box-shadow: 0 14px 32px rgba(6, 37, 83, .2);
}

.podcast-detail-art::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(4, 30, 67, .08), rgba(4, 38, 86, .86));
  content: "";
}

.podcast-detail-art img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.podcast-detail-art>div {
  position: absolute;
  z-index: 2;
  inset: 0;
  display: grid;
  align-content: end;
  justify-items: start;
  padding: 20px;
  color: #fff;
}

.podcast-detail-art i {
  margin-bottom: 16px;
  font-size: 38px;
}

.podcast-detail-art span {
  color: #9acaff;
  font-size: 9px;
  font-weight: 750;
  letter-spacing: .08em;
}

.podcast-detail-art strong {
  font-size: 25px;
}

.podcast-detail-heading>span {
  color: var(--blue2);
  font-size: 10px;
  font-weight: 750;
  letter-spacing: .07em;
}

.podcast-detail-heading h1 {
  margin: 7px 0 9px;
  color: var(--blue);
  font-size: clamp(25px, 2.8vw, 39px);
  font-weight: 800;
  line-height: 1.4;
}

.podcast-detail-heading>p {
  max-width: 850px;
  color: #647187;
  font-size: 13px;
  line-height: 1.7;
}

.podcast-heading-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 18px;
  color: #748095;
  font-size: 10px;
}

.podcast-heading-meta i {
  margin-right: 4px;
  color: var(--blue2);
}

.podcast-detail-actions-top {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 14px;
}

.podcast-detail-actions-top button {
  display: flex;
  height: 40px;
  align-items: center;
  gap: 6px;
  padding: 0 13px;
  border: 1px solid #d3dfed;
  border-radius: 7px;
  background: #fff;
  color: var(--blue);
  font-size: 11px;
  font-weight: 700;
}

.podcast-detail-actions-top button:first-child {
  border-color: var(--blue);
  background: var(--blue);
  color: #fff;
}

.podcast-detail-actions-top button.saved {
  border-color: #e6b630;
  background: #fff8e4;
  color: #936300;
}

.podcast-detail-content {
  padding-top: 20px;
}

.podcast-detail-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 285px;
  gap: 22px;
  align-items: start;
}

.podcast-detail-main {
  min-width: 0;
}

.podcast-detail-player {
  padding: 19px;
  border-radius: 11px;
  background: linear-gradient(135deg, #092957, #051a39);
  color: #fff;
  box-shadow: var(--podcast-shadow);
}

.detail-player-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.detail-player-head>div {
  display: grid;
  min-width: 0;
}

.detail-player-head span {
  color: #75b6f7;
  font-size: 8px;
  font-weight: 750;
  letter-spacing: .08em;
}

.detail-player-head strong {
  overflow: hidden;
  font-size: 12px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.detail-player-head>button {
  width: 38px;
  height: 31px;
  flex: 0 0 auto;
  border: 1px solid rgba(255, 255, 255, .24);
  border-radius: 6px;
  background: rgba(255, 255, 255, .08);
  color: #fff;
  font-size: 9px;
}

.podcast-waveform {
  display: flex;
  height: 82px;
  align-items: center;
  gap: 4px;
  margin: 12px 0;
  overflow: hidden;
}

.podcast-waveform i {
  width: 100%;
  height: var(--h);
  border-radius: 3px;
  background: linear-gradient(180deg, #56a9f4, #2c6bb2);
  opacity: .72;
}

.podcast-detail-player.is-playing .podcast-waveform i {
  animation: podcastPulse 1.1s ease-in-out infinite alternate;
}

.podcast-detail-player.is-playing .podcast-waveform i:nth-child(3n) {
  animation-delay: .18s;
}

.podcast-detail-player.is-playing .podcast-waveform i:nth-child(4n) {
  animation-delay: .35s;
}

@keyframes podcastPulse {
  to {
    transform: scaleY(.58);
    opacity: 1;
  }
}

.detail-progress {
  display: grid;
  grid-template-columns: 38px 1fr 38px;
  gap: 8px;
  align-items: center;
  color: #a9bfd9;
  font-size: 8px;
}

.detail-player-controls {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 11px;
}

.detail-player-controls>div {
  display: flex;
  align-items: center;
  gap: 13px;
}

.detail-player-controls button {
  position: relative;
  display: grid;
  border: 0;
  background: transparent;
  color: #d5e4f4;
}

.detail-player-controls button:not(.detail-play-toggle) i {
  font-size: 23px;
}

.detail-player-controls button:not(.detail-play-toggle) span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  line-height: 1;
  font-size: 7px;
}

.detail-play-toggle {
  display: grid !important;
  width: 50px;
  height: 50px;
  place-items: center;
  border-radius: 50% !important;
  background: #fff !important;
  color: var(--blue) !important;
  font-size: 23px;
}

.detail-player-controls>label {
  display: grid;
  grid-template-columns: 18px 90px;
  gap: 6px;
  align-items: center;
}

.podcast-detail-tabs-section,
.podcast-comments {
  padding: 22px;
  margin-top: 14px;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: #fff;
}

.podcast-detail-tabs {
  display: flex;
  gap: 5px;
  padding-bottom: 14px;
  border-bottom: 1px solid var(--line);
  overflow-x: auto;
  scrollbar-width: none;
}

.podcast-detail-tabs button {
  flex: 0 0 auto;
  padding: 9px 13px;
  border: 1px solid var(--line);
  border-radius: 7px;
  background: #fff;
  color: #637087;
  font-size: 12px;
  font-weight: 650;
}

.podcast-detail-tabs button.active {
  border-color: var(--blue);
  background: var(--blue);
  color: #fff;
}

.podcast-tab-pane {
  display: none;
  padding-top: 18px;
}

.podcast-tab-pane.active {
  display: block;
}

.podcast-tab-pane>h2,
.transcript-head h2 {
  color: var(--blue);
  font-size: 20px;
  font-weight: 800;
}

.podcast-tab-pane>p {
  color: #58667c;
  font-size: 14px;
  line-height: 1.85;
}

.podcast-key-points {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 9px;
  margin-top: 16px;
}

.podcast-key-points article {
  padding: 14px;
  border: 1px solid #dfe7f1;
  border-radius: 8px;
  background: #fafcff;
}

.podcast-key-points article>i {
  color: var(--blue2);
  font-size: 23px;
}

.podcast-key-points h3 {
  margin: 7px 0 4px;
  color: #405069;
  font-size: 13px;
}

.podcast-key-points p {
  margin: 0;
  color: #748095;
  font-size: 10px;
  line-height: 1.6;
}

.podcast-chapters {
  display: grid;
  gap: 7px;
}

.podcast-chapters button {
  display: grid;
  grid-template-columns: 52px minmax(0, 1fr) 24px;
  gap: 10px;
  align-items: center;
  padding: 11px;
  border: 1px solid #e0e7f0;
  border-radius: 8px;
  background: #f9fbfd;
  text-align: left;
}

.podcast-chapters button>span {
  color: var(--blue2);
  font-size: 11px;
  font-weight: 750;
}

.podcast-chapters button>div {
  display: grid;
}

.podcast-chapters strong {
  color: #445168;
  font-size: 12px;
}

.podcast-chapters small {
  color: #8792a4;
  font-size: 9px;
}

.podcast-chapters button>i {
  color: var(--blue);
  font-size: 19px;
}

.transcript-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.transcript-head span {
  color: #8792a4;
  font-size: 9px;
}

.podcast-transcript {
  display: grid;
}

.podcast-transcript article {
  display: grid;
  grid-template-columns: 52px 1fr;
  gap: 12px;
  padding: 14px 0;
  border-bottom: 1px dashed var(--line);
}

.podcast-transcript article:last-child {
  border: 0;
}

.podcast-transcript article>button {
  height: 29px;
  border: 1px solid #d7e2ef;
  border-radius: 5px;
  background: #f5f9ff;
  color: var(--blue);
  font-size: 9px;
}

.podcast-transcript strong {
  color: #3f4d63;
  font-size: 12px;
}

.podcast-transcript p {
  margin: 5px 0 0;
  color: #66748a;
  font-size: 12px;
  line-height: 1.7;
}

.podcast-section-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 13px;
  border-bottom: 1px solid var(--line);
}

.podcast-section-head>div {
  display: grid;
}

.podcast-section-head span {
  color: var(--blue2);
  font-size: 9px;
  font-weight: 750;
}

.podcast-section-head h2 {
  margin: 3px 0 0;
  color: var(--blue);
  font-size: 20px;
  font-weight: 800;
}

.podcast-section-head>b {
  color: #7e8a9d;
  font-size: 10px;
}

.podcast-comments form {
  padding: 15px;
  margin: 15px 0;
  border-radius: 8px;
  background: #f6f8fb;
}

.podcast-comments form>div:first-child {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
}

.podcast-comments input,
.podcast-comments textarea {
  width: 100%;
  padding: 0 10px;
  border: 1px solid #d8e1ec;
  border-radius: 6px;
  outline: 0;
  background: #fff;
  font-size: 11px;
}

.podcast-comments input {
  height: 38px;
}

.podcast-comments textarea {
  min-height: 95px;
  resize: vertical;
  padding-top: 10px;
  margin-top: 8px;
}

.podcast-comments form>div:last-child {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-top: 8px;
}

.podcast-comments form>div:last-child>span {
  color: #8994a6;
  font-size: 9px;
}

.podcast-comments form button {
  height: 36px;
  padding: 0 12px;
  border: 0;
  border-radius: 6px;
  background: var(--blue);
  color: #fff;
  font-size: 10px;
  font-weight: 700;
}

.podcast-comment-list {
  display: grid;
}

.podcast-comment-list>article {
  display: grid;
  grid-template-columns: 40px 1fr;
  gap: 10px;
  padding: 13px 0;
  border-bottom: 1px dashed var(--line);
}

.podcast-comment-list>article:last-child {
  border: 0;
}

.podcast-comment-list>article>span {
  display: grid;
  width: 39px;
  height: 39px;
  place-items: center;
  border-radius: 50%;
  background: #eaf2ff;
  color: var(--blue);
  font-size: 10px;
  font-weight: 800;
}

.podcast-comment-list article>div>div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.podcast-comment-list strong {
  color: #425069;
  font-size: 11px;
}

.podcast-comment-list time {
  color: #919bad;
  font-size: 8px;
}

.podcast-comment-list p {
  margin: 5px 0 0;
  color: #657288;
  font-size: 11px;
  line-height: 1.65;
}

.podcast-detail-actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
  padding: 16px;
  margin-top: 14px;
  border: 1px solid var(--line);
  border-radius: 9px;
  background: #fff;
  font-size: 13px;
}

.podcast-detail-actions :is(a, button) {
  display: flex;
  height: 36px;
  align-items: center;
  gap: 5px;
  padding: 0 11px;
  border: 1px solid var(--line);
  border-radius: 6px;
  background: #fff;
  color: var(--blue);
}

.podcast-detail-actions>a:last-child {
  margin-left: auto;
}

.podcast-info-card dl {
  margin: 0;
}

.podcast-info-card dl>div {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  padding: 10px 0;
  border-bottom: 1px dashed var(--line);
}

.podcast-info-card dl>div:last-child {
  border: 0;
}

.podcast-info-card dt {
  color: #8490a3;
  font-size: 11px;
  font-weight: 500;
}

.podcast-info-card dd {
  max-width: 145px;
  margin: 0;
  color: #47546a;
  font-size: 11px;
  font-weight: 650;
  text-align: right;
}

.podcast-guest-card {
  text-align: center;
}

.podcast-guest-card>span {
  display: grid;
  width: 60px;
  height: 60px;
  margin: 0 auto 8px;
  place-items: center;
  border-radius: 50%;
  background: #eaf2ff;
  color: var(--blue);
  font-size: 14px;
  font-weight: 800;
}

.podcast-guest-card>small {
  color: var(--blue2);
  font-size: 8px;
  font-weight: 750;
}

.podcast-guest-card h2 {
  margin: 5px 0;
  color: var(--blue);
  font-size: 15px;
}

.podcast-guest-card p {
  color: #6f7b8f;
  font-size: 10px;
  line-height: 1.6;
}

.podcast-guest-card>div {
  display: flex;
  justify-content: center;
  gap: 7px;
}

.podcast-guest-card>div a {
  display: grid;
  width: 31px;
  height: 31px;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: 50%;
  color: var(--blue);
}

.podcast-subscribe-card {
  display: flex;
  gap: 11px;
  padding: 18px;
  border-radius: 10px;
  background: linear-gradient(135deg, #0a50bd, #06388f);
  color: #fff;
}

.podcast-subscribe-card>i {
  font-size: 28px;
}

.podcast-subscribe-card h2 {
  margin: 0 0 4px;
  font-size: 14px;
}

.podcast-subscribe-card p {
  margin: 0 0 7px;
  font-size: 10px;
  opacity: .82;
}

.podcast-subscribe-card button {
  padding: 6px 9px;
  border: 1px solid rgba(255, 255, 255, .4);
  border-radius: 5px;
  background: rgba(255, 255, 255, .1);
  color: #fff;
  font-size: 9px;
}

.podcast-subscribe-card button.following {
  background: #fff;
  color: var(--blue);
}

.related-podcasts {
  margin-top: 28px;
}

.related-podcast-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 13px;
}

.related-podcast-head h2 {
  margin: 0;
  color: var(--blue);
  font-size: 21px;
  font-weight: 800;
}

.related-podcast-head a {
  color: var(--blue2);
  font-size: 13px;
}

.related-podcast-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}

.related-podcast-grid article {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 9px;
  background: #fff;
}

.related-podcast-grid article>div:first-child {
  position: relative;
  height: 235px;
  overflow: hidden;
}

.related-podcast-grid article>div:first-child img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.related-podcast-grid article>div:first-child button {
  width: 42px;
  height: 42px;
  font-size: 18px;
}

.related-podcast-grid article>span,
.related-podcast-grid article>h3,
.related-podcast-grid article>p {
  display: block;
  margin-right: 13px;
  margin-left: 13px;
}

.related-podcast-grid article>span {
  margin-top: 12px;
  color: var(--blue2);
  font-size: 9px;
  font-weight: 700;
}

.related-podcast-grid h3 {
  color: #3f4d63;
  font-size: 12px;
  line-height: 1.55;
}

.related-podcast-grid p {
  margin-bottom: 13px;
  color: #8290a3;
  font-size: 9px;
}

@media (max-width: 1199px) {
  .podcast-layout {
    grid-template-columns: minmax(0, 1fr) 240px;
  }

  .podcast-detail-layout {
    grid-template-columns: minmax(0, 1fr) 260px;
  }

  .podcast-card {
    grid-template-columns: 220px minmax(0, 1fr);
  }
}

@media (max-width: 991px) {
  .podcast-filter-grid {
    grid-template-columns: 1fr 1fr;
  }

  .podcast-layout,
  .podcast-detail-layout {
    grid-template-columns: 1fr;
  }

  .podcast-sidebar,
  .podcast-detail-sidebar {
    position: static;
    grid-template-columns: 1fr 1fr;
  }

  .podcast-subscribe-card {
    grid-column: 1 / -1;
  }

  .podcast-mini-player {
    grid-template-columns: 48px minmax(130px, 1fr) 32px 44px 32px minmax(190px, 1.5fr);
  }

  .podcast-mini-player>img {
    width: 46px;
    height: 46px;
  }

  .mini-volume {
    display: none;
  }

  .related-podcast-grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 767px) {

  .podcast-hero,
  .podcast-detail-hero {
    padding: 16px 0 25px;
  }

  .podcast-hero-visual {
    display: none;
  }

  .podcast-hero h1 {
    font-size: 25px;
  }

  .podcast-hero p {
    font-size: 14px;
  }

  .podcast-content.section,
  .podcast-detail-content.section {
    padding-top: 18px;
  }

  .podcast-stats {
    grid-template-columns: 1fr 1fr;
    gap: 8px;
  }

  .podcast-stats article {
    gap: 8px;
    padding: 11px;
  }

  .podcast-stats i {
    width: 37px;
    height: 37px;
    flex-basis: 37px;
    font-size: 17px;
  }

  .podcast-stats strong {
    font-size: 19px;
  }

  .podcast-stats span {
    font-size: 12px;
  }

  .podcast-featured {
    grid-template-columns: 1fr;
  }

  .podcast-featured-image {
    min-height: 240px;
  }

  .podcast-featured-body {
    padding: 20px;
  }

  .podcast-toolbar {
    padding: 13px;
  }

  .podcast-search-box button {
    width: 46px;
    padding: 0;
    font-size: 0;
  }

  .podcast-search-box button::after {
    font-family: "bootstrap-icons";
    font-size: 15px;
    content: "\F52A";
  }

  .podcast-filter-grid {
    grid-template-columns: 1fr;
  }

  .podcast-result-head {
    align-items: flex-start;
    gap: 10px;
  }

  .podcast-grid {
    grid-template-columns: 1fr;
  }

  .podcast-card {
    grid-template-columns: 190px minmax(0, 1fr);
    min-height: 185px;
  }

  .podcast-card-image,
  .podcast-card-image img {
    min-height: 185px;
  }

  .podcast-card-body {
    padding: 16px 18px 14px;
  }

  .podcast-card h3 {
    font-size: 16px;
  }

  .podcast-sidebar,
  .podcast-detail-sidebar,
  .related-podcast-grid {
    grid-template-columns: 1fr;
  }

  .podcast-subscribe-card {
    grid-column: auto;
  }

  .podcast-mini-player {
    right: 8px;
    bottom: 8px;
    left: 8px;
    grid-template-columns: 42px minmax(0, 1fr) 40px;
    gap: 8px;
    padding: 9px 11px;
  }

  .podcast-mini-player>img {
    width: 40px;
    height: 40px;
  }

  .mini-track-info strong {
    font-size: 10px;
  }

  .podcast-mini-player>.mini-skip,
  .podcast-mini-player>.mini-progress,
  .podcast-mini-player>.mini-volume {
    display: none;
  }

  .mini-play {
    width: 40px;
    height: 40px;
  }

  .podcast-detail-showcase {
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .podcast-detail-art {
    width: min(240px, 75%);
  }

  .podcast-detail-heading {
    text-align: center;
  }

  .podcast-heading-meta,
  .podcast-detail-actions-top {
    justify-content: center;
  }

  .podcast-detail-player {
    padding: 15px;
  }

  .podcast-waveform {
    height: 65px;
    gap: 2px;
  }

  .detail-player-controls>label {
    grid-template-columns: 16px 65px;
  }

  .podcast-detail-tabs-section,
  .podcast-comments {
    padding: 17px;
  }

  .podcast-key-points {
    grid-template-columns: 1fr;
  }

  .podcast-comments form>div:first-child {
    grid-template-columns: 1fr;
  }

  .podcast-comments form>div:last-child {
    align-items: flex-start;
    flex-direction: column;
  }

  .podcast-detail-actions>a:last-child {
    width: 100%;
    margin-left: 0;
  }

  .related-podcast-head {
    align-items: flex-start;
    gap: 10px;
  }
}

@media (max-width: 420px) {
  .podcast-stats {
    grid-template-columns: 1fr;
  }

  .podcast-featured-meta {
    display: grid;
  }

  .podcast-result-head {
    display: grid;
  }

  .podcast-result-head select {
    width: 100%;
  }

  .podcast-card {
    grid-template-columns: 1fr;
  }

  .podcast-card-image,
  .podcast-card-image img {
    min-height: 200px;
  }

  .podcast-card-body {
    padding: 16px;
  }

  .podcast-card-body>div {
    gap: 7px 12px;
  }

  .podcast-card-body>div>a {
    width: 100%;
    margin-top: 3px;
    margin-left: 0;
  }

  .detail-player-controls>label {
    display: none;
  }

  .podcast-chapters button {
    grid-template-columns: 45px 1fr;
  }

  .podcast-chapters button>i {
    display: none;
  }

  .transcript-head {
    display: grid;
    gap: 3px;
  }

  .podcast-transcript article {
    grid-template-columns: 45px 1fr;
  }
}