/* podcast_topic taxonomy archive only */
body.tax-podcast_topic .podcast-topic-main {
  max-width: 1080px;
}

body.tax-podcast_topic .podcast-topic-main > .article {
  margin: 0;
}

body.tax-podcast_topic .podcast-topic-breadcrumbs {
  margin: 8px 0 16px;
  font-size: 13px;
}

body.tax-podcast_topic .podcast-topic-breadcrumbs p {
  margin: 0;
  line-height: 1.6;
}

body.tax-podcast_topic .podcast-topic-title {
  margin: 0 0 10px;
  line-height: 1.45;
}

body.tax-podcast_topic .podcast-topic-hero-grid {
  display: grid;
  grid-template-columns: 1fr 300px;
  gap: 18px;
}

body.tax-podcast_topic .podcast-topic-hero-main {
  min-width: 0;
}

body.tax-podcast_topic .podcast-topic-description {
  margin: 0;
  line-height: 1.85;
}

body.tax-podcast_topic .podcast-topic-conclusion-box {
  margin-top: 14px;
  border: 1px solid #8a0002;
  border-radius: 8px;
  background: #fff;
  overflow: hidden;
}

body.tax-podcast_topic .podcast-topic-conclusion-title {
  margin: 0;
  padding: 8px 12px;
  background: #8a0002;
  color: #fff;
  font-size: 17px;
  font-weight: 700;
}

body.tax-podcast_topic .podcast-topic-points {
  margin: 0;
  padding: 10px 12px 12px 28px;
}

body.tax-podcast_topic .podcast-topic-points li {
  line-height: 1.8;
}

body.tax-podcast_topic .podcast-topic-points li + li {
  margin-top: 4px;
}

body.tax-podcast_topic .podcast-topic-summary-card {
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  padding: 14px;
  background: #fff;
  align-self: start;
}

body.tax-podcast_topic .podcast-topic-summary-title {
  margin: 0 0 10px;
  font-size: 15px;
  line-height: 1.4;
}

body.tax-podcast_topic .podcast-topic-summary-list {
  margin: 0;
}

body.tax-podcast_topic .podcast-topic-summary-item + .podcast-topic-summary-item {
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px solid #f0f0f0;
}

body.tax-podcast_topic .podcast-topic-summary-item dt {
  margin: 0;
  color: #6b7280;
  font-size: 12px;
}

body.tax-podcast_topic .podcast-topic-summary-item dd {
  margin: 2px 0 0;
  color: #111827;
  font-size: 14px;
  font-weight: 600;
}

body.tax-podcast_topic .podcast-topic-summary-link {
  color: #8a0002;
  text-decoration: underline;
}

body.tax-podcast_topic .podcast-topic-summary-link:hover {
  text-decoration-thickness: 2px;
}

body.tax-podcast_topic .podcast-topic-section {
  margin: 0 0 30px;
}

body.tax-podcast_topic .podcast-topic-section + .podcast-topic-section {
  border-top: 1px solid #eef2f7;
  padding-top: 26px;
}

body.tax-podcast_topic .podcast-topic-section > h3 {
  margin: 0 0 12px;
  font-size: 1.16rem;
  line-height: 1.5;
}

body.tax-podcast_topic .podcast-topic-section-child > h3 {
  margin: 0 0 10px;
  font-size: 1.03rem;
  line-height: 1.45;
}

body.tax-podcast_topic .podcast-topic-child-index {
  list-style: none;
  margin: 2px 0 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

body.tax-podcast_topic .podcast-topic-child-index li {
  margin: 0;
}

body.tax-podcast_topic .podcast-topic-child-index li > a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  width: 100%;
  min-height: 72px;
  border: 1px solid #ead9d9;
  border-radius: 16px;
  padding: 16px 18px 16px 20px;
  text-decoration: none;
  color: #2b2b2b;
  background: linear-gradient(180deg, #fffef7 0%, #fff8e9 100%);
  box-shadow: 0 10px 24px rgba(138, 0, 2, 0.06);
  transition:
    transform 0.22s ease,
    box-shadow 0.22s ease,
    border-color 0.22s ease,
    background-color 0.22s ease;
  box-sizing: border-box;
  overflow: hidden;
}

body.tax-podcast_topic .podcast-topic-child-index li > a::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 4px;
  background: linear-gradient(180deg, #8a0002 0%, #c25b47 100%);
}

body.tax-podcast_topic .podcast-topic-child-index li > a:hover {
  transform: translateY(-2px);
  border-color: #d6b7b7;
  background: linear-gradient(180deg, #fffefb 0%, #fff4de 100%);
  box-shadow: 0 16px 34px rgba(138, 0, 2, 0.1);
}

body.tax-podcast_topic .podcast-topic-child-index li > a.is-current-link {
  border-color: #8a0002;
  background: linear-gradient(180deg, #fff9f4 0%, #ffeede 100%);
  font-weight: 700;
}

body.tax-podcast_topic .podcast-topic-child-label {
  display: block;
  flex: 1 1 auto;
  line-height: 1.45;
  font-weight: 600;
  letter-spacing: 0.01em;
}

body.tax-podcast_topic .podcast-topic-child-index .podcast-topic-child-count {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  min-width: 54px;
  padding: 6px 10px;
  border-radius: 999px;
  font-size: 12px;
  color: #8a0002;
  background: rgba(138, 0, 2, 0.08);
  line-height: 1;
  white-space: nowrap;
}

body.tax-podcast_topic .podcast-topic-child-description {
  margin: 0 0 10px;
  color: #374151;
  line-height: 1.75;
}

body.tax-podcast_topic .podcast-topic-siblings {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

body.tax-podcast_topic .podcast-topic-siblings li > a {
  display: inline-block;
  border: 1px solid #d1d5db;
  border-radius: 999px;
  padding: 6px 12px;
  text-decoration: none;
}

body.tax-podcast_topic .podcast-topic-siblings li > a.is-current-link,
body.tax-podcast_topic .podcast-topic-siblings li.is-current > a {
  font-weight: 700;
  background: #f3f4f6;
}

body.tax-podcast_topic .podcast-topic-entry-list,
body.tax-podcast_topic .podcast-topic-section > .list.ect-vertical-card {
  margin-top: 10px;
  display: flex;
  flex-direction: column;
  gap: 18px;
}

body.tax-podcast_topic .podcast-topic-section > .list.ect-vertical-card.ect-3-columns,
body.tax-podcast_topic .podcast-topic-section > .list.ect-vertical-card.ect-vertical-card-3 {
  grid-template-columns: 1fr;
}

body.tax-podcast_topic .podcast-topic-section > .list.ect-3-columns > *,
body.tax-podcast_topic .podcast-topic-section > .list.fpt-3-columns > * {
  width: 100%;
}

body.tax-podcast_topic .podcast-topic-entry-card {
  display: grid;
  grid-template-columns: 280px minmax(0, 1fr);
  gap: 22px;
  align-items: start;
  padding: 18px 0 22px;
  border-bottom: 1px solid #e5e7eb;
}

body.tax-podcast_topic .podcast-topic-entry-list .podcast-topic-entry-card:first-child {
  border-top: 1px solid #e5e7eb;
}

body.tax-podcast_topic .podcast-topic-section > .list.ect-vertical-card > .podcast-topic-entry-card:first-child {
  border-top: 1px solid #e5e7eb;
}

body.tax-podcast_topic .podcast-topic-entry-thumb-link {
  display: block;
  text-decoration: none;
  border-radius: 10px;
  overflow: hidden;
  background: #f3f4f6;
  box-shadow: 0 8px 22px rgba(17, 24, 39, 0.08);
}

body.tax-podcast_topic .podcast-topic-entry-thumb-link img,
body.tax-podcast_topic .podcast-topic-entry-thumb-link .no-image {
  display: block;
  width: 100%;
  height: auto;
}

body.tax-podcast_topic .podcast-topic-entry-thumb-fallback {
  aspect-ratio: 16 / 9;
  background: linear-gradient(180deg, #f5f5f5 0%, #e5e7eb 100%);
}

body.tax-podcast_topic .podcast-topic-entry-body {
  min-width: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

body.tax-podcast_topic .podcast-topic-entry-title {
  margin: 0;
  font-size: 20px;
  line-height: 1.35;
  font-weight: 700;
}

body.tax-podcast_topic .podcast-topic-entry-title a {
  color: #111827;
  text-decoration: none;
}

body.tax-podcast_topic .podcast-topic-entry-title a:hover {
  text-decoration: underline;
}

body.tax-podcast_topic .podcast-topic-entry-summary {
  margin: 0px 14px 10px;
  color: #4b5563;
  font-size: 16px;
  line-height: 1.75;
  text-align: left;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

body.tax-podcast_topic .podcast-topic-entry-actions {
  margin-top: 18px;
}

body.tax-podcast_topic .podcast-topic-entry-button {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 12px 18px;
  background: #c7e3f7;
  color: #111827;
  text-decoration: none;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  transition: background-color 0.2s ease, transform 0.2s ease;
}

body.tax-podcast_topic .podcast-topic-entry-button:hover {
  background: #b7daf4;
  transform: translateY(-1px);
}

body.tax-podcast_topic .podcast-topic-entry-button-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
}

body.tax-podcast_topic .podcast-topic-latest-list {
  list-style: none;
  margin: 0;
  padding: 0;
  border-top: 1px solid #e5e7eb;
}

body.tax-podcast_topic .podcast-topic-latest-item {
  margin: 0;
  padding: 18px 0;
  border-bottom: 1px solid #e5e7eb;
  display: grid;
  grid-template-columns: 120px minmax(0, 1fr);
  gap: 16px;
}

body.tax-podcast_topic .podcast-topic-latest-index {
  color: #8a0002;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.25;
  white-space: nowrap;
  padding: 10px 10px;
}

body.tax-podcast_topic .podcast-topic-latest-main {
  min-width: 0;
}

body.tax-podcast_topic .podcast-topic-latest-title {
  margin: 0;
  font-size: 20px;
  line-height: 1.4;
  padding-left: 0;
}

body.tax-podcast_topic .podcast-topic-latest-title a {
  color: #1f2937;
  text-decoration: none;
}

body.tax-podcast_topic .podcast-topic-latest-title a:hover {
  text-decoration: underline;
}

body.tax-podcast_topic .podcast-topic-latest-excerpt {
  margin: 8px 0 0;
  color: #4b5563;
  line-height: 1.75;
}

body.tax-podcast_topic .podcast-topic-latest-meta {
  margin-top: 10px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px 10px;
}

body.tax-podcast_topic .podcast-topic-latest-date {
  color: #6b7280;
}

body.tax-podcast_topic .podcast-topic-latest-chip {
  display: inline-flex;
  align-items: center;
  border: 1px solid #d1d5db;
  border-radius: 999px;
  padding: 3px 10px;
  font-size: 12px;
  color: #4b5563;
  background: #f9fafb;
}

body.tax-podcast_topic .podcast-topic-more {
  margin-top: 10px;
  font-size: 13px;
}

body.tax-podcast_topic .podcast-topic-empty {
  color: #6b7280;
  margin: 8px 0;
}

body.tax-podcast_topic .podcast-topic-cta {
  border: 1px solid #e5e7eb;
  border-radius: 10px;
  padding: 18px;
  background: #fffdf8;
}

body.tax-podcast_topic .podcast-topic-cta-button-wrap {
  margin-top: 12px;
}

body.tax-podcast_topic .podcast-topic-cta-button {
  display: inline-block;
  border-radius: 999px;
}

body.tax-podcast_topic .podcast-topic-cta-button > a {
  text-decoration: none;
}

body.tax-podcast_topic .podcast-topic-authorbox {
  padding-top: 10px;
}

body.tax-podcast_topic .entry-card-info .post-date,
body.tax-podcast_topic .entry-card-info .post-update,
body.tax-podcast_topic .entry-card-info .post-author {
  display: none;
}

@media screen and (max-width: 980px) {
  body.tax-podcast_topic .podcast-topic-hero-grid {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 834px) {
  body.tax-podcast_topic .podcast-topic-entry-card {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  body.tax-podcast_topic .podcast-topic-entry-title {
    font-size: 22px;
  }

  body.tax-podcast_topic .podcast-topic-child-index {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  body.tax-podcast_topic .podcast-topic-latest-item {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  body.tax-podcast_topic .podcast-topic-latest-index {
    font-size: 24px;
  }

  body.tax-podcast_topic .podcast-topic-latest-title {
    font-size: 28px;
  }
}

@media screen and (max-width: 640px) {
  body.tax-podcast_topic .podcast-topic-entry-summary {
    font-size: 15px;
  }

  body.tax-podcast_topic .podcast-topic-entry-button {
    width: 100%;
    justify-content: center;
  }

  body.tax-podcast_topic .podcast-topic-child-index {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  body.tax-podcast_topic .podcast-topic-child-index li > a {
    min-height: 64px;
    padding: 14px 16px 14px 18px;
  }
}

@media screen and (max-width: 480px) {
  body.tax-podcast_topic .podcast-topic-section {
    margin-bottom: 24px;
  }

  body.tax-podcast_topic .podcast-topic-section + .podcast-topic-section {
    padding-top: 20px;
  }

  body.tax-podcast_topic .podcast-topic-cta {
    padding: 14px;
  }
}
